racket/collects/redex/examples/delim-cont
2010-08-18 13:19:11 -05:00
..
grammar.rkt Adds the delimited continuations model to examples 2010-08-18 13:19:11 -05:00
meta.rkt Adds the delimited continuations model to examples 2010-08-18 13:19:11 -05:00
README.txt Adds the delimited continuations model to examples 2010-08-18 13:19:11 -05:00
reduce.rkt Adds the delimited continuations model to examples 2010-08-18 13:19:11 -05:00
tests.rkt Adds the delimited continuations model to examples 2010-08-18 13:19:11 -05:00

To run the tests using the model:
---------------------------------

 1. Open "tests.rkt" in DrRacket

 2. Change DrRacket's current language to "Use the langauge declared
 in the source"

 3. Click "Run"

Afterward, in the REPL window that shows whether the tests passed, you
can try your own expressions using the `show' function. The program
`call/cc-loop' is helpfully defined, so that you can try

 (show call/cc-loop)


To read the program:
--------------------

After a quick look at "grammar.rkt", read "reduce.rkt". If you become
interested in a metafunction, see "meta.rkt"