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
pub mod compiler;

use super::vm::*;
use super::ir::*;

pub use self::compiler::*;