|
|
|
@ -512,11 +512,12 @@ public class DNodeGenerator
|
|
|
|
|
ExpressionDNode actualArgumentDNode = poolT!(ExpressionDNode, Expression)(actualArgument); |
|
|
|
|
// dnode.needs(actualArgumentDNode);
|
|
|
|
|
|
|
|
|
|
gprintln("We need to add recursion here", DebugType.ERROR); |
|
|
|
|
gprintln("Func?: "~to!(string)(cast(FunctionCall)actualArgument)); |
|
|
|
|
gprintln("Literal?: "~to!(string)(cast(NumberLiteral)actualArgument)); |
|
|
|
|
gprintln("Hello baba", DebugType.ERROR); |
|
|
|
|
// gprintln("We need to add recursion here", DebugType.ERROR);
|
|
|
|
|
// gprintln("Func?: "~to!(string)(cast(FunctionCall)actualArgument));
|
|
|
|
|
// gprintln("Literal?: "~to!(string)(cast(NumberLiteral)actualArgument));
|
|
|
|
|
// gprintln("Hello baba", DebugType.ERROR);
|
|
|
|
|
|
|
|
|
|
/* TODO: Ensure the correct context */ |
|
|
|
|
dnode.needs(expressionPass(actualArgument, context)); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|