Skip to content
Snippets Groups Projects
Commit e346202c authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add comment

parent 8c37649d
No related branches found
No related tags found
No related merge requests found
Pipeline #142330 passed
......@@ -214,6 +214,8 @@ public class BAstCreator extends BuiltInOPs
} else {
AExpressionDefinitionDefinition d = new AExpressionDefinitionDefinition();
d.setName(new TIdentifierLiteral(getName(opDefNode)));
// System.out.println("Creating Expression DEFINITION " + getName(opDefNode));
// TODO: these definitions have no position info in the definition_decl term nor at the top-level body
d.setParameters(list);
d.setRhs(visitExprNodeExpression(opDefNode.getBody()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment