about summary refs log tree commit diff stats
path: root/transect/Readme
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-18 16:21:53 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-18 16:22:04 -0700
commit220575dc4a70228438ed6f4a10324f5669277044 (patch)
tree0422b5f1efe0ea99c839cde53f775672b888616f /transect/Readme
parentf09280141f18fbe8cef0ed576cf932e12e315666 (diff)
downloadmu-220575dc4a70228438ed6f4a10324f5669277044.tar.gz
4549 - RIP transect
Diffstat (limited to 'transect/Readme')
-rw-r--r--transect/Readme6
1 files changed, 6 insertions, 0 deletions
diff --git a/transect/Readme b/transect/Readme
new file mode 100644
index 00000000..821ccde0
--- /dev/null
+++ b/transect/Readme
@@ -0,0 +1,6 @@
+Abortive series of attempts at building a bootstrappable low-level language.
+Type-checked, but feasible to implement in some sort of notation for machine
+code (like SubX).
+
+The latest version is in compiler10. But it doesn't account for checking
+how programs allocate registers.