Esempio n. 1
0
 public Interpreter(AST[] input, IOutputManager output)
 {
     this.Input         = new GenericStream <AST>(input);
     this.OutputManager = output;
 }