]> git.lizzy.rs Git - rust.git/blob - src/lib.rs
WIP: Switching to a new byte-based value representation.
[rust.git] / src / lib.rs
1 #![feature(rustc_private)]
2
3 extern crate byteorder;
4 extern crate rustc;
5 extern crate rustc_mir;
6 extern crate syntax;
7
8 pub mod interpreter;