This page will describe how the minimal set of ops provided by Lorito can be used to build up complex control flow via continuation-passing style (CPS). An understanding of basic CS concepts and Perl is assumed. = Lorito's Ops = = How Continuation-Passing Style Works in HLLs = = How to do CPS with only Low-Level Ops = = Examples = = References/See Also = [http://webcache.googleusercontent.com/search?q=cache:OkuN4KWCSEsJ:trevorjim.com/papers/continuation-closure-passing.ps.gz implementing a CPS code generator for ML] [http://www.cs.cornell.edu/talc/papers/stal-tic.pdf