Commit Graph

3326 Commits

Author SHA1 Message Date
Terence Parr f491a1a84f Merge pull request #873 from parrt/fix-nonconforming-lr-rules
Check for nonconforming left-recursive rules.
2015-05-19 14:45:00 -07:00
Terence Parr b5907498de Fixes #822, Fixes #855. We didn't check for left-recursive rules that didn't follow pattern that would lead to error. added unit tests. Passes all tests. 2015-05-19 14:44:05 -07:00
Terence Parr f645e175ad use generated jar not hardcoded 4.5 2015-05-18 12:57:32 -07:00
Terence Parr baee367529 set antlr3 version to 3.5.2 in bild 2015-05-18 12:20:02 -07:00
Terence Parr bb3f64fb0a Merge pull request #870 from Pursuit92/master
Add goto to reserved words for java.
2015-05-12 12:34:30 -07:00
Josh Chase 108f0557fa Add goto to reserved words for java. 2015-05-12 12:31:00 -07:00
ericvergnaud 0fc72a0106 Merge pull request #869 from lukekras/master
Added lkraz to contributors.
2015-05-09 18:05:53 +08:00
lkraz 0bff196e15 Added lkraz to contributors. 2015-05-09 19:02:28 +10:00
Sam Harwell 43e07f9fc4 Merge pull request #868 from ViceIce/ViceIce-contribute
Update contributors.txt
2015-05-08 19:03:21 -05:00
Michael Kriese 4aeae0edf8 Update contributors.txt 2015-05-08 20:02:59 +02:00
ericvergnaud a911ffb7ac Merge pull request #865 from jszheng/master
Signed contributor's agreement.
2015-04-29 19:21:37 +08:00
jszheng da3a141059 Signed contributor's agreement. 2015-04-29 15:41:24 +08:00
Sam Harwell bf7135e600 Merge pull request #853 from ojakubcik/oj-pull-requests
Signed contributor's agreement.
2015-04-08 13:54:07 -05:00
Ondrej Jakubcik 05ba3bfec8 Signed contributor's agreement. 2015-04-08 20:21:25 +02:00
Sam Harwell c4286ed795 Merge pull request #850 from rljacobson/master
Robert Jacobson signed the contributor agreement.
2015-04-03 11:53:27 -05:00
Robert Jacobson 6c35a12bbb Robert Jacobson signed the contributor agreement. 2015-04-03 12:22:11 -04:00
Pétur Ingi Egilsson e64dbaec86 Update IntegerList.java 2015-03-20 22:37:24 +01:00
Pétur Ingi Egilsson 0d5e471f7c Update IntegerList.java 2015-03-20 22:36:24 +01:00
Pétur Ingi Egilsson bae2ba5e3e Added error checks. 2015-03-20 21:31:49 +01:00
Terence Parr 8f96e8b592 Merge pull request #830 from RedTailedHawk/master
Signed contributors agreement
2015-03-07 10:51:55 -08:00
RedTailedHawk b45be6db5a Signed contributors agreement 2015-03-07 13:42:32 -05:00
Terence Parr 4369626e82 Merge pull request #812 from pavlo/master
Makes TestRig's dialog to save and restore its state
2015-02-15 13:17:39 -08:00
Pavlo V. Lysov 0679d19fa3 adds Pavlo Lysov to the list of contributors 2015-02-15 10:49:49 +02:00
Terence Parr f4416b5137 Merge pull request #818 from parrt/rm-null-annotations
IDE missed some changed files
2015-02-14 16:48:22 -08:00
Terence Parr db8de6214e IDE missed some changed files 2015-02-14 16:44:35 -08:00
Terence Parr dadba66610 Merge pull request #817 from parrt/rm-null-annotations
Somehow I missed a bunch of imports for @NotNull. Fixes #815.
2015-02-14 16:33:26 -08:00
Terence Parr 5e70f94628 Somehow I missed a bunch of imports for @NotNull. Fixes #815. 2015-02-14 16:29:37 -08:00
Terence Parr 0ed80d90da fix erroneous javadoc build. set to 4.5.1 release for bild.py 2015-02-14 16:16:20 -08:00
Terence Parr 7672fe20ca Merge pull request #816 from parrt/parse-with-starting-alt-feature
Create functionality to get all possible parse trees for ambiguous input.
2015-02-14 15:46:29 -08:00
Terence Parr d4a43684be squash all commits for this branch 2015-02-14 13:51:31 -08:00
Pavlo V. Lysov 255cb56da5 minor constant rename 2015-02-02 20:59:32 +02:00
Pavlo V. Lysov f56a27bb4b makes the UI dialog to save/restore its state - width, height, location on screen, the placement of splitter as well as viewer scale 2015-02-02 20:56:18 +02:00
Terence Parr 66e275d164 Merge pull request #811 from antlr/fix-809
Fix 809
2015-01-31 14:48:10 -08:00
Terence Parr 822d61ad47 Fixes #809. 2015-01-31 14:36:46 -08:00
Terence Parr e8c6dc4e39 Merge pull request #805 from sharwell/fix-804
Fixes #804 potential misuse of the DFA start state when initializing a decision
2015-01-31 14:30:10 -08:00
Terence Parr 4ba571c4d6 Merge branch 'master' of github.com:antlr/antlr4 2015-01-31 14:29:42 -08:00
Terence Parr 2bf3727055 Merge branch 'fix-804'
* fix-804:
  Initialize DFA.precedenceDfa when the DFA instance is created
  Fix potential misuse of the DFA start state when initializing a decision from multiple threads
2015-01-31 14:27:52 -08:00
Sam Harwell bc98e5b687 Initialize DFA.precedenceDfa when the DFA instance is created 2015-01-31 16:10:03 -06:00
ericvergnaud 39818ad547 Merge pull request #806 from TomLottermann/master
Added as contributor due to a fix in antlr4-javascript
2015-01-29 23:12:45 +08:00
Thomas Lottermann 83d91ad1da Added as contributor due to a fix in antlr4-javascript
https://github.com/antlr/antlr4-javascript/pull/18
2015-01-29 15:32:40 +01:00
Sam Harwell 84fb456aac Fix potential misuse of the DFA start state when initializing a decision from multiple threads
Fixes #804
2015-01-26 15:50:12 -06:00
Terence Parr 8d9c7d2801 fix ordering issues with parameters (again!) argh. 2015-01-23 21:38:46 -08:00
Terence Parr 4cc275ab52 I did not have project URL in pom and the maven deploy failed again. 2015-01-23 15:33:01 -08:00
Terence Parr 2065644b4a Merge pull request #803 from parrt/figureout-maven-deploy-to-central
Figure out maven deploy to central
2015-01-23 14:50:22 -08:00
Terence Parr 87711b4704 it looks like I got the maven deploy thing going after initial failure for not signing the antlr maven plug-in. 2015-01-23 14:48:58 -08:00
Terence Parr 3a4d53adea had license to the pom files and make sure that they use the jar packaging. 2015-01-23 14:39:36 -08:00
Terence Parr b033b5ceb1 tell the pom to sign the artifacts for the antler maven plug-in. 2015-01-23 14:37:41 -08:00
Terence Parr 2246e7500b tweak deploy 2015-01-22 19:29:21 -08:00
Terence Parr e1e12f0b41 update readme 2015-01-22 17:52:07 -08:00
Terence Parr ef56710fb4 tweak 2015-01-22 17:43:01 -08:00