compiler/README.md
2024-07-22 23:31:54 +12:00

519 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 -o outputname