Crate kaon

Source
Expand description

§Kaon

The Kaon programming language, including the parser, compiler and vm.

Re-exports§

pub use common::Source;
pub use common::Value;
pub use compiler::Scope;
pub use ahash;

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.
KaonSettings

Enums§

KaonError

Type Aliases§

Result