Module bytecode

Source

Structs§

Chunk
A chunk of bytecode representing a compiled program
Function
Function representation in bytecode
NativeFunction
Native (built-in) function representation

Enums§

OpCode
Operation codes for the bytecode interpreter

Traits§

Read
The Read trait allows for reading bytes from a source.
Write
A trait for objects which are byte-oriented sinks.

Type Aliases§

NativeFn
Type for native function implementations