[antlr-interest] ANTLRWorks - lexer run only?

Viðar Svansson vidarsvans at gmail.com
Wed Aug 15 14:31:25 PDT 2007


On 8/15/07, Terence Parr <parrt at cs.usfca.edu> wrote:
> start : .+ ;

Can I use this to match "any text" token and access its content in the
action? I need something to to match:

start : ID '=' ANYTEXT ';' ;

And then just access the ANYTEXT value in the action.

Viðar


More information about the antlr-interest mailing list