API Diff between 0.16.36 and 0.19.67
3 Additions
15 Removals
CLanguage.Compiler
CLanguage.Interpreter
-
public class CInterpreter
- public int CallStackDepth { get; }
- public Value RunFunction(Value functionAddress, int microseconds)
- public Value RunFunction(Value functionAddress, Value arg0, int microseconds)
- public Value RunFunction(Value functionAddress, Value arg0, Value arg1, int microseconds)
- public Value RunFunction(Value functionAddress, Value arg0, Value arg1, Value arg2, int microseconds)
-
public enum OpCode
CLanguage.Syntax