[antlr-interest] Re: syn pred / lookahaed doesn't work

Gunnar Wagenknecht kreismeister at yahoo.de
Wed Mar 12 12:59:19 PST 2003


--- In antlr-interest at yahoogroups.com, "Gunnar Wagenknecht" 

> > statementList:
> >   (statement statement)=>statement statementList
> >   |(statement)=>statement
> >   | //empty rule, do nothing
> > ;

As expected, recursion solved the problem.

Cu, Gunnar


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list