garnish_lang_runtime 0.0.11-alpha

Runtime and execution library for Garnish Lang.
Documentation
mod apply;
mod arithmetic;
mod bitwise;
mod casting;
mod comparison;
mod concat;
mod equality;
mod error;
mod internals;
mod jumps;
pub(crate) mod list;
mod logical;
mod pair;
mod put;
mod range;
mod resolve;
mod runtime_impls;
mod sideeffect;
mod utilities;
mod access;

pub use runtime_impls::{SimpleGarnishRuntime, SimpleRuntimeInfo, SimpleRuntimeState};