racket/collects/tests/htdp-lang
2012-02-29 00:28:11 -05:00
..
pr Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
advanced.rktl fix format of some error messages 2012-02-04 05:32:00 -07:00
beg-adv.rktl fix format of some error messages 2012-02-04 05:32:00 -07:00
beg-bega.rktl Updated the error message of check-expect. Fine tuning of the error messages. 2011-07-06 05:35:25 -04:00
beg-intm.rktl
beg-intml.rktl Updated the error message of check-expect. Fine tuning of the error messages. 2011-07-06 05:35:25 -04:00
bega-adv.rktl fix format of some error messages 2012-02-04 05:32:00 -07:00
beginner-abbr.rktl
beginner.rktl fix ASL `(begin0)' error message 2011-07-07 10:57:04 -06:00
htdp-image.rktl Updated the expected errors messages in the tests to match the new vocab. 2011-07-06 08:47:15 -04:00
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
intm-adv.rktl fix HtDP local' to work better with macros that expand to begin' 2011-09-03 15:15:24 -06:00
intm-intml.rktl
intmlam-adv.rktl
prim.rkt fix define-primitive' and provide-primitive' 2011-07-09 16:57:56 -06: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.