internal DaisyExecution(DaisyAst ast, DaisyMode mode) { Attachments = new ContextBundle(); DebugInfo = new ExecutionDebugInfo(ast, mode); }
public DaisyExecution(DaisyAst ast, DaisyMode mode) { Attachments = new ContextBundle(); DebugInfo = new ExecutionDebugInfo(ast,mode); }