Skip to content

raxracks/compiler

Repository files navigation

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

About

just a simple lisp compiler to learn compiler dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published