Find a file
Scott Olson 3ae6b80ab1 Remove Pointer's repr field and make it Copy.
This required refactoring throughout and math operators have been temporarily
commented out.
2016-03-07 07:10:52 -06:00
src Remove Pointer's repr field and make it Copy. 2016-03-07 07:10:52 -06:00
test Remove Pointer's repr field and make it Copy. 2016-03-07 07:10:52 -06:00
.gitignore Ignore generated MIR and PNG files. 2015-12-30 12:10:44 -06:00
Cargo.lock WIP: Switching to a new byte-based value representation. 2016-02-27 19:20:25 -06:00
Cargo.toml WIP: Switching to a new byte-based value representation. 2016-02-27 19:20:25 -06:00
LICENSE-APACHE Add licenses and readme. 2016-02-02 04:47:28 -06:00
LICENSE-MIT Add licenses and readme. 2016-02-02 04:47:28 -06:00
README.md Add note about usask research course. 2016-02-10 11:54:22 -06:00

miri

An experimental interpreter for Rust's mid-level intermediate representation (MIR). This project is part of my course work for an undergraduate research course at the University of Saskatchewan.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.