[antlr-interest] Syntax problems ...

Lloyd Dupont lloyd at galador.net
Wed Apr 24 06:07:27 PDT 2002


sorry, it was my (stupid) fault.

WS :  ( ' ' | '\t' | '\r' | '\n' ) * {$setType(Token.SKIP);} ;

should have been
WS :  ( ' ' | '\t' | '\r' | '\n' ) + {$setType(Token.SKIP);} ;

note * -> +


 

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



More information about the antlr-interest mailing list