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
pub mod value;
pub mod object;

use super::*;

pub use self::value::*;
pub use self::object::*;