zub 0.3.14

A fast, stack-based virtual machine for dynamic languages, with an intuitive IR-builder, garbage collection and NaN-tagging.
Documentation
1
2
3
4
5
6
7
8
pub mod types;
pub mod ir;
pub mod builder;


pub use self::types::*;
pub use self::ir::*;
pub use self::builder::*;