Пример #1
0
 /// <summary>
 /// Interprets the given instruction within the specified context.
 /// </summary>
 /// <param name="Value">The instruction to interpret.</param>
 /// <param name="Context">The interpreter context.</param>
 public abstract void Interpret(Instruction Value, InterpreterContext Context);