Categories: None [Edit]

redparse

https://rubygems.org/gems/redparse
https://github.com/coatl/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: 47,472 of 191,483
Downloads: 24,586

Daily

Ranking: 32,016 of 191,454
Downloads: 10

Depended by

RankDownloadsName
19,94883,241faster_require
45,27426,222rubymacros
46,00125,652stratagem
46,00125,652stratagem
56,05319,581display
80,35611,675trace_viewer
91,5859,418show
110,2746,825ks_faster_require

Depends on

RankDownloadsName
33,34439,490rubylexer
61,64517,229reg

Owners

#GravatarHandle
1iconcoatl