Sam Harwell
|
f8dbe1b68f
|
Initial annotation processor for NotNull and Nullable annotations
|
2014-01-21 14:32:11 -06:00 |
Sam Harwell
|
937c627b16
|
Move NotNull and Nullable annotations to their own artifact
|
2014-01-21 14:31:29 -06:00 |
Sam Harwell
|
8d03d92888
|
Merge pull request #432 from sharwell/doc-polish
Improved formatting of PredictionContext reference hash code algorithm
|
2014-01-19 20:07:17 -08:00 |
Sam Harwell
|
eb3b84fa7d
|
Improved formatting of PredictionContext reference hash code algorithm
|
2014-01-19 22:06:25 -06:00 |
Sam Harwell
|
d7a7436271
|
Merge pull request #431 from sharwell/graphviz
GraphViz tweaks
|
2014-01-19 19:44:49 -08:00 |
Sam Harwell
|
8d37254859
|
Allow customizing the path to dot (GraphViz)
|
2014-01-19 21:33:05 -06:00 |
Sam Harwell
|
f544da5f93
|
Fix label color for arrows in PredictionContext graphics
|
2014-01-19 21:32:42 -06:00 |
Sam Harwell
|
23e447fe34
|
Merge pull request #430 from sharwell/doclint
Fix many errors reported by -Xdoclint
|
2014-01-19 19:04:22 -08:00 |
Sam Harwell
|
4507c1a270
|
Fix many errors reported by -Xdoclint
|
2014-01-19 21:03:07 -06:00 |
Sam Harwell
|
0b1495b793
|
Merge pull request #429 from sharwell/errortype-docs
Updated documentation for ErrorType
|
2014-01-19 19:02:22 -08:00 |
Sam Harwell
|
b6f6c99c3c
|
Updated documentation for ErrorType
|
2014-01-19 21:00:56 -06:00 |
Sam Harwell
|
a55901bc0d
|
We are working on the 4.2 release
|
2014-01-19 13:43:57 -06:00 |
Sam Harwell
|
e34669e835
|
Merge pull request #428 from sharwell/restrict-lexer-actions
Restrict lexer action execution to actions defined in the root lexer rul...
|
2014-01-18 14:44:29 -08:00 |
Sam Harwell
|
214b715107
|
Restrict lexer action execution to actions defined in the root lexer rule that matches a token
|
2014-01-18 16:06:12 -06:00 |
Terence Parr
|
9b85e9c636
|
Merge pull request #426 from sharwell/fix-175
Support grammar files encoded with UTF-8 with a byte order mark
|
2014-01-17 10:22:47 -08:00 |
Sam Harwell
|
10f45abbe4
|
Merge pull request #427 from sharwell/fix-192
Add regression test for expression performance (closes #192)
|
2014-01-17 06:56:10 -08:00 |
Sam Harwell
|
14107cc40a
|
Add regression test for expression performance (closes #192)
|
2014-01-17 08:54:43 -06:00 |
Sam Harwell
|
da0864a2f8
|
Support grammar files encoded with UTF-8 with a byte order mark (fixes #175)
|
2014-01-17 08:37:49 -06:00 |
Sam Harwell
|
ef0b38e2bb
|
Merge pull request #425 from sharwell/fix-299
Fix 299
|
2014-01-16 18:38:45 -08:00 |
Sam Harwell
|
664d66d937
|
Fix incorrect combineMax implementation (fixes #299)
|
2014-01-16 20:35:03 -06:00 |
Sam Harwell
|
9889de87ac
|
Add regression test highlighting issue #299
|
2014-01-16 20:35:03 -06:00 |
Terence Parr
|
0a41d67fbe
|
Merge pull request #424 from sharwell/fix-337
Fix IndexOutOfBoundsException when using ANTLR with Java 8 (fixes #337)
|
2014-01-16 17:43:11 -08:00 |
Sam Harwell
|
85a923f61e
|
Fix IndexOutOfBoundsException when using ANTLR with Java 8 (fixes #337)
|
2014-01-16 17:13:18 -06:00 |
Sam Harwell
|
eb370cab26
|
Merge pull request #422 from sharwell/tweaks
Tweaks
|
2014-01-16 14:11:52 -08:00 |
Sam Harwell
|
dbfb230b11
|
Cleaner output in TestPerformance when checksum calculation is disabled
|
2014-01-16 16:11:21 -06:00 |
Sam Harwell
|
b3d3235614
|
Updated documentation for behavior of AbstractParseTreeVisitor.visitChildren (see #304)
|
2014-01-16 16:09:58 -06:00 |
Sam Harwell
|
1cfb3755b2
|
Merge pull request #421 from sharwell/fix-xpath
Fix XPath implementation throwing exception
|
2014-01-16 13:48:13 -08:00 |
Sam Harwell
|
77fce95c22
|
Fix XPath implementation throwing exception
|
2014-01-16 15:47:34 -06:00 |
Sam Harwell
|
a66203205f
|
Merge pull request #420 from sharwell/mvn-plugin-fixes
Maven plugin fixes
|
2014-01-16 13:45:58 -08:00 |
Sam Harwell
|
f2966aaa80
|
Improve support for m2e (Maven/Eclipse integration) (fixes #319)
|
2014-01-16 15:44:12 -06:00 |
Sam Harwell
|
3ba70ba1a7
|
Improved maven plugin error reporting (fixes #342)
|
2014-01-16 15:37:12 -06:00 |
Sam Harwell
|
6b78500a50
|
Merge pull request #419 from sharwell/fix-372
Fix options not getting properly applied to extracted lexer in combined ...
|
2014-01-16 08:35:30 -08:00 |
Sam Harwell
|
4fc32e1f7c
|
Fix options not getting properly applied to extracted lexer in combined grammar (fixes #372)
|
2014-01-16 10:34:55 -06:00 |
Sam Harwell
|
fe5f93a0f4
|
Merge pull request #418 from sharwell/fix-308
Syntax errors while lexing stop grammar compilation process (fixes #308)
|
2014-01-15 19:39:49 -08:00 |
Sam Harwell
|
05b8c22833
|
Syntax errors while lexing stop grammar compilation process (fixes #308)
|
2014-01-15 21:39:19 -06:00 |
Sam Harwell
|
511c60fe7b
|
Merge pull request #417 from sharwell/fix-370
Fix 370
|
2014-01-15 12:33:11 -08:00 |
Sam Harwell
|
657d496d71
|
Prevent XPath from returning the same node multiple times (fixes #370)
|
2014-01-15 14:32:34 -06:00 |
Sam Harwell
|
83ad25ea1d
|
Add regression test for #370
|
2014-01-15 14:31:41 -06:00 |
Terence Parr
|
d0b8ccefdc
|
set filename
|
2014-01-15 12:14:11 -08:00 |
Terence Parr
|
a6b1929d37
|
Merge pull request #416 from parrt/master
update changes.txt
|
2014-01-15 11:41:33 -08:00 |
Terence Parr
|
d1522527ca
|
update changes.txt
|
2014-01-15 11:41:10 -08:00 |
Terence Parr
|
a08df5462c
|
Merge pull request #415 from parrt/test-new-lexer-actions
split action/command tests from lexer tests; add tests for new action stuff from Sam.
|
2014-01-15 11:38:21 -08:00 |
Terence Parr
|
9f28fca583
|
split action/command tests from lexer tests; add tests for new action stuff from Sam.
|
2014-01-15 11:36:37 -08:00 |
Terence Parr
|
e98a2b1b67
|
Merge pull request #414 from parrt/master
Add tests for ungrammatical tree patterns. Fixes #413
|
2014-01-15 11:16:12 -08:00 |
Terence Parr
|
3c51f7ad7b
|
Add tests for ungrammatical tree patterns. Fixes #413
|
2014-01-15 11:15:31 -08:00 |
Sam Harwell
|
4f0c14dcee
|
Merge pull request #411 from sharwell/fix-410
Actually support all supported legacy ATN UUIDs (fixes #410)
|
2014-01-15 05:56:29 -08:00 |
Sam Harwell
|
224bb0e9c0
|
Actually support all supported legacy ATN UUIDs (fixes #410)
|
2014-01-15 07:55:07 -06:00 |
Sam Harwell
|
d6abf19ffa
|
Merge pull request #409 from sharwell/update-changes
Update CHANGES.txt
|
2014-01-14 18:42:45 -08:00 |
Sam Harwell
|
9e37b7c578
|
Update CHANGES.txt
|
2014-01-14 20:39:45 -06:00 |
Terence Parr
|
0ed14721df
|
Merge pull request #408 from sharwell/serialized-lexer-actions
Serialized lexer actions
|
2014-01-14 18:20:12 -08:00 |