Commit Graph

7191 Commits

Author SHA1 Message Date
Terence Parr 128983ff90
Merge pull request #2593 from abhijithneilabraham/patch-2
Update getting-started.md
2019-07-23 08:40:43 -07:00
Terence Parr 4e2afda740
Merge pull request #2601 from abhijithneilabraham/patch-3
Update contributors.txt
2019-07-23 08:40:18 -07:00
Abhijith Neil Abraham 851f02b5da
Update contributors.txt 2019-07-16 11:23:46 +05:30
Terence Parr b627fffdd1
Merge pull request #2598 from ericvergnaud/use-openjdk
Use openjdk instead of oraclejdk
2019-07-14 10:25:56 -07:00
Eric Vergnaud 71a6922776 jdk7 builds on trusty, move it back to extended tests 2019-07-14 15:11:36 +08:00
Eric Vergnaud 21069fb2c6 try using trusty for jdk7 2019-07-14 15:05:21 +08:00
Eric Vergnaud 9830f156d7 replace hidden tab in travis yml 2019-07-14 13:05:14 +08:00
Eric Vergnaud 69cc73d345 use trusty for cpp 2019-07-14 12:52:35 +08:00
Eric Vergnaud 6aa90a2c1d Fixes the mono build, thanks @ewanmellor 2019-07-14 11:48:32 +08:00
Eric Vergnaud 264495b404 Revert "restore dotnet as part of main test"
This reverts commit 11a70d56cf.
2019-07-14 11:17:57 +08:00
Eric Vergnaud 11a70d56cf restore dotnet as part of main test 2019-07-14 11:17:23 +08:00
Eric Vergnaud 72a33f8788 fix class format issue with jetty 10 2019-07-14 11:14:36 +08:00
Eric Vergnaud 9b32885e21 only use openjdk7 for java extended test, use openjdk8 for all others 2019-07-14 11:05:46 +08:00
Eric Vergnaud eac9b0b0ef drop EOL's oraclejdk8 in favor of openjdk8 2019-07-14 10:57:03 +08:00
Eric Vergnaud 91f8862a36 cleanup 2019-07-13 12:20:04 +08:00
Terence Parr bda96a0081
Merge pull request #2596 from olowo726/master
getText performance improvement by making UTF32Converter thread_local instead of local.
2019-07-12 10:37:57 -07:00
olowo726 399e1e7d33 Merge branch 'master' of https://github.com/olowo726/antlr4 2019-07-11 19:20:38 +02:00
olowo726 06cee866d2 Made converters thread_local instead of local to function for performance 2019-07-11 19:20:20 +02:00
olowo726 f3157d94d1 Made converters thread_local instead of local to function for performance 2019-07-11 17:59:37 +02:00
Abhijith Neil Abraham a92600936c
Update getting-started.md
To resolve some confusion on readme
2019-07-11 11:33:54 +05:30
Terence Parr a770ff26cc
Merge pull request #2382 from edirgarcia/master
Properly build decisionToDFA
2019-06-23 15:45:21 -07:00
Terence Parr aa51ef297a
Merge branch 'master' into master 2019-06-23 15:45:10 -07:00
Terence Parr edae2a1c9b
Merge pull request #2548 from Thomasb81/fix2547
Fix overlaping condition
2019-05-18 09:48:40 -07:00
Thomas 3534089ddf Fix formating 2019-05-14 08:57:18 +02:00
Thomas 409b207bf1 Fix formating 2019-05-14 08:57:01 +02:00
Thomas c57996e589 Fix formating 2019-05-14 08:56:48 +02:00
Thomas 264db10290 Revert "Typo fix in XPath #2464"
This reverts commit d9c51b1525.
2019-05-13 22:38:49 +02:00
Thomas e7660d6cfa Align overlap condition on java implementation 2019-05-13 22:38:06 +02:00
Thomas 6fbc156f6c Align overlap condition on java implementation 2019-05-13 22:33:43 +02:00
Thomas 9a6b4e8fe8 Align overlap condition on java implementation 2019-05-13 22:33:16 +02:00
Thomas 0b0e521a8d Align overlap condition on java implementation 2019-05-13 22:25:42 +02:00
Thomas 17d626bc73 Align overlap condition on java implementation 2019-05-13 22:23:06 +02:00
Thomas f3184e9c8d Align overlap condition on java implementation 2019-05-13 22:19:19 +02:00
Thomas d9c51b1525 Typo fix in XPath #2464 2019-05-08 15:01:31 +02:00
Thomas 8d48f1a851 Fix overlaping condition 2019-05-08 14:26:11 +02:00
Terence Parr 7c334b114c
Merge pull request #2542 from askingalot/csharp-target-syntax-highlighting
syntax highlighting for csharp language target doc
2019-05-03 09:09:47 -07:00
Andy Collins be993de7d9 syntax highlighting for csharp language target doc 2019-05-02 20:44:28 -05:00
Terence Parr 837aa60e2c
Merge pull request #2520 from akosthekiss/py3stg-listenerfile-del
Clean up namespace of generated Python3 listeners
2019-03-25 08:36:24 -07:00
Akos Kiss acbd582678 Clean up namespace of generated Python3 listeners
Added `del <file.parserName>` to the end of the `ListenerFile`
template the same way it is used in `VisitorFile`.
2019-03-24 12:24:19 +01:00
Terence Parr f7022ebb02
Merge pull request #2517 from renatahodovan/py27_import
Fix imports in the Python2 sources.
2019-03-23 11:17:01 -07:00
Renata Hodovan 3c21a640cc Fix imports in the Python2 sources.
Contrary to Python3, the lexers and parser generated for Python2 target
support only relative imports which causes a failure in case of
standalone scripts. The patch adapts these imports to work in both
cases.
2019-03-21 15:06:40 +01:00
Terence Parr c7ee16fc72
Merge pull request #2514 from carlodri/patch-1
DOCS: do not use python built-in as variable name
2019-03-19 08:33:33 -07:00
Carlo ad2ea7a68c
Update contributors.txt 2019-03-18 18:07:20 +01:00
Carlo 572bc7eb6f
do not use python built-in as variable name 2019-03-18 18:04:15 +01:00
Terence Parr 28fc84874d
Merge pull request #2510 from base698/master
Added visitor example.
2019-03-13 10:00:20 -07:00
Justin Thomas 6ee94ed5b9
Adding base698 to contributors.txt 2019-03-13 09:42:52 -07:00
Justin Thomas 6160aa6101
Added visitor example. 2019-03-12 06:51:56 -07:00
Terence Parr dade65a895
Merge pull request #2463 from youkaichao/python/test
update test script
2019-02-23 08:57:40 -08:00
Terence Parr 1c6c62afc7
Merge pull request #2486 from ralucado/master
Fix Index Error in Python3 GetChild
2019-02-06 17:38:12 -08:00
Ralu 510e3f7ed9
Update contributors.txt 2019-02-06 10:50:59 +01:00