Crate koto_bytecode
source · [−]Expand description
koto_bytecode
Contains Koto’s compiler and its bytecode operations
Structs
A compiled chunk of bytecode, along with its associated constants and metadata
The compiler used by the Koto language
The error type used to report errors during compilation
The settings used by the Compiler
Debug information for a Koto program
Flags used to define the properties of a Function
An iterator that converts bytecode into a series of Instructions
Helper for loading, compiling, and caching Koto modules
The error type used by the Loader
Enums
Decoded instructions produced by an InstructionReader for execution in the runtime
The operations used in Koto bytecode