runmat-vm 0.4.4

RunMat virtual machine and bytecode interpreter
Documentation
1
2
3
4
5
6
7
pub use crate::interpreter::state::{InterpreterOutcome, InterpreterState};
pub use crate::runtime::call_stack::{
    set_call_stack_limit, set_error_namespace, DEFAULT_CALLSTACK_LIMIT, DEFAULT_ERROR_NAMESPACE,
};
pub use crate::runtime::workspace::{
    push_pending_workspace, take_updated_workspace_state, PendingWorkspaceGuard,
};