expressiosn can compile

This commit is contained in:
2017-09-06 14:30:07 +02:00
parent ca0cf3baed
commit c5c228f959
9 changed files with 285 additions and 24 deletions

View File

@@ -1,3 +1,5 @@
# sc
A simple Scheme to C compiler, in C.
For now it can only compile very simple programs like [this](/examples/test.lisp).