about summary refs log tree commit diff stats
path: root/apps/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-28 09:26:15 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-28 11:09:30 -0800
commitdff67029adb1a27bff5937fa8e028fadbef521eb (patch)
tree2bdd43d9a812cc7b1a184f5c383a0e5a2038fc75 /apps/README.md
parent7566d80ade1177939bf29345b5b5cbb976765cc5 (diff)
downloadmu-dff67029adb1a27bff5937fa8e028fadbef521eb.tar.gz
7439 - start translating Mu programs to baremetal
Diffstat (limited to 'apps/README.md')
-rw-r--r--apps/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/README.md b/apps/README.md
index 74b91c3a..665632c2 100644
--- a/apps/README.md
+++ b/apps/README.md
@@ -15,7 +15,7 @@ Some apps written in SubX and Mu. Check out:
   all the different syntax sugars and what they expand to.
 
 * Code unique to phases of our build toolchain:
-  * Core SubX: `hex`, `survey`, `pack`, `dquotes`, `assort`, `tests`
+  * Core SubX: `hex`, `survey_elf`, `pack`, `dquotes`, `assort`, `tests`
   * Syntax sugar for SubX: `sigils`, `calls`, `braces`
   * More ambitious translator for a memory-safe language (in progress): `mu`