RubyGems.org

rockit

0.7.2

Rockit is a potent parser generator and gives you AST's (Abstract Syntax Tree's) which you can pattern match and pretty-print. Rockit does not distinghuish between lexing and parsing so the generated parsers are scanner-/lexer-less. The vision is to extend Rockit with more advanced compiler-related abilities including back-ends and code generation. However, currently the focus is on parsing and AST-related tasks such as transformation.

installgem install rockit
Authors

Robert Feldt

1,164 total downloads 636 for this version
Owners

Db212dec0d83349ef63c6100957b52d4

Gemfile
gem "rockit", "~> 0.7.2"
Versions
  1. 0.7.2 March 26, 2006
  2. 0.7.1 March 22, 2006