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;