racket/collects/tests/htdp-lang
Guillaume Marceau 6eea5b1793 The new error messages now pass the tests/language-test.rkt suite
(except for contract runtime error messages in levels higher than
 beginner.)
2011-07-06 00:19:26 -04:00
..
advanced.rktl The new error messages now pass the tests/language-test.rkt suite 2011-07-06 00:19:26 -04:00
beg-adv.rktl The new error messages now pass the tests/language-test.rkt suite 2011-07-06 00:19:26 -04:00
beg-bega.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
beg-intm.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
beg-intml.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
bega-adv.rktl The new error messages now pass the tests/language-test.rkt suite 2011-07-06 00:19:26 -04:00
beginner-abbr.rktl
beginner.rktl The new error messages now pass the tests/language-test.rkt suite 2011-07-06 00:19:26 -04:00
htdp-image.rktl
htdp-test.rktl Htdp no longer throws exceptions that have no source information 2011-07-06 00:19:24 -04:00
htdp.rktl
intermediate-lambda.rktl
intermediate.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
intm-adv.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
intm-intml.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
intmlam-adv.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
README

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.