This commit is contained in:
Kartik Agaram 2019-07-27 19:07:37 -07:00
parent 42fef0458b
commit d24c1c01a0
1 changed files with 11 additions and 0 deletions

11
archive/Readme.md Normal file
View File

@ -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.