Esempio n. 1
0
 internal DaisyExecution(DaisyAst ast, DaisyMode mode)
 {
     Attachments = new ContextBundle();
     DebugInfo   = new ExecutionDebugInfo(ast, mode);
 }
Esempio n. 2
0
 public DaisyExecution(DaisyAst ast, DaisyMode mode)
 {
     Attachments = new ContextBundle();
     DebugInfo = new ExecutionDebugInfo(ast,mode);
 }