add to changes file

This commit is contained in:
Terence Parr 2012-02-18 16:50:12 -08:00
parent 4e8931519c
commit 65bd541242
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ ANTLR v4 Honey Badger early access
Feb 17, 2012
* added -parse-listener option and differentiated between parse and parse
tree listener interfaces now. Only parse tree listener stuff generated
by default.
* names changed. visit() -> visitX(). enter/exit() -> enter/exitX()
* capitalizing automatically now. rule s -> SContext not sContext
* no enter/exit method in generic rule context object if rule has alt labels, nor in interfaces.