mu/archive/Readme.md
Kartik Agaram 2a4088119c 5852
2020-01-01 17:04:37 -08:00

12 lines
420 B
Markdown
Generated

This directory contains earlier prototypes.
* 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).
* 1.vm: a statement-oriented interpreted language. Now has its own repo at
[mu1](https://github.com/akkartik/mu1).
* 2.transect: an abortive design for a safe low-level language with manual
register allocation.