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,022 of 187,960
Downloads: 24,108

Daily

Ranking: 43,891 of 187,950
Downloads: 9

Depended by

RankDownloadsName
19,58082,291faster_require
44,74725,781rubymacros
45,52325,189stratagem
45,52325,189stratagem
55,53919,196display
79,48511,503trace_viewer
91,2639,174show
109,7636,654ks_faster_require

Depends on

RankDownloadsName
32,89138,834rubylexer
60,97416,936reg

Owners

#GravatarHandle
1iconcoatl