Crate koto_bytecode[−][src]
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
An iterator that converts bytecode into a series of Instructions
Helper for loading, compiling, and caching Koto modules
Enums
Decoded instructions produced by an InstructionReader for execution in the runtime
The operation identifiers used in Koto bytecode