The Racket repository
Go to file
Carl Eastlund 6b184c70de Honu:
- test.ss
  - added list of examples files to test
  - added test-file function to run file and related test cases
  - added run-tests to run automated honu tests
- examples/
  - added test case file for point.honu
- top.ss
  - imported util.ss
  - added run-programs
  - moved test-program to test.ss
- util.ss
  - removed unnecessary "ast.ss" import
  - added "contract.ss" import
  - changed names to prevent import name-clash
  - added definitions of define/p (provide) and define/c (provide/contract),
    plus define-struct versions
  - added map-values for mapping functions which return arbitrary numbers of values
- tenv.ss
  - added sqrt() function to Honu environment

svn: r909
2005-09-24 07:50:32 +00:00
collects Honu: 2005-09-24 07:50:32 +00:00
man/man1 Adding first batch of files, all except collects and src. 2005-05-27 17:52:04 +00:00
notes added notes 2005-09-21 23:06:41 +00:00
src fix scaling of PS text output when X and Y scale are different 2005-09-21 11:53:53 +00:00
teachpack Adding first batch of files, all except collects and src. 2005-05-27 17:52:04 +00:00
install Adding first batch of files, all except collects and src. 2005-05-27 17:52:04 +00:00
install.bat Adding first batch of files, all except collects and src. 2005-05-27 17:52:04 +00:00