diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-03-09 00:41:26 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-03-09 00:41:26 -0800 |
commit | 9586db164cb80f2344f96b0af8a180ff4f50f2bb (patch) | |
tree | a31cd0a248b7e73d652967a99b9aecc047dc0cdf /linux | |
parent | a77643c66a28bd633ee78ade65a83d2c95ea1835 (diff) | |
download | mu-9586db164cb80f2344f96b0af8a180ff4f50f2bb.tar.gz |
make the library reference easier to find
Diffstat (limited to 'linux')
-rw-r--r-- | linux/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/README.md b/linux/README.md index a1fe2820..8b81a386 100644 --- a/linux/README.md +++ b/linux/README.md @@ -32,7 +32,8 @@ The Mu compiler toolchain is also here in the following phases: * Bare SubX: `hex`, `survey_elf`, `pack`, `dquotes`, `assort`, `tests` * Syntax sugar for SubX: `sigils`, `calls`, `braces` -* Mu->SubX compiler: `mu` +* Mu->SubX compiler: `mu`. Compiles [most statements](http://akkartik.github.io/mu/html/mu_instructions.html) + to a single instruction of machine code. The toolchain includes binaries in the repo. At any commit, the binary should be identical bit for bit with the result of translating the corresponding |