Skip to content

Instantly share code, notes, and snippets.

@andoneve
Created August 22, 2013 12:13
Show Gist options
  • Save andoneve/6306413 to your computer and use it in GitHub Desktop.
Save andoneve/6306413 to your computer and use it in GitHub Desktop.
rake build # Build lani-0.0.1.gem into the pkg directory
rake install # Build and install lani-0.0.1.gem into system gems
rake racc:clean # It regenerates the parser.rb file
rake release # Create tag v0.0.1 and build and push lani-0.0.1.gem t...
rake rexical:clean # It regenerates the lexer.rb file
rake test # Run RSpec code examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment