update changes

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9855]
This commit is contained in:
parrt 2012-01-11 11:20:52 -08:00
parent 848c6e4313
commit b3c187e6c3
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
ANTLR v4 Honey Badger early access
Jan 11, 2012
* -> id labels work now for outermost alternatives, even for left-recursive
rules; e.g.,
| a=e '*' b=e {$v = $a.v * $b.v;} -> mult
* Fixed a bug where visitTerminal got a NPE
Jan 5, 2012
* Deleted code to call specific listeners by mistake. added back.