Skip to main content

Crate nomiscript

Crate nomiscript 

Source

Re-exports§

pub use compiler::Compiler;
pub use runtime::Closure;
pub use runtime::Fraction;
pub use runtime::Pair;
pub use runtime::Symbol;
pub use runtime::SymbolKind;
pub use runtime::SymbolTable;
pub use runtime::Value;
pub use runtime::list_to_vec;
pub use runtime::vec_to_list;

Modules§

compiler
runtime

Structs§

Annotation
Program
Reader

Enums§

Error
Expr
WasmType

Constants§

GIT_REVISION

Functions§

eval_program

Type Aliases§

Result