[antlr-interest] two (simple?) questions

Luke A. Guest laguest at archangeli.co.uk
Mon Sep 3 19:44:29 PDT 2007


On Mon, 2007-09-03 at 19:22 -0700, ali azimi wrote:
> Hi,
>  
> Try this one. Please tell me if it works for you.
> grammar G;
> options {
> backtrack=true;

Do you need this?

> language=Java;
> }
> @members {
> String s;
> }

There's definitely no need for this.

Luke.




More information about the antlr-interest mailing list