interpreter/interpreter library
Classes
- FutureExecution
- A wrapper class for the bytecode interpreter to run a certain task in a future.
- HTContext
- The exucution context of the bytecode interpreter.
- HTInterpreter
- A bytecode implementation of Hetu Script interpreter
- InterpreterConfig
- Collection of config of bytecode interpreter.
Enums
- StackFrameStrategy
- Determines how the interepreter deal with stack frame information when context are changed.
Mixins
- InterpreterRef
- Mixin for classes that want to hold a ref of a bytecode interpreter