racket/collects/redex/examples/delim-cont
2010-12-31 15:34:32 -06:00
..
grammar.rkt Fixes definition of evaluation contexts 2010-11-26 13:02:13 -06:00
meta.rkt Fixes substitution bugs 2010-11-26 13:02:14 -06:00
model-impl.rkt Changes the randomized tests to watch for the first exception. 2010-12-31 15:34:31 -06:00
randomized-tests-test.rkt Fixes a bug in the elimination of continuation values 2010-12-31 15:34:31 -06:00
randomized-tests.rkt Enables the randomized delimited control tests in DrDr 2010-12-31 15:34:32 -06:00
README.txt
reduce.rkt Fixes minor bugs in two core reduction rules 2010-11-26 13:02:14 -06:00
test.rkt Fixes substitution bugs 2010-11-26 13:02:14 -06:00

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

 1. Open "test.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"