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: 48,189 of 195,956
Downloads: 25,329

Daily

Ranking: 32,165 of 195,929
Downloads: 9

Depended by

RankDownloadsName
20,60884,469faster_require
46,34626,713rubymacros
47,07426,149stratagem
47,07426,149stratagem
57,06520,038display
81,81211,909trace_viewer
93,0189,639show
111,7327,004ks_faster_require

Depends on

RankDownloadsName
33,93140,659rubylexer
62,46317,712reg

Owners

#GravatarHandle
1iconcoatl