Hi All,

I have a recursive rule, would like to know what can be done to make it
behave !

expr : ( simple | complex ) ;

simple : ( ID operator ID ) ;
complex : ( expr join expr (join expr)* ) ;

Cheers!
Arun
_______________________________________________
antlr-dev mailing list
[email protected]
http://www.antlr.org/mailman/listinfo/antlr-dev

Reply via email to