typecheck_refactor
Tristan B. Kildaire 3 years ago
parent 4a39dc97c5
commit ff5f39c752

@ -363,6 +363,14 @@ public class DNodeGenerator
/* TODO: Change this later */
// return new DNode(this, exp);
/**
* Extract the variable name
* I actually forgot how this worked lmao
*/
// VariableEx pression varExp = cast(VariableExpression)exp;
// Variable variable = varExp.get
// gprintln(varExp);
}
/**

Loading…
Cancel
Save