No description
include | ||
lib | ||
src | ||
std | ||
tcc@08a4c52de3 | ||
.gitignore | ||
.gitmodules | ||
example.lisp | ||
LICENSE | ||
Makefile | ||
README.md |
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