summaryrefslogtreecommitdiff
path: root/module/language/cps/split-rec.scm
AgeCommit message (Expand)AuthorFilesLines
2023-08-17Add new $calli expression type.Andy Wingo1-0/+2
2021-04-26Fix CPS optimizations to allow callk in front halfAndy Wingo1-1/+6
2020-08-12Add $switch CPS term kindAndy Wingo1-1/+3
2019-06-07Add compiler support for eliding closure bindingsAndy Wingo1-2/+2
2018-01-03$throw is a new kind of CPS termAndy Wingo1-1/+3
2018-01-03$prompt is now its own kind of CPS term.Andy Wingo1-4/+4
2018-01-03$branch is now a distinct CPS term typeAndy Wingo1-22/+24
2017-11-05$primcall has a "param" memberAndy Wingo1-2/+2
2017-10-29Simplify $branch to always take a $primcallAndy Wingo1-3/+1
2015-07-22Add missing filesAndy Wingo1-0/+174