[antlr-interest] Rewrite to templates broken?

Xavier xverges at gmail.com
Fri Feb 1 15:04:44 PST 2008


I'm sorry, I'm unable to pull any failing test case from my svn. I'm
left wondering if I did some brain-dead observation or there was
something special with the input files that I tried when I posted.

My apologies for making you waset your time :-(

-Xv

On Jan 29, 2008 12:52 AM, Johannes Luber <jaluber at gmx.de> wrote:
> Xavier schrieb:
> > I'm able to avoid the effects mentioned in my earlier post by using
> >
> > file: (line NewLine)* line? EOF;
> >
> > line:   nonComment? comment?
> >                 {
> >                          Console.Out.WriteLine("[line]" + $text + "[/line]");
> >                  }
> >                  ->template(out={$text}) "[line]<out>[/line]"
> >
> >
>
> Could you please post - or send me directly - a complete grammar?
> Otherwise I can't test it.
>
> Johannes
>



-- 
-Xavier


More information about the antlr-interest mailing list