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,693 of 186,833
Downloads: 23,436

Daily

Ranking: 37,489 of 186,696
Downloads: 12

Depended by

RankDownloadsName
19,36480,798faster_require
44,35125,164rubymacros
45,15024,550stratagem
45,15024,550stratagem
55,21518,623display
78,59211,255trace_viewer
90,8278,880show
109,4846,409ks_faster_require

Depends on

RankDownloadsName
32,60737,917rubylexer
60,48016,495reg

Owners

#GravatarHandle
1iconcoatl