2015-11-22 03:20:06 +00:00
|
|
|
#![feature(rustc_private)]
|
|
|
|
|
2016-02-28 01:20:25 +00:00
|
|
|
extern crate byteorder;
|
2015-11-22 03:20:06 +00:00
|
|
|
extern crate rustc;
|
|
|
|
extern crate rustc_mir;
|
|
|
|
extern crate syntax;
|
|
|
|
|
|
|
|
pub mod interpreter;
|
2016-03-05 06:48:23 +00:00
|
|
|
mod memory;
|