diff options
author | Mike <barbeque@users.noreply.github.com> | 2019-11-02 19:48:51 -0600 |
---|---|---|
committer | John Hodge (Mutabah) <acessdev@gmail.com> | 2019-11-03 10:07:05 +0800 |
commit | d09e89de7418c7e34c4514ac4f6a8af69931562f (patch) | |
tree | 1351cf0fdfbed34f236999d80fd85c630b6a9dd5 | |
parent | 4d1a508a808b66146ef1071af225262a2fc2ff5d (diff) | |
download | mrust-d09e89de7418c7e34c4514ac4f6a8af69931562f.tar.gz |
Touch up readme
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Mutabah's Rust Compiler +# Mutabah's Rust Compiler _In-progress_ alternative rust compiler. Capable of building a fully-working copy of rustc, but not yet suitable for everyday use. @@ -40,7 +40,7 @@ Linux ----- - `make RUSTCSRC` - Downloads the rustc source tarball (1.19.0 by default) - `make -f minicargo.mk` - Builds `mrustc` and `minicargo`, then builds `libstd`, `libtest`, finally `rustc` and `cargo` -- `make -C run_rustc` - Build libstd and a "hello, world" using the above-built rustc +- `make -C run_rustc` - Build `libstd` and a "hello, world" using the above-built rustc BSD --- @@ -111,7 +111,7 @@ Plans Short-term ---------- -- Fix currently-failing tests (mostly in type inferrence) +- Fix currently-failing tests (mostly in type inference) - Fix all known TODOs in MIR generation (still some possible leaks) Medium-term |