Changes all around - objects and GC

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-05-16 18:46:09 -04:00
parent a15dde0fc2
commit d5cf39108b
15 changed files with 223 additions and 203 deletions

View File

@@ -1,5 +1,5 @@
#![allow(dead_code)]
#![feature(new_uninit)]
#![feature(unsize, coerce_unsized, new_uninit)]
mod compile;
mod syn;