public SDSE_Compiler() { variableBracket = new IBracketHandler(this); types = new Dictionary<string, IObject_Constructor>(); iTypes = new I_Types(this, ref types); userdefinedIObjects = new Dictionary<string, IObject>(); preDefinedIObjects = new Dictionary<string, IObject>(); operandTree = new OperandTree(ParsWithScope); diagnstics = new SDSE_Diagnostics(); }
public SDSE_Compiler() { variableBracket = new IBracketHandler(this); types = new Dictionary <string, IObject_Constructor>(); iTypes = new I_Types(this, ref types); userdefinedIObjects = new Dictionary <string, IObject>(); preDefinedIObjects = new Dictionary <string, IObject>(); operandTree = new OperandTree(ParsWithScope); diagnstics = new SDSE_Diagnostics(); }