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.