Commit Graph

7175 Commits

Author SHA1 Message Date
ENDOH takanao 411960b187 remove double dots in the filename
some tools are can not handling files that have double dots in the filename
2018-08-03 16:16:04 +07:00
Lucas Henrique 3893557fa1
Signing the the contributors.txt file 2018-07-31 15:08:16 -03:00
Lucas Henrique 95f8c4b768
Fixing the link to the Eclipse plugin
The link to the Eclipse plugin was pointing to the a YouTube video about the Intellij plugin
2018-07-31 15:02:38 -03:00
Maxim Novikov c956fbbbc6 Allow importing StdinStream from antlr4 package 2018-07-31 07:04:48 +02:00
Terence Parr 7d0787e29c
Merge pull request #2336 from m-novikov/stdin-stream
Add StdninStream for python3 runtime. Closes: #2271
2018-07-27 17:18:36 -07:00
Maksim Novikov ad603efe91 Add StdninStream for python3 runtime. Closes: #2271 2018-07-27 20:37:34 +02:00
Terence Parr 1375995edb
Merge pull request #2190 from ericvergnaud/fix-#2188
fixes #2188
2018-07-24 15:56:43 -07:00
Terence Parr ad9007664b
Merge pull request #2192 from ericvergnaud/use-csharp-as-main-test-target
Use csharp as main test target
2018-07-24 15:55:16 -07:00
Terence Parr fc01366f35
Merge pull request #2196 from robertbrignull/visit_null_children
JavaScript parse tree visitor: check if ctx.children is non-null in visitChildren
2018-07-24 15:54:06 -07:00
Terence Parr 0d6aebbb8e
Merge pull request #2198 from kasbah/fix-js-examples
fix indentation in javascript target examples
2018-07-24 13:00:31 -07:00
Terence Parr 7bd2c3fbe1
Merge branch 'master' into fix-js-examples 2018-07-24 12:59:53 -07:00
Terence Parr 9ec01b8551
Merge pull request #2216 from razfriman/master
Make C# NuGet package name more visible in runtime docs
2018-07-24 12:59:21 -07:00
Terence Parr 7dbc5ddc15
Merge branch 'master' into master 2018-07-24 12:59:04 -07:00
Terence Parr 4618842cd5
Merge pull request #2292 from sinopsysHK/master
Enable ParserATNSimulator debug mode in Python3 target
2018-07-24 12:58:23 -07:00
Terence Parr 73170a2076
Merge branch 'master' into master 2018-07-24 12:57:38 -07:00
Terence Parr c9df334af8
Merge pull request #2302 from ericvergnaud/python-3-fix-2301
Fixes #2301
2018-07-24 12:56:46 -07:00
Terence Parr 4f75699eeb
Merge pull request #2311 from alecont/master
Updated csharp-target doc
2018-07-24 12:56:02 -07:00
Terence Parr 04f6924299
Merge branch 'master' into master 2018-07-24 12:55:34 -07:00
Terence Parr 400f4bd4d6
Merge pull request #2295 from srvance/master
Update icu4j to resolve CVEs
2018-07-14 08:21:40 -07:00
Terence Parr 171ef99e04
Merge branch 'master' into master 2018-07-13 17:44:53 -07:00
Terence Parr 7c4806bb0b
Update releasing-antlr.md 2018-07-12 09:46:38 -07:00
James Goppert f09f0ffbc2 Sign contributors. 2018-07-03 20:24:13 -04:00
James Goppert ee92d8caf1 Add support for cpack. 2018-07-03 20:21:55 -04:00
吴晟 Wu Sheng 65991784ca
Update contributors.txt
Sign contributors.txt
2018-06-27 14:43:20 +08:00
吴晟 Wu Sheng 0728fd05af
Update getting-started.md
Make grun alias as same as antlr4.
2018-06-27 14:41:12 +08:00
Sergey Chupov 788fd9a1b4
Merge branch 'master' into patch-1 2018-06-18 14:05:32 +03:00
Ale Contenti cfd6b7430a
Merge branch 'master' into master 2018-06-16 22:20:42 -07:00
Terence Parr 98dc2c0f02
Merge pull request #2213 from EternalPhane/master
Fix #1855, #2211
2018-06-16 09:58:25 -07:00
Zongyuan Zuo 8dfcf32cfc
Merge branch 'master' into master 2018-06-16 22:12:09 +08:00
Ale Contenti 7ca6d525e6 Updated csharp-target doc
Added a 'using' statement for namespace using Antlr4.Runtime.Tree, so that IParseTree can be found without fully qualified name.
Fixed typo in property Parser.BuildParseTree
2018-06-15 00:02:07 -07:00
Sergey Chupov 2e4280944d
add my entry to contributors 2018-06-14 16:08:58 +03:00
Sergey Chupov 804353e217
Avoid StringIndexOutOfBoundException
This fixes https://github.com/antlr/antlr4/issues/2138#issuecomment-397271786. Clearly it's been an oversight, since the same code has been fixed for CodePoint8Bit in this commit: ac9f75303e
2018-06-14 16:03:17 +03:00
Eric Vergnaud d134b6a12d Fixes #2301 2018-06-03 11:21:37 +08:00
Terence Parr 61acb35f0c
Merge pull request #2299 from dhalperi/streamline-java-statics
Java.stg: use static functions instead of inline arrays
2018-06-02 13:00:42 -07:00
Daniel Halperin 2a6a107b49 Java.stg: use static functions instead of inline arrays 2018-05-30 21:17:59 -07:00
Stephen Vance e05a6a6f53 Sign contributors.txt 2018-05-23 09:13:37 -04:00
Stephen Vance 2971f37323 Update icu4j version to address CVEs 2018-05-23 09:01:07 -04:00
sinopsysHK 83273c5e7c Signed contributors.txt 2018-05-17 00:07:15 +08:00
sinopsysHK 58ef6bbc96 Enable running debug mode of ParserATNSimulator
This is to have appropriate logs during debug and avoid crashing in some occasions when startIndex=stopIndex

range(startIndex, stopIndex) is equivalent to an array of values from startIndex to stopIndex-1 thus when startIndex=stopIndex range(startIndex, stopIndex+1) = [startIndex] which is not exactly an interval and would break getText that is expecting an interval as a Tuple.
2018-05-16 23:37:21 +08:00
Terence Parr 8005cfd090
Merge pull request #2288 from johnvanderholt/master
fixed spelling mistake in js docs
2018-05-15 08:36:19 -07:00
john cb70d10a78 added name to contibuters.txt 2018-05-15 13:21:07 +02:00
john d076768dff fixed spelling mistake in js docs 2018-05-15 13:17:23 +02:00
Joseph Smith 2daa261772 Don't generate interpreter data files if gencode is false 2018-04-26 13:06:04 -05:00
Joseph Smith 7e89f26e9b Initialize STGroupFile with url, not file path
- absolute file paths not reliable way to find resources on classpath
- requires changes to ST4 in this PR:
https://github.com/antlr/stringtemplate4/pull/199
2018-04-24 17:43:00 -05:00
Joseph Smith 7e93bf3e09 sign contributors agreement 2018-04-24 07:30:14 -05:00
Joseph Smith 6469934441 revert groupId change 2018-04-24 07:27:26 -05:00
Joseph Smith 8ce79eec81 Ensure file paths passed to STGroup[File] are absolute
- gracefully handle grammars without source fileNames
2018-04-23 18:55:23 -05:00
Zongyuan Zuo 2d08b9f414
Merge branch 'master' into master 2018-03-26 20:36:50 +08:00
EternalPhane 8fb3b42ded rewrite with std::is_nothrow_copy_constructible 2018-03-26 20:31:51 +08:00
Terence Parr 6ffc59d63c
Merge pull request #2223 from io7m/master
Add an Automatic-Module-Name
2018-03-18 15:33:40 -07:00