Crate runmat_ignition

Crate runmat_ignition 

Source

Re-exports§

pub use bytecode::compile;
pub use bytecode::compile_with_functions;
pub use functions::Bytecode;
pub use functions::ExecutionContext;
pub use functions::UserFunction;
pub use instr::Instr;
pub use vm::interpret;
pub use vm::interpret_with_vars;
pub use vm::push_pending_workspace;
pub use vm::take_updated_workspace_state;

Modules§

accel_graph
bytecode
compiler
functions
gc_roots
instr
vm

Functions§

execute