aboutsummaryrefslogtreecommitdiffstats
path: root/csc/cps-test.csc
AgeCommit message (Collapse)AuthorFilesLines
2022-07-02Write closure conversion.Rose Hogenson1-67/+135
I desperately need a diffing library.
2022-07-01Add update conversion.Rose Hogenson1-52/+101
Now variables can't be updated after they're created, so they can be freely copied into closures.
2022-06-28Improve CPS.Rose Hogenson1-133/+105
Goodbye soup. Thanks to "Compiling with Continuations" by Appel.
2022-06-26Finish CPS.Rose Hogenson1-0/+59
Wow we actually finished CPS. Next is closure conversion, then codegen, and then we should be able to run some end to end tests. Then we can look at garbage collection, and from there continue building features down the long road to self hosting.
2022-06-26More CPS.Rose Hogenson1-11/+42
I improved the abstraction in to-cps.
2022-06-25More CPS.Rose Hogenson1-0/+26
2022-06-25Continue work on continuation passing style.Rose Hogenson1-7/+64
2022-06-21More progress on CPS.Rose Hogenson1-0/+18