[antlr-interest] syn preds and non determinism warning

cintyram <cintyram at yahoo.com> cintyram at yahoo.com
Tue Feb 25 08:42:03 PST 2003


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/ 



More information about the antlr-interest mailing list