compiler-lightning/README.md

8 lines
220 B
Markdown
Raw Normal View History

2024-07-21 02:42:06 +12:00
# 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`