Crate sexprs_vm

Crate sexprs_vm 

Source

Re-exports§

pub use errors::Error;
pub use errors::ErrorType;
pub use errors::Result;
pub use sym::Sym;
pub use builtin::BuiltinFunction;
pub use function::Function;
pub use helpers::runtime_error;
pub use virtual_machine::VirtualMachine;
pub use table::SymTable;
pub use table::SymbolTable;
pub use context::Context;

Modules§

builtin
context
errors
function
helpers
sym
table
test
virtual_machine

Macros§

assert_eval
assert_eval_display
impl_arithmetic_operation
map_call_to_result
try_result
unfold_numeric_values_from_cdr