On Sat, 2005-12-17 at 03:05 -0500, Jean-Etienne DURAND wrote: > Hi, > > I am looking for a parser generator like ANTLR, but generating ruby code. Is > there any?
There are other Ruby parser generators, but none quite like ANTLR. However, it's not extremely difficult to write a backend for ANTLR to generate Ruby code; it's just that nobody's done it yet. ANTLR itself is fairly language-neutral. The most similar existing Ruby solution is probably Coco/Ruby: http://www.zenspider.com/ZSS/Products/CocoR/ Ryan rocks. -mental
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Rubygrammar-grammarians mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygrammar-grammarians
