Module execution

Module execution 

Source
Expand description

Execution implementations.

Modules§

op_code
OpCode implementation for the bytecode Chunk.

Structs§

Chunk
A chunk of bytecode
VM
A stack based Virtual Machine.

Enums§

ExecutionError
Things that may go wrong during execution of a compiled script.

Type Aliases§

ExecutionResult
Shortcut for tinyscript’s execution Result<T, E> type