Remove old src/runtime and src/compilers directories

This commit is contained in:
Brandon Fish
2019-01-09 00:49:11 -06:00
parent d696f9e6c8
commit 14c9512cf4
100 changed files with 19258 additions and 127475 deletions

View File

@ -1,4 +1,4 @@
mod codegen;
pub mod codegen;
mod libcalls;
mod relocation;
mod resolver;