about summary refs log tree commit diff stats
path: root/100.txt
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-05 12:13:28 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-05 12:13:28 -0700
commitc09c91e185aad8e01b570c2569e13c1e429d2f99 (patch)
tree52a5ae1494ad5b7b2319411815dc45510e761c24 /100.txt
parentf2c5b05374186f9422cfdaf1ada096e39ac91a8b (diff)
downloadmu-c09c91e185aad8e01b570c2569e13c1e429d2f99.tar.gz
6612 - reorganize layers
Diffstat (limited to '100.txt')
-rw-r--r--100.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/100.txt b/100.txt
new file mode 100644
index 00000000..076b9919
--- /dev/null
+++ b/100.txt
@@ -0,0 +1,11 @@
+We're now past C++ bootstrap.
+
+Layers in the 1xx series are in bare SubX, without any syntax sugar. They are
+intended to be used by the phases of the self-hosted translator to replicate
+the functionality of the C++ bootstrap:
+  apps/hex.subx
+  apps/survey.subx
+  apps/pack.subx
+  apps/dquotes.subx
+  apps/assort.subx
+  apps/tests.subx