racket/collects/redex/examples/delim-cont
Casey Klein 6fd3eea815 Disables randomized tests (of the randomized tests).
The runtime is too long and variable to work well in DrDr.
2010-12-02 15:54:47 -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 Randomized tests for the delimited control model. 2010-11-26 13:24:21 -06:00
randomized-tests-test.rkt Disables randomized tests (of the randomized tests). 2010-12-02 15:54:47 -06:00
randomized-tests.rkt Randomized tests for the delimited control model. 2010-11-26 13:24:21 -06:00
README.txt Renames delim-cont tests so that they're not stripped by the distribution script. 2010-10-25 15:18:16 -05:00
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"