This commit is contained in:
Kartik Agaram 2021-06-15 14:46:27 -07:00
parent bc21fe0baf
commit 88378503c4
1 changed files with 34 additions and 33 deletions

View File

@ -3,6 +3,7 @@
Currently runs a tiny dialect of Lisp. Steps to run it from the top-level:
1. Build it:
```sh
$ ./translate shell/*.mu # generates code.img
```