Modules§
- bytecode
- Bytecode
io
helpers. - compiler
- interpreter
- Template interpreter.
- stream
- Simple helpers to forward bytes from
Read
toWrite
.
Structs§
- Binding
- Mutable internal machine binding.
- Call
- Immutable external machine function.
- Constant
- Immutable internal machine constant.
- Fingerprint
- Structure used to uniquely identify executable blobs.
- Options
- Runtime options maped to index list.
- Options
Template - Stores a map between String name and its index
I
. - Template
- All the data required to load the processor.
Enums§
- Build
Error - Error while performing seek.
- Cond
- Jump condition.
- Instruction
- Executable template instruction.
- Little
Error - Runtime error.
- Mem
- Memory location.
- Seek
Error - Error while performing seek.
Traits§
- Build
- Converts template into a runable version.
- Execute
- Executes compiled blob and converts input value to output stream.
- Function
- External template function.
- Identify
Value - Little
Value - Little Value abstraction, used by runtime.
- Position
Seek - Seek to an offset.
- Sha1
Hasher
Type Aliases§
- Little
Result - Runtime result.