[antlr-interest] Bug in AntlrWorks 1.4.2

Douglas Godfrey douglasgodfrey at gmail.com
Mon Feb 28 04:18:20 PST 2011


A set of rules have mutual left recursion.

The rules are all copied into one contiguous set in one place in the grammar
file so they can be refactored.

The original rules are all commented out using /* */.

AntlrWorks reports the mutual recursion errors for the original [commented
out] rules and not for the effective rules.


More information about the antlr-interest mailing list