add readme
This commit is contained in:
parent
30aef9bbaa
commit
10e8faf71a
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# compiler
|
||||
### just a simple lisp compiler to learn compiler dev
|
||||
|
||||
#### compiling
|
||||
to compile run `make`
|
||||
|
||||
#### running
|
||||
to run the example run `make run`, or to compile another file run `./compiler filename.lisp binaryname`
|
Loading…
Add table
Reference in a new issue