Terence Parr
|
3ab2733635
|
-package not @header
|
2013-09-16 16:03:53 -07:00 |
Terence Parr
|
5e7c1c2cf1
|
update changes file for xpath changes
|
2013-09-16 15:51:37 -07:00 |
Terence Parr
|
3f3e826820
|
was missing gen'd v4 src in compile target.
|
2013-09-16 15:49:49 -07:00 |
Terence Parr
|
cc421addfd
|
add antlr4 to build.xml
|
2013-09-16 15:19:35 -07:00 |
Terence Parr
|
8aeb90ef82
|
mv findAll to XPath; rm old test in playground.
|
2013-09-16 14:56:35 -07:00 |
Terence Parr
|
76633525bf
|
rm comments
|
2013-09-16 14:50:28 -07:00 |
Terence Parr
|
6b1cef745c
|
rm unneeded getChildren
|
2013-09-16 14:50:13 -07:00 |
Terence Parr
|
004f47174b
|
rm comment
|
2013-09-13 13:57:20 -07:00 |
Terence Parr
|
01082414c3
|
rebuilt XPath using ANTLR itself; added error handling; added ! operator
|
2013-09-13 13:53:42 -07:00 |
Terence Parr
|
a86895c557
|
prototype xpath
|
2013-09-12 17:22:02 -07:00 |
Terence Parr
|
211f69d0f1
|
simplify
|
2013-09-12 17:12:54 -07:00 |
Terence Parr
|
09ddded3ed
|
cleaned up test rig. more tests. fix bugs.
|
2013-09-11 17:49:25 -07:00 |
Terence Parr
|
088cd4a9bc
|
got test rig start. added support test rig stuff to exec parser. add findAll to ParseTree interface.
|
2013-09-11 14:59:53 -07:00 |
Terence Parr
|
3fda64f85b
|
got a draft implementation
|
2013-09-11 11:25:07 -07:00 |
Terence Parr
|
8237952cbb
|
stash
|
2013-09-10 20:11:01 -07:00 |
Terence Parr
|
20d8545e3d
|
stash
|
2013-09-10 19:51:11 -07:00 |
Terence Parr
|
913cda0721
|
adding more xpath expr types
|
2013-09-10 19:48:36 -07:00 |
Terence Parr
|
76418c2b9b
|
refine getChildren() method to narrow return type.
|
2013-09-10 17:43:25 -07:00 |
Terence Parr
|
cbd6e17925
|
oops; need method: add getChildren() method to Tree.
|
2013-09-10 17:37:20 -07:00 |
Terence Parr
|
00fa2c7617
|
add getChildren() method to Tree.
|
2013-09-10 17:34:24 -07:00 |
Terence Parr
|
d505a393ef
|
tweak
|
2013-09-10 15:14:53 -07:00 |
Terence Parr
|
d2caae46a7
|
working on xpath
|
2013-09-10 14:55:40 -07:00 |
Terence Parr
|
145aeb955d
|
initial add of xpath stuff
|
2013-09-10 13:18:47 -07:00 |
Terence Parr
|
6d1d0e0488
|
Merge pull request #329 from parrt/master
Lots of little fixes thanks to Coverity Scan
|
2013-08-31 17:50:25 -07:00 |
Terence Parr
|
bb1354b522
|
add note about Coverity cleanup.
|
2013-08-31 17:47:34 -07:00 |
Terence Parr
|
2aade3eecc
|
avoid resource leak and cleanup (Coverity)
|
2013-08-31 17:46:23 -07:00 |
Terence Parr
|
fc2dfcda96
|
dodgy code cleanup (Coverity)
|
2013-08-31 17:36:16 -07:00 |
Terence Parr
|
ba6c711e85
|
avoid resource leak upon write() exception (Coverity)
|
2013-08-31 17:31:17 -07:00 |
Terence Parr
|
be0d6b3fce
|
clean up equals/hashcode for Interval (Coverity)
|
2013-08-31 17:25:32 -07:00 |
Terence Parr
|
d22290d44f
|
consistent return of null for empty DFA (Coverity)
|
2013-08-31 17:20:00 -07:00 |
Terence Parr
|
a7a2050fd2
|
rm dead code (Coverity)
|
2013-08-31 17:19:12 -07:00 |
Terence Parr
|
d0b9e7388c
|
change cast to null chk (Coverity)
|
2013-08-31 17:08:25 -07:00 |
Terence Parr
|
3e53c0c61d
|
oops; deleted side-effecting "dead code"
|
2013-08-31 17:05:48 -07:00 |
Terence Parr
|
78298bb382
|
defined compareTo but not equals/hash (Coverity)
|
2013-08-31 16:56:07 -07:00 |
Terence Parr
|
875fa0a31d
|
rm dead code (Coverity)
|
2013-08-31 16:52:07 -07:00 |
Terence Parr
|
8bff26d758
|
fix cut-paste error (Coverity)
|
2013-08-31 16:47:33 -07:00 |
Terence Parr
|
21248a42ca
|
rm unneeded null ptr check (Coverity)
|
2013-08-31 16:37:16 -07:00 |
Terence Parr
|
1febc36e15
|
avoid potential null ptr deref (Coverity)
|
2013-08-31 16:32:59 -07:00 |
Terence Parr
|
9420672520
|
make explicit that graphs must be EmptyContext, never null (Coverity)
|
2013-08-31 16:29:40 -07:00 |
Terence Parr
|
0ac47437bc
|
rm potential null ptr deref (Coverity)
|
2013-08-31 16:20:34 -07:00 |
Terence Parr
|
d4f2abc5e3
|
resource leak fix from Coverity Scan
|
2013-08-31 13:01:53 -07:00 |
Terence Parr
|
9c186c8d52
|
rm print statement
|
2013-08-31 12:20:57 -07:00 |
Terence Parr
|
b411ccaaa4
|
Merge pull request #327 from parrt/master
fix null ptr exception as reported by Coverity
|
2013-08-29 17:12:45 -07:00 |
Terence Parr
|
68723eff20
|
fix null ptr exception as reported by Coverity
|
2013-08-29 17:11:52 -07:00 |
Terence Parr
|
a4a957a316
|
Merge pull request #323 from cayhorstmann/patch-1
Update contributors.txt
|
2013-08-20 17:01:00 -07:00 |
cayhorstmann
|
f138278cbc
|
Update contributors.txt
|
2013-08-20 16:52:37 -07:00 |
Sam Harwell
|
62acd30eca
|
Merge pull request #318 from sharwell/test-315
Add regression test for #315 (already passes)
|
2013-08-12 17:28:08 -07:00 |
Sam Harwell
|
04d2b5b92d
|
Add regression test for #315 (already passes)
|
2013-08-12 19:26:40 -05:00 |
Terence Parr
|
2637d64320
|
Merge pull request #314 from parrt/reorg-left-recur-elim
Reorg left recur elim
|
2013-08-08 16:13:49 -07:00 |
Terence Parr
|
19fce5dd7d
|
change ruleElementOption back to elementOption
|
2013-08-08 16:12:01 -07:00 |