about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-09 00:41:26 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-09 00:41:26 -0800
commit9586db164cb80f2344f96b0af8a180ff4f50f2bb (patch)
treea31cd0a248b7e73d652967a99b9aecc047dc0cdf /linux
parenta77643c66a28bd633ee78ade65a83d2c95ea1835 (diff)
downloadmu-9586db164cb80f2344f96b0af8a180ff4f50f2bb.tar.gz
make the library reference easier to find
Diffstat (limited to 'linux')
-rw-r--r--linux/README.md3
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-&gt;SubX compiler: `mu`
+* Mu-&gt;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