Commit Graph

5508 Commits

Author SHA1 Message Date
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
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
Terence Parr f4eb903d5d Merge pull request #1382 from parrt/hanjoes-swift-target-new-test
swift target rebased on current master
2016-11-20 21:07:58 -08:00
parrt 27a59988a2 take out flag for cmake as it doesn't work on linux. turn off C++ tests on mac 2016-11-20 20:28:12 -08:00
parrt 8e33fe49f5 turn out stderr output from clang++ compiles 2016-11-20 19:53:05 -08:00
parrt 66be087c38 merge old and new travis; improve so it runs C++ on osx; update BaseSwiftTest so it mirrors other targets; remove unneeded dep in pom to some json stuff 2016-11-20 19:50:54 -08:00
Marco Hunsicker cb785d5d1e Use method to strip quotes. This could be factored out as it seems generally usefull 2016-11-20 19:21:54 +01:00
Marco Hunsicker 89e3f063c9 Remove path from grammar name when present 2016-11-20 19:19:53 +01:00
Marco Hunsicker d9af7896a7 Don't require imports directory 2016-11-20 19:05:14 +01:00