Commit Graph

100 Commits

Author SHA1 Message Date
Matthew Flatt
4bf593ddc4 more i/o reference work
svn: r6807
2007-07-03 08:07:56 +00:00
Matthew Flatt
86022fd24b missing inp in read-bytes
svn: r6805
2007-07-03 05:37:41 +00:00
Eli Barzilay
f7c4631223 can use @|...| for multiple expressions if inside an @-form
svn: r6804
2007-07-03 05:02:34 +00:00
Matthew Flatt
987982cd8d doc work, especially I/O reference
svn: r6803
2007-07-03 03:32:13 +00:00
Eli Barzilay
fe4857ee3c a line-item can also be terminated by an EOF
svn: r6802
2007-07-03 03:32:07 +00:00
Matthew Flatt
174eb84534 doc work, especially ports in reference
svn: r6795
2007-07-02 08:07:55 +00:00
Matthew Flatt
c0999f05ee doc work on io reference
svn: r6792
2007-07-02 03:43:47 +00:00
Matthew Flatt
560eb67217 doc work, especially threads and continuations reference
svn: r6786
2007-07-02 02:02:10 +00:00
Eli Barzilay
a2ee15f28d added syntax properties
svn: r6783
2007-07-01 05:44:17 +00:00
Eli Barzilay
840b68963b make @ be non-terminating in Scheme code, only in Scribble context (like |)
svn: r6780
2007-06-30 06:38:51 +00:00
Eli Barzilay
6ce5440fa7 no backslash quoting -- as discussed on plt-internal
svn: r6777
2007-06-30 01:47:32 +00:00
Eli Barzilay
13371cd418 fix stupid typo, read-syntax can return eof
svn: r6772
2007-06-29 18:26:25 +00:00
Eli Barzilay
1a27b9a1a9 stupid typo
svn: r6769
2007-06-29 15:13:26 +00:00
Eli Barzilay
c641584342 better reader implementation
svn: r6767
2007-06-29 07:40:01 +00:00
Eli Barzilay
4016be1637 typo
svn: r6761
2007-06-29 05:17:35 +00:00
Matthew Flatt
b883f4ef76 fix problem with recursive reads on hash tables, sfix syntax-quoted hash tables in marhsaled compiled code, and add a bit more new documentation
svn: r6759
2007-06-28 22:59:06 +00:00
Matthew Flatt
23158078f3 start porring docs on exn, threads, and custodians
svn: r6746
2007-06-27 03:47:55 +00:00
Matthew Flatt
bf717526b0 start on regexp functions; further formatting improvements for defproc
svn: r6745
2007-06-27 00:17:04 +00:00
Matthew Flatt
c79499e8b6 regexp table formatted for new docs
svn: r6740
2007-06-26 08:18:55 +00:00
Matthew Flatt
efb592bd15 doc work on modules, new big collection
svn: r6732
2007-06-25 08:47:02 +00:00
Matthew Flatt
f7bf029234 doc work (start on module guide)
svn: r6730
2007-06-25 06:37:25 +00:00
Matthew Flatt
50a89df55b scribble: HTML layout that probably works with IE
svn: r6726
2007-06-24 06:45:26 +00:00
Matthew Flatt
a6cff46fae scribble: add toc on each HTML page
svn: r6725
2007-06-24 06:20:17 +00:00
Matthew Flatt
199f4ebc00 drop x-ref icons in latex output
svn: r6724
2007-06-24 00:54:29 +00:00
Matthew Flatt
f9b2e75a75 more cross-referencing and icons to help explain margin notes
svn: r6720
2007-06-23 02:33:00 +00:00
Matthew Flatt
71685a4587 doc work, including improved defproc layout in the case of lots of arguments
svn: r6719
2007-06-22 22:56:39 +00:00
Eli Barzilay
85b045360a sanity check for eol, no comment values in delimited lists
svn: r6718
2007-06-22 18:56:54 +00:00
Matthew Flatt
ff1189600a doc work (fix long filename)
svn: r6717
2007-06-22 12:19:03 +00:00
Matthew Flatt
e0ce4d1d20 document new define-struct
svn: r6715
2007-06-22 06:49:22 +00:00
Matthew Flatt
7de23b6373 change scribble to use new-lambda and new-struct, and correlate definitions and uses via lexical binding
svn: r6714
2007-06-22 05:59:42 +00:00
Matthew Flatt
ceb1b78cea doc edits
svn: r6708
2007-06-20 08:54:40 +00:00
Eli Barzilay
8a7caa749e always strip placeholder wrappers
svn: r6707
2007-06-20 06:30:07 +00:00
Eli Barzilay
3f9ee8fb80 always count lines
svn: r6705
2007-06-20 04:29:10 +00:00
Eli Barzilay
94c820de78 implemented read-delimited-list to be used for reading attributes one-by-one
svn: r6703
2007-06-20 01:45:48 +00:00
Eli Barzilay
513726af9e checkpoint
svn: r6702
2007-06-20 00:56:26 +00:00
Eli Barzilay
64c5cf524b get rid of some more key=val attributes code
svn: r6700
2007-06-19 19:51:29 +00:00
Eli Barzilay
77ecb16001 get rid of key=val shorthand for attributes
svn: r6699
2007-06-19 19:41:24 +00:00
Eli Barzilay
e6aafcf888 remove redundant inside? argument
svn: r6698
2007-06-19 19:36:10 +00:00
Eli Barzilay
76988f2d90 fix the source problem with placeholders
svn: r6697
2007-06-19 18:27:34 +00:00
Eli Barzilay
61fab4d58d no compilation for the test-reader file
svn: r6696
2007-06-19 14:52:31 +00:00
Eli Barzilay
6581620778 minor reformatting
svn: r6695
2007-06-19 08:51:12 +00:00
Eli Barzilay
10516c3d91 Added some reader tests -- some fail due to bugs in the current code.
This file is left here, and is intended for distribution with the code since it
can be used as a good reference for people who are new to the syntax.

svn: r6694
2007-06-19 08:46:56 +00:00
Eli Barzilay
c14f363505 misc fixes
svn: r6693
2007-06-19 08:44:16 +00:00
Matthew Flatt
2fe7c75dc1 doc work
svn: r6692
2007-06-19 08:32:38 +00:00
Matthew Flatt
e2dfc97726 doc work: set! in guide
svn: r6690
2007-06-19 00:23:11 +00:00
Matthew Flatt
1477c7ec1b doc work
svn: r6685
2007-06-18 06:34:41 +00:00
Matthew Flatt
2e536dc70e doc work, and also generalize normalize-definition to work with opts and kws
svn: r6665
2007-06-15 01:59:06 +00:00
Matthew Flatt
6b5c0ed0d9 improve layout of proc defns by using tables less
svn: r6624
2007-06-13 03:35:47 +00:00
Matthew Flatt
9d8a639f49 slightly better use of CSS for tables
svn: r6591
2007-06-12 10:03:32 +00:00
Matthew Flatt
f3d84a1ac4 even better IE floating notes
svn: r6590
2007-06-12 08:26:19 +00:00