Commit Graph

2556 Commits

Author SHA1 Message Date
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
Sam Harwell 5e9b869f1d Updated lexer to support encoding commands in the ATN and interpreting them with LexerInterpreter 2014-01-14 20:17:37 -06:00
Sam Harwell 715fe67fce Fix ANTLRInputStream cannot seek to end of input 2014-01-14 20:09:50 -06:00
Sam Harwell 5c80db61ea Merge pull request #407 from sharwell/fix-doc-link
Fixed documentation link
2014-01-14 18:06:38 -08:00
Sam Harwell 6934495853 Fixed documentation link 2014-01-14 20:06:05 -06:00
Terence Parr f4e5b23baf Merge pull request #405 from parrt/lexer-interp
Lexer interp
2014-01-14 18:05:22 -08:00
Terence Parr 28589361db Merge pull request #406 from parrt/treeview-refactor
Treeview refactor
2014-01-14 18:05:10 -08:00
Terence Parr 8f3c01fb3b check for empty tree list. 2014-01-14 19:27:09 -06:00
Terence Parr d4275ab53a Range check; apparently string literal map not set when we create interp vs code gen. 2014-01-14 19:26:39 -06:00
Terence Parr 81e8df8119 update readme 2014-01-14 19:26:39 -06:00
Terence Parr bc4f3a72aa add helper methods and rename some internal Tool methods 2014-01-14 19:26:32 -06:00
Terence Parr f4967ff488 make sure we create an interpreter that knows its recognizer 2014-01-14 13:03:58 -06:00
Terence Parr 1246b58b0e factor out setting of root so that external tools can reset the tree to get new display. Also allow setting of ruleNames list externally. 2014-01-14 12:44:05 -06:00
Terence Parr 40f0540d8a make public for use for plugins 2014-01-14 12:36:36 -06:00
Sam Harwell 417fb8525d Merge pull request #404 from sharwell/fix-403
Pass the ATN through the ATNSerializer prior to creating an interpreter
2014-01-13 18:18:08 -08:00
Sam Harwell 967e74aa0d Pass the ATN through the ATNSerializer prior to creating an interpreter (fixes #403) 2014-01-13 20:17:04 -06:00
Terence Parr 2a177e07c3 Merge pull request #401 from sharwell/fix-400
Fix #400
2014-01-12 10:17:28 -08:00
Sam Harwell e75beb69b1 Add the StarLoopEntryState.precedenceRuleDecision field so the information can be shared between ParserATNSimulator and ParserInterpreter 2014-01-11 16:27:27 -06:00
Sam Harwell bef086e874 Updated precedence DFA documentation 2014-01-09 20:32:44 -06:00
Sam Harwell 266f7276d1 Initial implementation of a "precedence DFA" (fixes #400) 2014-01-09 18:11:17 -06:00
Terence Parr 119cff5720 Merge pull request #397 from GeertVL/master
fixed some typos in the README
2014-01-09 09:59:32 -08:00
Sam Harwell f51aaae2f5 Merge pull request #399 from sharwell/fix-398
Fix 398
2014-01-09 04:56:35 -08:00
Sam Harwell 9432bfb746 Do not cache the results of a failed predicate evaluation in the DFA (fixes #398) 2014-01-09 06:52:13 -06:00
Sam Harwell bf22a0af5b Add regression test for #398 2014-01-09 06:51:49 -06:00
Geert Van Laethem 93d21fda2a fixed some typos in the README 2014-01-07 13:24:38 +01:00
Terence Parr b31627df2d Merge pull request #381 from stokito/master
README code highlight
2013-12-30 11:45:01 -08:00
Sergey Ponomarev 4fc39f1dd7 Update README.md 2013-12-23 06:47:53 +02:00