Categories: None [Edit]
redparse
RedParse is a ruby parser (and parser-compiler) written in pure ruby.
Instead of YACC or ANTLR, it's parse tool is a home-brewed language. (The
tool is (at least) LALR(1)-equivalent and the 'parse language' is
pretty nice, even in it's current form.)
My intent is to have a completely correct parser for ruby, in 100%
ruby. And I think I've more or less succeeded. Aside from some fairly
minor quibbles (see below), RedParse can parse all known ruby 1.8 and 1.9
constructions correctly. Input text may be encoded in ascii, binary,
utf-8, iso-8859-1, and the euc-* family of encodings. Sjis is not yet
supported.
Total
Ranking: 45,687 of 183,107
Downloads: 22,718
Daily
Ranking: 42,025 of 183,092
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
18,551 | 79,166 | faster_require |
43,099 | 24,611 | rubymacros |
43,877 | 23,997 | stratagem |
43,877 | 23,997 | stratagem |
53,940 | 18,112 | display |
77,361 | 10,896 | trace_viewer |
89,461 | 8,605 | show |
108,531 | 6,144 | ks_faster_require |
Owners
# | Gravatar | Handle |
---|---|---|
1 | coatl |