[antlr-interest] Fuzzy parsing question.

Terence Parr parrt at cs.usfca.edu
Tue May 15 10:45:01 PDT 2007


On May 15, 2007, at 10:34 AM, Alex Shneyderman wrote:

>> DEFAULT : .+ {otherJunk.add($DEFAULT.text);} ;
>>
>
> this does not work. I get infinite loop this way. I changed it to

Did you put it last and use filter=true?

Oh, maybe it needs just DEFAULT : . ;

Ter



More information about the antlr-interest mailing list