Which is the best counterpart to ANTLR to create parsers in ruby?

Posted by thesp0nge on Stack Overflow See other posts from Stack Overflow or by thesp0nge
Published on 2010-06-15T07:58:53Z Indexed on 2010/06/15 8:02 UTC
Read the original article Hit count: 176

Filed under:
|
|
|
|

Hi there, I've used antlr and javacc/freecc for a while. Now I need to write a bunch of parsers using antlr grammars but such parsers need to be written in ruby lang.

I googled but nothing found. Is there any ruby parser generator that takes antlr grammars and create a parser? If there are many, which is the best one in your opinion?

TIA Paolo

© Stack Overflow or respective owner

Related posts about ruby

Related posts about antlr