racket/collects/tests/htdp-lang
Matthew Flatt 413c940fe6 update HtDP *SL tests for revised error-message convention
This change does not yet update the *SL error-message rewriter
to recognize the new error-message formats; the tests do not
currently use the rewriter. A next step is to decide on the
rewritings, implement them, change the test suite to use the
rewriter, and test the rewritings.
2012-05-26 08:05:12 -06: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 update HtDP *SL tests for revised error-message convention 2012-05-26 08:05:12 -06:00
beg-bega.rktl update HtDP *SL tests for revised error-message convention 2012-05-26 08:05:12 -06:00
beg-intm.rktl
beg-intml.rktl
bega-adv.rktl update HtDP *SL tests for revised error-message convention 2012-05-26 08:05:12 -06:00
beginner-abbr.rktl
beginner.rktl
htdp-image.rktl
htdp-test.rktl
htdp.rktl
intermediate-lambda.rktl
intermediate.rktl
intm-adv.rktl update HtDP *SL tests for revised error-message convention 2012-05-26 08:05:12 -06: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 Use the correct #%app for applications of `local' bound identifiers in the student languages. 2012-03-24 16:04:08 -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.