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,381 of 190,365
Downloads: 24,517

Daily

Ranking: 113,104 of 190,317
Downloads: 0

Depended by

RankDownloadsName
19,89483,103faster_require
45,20226,143rubymacros
45,90025,605stratagem
45,90025,605stratagem
55,91019,545display
80,21511,644trace_viewer
91,4729,390show
110,0636,809ks_faster_require

Depends on

RankDownloadsName
33,27839,380rubylexer
61,47717,199reg

Owners

#GravatarHandle
1iconcoatl