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