Exemplo n.º 1
0
 public Parser(Scanner scanner, ProtoCore.Core coreObj)
 {
     this.scanner = scanner;
     errors = new Errors();
     opKwData = new ProtoCore.DSASM.OpKeywordData();
     core = coreObj;
     root = new DesignScript.Parser.Associative.CodeBlockNode();
 }
Exemplo n.º 2
0
 public Parser(Scanner scanner, ProtoCore.Core coreObj)
 {
     this.scanner = scanner;
     errors = new Errors();
     core = coreObj;
     root = new DesignScript.Parser.Associative.CodeBlockNode();
 }