geam-core 0.2.0

Typed Gleam planning, host, and execution core for Geam
Documentation
1
2
3
4
5
6
7
mod id;
mod program;
mod table;

pub(crate) use id::ConstantId;
pub(crate) use program::{ConstantProgram, ProfiledConstantProgram};
pub(crate) use table::{ConstantTable, ConstantValue, ProfiledConstantTable};