Files
sc/README.md
2017-09-07 17:44:01 +02:00

11 lines
373 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sc
A simple Scheme to C compiler, in C.
For now it can only compile very simple programs like [this](/examples/test.lisp).
This means it has basic support for closures through a simplistic form of
closure conversion, but as I havent yet worked on nested functions, this is
pretty boring.
If you give it wrong input, it will probably die. Please dont use it yet.