Add vm and compile modules

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-05-16 12:56:52 -04:00
parent a60471f526
commit a15dde0fc2
13 changed files with 392 additions and 46 deletions

View File

@@ -1,9 +1,11 @@
#![allow(dead_code)]
#![feature(new_uninit)]
mod compile;
mod syn;
mod obj;
mod mem;
mod vm;
use std::{
convert::TryFrom,