[antlr-interest] Re: Representing state in lexer

cgodfrey86 cgodfrey at epnet.com
Wed May 14 07:55:59 PDT 2003


Thank you for the suggestion.

The main issue that I am running into with this is that a PATTERN 
token can appear either inside or outside of quotes - so I won't 
recognize a PATTERN outside of quotes. When I try and define it 
without quotes, I have lexical nondeterminism

PATTERN : QUOTE (ALLOWCHARS)+ QUOTE ;





 

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




More information about the antlr-interest mailing list