forked from jasder/antlr
Incorrect code was generated for $e.v in a rule like this one: e returns [int v] ::= INT {$v = $INT.int;} | '(' e ')' {$v = $e.v;} ; After parsing "(99)" the result would have v == 0 instead of 99. |
||
---|---|---|
.. | ||
playground | ||
resources/org/antlr/v4/tool/templates | ||
src/org/antlr/v4 | ||
MIGRATION.txt | ||
nb-configuration.xml | ||
pom.xml |