[antlr-interest] ast rewrite

Alexander Gängel alexander at gaengel.de
Mon Dec 4 06:10:56 PST 2006


Hi,
I have a lexer rule like this:

String    :
     '\''  ~('\'')* '\''
     ;

but I would like to have in the AST only the sting without the single quotes

is this possible?

I use AntlrWorks 1.0b6


More information about the antlr-interest mailing list