1
Fork 0

Try moving stuff into README header.

This commit is contained in:
Scott Olson 2016-06-19 00:08:43 -06:00
parent 48487f0cfc
commit eeb30dbc97

View file

@ -1,14 +1,10 @@
# Miri
# Miri [[slides](https://solson.me/miri-slides.pdf)] [[report](https://solson.me/miri-report.pdf)] [![Build Status](https://travis-ci.org/solson/miri.svg?branch=master)](https://travis-ci.org/solson/miri)
[[slides](https://solson.me/miri-slides.pdf)]
[[report](https://solson.me/miri-report.pdf)]
An experimental interpreter for [Rust][rust]'s [mid-level intermediate
representation][mir] (MIR). This project began as part of my work for the
undergraduate research course at the [University of Saskatchewan][usask].
[![Build Status](https://travis-ci.org/solson/miri.svg?branch=master)](https://travis-ci.org/solson/miri)
## Installing Rust
I recommend that you install [rustup][rustup] and then use it to install the