runmat-vm 0.5.0

RunMat virtual machine and bytecode interpreter
Documentation
1
2
3
4
5
pub(crate) mod core;
pub mod error;

pub(crate) use core::Compiler;
pub use error::CompileError;