Commit Graph

4642 Commits

Author SHA1 Message Date
Martin Probst af9e8a1e92 fix #1023: getExpectedTokens() returns out of context tokens on consecutive runs 2015-10-21 17:14:43 +02:00
hkff e051b1a0f8 Fixing BufferedTokenStream.getTokenStream() calls 2015-10-21 16:34:44 +02:00
hkff 0e09f8b659 Adding getTokenSource in BufferedTokenStream 2015-10-21 14:15:57 +02:00
Bryan Wilhelm 1ed689c31c Handle left-recursion overloads by disabling ambiguous method reference warning. 2015-10-12 20:26:22 -04:00
Ivan Kochurkin 9fbef85c1c Updated contributors list. 2015-10-12 16:35:16 +03:00
Ivan Kochurkin 8bf480dcc5 Fixed non-informative NullPointerException. Empty strings now not allowed. fixed #959. 2015-10-12 16:33:32 +03:00
Bryan Wilhelm 3ae2b34d5f Resolve unlabeled left-recursive rules method names. 2015-10-09 22:03:24 -04:00
Bryan Wilhelm 8f53a8e03c Resolve overloaded labeled method. When left recursion is used the rule method is overloaded. When not resolved a C# compiler is generated and defaults to the parameterless method. This explicitly sets it to the parameterless method. 2015-10-09 21:33:13 -04:00
Terence Parr 8abc1106f7 Merge pull request #1012 from ericvergnaud/lexer-bug-in-javascript-runtime
Lexer bug in javascript runtime
2015-10-09 10:23:13 -07:00
Terence Parr 2f1ea39def Merge pull request #1019 from fedotovalex/contrib
Signed contribution agreement
2015-10-09 10:21:10 -07:00
Alex Fedotov f3fcc7270d Signed contribution agreement. 2015-10-08 22:14:11 -07:00
Bryan Wilhelm 84fbffdcb0 Updating contributors file. 2015-10-08 19:26:29 -04:00
Ivan Kochurkin 78427bae79 Fixed typos in comments. 2015-10-07 23:19:54 +03:00
Ivan Kochurkin a7a9804ecd Restrict certain token, channel, mode names. fixed #1015
Clear error (can not use or declare mode with reserved name) instead of "Serialized ATN data element out of range." exception from #967.
2015-10-07 23:15:21 +03:00
Ivan Kochurkin 935c25b110 Removed wildcard imports.
Fixed test with equal mode and token name.
2015-10-07 17:57:16 +03:00
Bryan Wilhelm fce6c086d2 Update doc comment in C# target base listener and visitor classes to use correct method name. 2015-10-06 21:34:17 -04:00
Ivan Kochurkin a14ba03b6e Changed error code (170), added grammar sample to description. 2015-10-06 18:11:40 +03:00
Ivan Kochurkin a87ac8664b Error in case of mode conflicts with token. fixed #996 2015-10-06 17:39:01 +03:00
Eric Vergnaud 3e807138d5 local replica of #1010 2015-10-05 21:28:30 +08:00
Eric Vergnaud 158ef2c567 same fix as #1010 2015-10-05 21:03:37 +08:00
Eric Vergnaud 1b01140354 Useful information for code completion 2015-10-04 11:44:26 +08:00
Eric Vergnaud a3b27766fa fix type 2015-09-30 22:07:46 +08:00
nttdatahenriksorensen dfced27fe8 Added contributors from master 2015-09-24 21:25:20 -07:00
nttdatahenriksorensen 7a031a88ea Added myself as contributor 2015-09-24 21:16:34 -07:00
HSorensen 417c208787 Merge pull request #1 from antlr/master
Update to origin head
2015-09-24 21:12:17 -07:00
nttdatahenriksorensen f2877d5dfc Prepare for merge 2015-09-24 21:11:38 -07:00
Terence Parr 3bdc4b7ee6 Merge branch 'worsht-master' 2015-09-18 14:04:49 -07:00
Terence Parr ca467f2d45 fix merge in contrib file 2015-09-18 14:04:26 -07:00
Rajiv Subrahmanyam 7a37322f18 Adding name to contributors 2015-09-18 13:16:11 -07:00
Terence Parr dfe05b5f9f Merge pull request #997 from krzkaczor/master
Added proper visit function in ParseTreeVisitor
2015-09-18 12:28:43 -07:00
Terence Parr 230221a7d3 Merge pull request #995 from ericvergnaud/fix-maven-test-scope
Fix maven test scope
2015-09-18 12:26:49 -07:00
Terence Parr 7b602e6054 Merge pull request #993 from ericvergnaud/minor-javacript-bug-fixes
was failing when ran in NodeJS
2015-09-18 12:22:39 -07:00
Eric Vergnaud 5c101e750e re-enable full csharp test suite 2015-09-19 02:43:28 +08:00
Eric Vergnaud 7beb07bfc3 SUCCESS!!!! All ANTLR targets successfully build and pass tests on travis-ci! 2015-09-19 02:42:20 +08:00
Eric Vergnaud 2f082e29fc fix mono 3.12.1 stack overflow on ubuntu with 60k+ string concat expression #2 2015-09-19 02:30:13 +08:00
Eric Vergnaud 7743e44517 fix mono 3.12.1 stack overflow on ubuntu with 60k+ string concat expression 2015-09-19 01:59:22 +08:00
Eric Vergnaud 2cea58868f get errors from xbuild 2015-09-19 01:33:17 +08:00
Eric Vergnaud f21ec5826e More info, maybe? 2015-09-19 00:59:19 +08:00
Eric Vergnaud 6d859a5168 Get compile error for failing test 2015-09-19 00:51:37 +08:00
Eric Vergnaud 8bf760a437 now try mono 2015-09-19 00:02:47 +08:00
Eric Vergnaud 95578de8c6 fix maven warning 2015-09-19 00:02:32 +08:00
Eric Vergnaud f804d124dc need PR #993 to run on TRAVIS-CI 2015-09-18 23:40:17 +08:00
Eric Vergnaud cbd3fad083 fix maven warnings 2015-09-18 23:39:39 +08:00
Krzysztof Kaczor e2554805de added myself as contributor 2015-09-18 17:30:11 +02:00
Krzysztof Kaczor 55fce54f4e reverted fix 2015-09-18 17:29:55 +02:00
Eric Vergnaud 68cdaea368 now trying mono! 2015-09-18 23:29:52 +08:00
Eric Vergnaud 50e1512e4f ok, now locate python3.4! 2015-09-18 23:17:40 +08:00
Eric Vergnaud 41f2455c39 better with autoconf? 2015-09-18 23:10:55 +08:00
Eric Vergnaud a3c071a979 and again 2015-09-18 23:06:26 +08:00
Eric Vergnaud 14ade86e09 and again 2015-09-18 23:00:39 +08:00