1 comment

[ 3.2 ms ] story [ 14.2 ms ] thread
Hello guys and ladies,

check out my scheme to c compiler. I implemented closure conversion and continuation passing style conversion. the architecture is the following: parsing (ast) -> desugaring -> continuation-passing-style -> closure-conversion -> code generation. Take a look and give me some feedback if you can. thanks