No description
Find a file
2025-02-03 18:37:28 +13:00
include first commit 2025-02-03 18:35:31 +13:00
lib first commit 2025-02-03 18:35:31 +13:00
src remove old files 2025-02-03 18:37:28 +13:00
.clang-format first commit 2025-02-03 18:35:31 +13:00
.gitignore first commit 2025-02-03 18:35:31 +13:00
.gitmodules first commit 2025-02-03 18:35:31 +13:00
compile_flags.txt first commit 2025-02-03 18:35:31 +13:00
example.lisp first commit 2025-02-03 18:35:31 +13:00
LICENSE first commit 2025-02-03 18:35:31 +13:00
Makefile first commit 2025-02-03 18:35:31 +13:00
README.md first commit 2025-02-03 18:35:31 +13:00

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