From 3ae75f3bb6641ae96e47b6028c921e4a6e81cc00 Mon Sep 17 00:00:00 2001 From: Scott Olson Date: Wed, 13 Apr 2016 18:41:37 -0600 Subject: [PATCH] readme: Add links to presentation and report PDFs. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index afe251f92ad..f9c65ebe0ba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 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 a part of my course work for an undergraduate research course at the [University of Saskatchewan][usask].