readme for the Mu shell

This commit is contained in:
Kartik K. Agaram 2021-03-08 20:57:11 -08:00
parent aaf2941bfe
commit 0810c7b77e
1 changed files with 8 additions and 0 deletions

8
shell/README.md Normal file
View File

@ -0,0 +1,8 @@
### A prototype shell for the Mu computer
Currently runs a tiny subset of Lisp. To build and run it from the top-level:
```
./translate shell/*.mu
qemu-system-i386 disk.img
```