Pass CompileError to defMacro and defReaderMacro
This commit is contained in:
@@ -414,6 +414,7 @@ class Helpers {
|
||||
k.macroVars[name] = value;
|
||||
interp.variables.set(name, value);
|
||||
});
|
||||
interp.variables.set("CompileError", CompileError);
|
||||
|
||||
function innerRunAtCompileTimeDynamic(innerExp:ReaderExp) {
|
||||
// in case macroVars have changed
|
||||
|
Reference in New Issue
Block a user