Commit Graph

7980 Commits

Author SHA1 Message Date
parrt 1ba8487726 added rule and action redef; options copied to lexer now too.
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6670]
2010-02-06 16:29:05 -08:00
parrt 09eb3b5753 split AST for combined grammar into two, copying to lexer grammar.
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6669]
2010-02-06 14:58:26 -08:00
parrt 6d4a521ec0 forgot to add
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6668]
2010-02-05 14:21:25 -08:00
parrt 6f7e52ec9e got some symbols collected; renamed.
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6667]
2010-02-05 14:21:02 -08:00
parrt ffd60dc26b add def sym; fix errors so they ignore right of ->
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6666]
2010-02-04 18:01:47 -08:00
parrt 9b0d27b1b7 more unit tests
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6660]
2010-02-03 16:30:37 -08:00
parrt 81bcfe56dc got basic test harness for grammar errors
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6659]
2010-02-03 16:25:19 -08:00
parrt 6829fc9e47 check for tokenVocab in import done
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6658]
2010-02-03 13:09:12 -08:00
parrt b50c813cc5 got invalid import error done
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6657]
2010-02-03 12:54:49 -08:00
parrt f3fb19b921 got wildcard as root error detected; tweaked how we call DOT/WILDCARD
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6656]
2010-02-03 11:10:34 -08:00
parrt b004c36bce got tree filter mode option check in. reorg'd GRAMMAR node in tree.
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6655]
2010-02-02 18:27:30 -08:00
parrt f7807ade10 got more ast op checks in
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6654]
2010-02-02 17:45:40 -08:00
parrt 0ca7573e8b update comment
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6653]
2010-02-02 14:43:34 -08:00
parrt bfa9e934f1 checking for REWRITE_FOR_MULTI_ELEMENT_ALT
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6652]
2010-02-02 14:42:54 -08:00
parrt 8991dfeafc check count of rules and prequels.
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6651]
2010-02-01 18:52:25 -08:00
parrt c7b6dff683 increased specificity of tree node types. Got options stored into AST properly. Added <...> token options for hetero trees. Using ID to allow more syntax in some cases instead of TOKEN_REF.
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6650]
2010-02-01 17:41:32 -08:00
parrt 004f15bfb1 checking for illegal tokens everywhere
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6649]
2010-02-01 14:31:14 -08:00
parrt 9b47afdf8f checking for illegal args on token ref
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6647]
2010-01-31 18:00:34 -08:00
parrt d81ae7478d refactored. checking for illegal token ref
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6646]
2010-01-31 17:02:41 -08:00
parrt e248e8dbe0 started new structure for semantics; XXXTriggers and XXXChecks
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6643]
2010-01-31 14:27:35 -08:00
parrt b49707ce4a errors show file/line now; got a few semantic checks in
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6642]
2010-01-31 14:05:07 -08:00
parrt 08d8a0db23 got error handling with v4 ST working; no error loops etc...
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6641]
2010-01-31 13:08:09 -08:00
parrt c9d6efc7c5 move to v4
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6634]
2010-01-30 15:49:58 -08:00
parrt 4673f7ae02 added todo
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6633]
2010-01-30 15:49:03 -08:00
parrt f04dab7b83 got error message stuff in better shape. started semantics pipeline
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6631]
2010-01-30 14:30:02 -08:00
parrt 493177c04e add new stuff
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6624]
2010-01-27 18:12:44 -08:00
parrt f49b99ec3e keep in repo so people can build
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6622]
2010-01-27 17:27:35 -08:00
parrt 7f63527ce1 adding initial antlr v4 files
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6621]
2010-01-27 17:20:51 -08:00
parrt c9c01f2e3d gunit v4 works enough to do ANTLR.gunit for AST testing
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6620]
2010-01-27 17:05:29 -08:00
parrt 2b84821581 adding gunit for v4
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6619]
2010-01-27 16:28:26 -08:00