public InterpreterContext(InterpreterContext Parent) { this.Parent = Parent; Variables = new Dictionary <string, InterpreterVariable>(); }