Merge pull request #379 from parrt/master

update change list
This commit is contained in:
Terence Parr 2013-12-20 12:37:33 -08:00
commit 64d10cd52f
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
ANTLR v4 Honey Badger
December 19, 2013
* Sam:
Improved documentation for tree patterns classes
Refactored parts of the tree patterns API to simplify classes and improve encapsulation
Move ATN serializer to runtime
Use ATNDeserializer methods instead of ATNSimulator methods which are now deprecated
* parrt: fix null pointer bug with rule "a : a;"
November 24, 2013
* Ter adds tree pattern matching. Preferred interface: