about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-23 08:35:02 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-23 08:35:02 -0700
commit43e6c3787d79bb965b98641a4e44be771dee4cc2 (patch)
tree87d9874ced0e17ec45036fa66f5da8a3ed7b3635
parent70a0776031ffa1f492e18e68a9fe00030165336b (diff)
downloadmu-43e6c3787d79bb965b98641a4e44be771dee4cc2.tar.gz
5459
-rw-r--r--subx/Readme.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 2f3eda88..28bef860 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -350,10 +350,10 @@ runnable on a Linux system running on Intel x86 processors, either 32- or
   - examples/ex10.subx (✓)
   - examples/ex11.subx (✓)
   - examples/ex12.subx (✓)
-  - apps/factorial.subx
-  - apps/crenshaw2-1.subx
-  - apps/crenshaw2-1b.subx
-  - apps/handle.subx
+  - apps/factorial.subx (✓)
+  - apps/crenshaw2-1.subx (✓)
+  - apps/crenshaw2-1b.subx (✓)
+  - apps/handle.subx (✓)
   - apps/hex.subx
   - apps/survey.subx
   - apps/pack.subx
@@ -361,6 +361,8 @@ runnable on a Linux system running on Intel x86 processors, either 32- or
   - apps/dquotes.subx
   - apps/tests.subx
 
+  SubX in SubX: `tests |dquotes |assort |pack |survey |hex`
+
 * Testable, dependency-injected vocabulary of primitives
   - Streams: `read()`, `write()`. (✓)
   - `exit()` (✓)