Пример #1
0
 private InterpretationContext(ScopeStack scopeStack,
                               ClrImportContext clrImportContext, BikeImportContext bikeImportContext)
 {
     Instance               = this;
     this.scopeStack        = scopeStack;
     this.clrImportContext  = clrImportContext;
     this.bikeImportContext = bikeImportContext;
     Interpreter            = new Interpreter(this);
 }