runmat-vm 0.4.4

RunMat virtual machine and bytecode interpreter
Documentation
1
2
3
4
5
6
7
pub mod compile;
pub mod instr;
pub mod program;

pub use compile::compile;
pub use instr::{ArgSpec, EmitLabel, EndExpr, Instr, StackEffect};
pub use program::{Bytecode, CallFrame, ExecutionContext, UserFunction};