Categories: None [Edit]

llip

https://rubygems.org/gems/llip
The LL(k) Interpreted Parser (llip) is an automated tool to easily create an LL(k) parser and the related scanner without the need of generating anything. Everything is done on the fly through a simple DSL. == A Little comparrison against other tools Tools like JavaCC, ANTLR, Coco/R and others use an external description file which they compile into the destination code. This file it's usually written using a complex product related language. Using Ruby metaprogramming, a parser generator can go one step further. In fact, the llip gem gives you the possibility to write a parser writing only Ruby code.

Total

Ranking: 94,036 of 195,871
Downloads: 9,457

Daily

Ranking: 71,780 of 195,832
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
291,007,963,779rspec
2,3789,490,198hoe

Owners

#GravatarHandle
1iconmcollina