racket/collects/redex/examples/delim-cont
2012-08-08 11:09:01 -05:00
..
grammar.rkt
meta.rkt
model-impl.rkt
randomized-tests-test.rkt
randomized-tests.rkt Simplify away uses of "-t" in `drdr:command-line'. 2012-06-19 12:52:22 -04:00
README.txt Fix another bunch of "language" typos. 2011-08-26 05:26:46 -04:00
reduce.rkt add #:lang keyword to term, which checks that underscored symbols agree with patterns in the provided language...changed most internal uses of term to use this form 2012-08-08 11:09:01 -05:00
test.rkt

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

 1. Open "test.rkt" in DrRacket

 2. Change DrRacket's current language to "Use the language 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"