summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index eba97e5f..ea1e1fed 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,18 @@ Current Features
- Type inference and checking
- Closure and operator desugaring
- MIR generation (with partial validation pass)
+- HIR/MIR (de)serialisation, allowing for `extern crate` handling
Short-Term Plans
===
-- Storing of HIR/MIR for `extern crate` handling
- Code generation (including picking the output format)
Medium-Term Goals
===
- Propagate lifetime annotations so that MIR can include a borrow checker
+
+Progress
+===
+- Compiles: `libcore` and `liballoc` through to emitting serialised HIR+MIR
+