David Holroyd schrieb:
> I have it working with,
>
> grammar G;
> options { ... }
> tokens { ... }
The reason why this works and not the other way around is that the
current grammar parser doesn't work order-independent yet. IIRC, the
wiki details the expected order at some page.
Johannes