racket/collects/tests/htdp-lang
2012-10-17 20:27:12 -04:00
..
pr
advanced.rktl restored object-name tests for the new doc system 2012-06-25 19:15:09 -04:00
beg-adv.rktl fix string-ith's error message; Closes PR 13197 2012-10-17 20:27:12 -04:00
beg-bega.rktl another *SL error-message repair 2012-06-12 06:02:57 +08:00
beg-intm.rktl
beg-intml.rktl
bega-adv.rktl rewrite contract error messages for *SL 2012-06-05 17:53:27 +08:00
beginner-abbr.rktl
beginner.rktl
htdp-image.rktl Make some .rktl tests run with "racket". 2012-06-19 03:18:23 -04:00
htdp-test.rktl adjust *SL error-message rewriting 2012-06-03 11:09:32 +08:00
htdp.rktl
intermediate-lambda.rktl restored object-name tests for the new doc system 2012-06-25 19:15:09 -04:00
intermediate.rktl restored object-name tests for the new doc system 2012-06-25 19:15:09 -04:00
intm-adv.rktl further error message convention refinements 2012-06-22 09:47:59 +08:00
intm-intml.rktl Use the correct #%app for applications of `local' bound identifiers in the student languages. 2012-03-24 16:04:08 -04:00
intmlam-adv.rktl
prim.rkt
README
syntax.rkt Random pickiness. 2012-06-22 12:00:48 -04:00

The files in this directory test the teaching language implementation.

htdp.rktl
  load this file (racket -qr htdp.rktl) to run most of the tests
  $ racket -qr htdp.rktl
  
htdp-image.rktl
  load this file in gracket to run the htdp/image tests
  $ gracket -qr htdp-image.rktl 

See beginner.rktl for more.