diff options
author | John Hodge <tpg@ucc.asn.au> | 2017-02-19 23:32:39 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2017-02-19 23:32:39 +0800 |
commit | 432bbf0f4f10b0d1fbc07b5b33c9a4a72cd949b1 (patch) | |
tree | d13477735fe7fc9bbd32bd01424f165b284c017e | |
parent | 4242a60c7f5c6d425b1221b92cfc11d3d34dcdd7 (diff) | |
download | mrust-432bbf0f4f10b0d1fbc07b5b33c9a4a72cd949b1.tar.gz |
README - Progress update
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -26,10 +26,10 @@ Current Features Short-Term Plans === - Parse and Typecheck all run-pass tests +- Compile a running rustc Medium-Term Goals === -- Compile rustc - Extensive MIR optimisations - Propagate lifetime annotations so that MIR can include a borrow checker @@ -38,5 +38,6 @@ Progress === - Compiles the standard library into loadable MIR - Compiles the "hello, world" test into compilable and running C code -- Compiles `rustc` through to failing to link +- Compiles `rustc` + - Generated code is likely not correct |