[antlr-interest] antlrdev woes

Jamie Briant jbriant at highmoonstudios.com
Wed Nov 29 11:22:21 PST 2006


I downloaded ANTLRWorks version 1.0b6 and also the antlr examples
(examples-v3). However, in ANTLRWorks the interpreter chokes on the
tweak grammar (T.g). It looks like it doesn't understand the hidden
directive in the white space rule:

 

WS  :   (' '|'\t'|'\n')+ {$channel=HIDDEN;}

    ;

 

I haven't been following v3 development. Is this a new addition that
ANTLRWorks isn't aware of, and if so what do I need to do to get these
examples to work?

 

Jamie

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20061129/a80863e3/attachment.html 


More information about the antlr-interest mailing list