[antlr-interest] ANTLR V3 parser syntax for ~

Ari Steinberg Ari.Steinberg at EMBARCADERO.COM
Tue Jun 27 07:30:01 PDT 2006


I can wait for 3.0 final, this stuff isn't going to be released for a
little while.

Cheers,
Ari

-----Original Message-----
From: antlr-interest-bounces at antlr.org
[mailto:antlr-interest-bounces at antlr.org] On Behalf Of Terence Parr
Sent: Monday, June 26, 2006 7:19 PM
To: ANTLR Interest
Subject: Re: [antlr-interest] ANTLR V3 parser syntax for ~

On Jun 26, 2006, at 2:22 PM, Ari Steinberg wrote:

> No dice, it's still not one bit happy.  Here's a copy of what I've got
> so far, maybe you'll see something I'm not.

Crap...you found some the few things on the todo list.  Bangs on  
wildcard and sets....damn!  Probably easy to fix, but is it ok if I  
go out with beta and fix for 3.0 final?

For the value rlue, try this for now:

value:
         ( ~STATEMENT_END {$value.setType(VALUE);} )+
;

Ter




More information about the antlr-interest mailing list