[antlr-interest] NON DETERMINISM PROBLEM

Shalini Sharma shalini.sh at gmail.com
Tue Mar 29 06:28:23 PST 2005


due to non determism at "number" whatever lookahead i use .
non-determinism remains at rule array_index_seq . what should be done
for such problem



array_index_seq:
			array_index (array_index )*	
           ;

array_index:
	LBRAC number RBRAC
	;

number:
		  NUMBER	
		| TIC_NUMBER	
		| NUMBER TIC_NUMBER	
	;


More information about the antlr-interest mailing list