diff options
Diffstat (limited to 'subx/Readme.md')
-rw-r--r-- | subx/Readme.md | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index 5d294629..8aaa528f 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -337,7 +337,28 @@ runnable on a Linux system running on Intel x86 processors, either 32- or ## Roadmap and status -* Bootstrapping a SubX-\>ELF translator in SubX (90% complete; now in testing) +* Bootstrapping a SubX-\>ELF translator in SubX + - examples/ex1 ✓ + - examples/ex2 ✓ + - examples/ex3 + - examples/ex4 ✓ + - examples/ex5 + - examples/ex6 + - examples/ex7 ✓ + - examples/ex8 + - examples/ex9 + - examples/ex10 + - examples/ex11 + - examples/ex12 + - apps/factorial.subx + - apps/crenshaw2-1.subx + - apps/crenshaw2-1b.subx + - apps/handle.subx + - apps/hex.subx + - apps/survey.subx + - apps/pack.subx + - apps/assort.subx + - apps/dquotes.subx * Testable, dependency-injected vocabulary of primitives - Streams: `read()`, `write()`. (✓) |