- Jun 04, 2020
-
-
Alexandru Dura authored
The addRules method may exceed the 64KB limit for bytecode. Generate two methods instead: addRules1 and addRules2.
-
- Apr 03, 2020
-
-
Alexandru Dura authored
Tokens are allowed to be metavariables, but they do not need to be wrapped in a MetaVariable node. Handle this case in the generated buildMetaVar method.
-
- Apr 01, 2020
-
-
Alexandru Dura authored
-
- Mar 25, 2020
-
-
Alexandru Dura authored
-
- Mar 19, 2020
-
-
Alexandru Dura authored
-
- Mar 09, 2020
-
-
Alexandru Dura authored
We want to be able to import the Java grammar into the Earley Parser test suite. In order to do that, we need to avoid references to external classes in the parser spec.
-
- Mar 06, 2020
-
-
Alexandru Dura authored
-
- Mar 05, 2020
-
-
Alexandru Dura authored
-
- Feb 19, 2020
-
-
Alexandru Dura authored
The metavariable introduction was modelled as constraint problem to reduce the number of metavariable productions as much as possible. This didn't work well with lists and we introduced more GAP productions than neede. Since the parser is faster now, we don't have to reduce the number of metavariable productions.
-
Alexandru Dura authored
-
Alexandru Dura authored
-
Alexandru Dura authored
-
- Feb 18, 2020
-
-
Alexandru Dura authored
-
Alexandru Dura authored
Generate a method that builds the correct AST MetaVariable or Gap based on the symbol in the concrete syntax tree.
-
Alexandru Dura authored
-
- Feb 12, 2020
-
-
Alexandru Dura authored
-
- Jan 31, 2020
-
-
Alexandru Dura authored
-
Alexandru Dura authored
-
- Jan 30, 2020
-
-
Alexandru Dura authored
-
- Jan 29, 2020
-
-
Alexandru Dura authored
-
- Oct 03, 2019
-
-
Alexandru Dura authored
-
- Sep 06, 2019
-
-
Alexandru Dura authored
-
Alexandru Dura authored
-
Alexandru Dura authored
-
- Aug 29, 2019
-
-
Alexandru Dura authored
Introduce the visit() function that is meant to transform a PEP tree node to a JastAdd node.
-
- Aug 28, 2019
-
-
Alexandru Dura authored
-
- Aug 26, 2019
-
-
Alexandru Dura authored
-
- Aug 15, 2019
-
-
Alexandru Dura authored
-
Alexandru Dura authored
-
Alexandru Dura authored
-
- Aug 09, 2019
-
-
Alexandru Dura authored
-
Alexandru Dura authored
-
- Aug 08, 2019
-
-
Alexandru Dura authored
-
Alexandru Dura authored
-
- Jul 16, 2019
-
-
Alexandru Dura authored
-
Alexandru Dura authored
-
Alexandru Dura authored
-
- Jul 15, 2019
-
-
Alexandru Dura authored
-
- Jul 11, 2019
-
-
Alexandru Dura authored
-
Alexandru Dura authored
-