racket/collects/redex/examples/delim-cont
2011-01-14 13:41:09 -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 Fixes exception handling in randomized tests 2011-01-14 13:41:09 -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 Fixes another bug in the test generator. 2011-01-14 13:41:09 -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"