Reorganize and simplify.

This commit is contained in:
Scott Olson
2016-03-14 21:48:00 -06:00
parent f74d1dc7f1
commit a7c7764c93
4 changed files with 113 additions and 134 deletions

View File

@@ -5,6 +5,7 @@ extern crate rustc;
extern crate rustc_mir;
extern crate syntax;
mod error;
pub mod interpreter;
mod memory;
mod primval;