mu/archive
Kartik Agaram 11f7f7b812 6206 2020-04-17 01:33:51 -07:00
..
0.vm.arc 5852 2020-01-01 17:04:37 -08:00
1.vm 6206 2020-04-17 01:33:51 -07:00
2.transect 5853 2020-01-01 17:05:15 -08:00
Readme.md 5852 2020-01-01 17:04:37 -08:00

Readme.md

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.

  • 1.vm: a statement-oriented interpreted language. Now has its own repo at mu1.

  • 2.transect: an abortive design for a safe low-level language with manual register allocation.