[antlr-interest] newbie Q: infinite recursion in grammar

Terence Parr parrt at cs.usfca.edu
Thu Sep 7 17:20:40 PDT 2006


On Sep 7, 2006, at 5:16 PM, Chris Rebert wrote:

> Darn. Hmmm. In that case, could someone point me to a parser (if  
> any) that could parse this?
> Or does anyone else have some advice? I really would like to stick  
> with ANTLR if possible.

ANTLRWorks knows how to remove left recursion in every rule of your  
grammar.  Well, the immediately left recursive stuff.

Ter


More information about the antlr-interest mailing list