compiler-lightning/README.md
2025-02-03 18:35:31 +13:00

15 lines
495 B
Markdown

# compiler (gnu lightning version)
### just a simple lisp compiler to learn compiler dev
### im considering this finished for now, it lacks a lot of real lisp things but it can handle the basic syntax which is what i was trying to accomplish
#### cloning
run ```git clone https://git.samahh.dev/sam/compiler --recursive```
#### compiling
to compile run `make`
#### running
to run the example run `make run`, or to compile another file run
```
./compiler run filename.lisp
```