diff options
Diffstat (limited to 'subx')
-rw-r--r-- | subx/Readme.md | 10 |
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()` (✓) |