public Rule_Context()
 {
     this.currentScope = new SymbolTable("global", null);
     Rule_Context.LoadPermanentVariables(this.currentScope);
     this.Initialize();
 }