racket/collects/eopl
David Van Horn 7491e172ea EOPL test suite re-written in Racket-based #lang eopl and rackunit
The eopl language is now racket-based rather than mzscheme-based.  This
test-suite, which was originally distributed on the book's web-site has
been re-written in the new language.  Changes include dropping all
drscheme-init.scm and top.scm files.  Remaining files were renamed to
use the .rkt extension and edited to use the #lang syntax (instead of
modulue).  Require and provide forms were changed to reflect racket's
syntax instead of mzscheme's (eg, only-in vs. only).  Several
occurrences of one-armed ifs were changed to use when and unless.  All
tests have been run successfully.
2012-02-24 14:46:18 -05:00
..
lang fix DrRacket printing styles and distinguish 'print' vs. 'write' 2010-05-08 10:18:50 -06:00
private ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
datatype.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
eopl-small.png * Leave a single definition of `maybe' 2008-07-16 17:58:25 +00:00
eopl.rkt EOPL test suite re-written in Racket-based #lang eopl and rackunit 2012-02-24 14:46:18 -05:00
eopl.scrbl EOPL mzscheme => racket; closes PR10478. 2012-02-21 14:21:43 -05:00
info.rkt adjust the way languages are chosen when opening a file. 2011-10-08 09:46:06 -05:00
main.rkt EOPL mzscheme => racket; closes PR10478. 2012-02-21 14:21:43 -05:00