[antlr-interest] ANTLR 2.7.5 Bug

Luis Leal luisl at scarab.co.za
Tue Apr 5 13:19:30 PDT 2005


Hi,

I've found the following small bug in the 2.7.5 C# runtime for which I
couldn't find a report on the list. (I haven't checked the java or other
runtimes).

Lexers generated with defaultErrorHandler=true contain a reference to a
recover method which does not seem to be implemented.  Copying the recover
method from Parser.cs to CharScanner.cs resolves the problem.

:)

Regards

Luis




More information about the antlr-interest mailing list