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,962 of 193,214
Downloads: 24,843

Daily

Ranking: 74,024 of 193,188
Downloads: 2

Depended by

RankDownloadsName
20,32383,798faster_require
45,78326,462rubymacros
46,50225,902stratagem
46,50225,902stratagem
56,55819,779display
80,97911,797trace_viewer
92,3819,502show
110,9236,908ks_faster_require

Depends on

RankDownloadsName
33,70639,908rubylexer
62,13517,406reg

Owners

#GravatarHandle
1iconcoatl