diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-27 19:07:37 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-27 19:07:37 -0700 |
commit | d24c1c01a0bcd8c24f5b987526b55383883eb497 (patch) | |
tree | 2d5edef3b242be792a87ac31e3e5737869a05500 /archive | |
parent | 42fef0458b4c92fb08016dfbaee8290ab23d9fbc (diff) | |
download | mu-d24c1c01a0bcd8c24f5b987526b55383883eb497.tar.gz |
5494
Diffstat (limited to 'archive')
-rw-r--r-- | archive/Readme.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archive/Readme.md b/archive/Readme.md new file mode 100644 index 00000000..3c613814 --- /dev/null +++ b/archive/Readme.md @@ -0,0 +1,11 @@ +This directory contains earlier prototypes. + +* 1.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 + [mu1](https://github.com/akkartik/mu1). + +* 3.transect: an abortive design for a safe low-level language with manual + register allocation. |