about summary refs log tree commit diff stats
path: root/archive/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-01 17:04:37 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-01 17:04:37 -0800
commit2a4088119cf41175457414dfa59bd4064b8f0562 (patch)
tree64fe184e399f9870ebd481a90eec34d51e5dff68 /archive/Readme.md
parent23fd294d85959c6b476bcdc35ed6ad508cc99b8f (diff)
downloadmu-2a4088119cf41175457414dfa59bd4064b8f0562.tar.gz
5852
Diffstat (limited to 'archive/Readme.md')
-rw-r--r--archive/Readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/archive/Readme.md b/archive/Readme.md
index 3c613814..0d8c7a9e 100644
--- a/archive/Readme.md
+++ b/archive/Readme.md
@@ -1,11 +1,11 @@
 This directory contains earlier prototypes.
 
-* 1.vm.arc: an early prototype of a statement-oriented interpreted language
+* 0.vm.arc: an early prototype of a statement-oriented interpreted language
   built in Arc. Now has its own repo at
   [mu0](https://github.com/akkartik/mu0).
 
-* 2.vm: a statement-oriented interpreted language. Now has its own repo at
+* 1.vm: a statement-oriented interpreted language. Now has its own repo at
   [mu1](https://github.com/akkartik/mu1).
 
-* 3.transect: an abortive design for a safe low-level language with manual
+* 2.transect: an abortive design for a safe low-level language with manual
   register allocation.