summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-08-17 00:33:32 +0800
committerJohn Hodge <tpg@mutabah.net>2016-08-17 00:33:32 +0800
commit62d063f49c15b837c3c16855d4c93905345eceb1 (patch)
tree4992fbc08ce021faac5a143ef9aa0ce6d44aedf1
parentadf82562ed4fa452af415d3f9996da131ce1b755 (diff)
downloadmrust-62d063f49c15b837c3c16855d4c93905345eceb1.tar.gz
README - Add header
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31928213..a9c847db 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
+Mutabah's Rust Compiler
+
+_In-progress_ alternative rust compiler.
+
Intro
===
This project is an attempt at creating a simple rust compiler in C++, with the ultimate goal of being a seperate reimplementation.