runmat-vm 0.4.5

RunMat virtual machine and bytecode interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod classes;
pub mod core;
pub mod end_expr;
pub mod error;
pub mod expressions;
pub mod functions;
pub mod idioms;
pub mod imports;
pub mod lvalues;
pub mod statements;

pub use core::{Compiler, LoopLabels};
pub use error::CompileError;