Categories: None [Edit]

rockit

https://rubygems.org/gems/rockit
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.

Total

Ranking: 91,020 of 183,127
Downloads: 8,364

Daily

Ranking: 74,510 of 183,106
Downloads: 0

Depended by

RankDownloadsName
99,2727,329rprb

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconfeldt