Expand description
Modules§
- ast
- Abstract syntax tree representation.
- compiler
- Bytecode generation.
- parser
- Sourcecode parsing.
- resolver
- Type resolution.
- runtime
- Bytecode execution.
- sizes
- Defines the sizes of fundamental VM types.
Macros§
- itsy_
api - Creates an opaque type defining an API of Itsy-callable Rust functions.
Structs§
- Build
Error - An
Error
-wrapper generated bybuild()
.
Enums§
- Error
- An error generated during program compilation or execution.