[antlr-interest] Re: Problem with x: (A)(B)? ;

dotlessbraille easjolly at ix.netcom.com
Fri Feb 27 15:32:03 PST 2004


Should start: (A(B)?|B|C|NEWLINE|EOF)
match an A that is followed in the token stream by something other 
than B or EOF?

(I'm assuming this rule is being invoked repeatedly by a driver so 
that token streams like AAAA or BCBCBC would get processed as a 
result of multiple invocations of start().)



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
     antlr-interest-unsubscribe at yahoogroups.com

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



More information about the antlr-interest mailing list