[antlr-interest] Antlr won't backtrack?

Johannes Luber jaluber at gmx.de
Sun Feb 8 11:10:37 PST 2009


Vitaliy schrieb:
...
> 
> options
> {
>                 language = CSharp;
>                 backtrack=true;
>                 memoize=true;
> }

One other thing: You are using the CSharp target for your grammar. As it
will be removed in ANTLR 3.2, you should switch to the CSharp2 target,
if you don't have to use .NET 1.1.

Johannes


More information about the antlr-interest mailing list