Crate kaon

source · []
Expand description

Kaon

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

Re-exports

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

Modules

Common data structures shared by the Kaon compiler and VM.

The Kaon compiler pipeline.

The core library for the Kaon language

Error diagnostics for the Kaon language.

The Kaon VM and runtime.

Structs

The main interface for the Kaon langauge.

Enums

Type Definitions