No description
Find a file
2024-07-21 10:53:59 +12:00
include first commit 2024-07-21 02:04:32 +12:00
lib first commit 2024-07-21 02:04:32 +12:00
src rename runtime to std and update example 2024-07-21 02:16:36 +12:00
std add stdio include 2024-07-21 02:21:47 +12:00
tcc@08a4c52de3 added tcc to build process 2024-07-21 10:53:59 +12:00
.gitignore first commit 2024-07-21 02:04:32 +12:00
.gitmodules added tcc to build process 2024-07-21 10:53:59 +12:00
example.lisp update example 2024-07-21 02:21:39 +12:00
LICENSE Initial commit 2024-07-21 02:10:37 +12:00
Makefile first commit 2024-07-21 02:04:32 +12:00
README.md add readme 2024-07-21 02:42:06 +12:00

compiler

just a simple lisp compiler to learn compiler dev

compiling

to compile run make

running

to run the example run make run, or to compile another file run ./compiler filename.lisp binaryname