racket/collects/redex/examples/delim-cont
2010-12-31 15:34:31 -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 Disables randomized tests (of the randomized tests). 2010-12-02 15:54:47 -06:00
randomized-tests.rkt Further restricts the test generator's use of `wcm' 2010-12-31 15:34:31 -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"