about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-17 00:47:11 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-17 00:47:11 -0700
commit294a15206329d2992df073622fb5ce2c1e96001b (patch)
tree37fb15acaba30c8ace17eed77644ff4389be4821 /subx/Readme.md
parent4d37fb52137ac795eeb1214c5b607b1e257721f0 (diff)
downloadmu-294a15206329d2992df073622fb5ce2c1e96001b.tar.gz
5410 - 4 examples passing
Clean up other examples as well to satisfy the requirements in commit
5404.
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md23
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()`. (✓)