[antlr-interest] Re: hyperslabs

Monty Zukowski monty at codetransform.com
Tue Nov 29 08:40:09 PST 2005


> j(10)=1-19;
> 
> toStringTree() produces
...
>   ( = j ( arg_list 10 ) ( - 1 19 ) )
> 
> ---------------------
> Parser barfs when j has more than one argument
> 
> Attached is my tree grammer
...
> class CalcTreeWalker extends TreeParser;

I think you attached the wrong tree grammar.  Is it the parser or tree
parser that barfs with multiple args?  What's the message?

Something was also hideously wrong in the formatting of that message.
It may be my email client (Thunderbird) or maybe it was something wrong
on your end.   None of the attachments were recognized as attachments.

Monty


More information about the antlr-interest mailing list