This commit is contained in:
Kartik K. Agaram 2021-03-08 21:04:38 -08:00
parent 3ef3d46d72
commit 38ab33a18d
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
Currently runs a tiny subset of Lisp. To build and run it from the top-level:
```
./translate shell/*.mu
qemu-system-i386 disk.img
```sh
$ ./translate shell/*.mu
$ qemu-system-i386 disk.img
```
You can type in expressions, hit `ctrl-s` to see their results, and hit `Tab`