forked from jasder/antlr
update changes file for xpath changes
This commit is contained in:
parent
3f3e826820
commit
5e7c1c2cf1
12
CHANGES.txt
12
CHANGES.txt
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue