[antlr-interest] syn preds and non determinism warning

mzukowski at yci.com mzukowski at yci.com
Tue Feb 25 09:53:28 PST 2003


It's hard to say.  What's the actual rule and error message?

Monty

-----Original Message-----
From: cintyram <cintyram at yahoo.com> [mailto:cintyram at yahoo.com]
Sent: Tuesday, February 25, 2003 8:42 AM
To: antlr-interest at yahoogroups.com
Subject: [antlr-interest] syn preds and non determinism warning


hi,
 is it normal for a non determinism warning to occur even if syntactic
predicates are used ?
eg :
rule :
 ( ID ID ) => ID ID { .. }
 | 
 ( ID INT ) => ID INT  { .. }
 |
  other alts which dont start with ID 
 ; 

or is something wrong with the grammar?
cheers
ram


 

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


 

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



More information about the antlr-interest mailing list