[antlr-interest] Nondeterminism error for high rules

kyungsunh kyungsunh at yahoo.com
Wed Mar 12 20:44:40 PST 2003


Hi,
Antlr continuously shows me the nondeterminism error for high rules. 

For example, 
command_or_definition
		:	command
		|	definition
 		|	syntax_definition
		;
The three alternative rules starts with the same token and further 
some of the subrules also have the same tokens and so on. 
How can I solve this kind of errors?



 

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



More information about the antlr-interest mailing list