Commit Graph

7212 Commits

Author SHA1 Message Date
Eli Barzilay
fd3b20e901 Welcome to a new PLT day.
svn: r982
2005-10-05 08:20:07 +00:00
Carl Eastlund
f3d24c7d46 Honu:
- doc.txt, documented the sqrt() function
- typecheck-expression.ss, line-wrapped to <100 columns
- type-utils.ss, changed printout for void type from "<>" to "void"

svn: r980
2005-10-04 22:01:03 +00:00
Matthew Flatt
261662f378 299.403
svn: r979
2005-10-04 21:02:37 +00:00
Matthew Flatt
54ea8d32a8 avoid Xaw headers
svn: r978
2005-10-04 20:43:54 +00:00
Matthew Flatt
7e050ed5c2 notes for 299.403
svn: r977
2005-10-04 20:42:08 +00:00
Matthew Flatt
8b384758e2 3m instructions
svn: r976
2005-10-04 20:41:28 +00:00
Matthew Flatt
ddb6c424ef prototype correction
svn: r974
2005-10-04 20:21:47 +00:00
Matthew Flatt
43abf620ac mzc --xform
svn: r973
2005-10-04 19:48:10 +00:00
Matthew Flatt
5dc1f6577a updated for mzc --xform
svn: r972
2005-10-04 19:47:02 +00:00
Matthew Flatt
8c2592b9fb include dirs for xform
svn: r971
2005-10-04 18:59:23 +00:00
Matthew Flatt
72d203a744 verbose xform
svn: r970
2005-10-04 18:52:54 +00:00
Matthew Flatt
117ec552fe verbose xform
svn: r969
2005-10-04 18:52:37 +00:00
Matthew Flatt
29cbaa9fc2 xform support in setup-extension
svn: r968
2005-10-04 18:42:24 +00:00
Matthew Flatt
bda88101f8 xform support in setup-extension
svn: r967
2005-10-04 18:41:49 +00:00
Matthew Flatt
cfbc057729 fix for 3m
svn: r966
2005-10-04 16:11:08 +00:00
Matthew Flatt
f9b58b05b7 avoid defining keyword?
svn: r965
2005-10-04 16:07:43 +00:00
Matthew Flatt
dd555a65e1 more unicode fixes
svn: r964
2005-10-04 16:00:30 +00:00
Jay McCarthy
eec8a3ec9a Converting to block buffering and flushing
svn: r963
2005-10-04 12:52:18 +00:00
Eli Barzilay
8b6f6f87f6 Welcome to a new PLT day.
svn: r962
2005-10-04 08:20:02 +00:00
Matthew Flatt
d79176f308 Chongkai's Chinese translations
svn: r959
2005-10-03 15:57:28 +00:00
Robby Findler
c9e81b63fa made yellow/black REPL warning go before output, rather than after
svn: r958
2005-10-03 15:55:08 +00:00
Eli Barzilay
2a34ce7c2b Welcome to a new PLT day.
svn: r957
2005-10-03 08:20:06 +00:00
Eli Barzilay
c4fb02a51e Welcome to a new PLT day.
svn: r956
2005-10-02 08:20:06 +00:00
Eli Barzilay
de5aff6f45 Welcome to a new PLT day.
svn: r954
2005-10-01 08:20:02 +00:00
Eli Barzilay
ecccc729c6 typo
svn: r953
2005-10-01 02:38:28 +00:00
Robby Findler
4407f75e8e improved matchers performance somewhat
svn: r948
2005-09-30 12:19:07 +00:00
Eli Barzilay
fafbf7682e Welcome to a new PLT day.
svn: r947
2005-09-30 08:20:03 +00:00
Carl Eastlund
cc6b1954e5 Honu:
- top.ss
  - removed top: prefix from exports
  - renamed parse-file to ast-from-file to prevent name clash
  - removed test case list and run-tests
- test-cases.ss
  - added test case list and run-tests
- test-tools.ss
  - renamed from test.ss

svn: r945
2005-09-29 22:21:48 +00:00
Matthew Flatt
57d39569fe removed #kd, fixed :interface
svn: r944
2005-09-29 20:06:09 +00:00
Carl Eastlund
365754f55c Honu:
- top.ss
  - commented out compile-failure tests for now
- cce-notes.txt
  - added my preliminary notes about the Honu codebase
- examples/*-test.ss
  - added *-test.ss files for all *.honu files

svn: r943
2005-09-29 16:14:54 +00:00
Matthew Flatt
a31d901061 check smoothing flag before enabling for printer output
svn: r942
2005-09-29 15:56:47 +00:00
Matthew Flatt
eb1c454246 avoid leading colon
svn: r941
2005-09-29 15:56:17 +00:00
Matthew Flatt
898f64df63 avoid leading colon for id
svn: r940
2005-09-29 15:51:20 +00:00
Matthew Flatt
4c5aff33a8 avoid leading colon for id
svn: r939
2005-09-29 15:50:33 +00:00
Matthew Flatt
63e051aee8 removed unused :ucall
svn: r938
2005-09-29 15:50:14 +00:00
Matthew Flatt
74a64f50da avoid leading colon for id
svn: r937
2005-09-29 15:49:48 +00:00
Matthew Flatt
457d23c390 avoid leading colon for id
svn: r936
2005-09-29 15:49:27 +00:00
Matthew Flatt
2ff737514b removed stay character
svn: r935
2005-09-29 15:48:54 +00:00
Matthew Flatt
46e33e12d9 added xform.ss, will provide better interface later
svn: r934
2005-09-29 15:46:59 +00:00
Eli Barzilay
61b329aec1 Welcome to a new PLT day.
svn: r932
2005-09-29 08:20:02 +00:00
Carl Eastlund
fc45eb8125 Honu:
- top.ss
  - Added top:eval-after-program
    to evaluate a new syntax in the context of Honu definitions
  - Added previous contents of test.ss - testing is a top-level behavior
- test.ss
  - Removed top-level testing calls
  - Added bindings useful from testcase code
  - New purpose is to be auto-required from *-test.ss when *.honu is tested
- examples/point-test.ss
  - Removed now-redundant definitions
- examples/BoundedStack-test.ss
  - Wrote tests for BoundedStack, both of defined names and actual code results
- examples/BoundedStack.honu
  - Removed test results that are now in ...-test.ss

svn: r930
2005-09-29 00:18:44 +00:00
Robby Findler
2986059cf2 started to build an implementation of contexts as procedures that do the plugging, but ran into trouble with name patterns
svn: r929
2005-09-28 21:09:56 +00:00
Carl Eastlund
728f65e9af Honu:
- test.ss
  - Special case, short error messages if test files not found
- parsers/parse.ss
  - Removed make-struct-type-decls and make-struct-exports
    (at Stevie's instruction: functionality duplicated elsewhere)
- tenv.ss, ast.ss, compile.ss
  - linewrapped code and comments to 100 columns or less

svn: r928
2005-09-28 19:56:44 +00:00
Eli Barzilay
4b464d1f83 Welcome to a new PLT day.
svn: r927
2005-09-28 08:20:03 +00:00
Jay McCarthy
1fdc303bf3 Fix of call
svn: r926
2005-09-27 23:47:16 +00:00
Eli Barzilay
6efbcbbba3 fix self-referential cstructs
svn: r924
2005-09-27 09:20:21 +00:00
Eli Barzilay
30a1c9e69d Welcome to a new PLT day.
svn: r919
2005-09-27 08:20:03 +00:00
Matthew Flatt
0ae882672a enable smoothing for printing
svn: r918
2005-09-27 05:58:39 +00:00
Eli Barzilay
1726d11233 Welcome to a new PLT day.
svn: r917
2005-09-26 08:20:04 +00:00
Matthew Flatt
ccb17d8346 disabled hanger handling and optical alignment, even for kerned text
svn: r916
2005-09-25 19:35:14 +00:00