update changes file for xpath changes

This commit is contained in:
Terence Parr 2013-09-16 15:51:37 -07:00
parent 3f3e826820
commit 5e7c1c2cf1
1 changed files with 6 additions and 6 deletions

View File

@ -1,19 +1,19 @@
ANTLR v4 Honey Badger
September 16, 2013
* Updated build.xml to support v4 grammars in v4 itself; compiles XPathLexer.g4
* Add to XPath:
Collection<ParseTree> findAll(String xpath);
September 11, 2013
* Add ! operator to XPath
* Use ANTLR v4 XPathLexer.g4 not regex
September 11, 2013
* Copy lots of find node stuff from v3 GrammarAST to Trees class in runtime.
* Add to ParseTree [BREAKING CHANGE]:
Collection<ParseTree> findAll(String xpath);
September 10, 2013
* Add getChildren to ParseTree [BREAKING CHANGE]
* Adding in XPath stuff.
August 31, 2013