about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-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()` (✓)
122' href='#n122'>122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159