Terence Parr
162c6138a5
rm unused template
2015-06-20 12:21:51 -07:00
ericvergnaud
214a4b7f52
fix case sensitive env
2015-06-21 03:07:05 +08:00
ericvergnaud
cfd9641deb
fix case sensitive env
2015-06-21 03:06:43 +08:00
Terence Parr
82d0cbc3f6
add missing template
2015-06-20 11:59:44 -07:00
ericvergnaud
70aad391f7
missing template
2015-06-21 02:51:21 +08:00
ericvergnaud
4dabde4b9b
missing template
2015-06-21 02:50:22 +08:00
ericvergnaud
70073950e2
fix #40
2015-06-21 02:30:55 +08:00
ericvergnaud
bb6308f6c1
fix #40
...
no need to escape with Python
2015-06-21 02:26:56 +08:00
Terence Parr
7f22155900
Tweak package for Python support code.
2015-06-20 11:25:03 -07:00
parrt
6c9a674ea7
import common code from package python not python2; given the change in package, requires an import
2015-06-20 11:07:32 -07:00
ericvergnaud
9956b3e9d1
Merge pull request #43 from jcbrinfo/patch-1
...
Fix `LexerNoViableAltException.__str__`
2015-06-21 02:02:18 +08:00
ericvergnaud
957fc82643
Revert "rename package to python2 for consistency with other target and to make it more clear; hope that is okay"
...
This reverts commit ab6b292773
.
2015-06-21 01:53:29 +08:00
ericvergnaud
06730fcc6c
delete legacy test generator and generated tests
2015-06-21 01:11:11 +08:00
ericvergnaud
1534a97c15
delete legacy tests
2015-06-21 01:07:18 +08:00
ericvergnaud
be0828cc8d
delete legacy tests
2015-06-21 01:06:58 +08:00
ericvergnaud
d18c74e48f
delete legacy tests
2015-06-21 01:06:47 +08:00
ericvergnaud
6df52134a4
delete legacy tests
2015-06-21 01:06:25 +08:00
ericvergnaud
373c148ddc
generated tests
2015-06-21 00:34:37 +08:00
ericvergnaud
b47e82125d
fix test generation template
2015-06-21 00:34:28 +08:00
ericvergnaud
3fcc24f6b1
generated tests
2015-06-21 00:33:38 +08:00
ericvergnaud
6dd23765a4
cleanup test generation templates
2015-06-21 00:33:24 +08:00
ericvergnaud
91373cb52c
obsolete
2015-06-21 00:32:50 +08:00
ericvergnaud
61d67edbc8
generated tests
2015-06-21 00:32:23 +08:00
ericvergnaud
f1d9e7c6d2
fix test generation template
...
all tests pass
2015-06-21 00:32:23 +08:00
ericvergnaud
408856a165
missing import
2015-06-21 00:32:23 +08:00
ericvergnaud
9ae9511566
generated tests
2015-06-21 00:31:05 +08:00
ericvergnaud
bde6408fa9
fix test generation templates
...
all tests pass
2015-06-21 00:31:05 +08:00
ericvergnaud
708227c3e2
bug where a character would be consumed when already consumed by error recovery mechanism
2015-06-21 00:31:04 +08:00
ericvergnaud
cbb3acead6
missing import
2015-06-21 00:31:04 +08:00
Terence Parr
0f1516b798
Add missing copyright notices. Improve comments. Construct new temporary parsers of the same class as the original parser. a rename.
2015-06-19 13:41:31 -07:00
Terence Parr
8059431475
Merge pull request #923 from sharwell/rm-iml
...
Remove the three remaining .iml files
2015-06-19 13:01:20 -07:00
Sam Harwell
560b2b428e
Remove the three remaining .iml files
2015-06-19 14:59:39 -05:00
Terence Parr
c91ce731d2
improve gitignore
2015-06-19 12:28:05 -07:00
Terence Parr
4115a0ad47
Merge pull request #913 from sharwell/fix-909
...
Move TestPerformance.testExpressionGrammar to the runtime test suite
2015-06-19 12:11:12 -07:00
Terence Parr
e8c6b32283
Merge pull request #921 from jvanzyl/master
...
Use variable for project version
2015-06-19 11:25:53 -07:00
Jason van Zyl
cfc10cef11
Use variable for project version
...
Thanks to @sharwell for catching this.
2015-06-19 14:24:50 -04:00
Terence Parr
f661f41071
Merge branch 'jvanzyl-master'
2015-06-19 11:21:17 -07:00
Jason van Zyl
8beec18283
Add Maven build
...
Account for the following:
- deploying snapshots to OSSRH
- releasing to Maven Central
- Shaded JAR including the treelayout dependency
- OSGi manifest
- remove Eclipse IDE metadata for clean import
- remove IDEA IDE metadata for clean import
2015-06-19 11:13:24 -07:00
Terence Parr
2267559550
yet more ide .xml changes
2015-06-19 11:10:42 -07:00
Terence Parr
74fbf38ce7
make Predicate consistent with java 8
2015-06-19 11:06:06 -07:00
parrt
55a33fb45d
add missing
2015-06-19 08:46:11 -07:00
jcbrinfo
84b193a050
Fix `LexerNoViableAltException.__str__`.
...
Signed-off-by: jcbrinfo <jcbrinfo@users.noreply.github.com>
2015-06-19 11:33:03 -04:00
Terence Parr
e9d62bb231
Merge pull request #918 from parrt/add-heavy-interp-tests-and-support
...
add tests, refactor get-all-parse-tree stuff. add Trees support routines
2015-06-18 17:27:11 -07:00
parrt
a9ca2efae5
add tests, refactor get-all-parse-tree stuff. add Trees support routines.
2015-06-18 17:25:51 -07:00
parrt
0faea5ee1d
rename package to python2 for consistency with other target and to make it more clear; hope that is okay
2015-06-18 14:48:29 -07:00
parrt
ab6b292773
rename package to python2 for consistency with other target and to make it more clear; hope that is okay
2015-06-18 14:32:53 -07:00
parrt
e0c6210d22
added a comment and removed redundant array creation from varargs.
2015-06-18 13:40:48 -07:00
parrt
b742bbdaf4
Merge branch 'master' of github.com:antlr/antlr4
2015-06-18 13:35:53 -07:00
Terence Parr
35794c431c
Merge pull request #917 from antlr/enable-one-shot-tests-generation
...
added -root parameter to generate all targets
2015-06-18 13:34:38 -07:00
ericvergnaud
84d3e3de62
refactor for consistency
2015-06-19 02:16:30 +08:00