Commit Graph

5972 Commits

Author SHA1 Message Date
Oliver Sampson 8b8afbf16c Update contributors.txt 2016-11-25 13:03:51 +01:00
Oliver Sampson 3ed4348ab6 Update getting-started.md 2016-11-25 13:01:24 +01:00
Tom Wieczorek d1bc0f5ca5
Merge remote-tracking branch 'origin/master' into iterative-tree-walker 2016-11-25 12:25:27 +01:00
Tom Wieczorek cc59a699d4
Add myself to the list of contributors using the date of my first commit. 2016-11-25 12:16:48 +01:00
Mike Lischke a6161326e1 Merge branch 'master_upstream' 2016-11-25 08:58:15 +01:00
Mike Lischke dc0e952fc2 Removed an obsolete line. 2016-11-25 08:38:56 +01:00
Terence Parr df40db35a4 Merge pull request #1400 from janyou/readme
modify info on Swift target
2016-11-24 20:40:33 -08:00
Terence Parr 474c33e5db Merge pull request #1396 from janyou/swift-target-readme
update swift-target.md
2016-11-24 20:40:12 -08:00
Terence Parr fdee94d529 Merge pull request #1404 from parrt/expr-performance-test
Fixes #994; poor left-recursive rule performance
2016-11-24 20:30:45 -08:00
parrt 933cc6e63c make the switch an ENV not property. 2016-11-24 20:30:18 -08:00
parrt e1a1867149 change name of switch that turns off new opt. 2016-11-24 13:32:41 -08:00
parrt c182e3d5bf Fixes #994 poor performance in left-recursive expressions with very large expression input phrases; builds off of @sharwell solution that explicitly checks for key return states in expr rules 2016-11-24 13:07:19 -08:00
Sam Harwell fca5e458d3 Implement dynamic disambiguation
Fixes #1398
Fixes #994
2016-11-24 13:01:14 -08:00
Terence Parr 178f956b1f Merge pull request #1403 from sharwell/fix-1402
Fix failure to identify prefix rules that also recurse
2016-11-24 12:59:24 -08:00
Sam Harwell f196971565 Fix failure to identify prefix rules that also recurse
Fixes #1402
2016-11-24 14:38:34 -06:00
janyou 0e091d1b08 modify info on Swift target 2016-11-24 06:51:19 +08:00
ghosthope 04e9078dd9 from master 2016-11-23 13:58:43 +03:00
parrt 6c2d4e6225 Fixes #1211 2016-11-22 15:04:28 -08:00
janyou a74b33339c update swift-target.md 2016-11-23 07:00:17 +08:00
parrt dc2c9b039e Fixes #1188 2016-11-22 14:21:07 -08:00
Terence Parr d09276d9fd Merge pull request #1395 from janyou/suppress-warnings
suppress swift test warnings
2016-11-22 13:24:59 -08:00
parrt 50a3455e20 tweak templates 2016-11-22 13:19:13 -08:00
parrt f3215d73d8 add github templates 2016-11-22 13:14:45 -08:00
parrt 2211036472 Test only swift on os x 2016-11-22 12:55:47 -08:00
parrt ace7758f6e Fixes #1280 2016-11-22 12:49:24 -08:00
parrt aeaba48a0b pull in lygav python impl of TokenStreamRewriter 2016-11-22 12:34:46 -08:00
parrt 10fb0a3049 add info on Swift target 2016-11-22 12:11:13 -08:00
Terence Parr 0bb622e50d Merge pull request #1391 from parrt/factor-antlr-tests
factor antlr() out of target test files into single spot
2016-11-22 12:06:16 -08:00
parrt 007a445be4 factor antlr() out of target test files into single spot 2016-11-22 11:58:23 -08:00
Terence Parr b5b69b60d0 Merge pull request #1386 from parrt/fix-travis-osx
Fix travis osx
2016-11-22 10:57:00 -08:00
parrt 21324a02d2 fix travis 2016-11-22 10:55:19 -08:00
parrt 93c04a1933 fix travis 2016-11-22 10:55:19 -08:00
Terence Parr 83c1462b8e Merge pull request #1389 from parrt/fix-appveyor
Fix appveyor
2016-11-22 10:54:39 -08:00
parrt 12e8bfb561 Merge branch 'master' of github.com:parrt/antlr4 2016-11-22 10:37:59 -08:00
parrt 2cb02d9b43 add UTF-8 encoding on all antlr runs during test, fix appveyor 2016-11-22 10:00:28 -08:00
janyou 02055beb7e suppress swift test warnings 2016-11-22 21:30:55 +08:00
Terence Parr 11bcd168fb Update appveyor.yml 2016-11-21 14:40:46 -08:00
Terence Parr d6f95111fc Update appveyor.yml 2016-11-21 14:39:20 -08:00
Terence Parr 68180117d7 Merge pull request #1292 from BurtHarris/addAppveyor
Add AppVeyor.yml for Windows contious integration
2016-11-21 14:38:54 -08:00
Terence Parr c7a68514b5 Merge pull request #1384 from parrt/fix-1317
Fixes #1317
2016-11-21 13:47:08 -08:00
parrt 4e6e7edf0d Fixes #1317 2016-11-21 13:45:05 -08:00
parrt 39ddd0da3a improve doc on build 2016-11-21 11:44:16 -08:00
Terence Parr f3be375c3a Merge pull request #1379 from ericvergnaud/python3-token-stream-rewriter
port from python 2 version
2016-11-21 11:34:16 -08:00
Terence Parr 5f41dd2fc9 Merge pull request #1378 from ericvergnaud/javascript-visitor-clarification
clarify javascript visitor code
2016-11-21 11:33:39 -08:00
Terence Parr 8ed1105290 Merge pull request #1353 from marcohu/fix_1233
Grammar dependency management for Maven plugin
2016-11-21 11:21:58 -08:00
parrt df89ad6180 don't require output encoding in antlr4 mvn plugin 2016-11-21 11:05:31 -08:00
parrt 06285d16d7 improve doc on runtime targets 2016-11-21 10:51:07 -08:00
parrt d580f2184f Use JFrame instead of JDialog to get "expand window" buttons 2016-11-21 10:42:52 -08:00
Marco Hunsicker cfc538bfdc Merge branch 'master' of https://github.com/antlr/antlr4 into fix_1233 to solve
Conflicts:
	contributors.txt
2016-11-21 19:23:48 +01:00
Terence Parr 37ff8a3161 Merge pull request #1248 from renatahodovan/configset-contains
Fix comparisons in ATNConfigSet.__contains__ of Python targets.
2016-11-21 10:08:51 -08:00