[antlr-interest] non-determinism.

Cesar Octavio Lopez Nataren cesar at ciencias.unam.mx
Mon Mar 24 22:42:03 PST 2003


Hello, I'm facing the well-known identifier, reserved words problem.

I have already tried the type of rule like:

IDENTIFIER
    options { testLiterals = true; }
    : ('a'..'z' | 'A'..'Z') ('a'..'z' | 'A'..'Z' | '0'..'9')*
    ;

But I'm still getting the non-determinism warnings.

any suggestion?


Cheers

césar



 	



 

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



More information about the antlr-interest mailing list