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: 46,825 of 187,239
Downloads: 23,918

Daily

Ranking: 66,833 of 187,224
Downloads: 5

Depended by

RankDownloadsName
19,43881,849faster_require
44,49125,630rubymacros
45,27325,044stratagem
45,27325,044stratagem
55,40818,994display
79,08211,440trace_viewer
91,0379,070show
109,5366,572ks_faster_require

Depends on

RankDownloadsName
32,72038,595rubylexer
60,71816,810reg

Owners

#GravatarHandle
1iconcoatl