[antlr-interest] antlr 3.3 release imminent

Laurent Caillette laurent.caillette at gmail.com
Tue Nov 23 23:03:11 PST 2010


Finally we get, for "ruleDescriptor.ruleListLabels" in Java.stg:

ANTLR-3.1.1:
<ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> =
null;}; separator="\n">

ANTLR-3.1.2:
<ruleDescriptor.ruleListLabels:{ll|<ll:ruleLabelDef(label=it)>
<ll.label.text> = null;}; separator="\n">

ANTLR-3.2:
<ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> =
null;}; separator="\n">

ANTLR-3.2 reverts the behavior to what we got in ANTLR-3.1.1 and
nobody seemed to complain. Great!

I suggest to update ANTLR-314 and ANTLR-381 as follows:
- Set the "Affects version" to 3.1.2.
- Set the "Fix version" to 3.2.
- Set resolution as "resolved".

Some unit test could ensure we don't lose this nice feature again.

ANTLR rocks!

c.


More information about the antlr-interest mailing list