34 lines
691 B
Plaintext
34 lines
691 B
Plaintext
ANTLR v4 Honey Badger
|
|
|
|
October 8, 2012
|
|
|
|
* Fixed a bug where labeling the alternatives of the start rule caused
|
|
a null pointer exception.
|
|
|
|
October 1, 2012 -- 4.0b2 release
|
|
|
|
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
|
|
|
|
* Added -depend cmd-line option.
|
|
|
|
September 29, 2012
|
|
|
|
* no nongreedy or wildcard in parser.
|
|
|
|
September 28, 2012
|
|
|
|
* empty "tokens {}" is ok now.
|
|
|
|
September 22, 2012
|
|
|
|
* Rule exception handlers weren't passed to the generated code
|
|
* $ruleattribute.foo weren't handled properly
|
|
* Added -package option
|
|
|
|
September 18, 2012 -- 4.0b1 release
|