2012-09-19 02:01:52 +08:00
|
|
|
ANTLR v4 Honey Badger
|
2012-01-05 09:36:24 +08:00
|
|
|
|
2012-11-18 08:25:51 +08:00
|
|
|
November 17, 2012
|
|
|
|
|
|
|
|
* .tokens files goes in output dir like parser file.
|
2012-11-18 08:50:38 +08:00
|
|
|
* added check: action in lexer rules must be last element of outermost alt
|
2012-11-18 09:24:13 +08:00
|
|
|
* properly check for grammar/filename difference
|
2012-11-18 10:06:23 +08:00
|
|
|
* if labels, don't allow set collapse for
|
|
|
|
a : A # X | B ;
|
2012-11-18 08:25:51 +08:00
|
|
|
|
2012-11-12 02:41:04 +08:00
|
|
|
November 11, 2012
|
|
|
|
|
|
|
|
* Change version to 4.0b4 (btw, forgot to push 4.0b3 in build.properties when
|
|
|
|
I made git tag 4.0b3...ooops).
|
|
|
|
|
2012-11-05 07:47:00 +08:00
|
|
|
November 4, 2012
|
|
|
|
|
|
|
|
* Kill box in tree dialog box makes dialog dispose of itself
|
|
|
|
|
2012-10-30 02:27:46 +08:00
|
|
|
October 29, 2012
|
2012-02-19 04:40:47 +08:00
|
|
|
|
2012-10-30 02:27:46 +08:00
|
|
|
* Sam fixes nongreedy more.
|
|
|
|
* -Werror added.
|
2012-10-30 03:47:09 +08:00
|
|
|
* Sam made speed improvement re preds in lexer.
|
2012-02-19 08:50:12 +08:00
|
|
|
|
2012-10-21 03:15:43 +08:00
|
|
|
October 20, 2012
|
|
|
|
|
|
|
|
* Merged Sam's fix for nongreedy lexer/parser. lots of unit tests. A fix in
|
|
|
|
prediction ctx merge. https://github.com/parrt/antlr4/pull/99
|
|
|
|
|
2012-10-15 09:53:54 +08:00
|
|
|
October 14, 2012
|
|
|
|
|
|
|
|
* Rebuild how ANTLR detects SLL conflict and failover to full LL. LL is
|
|
|
|
a bit slower but correct now. Added ability to ask for exact ambiguity
|
|
|
|
detection.
|
|
|
|
|
2012-10-09 02:33:40 +08:00
|
|
|
October 8, 2012
|
|
|
|
|
|
|
|
* Fixed a bug where labeling the alternatives of the start rule caused
|
|
|
|
a null pointer exception.
|
|
|
|
|
2012-10-02 06:48:12 +08:00
|
|
|
October 1, 2012 -- 4.0b2 release
|
2012-09-30 03:53:44 +08:00
|
|
|
|
2012-10-01 07:45:30 +08:00
|
|
|
September 30, 2012
|
|
|
|
|
|
|
|
* Fixed the unbuffered streams, which actually buffered everything
|
|
|
|
up by mistake. tweaked a few comments.
|
|
|
|
|
|
|
|
* Added a getter to IntStream for the token factory
|
|
|
|
|
2012-10-01 09:25:15 +08:00
|
|
|
* Added -depend cmd-line option.
|
|
|
|
|
2012-09-30 03:53:44 +08:00
|
|
|
September 29, 2012
|
2012-09-29 07:39:36 +08:00
|
|
|
|
2012-09-30 03:36:41 +08:00
|
|
|
* no nongreedy or wildcard in parser.
|
|
|
|
|
|
|
|
September 28, 2012
|
|
|
|
|
2012-09-29 07:39:36 +08:00
|
|
|
* empty "tokens {}" is ok now.
|
|
|
|
|
2012-09-23 06:01:54 +08:00
|
|
|
September 22, 2012
|
|
|
|
|
|
|
|
* Rule exception handlers weren't passed to the generated code
|
|
|
|
* $ruleattribute.foo weren't handled properly
|
2012-09-23 08:36:59 +08:00
|
|
|
* Added -package option
|
2012-09-23 06:01:54 +08:00
|
|
|
|
2012-09-29 07:39:36 +08:00
|
|
|
September 18, 2012 -- 4.0b1 release
|