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: 44,825 of 180,689
Downloads: 22,265

Daily

Ranking: 24,202 of 180,681
Downloads: 23

Depended by

RankDownloadsName
17,98878,060faster_require
42,31324,082rubymacros
43,10823,477stratagem
43,10823,477stratagem
52,96317,755display
76,24710,667trace_viewer
88,1498,434show
107,6715,961ks_faster_require

Depends on

RankDownloadsName
30,84136,240rubylexer
58,16215,723reg

Owners

#GravatarHandle
1iconcoatl