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

373 B
Raw Permalink Blame History

sc

A simple Scheme to C compiler, in C.

For now it can only compile very simple programs like this. 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.