[antlr-interest] ANTLR3.0b2 - Action not executed

Terence Parr parrt at cs.usfca.edu
Wed Jul 19 17:34:37 PDT 2006


On Jul 18, 2006, at 8:44 AM, David CROSSON wrote:

> In the following sample grammar, the action is
> not executed although it is when using 3.0ea8
> and although the pattern is well recognized and
> returned !

Thanks for the nicely packaged report!

I get this with b2 (+ some minor tweaks):

~/tmp $ java Test
Found 0 : A
Found 1 : A
Found 2 : A
[all]: line 0:-1 mismatched token: [@0,0:0='<no text>',<-1>,0:-1];  
expecting type 'A'
...

So it's doing something on this side...hmm...weird.
Ter


More information about the antlr-interest mailing list