alduin 0.0.1

WIP: A toy compiler backend
Documentation
1
2
3
4
pub(crate) mod registry;
mod vm;

pub use vm::VirtualMachine;