Expand description
§Kaon
The Kaon programming language, including the parser, compiler and vm.
Re-exports§
Modules§
- common
- Common data structures shared by the Kaon compiler and VM.
- compiler
- The
Kaon
compiler pipeline. - core
- The core library for the Kaon language
- error
- Error diagnostics for the Kaon language.
- runtime
- The
Kaon
VM and runtime.
Structs§
- Kaon
- The main interface for the Kaon langauge.
- Kaon
Settings