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,131 of 196,672
Downloads: 25,467

Daily

Ranking: 25,534 of 196,643
Downloads: 6

Depended by

RankDownloadsName
20,69884,506faster_require
46,45526,717rubymacros
47,18326,165stratagem
47,18326,165stratagem
57,16520,066display
81,98411,916trace_viewer
93,1989,645show
111,9567,008ks_faster_require

Depends on

RankDownloadsName
33,91340,882rubylexer
62,39017,804reg

Owners

#GravatarHandle
1iconcoatl