[antlr-interest] White space needed in the parsing.

向雅 fyaoxy at gmail.com
Thu Sep 18 14:42:24 PDT 2008


Hi,
If you have AST, you would wanna this in parser:
string		:	( (WORD+)=>WORD+ | SingleQSTRING | DoubleQSTRING)->^(STRING[$text]);

hope this make happy.


More information about the antlr-interest mailing list