compiler-lightning/README.md
2024-07-22 19:00:15 +12:00

516 B

compiler

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 either

./compiler run filename.lisp

or

./compiler build filename.lisp binaryname