[antlr-interest] Changing fragments to rules...

James Ladd james_ladd at hotmail.com
Fri Jan 6 15:23:56 PST 2012


I'll try moving ARRAY_ELEMENT to not be a fragment.


> >
> > array
> >    :    '(' (ARRAY_ELEMENT)* ')'
> >    ;
> >        
> 
> ARRAY_ELEMENT is a fragment so the parser will never see it.
> 

 		 	   		  


More information about the antlr-interest mailing list