Eli Barzilay
d64c87af39
The Scribble reader was improved to make it pull out the syntax
...
punctuations outside of the form, as it does with quote punctuations.
So things like this
#, @foo{...}
that required the space to make the @foo read as a scribble form are
now better written as
@#,foo{...}
This changes all such occurrences. (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)
svn: r15111
original commit: 4288c6c2c703664b6bbd4cd06bd7c2160985b00d
16 years ago
Eli Barzilay
947a0af197
removed lots of "the the"s
...
svn: r14679
original commit: ff73a5395ee00699c7b85d6ed20bbc3e5d9a2957
16 years ago
Eli Barzilay
b64868139a
Changed @itemize{...} to @itemize[...] (done after comparing the doc
...
tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)
svn: r14427
original commit: c0a8a0122200209e38dff1959d79b58f847814db
16 years ago
Robby Findler
adbb930fe5
fixed broken syntax error checks
...
svn: r14187
original commit: afc5ad8d830ea484ee2eb5e4ad309e215ac95e67
16 years ago
Robby Findler
9159d9aef8
added $n-start-pos and $n-end-pos
...
svn: r14171
original commit: cca41988afc42e7765a9790c0e8bf4446b9920ec
16 years ago
Robby Findler
0a0ea622fc
moved to scheme/base language and has it overwrite the output file, if it exists
...
svn: r14114
original commit: cf791ead47f2b107410406d9c01ea31f7b340e10
16 years ago
Robby Findler
21785542ae
moved to scheme/base language and has it overwrite the output file, if it exists
...
svn: r14113
original commit: ed566b2f7db55febc321da81c5773d755ad4c221
16 years ago
Robby Findler
1e01d982c0
fixed plural in error message
...
svn: r14099
original commit: fe141d30ba27d7732f8557e682a1e89f56d440a3
16 years ago
Robby Findler
6a25f2e4b3
svn: r14091
...
16 years ago
Matthew Flatt
cae97d9890
fix more parser-tools doc bugs
...
svn: r14064
original commit: 7f301ad44637d814d4035a07fb8abb932cfc3309
16 years ago
Matthew Flatt
42c6c37b60
fix docs to explain group-id in yacc
...
svn: r14062
original commit: 017eb444b435a748b46da78d302b09c115d038c2
16 years ago
Matthew Flatt
54566597c9
fix problem with simplifying module-rename contexts that have marked renamings
...
svn: r12195
original commit: 05fbd0ffd3f0281934194f08388d76f21bc2de4a
16 years ago
Eli Barzilay
4e1eed718b
some info tweaks
...
svn: r11325
original commit: c23d1e7d83f597e63624985164e1adbfbeefaffa
16 years ago
Matthew Flatt
def6e72aed
assign authors to manuals
...
svn: r11287
original commit: 9453aaaccf2f0007bae450c291e1cd29a7a14696
16 years ago
Matthew Flatt
3258d4798b
allow example parsers to be compiled
...
svn: r10873
original commit: 10082a81d2521bb41dcd0e5bc68ac2c61db9f4cb
17 years ago
Matthew Flatt
a490a6e8aa
fix some example parsers
...
svn: r10871
original commit: fc87f01bb7fcad73859f473b299a39dfe816dc71
17 years ago
Matthew Flatt
994d7dfcc6
v4.0.2.4: logging
...
svn: r10818
original commit: 9af00fcfb4782168ae583a3d66058095815725e3
17 years ago
Eli Barzilay
e227bc6f7f
scribble fixes -- nested @scheme and a few other similar problems
...
svn: r10744
original commit: 4cd2614c2122dd13e75d2dccc60e11109e26e152
17 years ago
Eli Barzilay
593b2d9d53
* Newlines at EOFs
...
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind
svn: r10689
original commit: 7d50e61c7f6831936e13e6af5140db65db18fe1c
17 years ago
Matthew Flatt
8f7def8927
fix some phase issues in 'match' implementation
...
svn: r9963
original commit: d1628d623897acc07bb14d01507f4539849e907a
17 years ago
Matthew Flatt
f96f22dca2
proprocessor doc, merge scribblings and doc-categories fields
...
svn: r9414
original commit: a26b334c67a2d77b56c8a83e0856a8f538b94e79
17 years ago
Eli Barzilay
85bf23ecf5
revise the way setup-plt crawls over the collection trees
...
svn: r8860
original commit: b76390a4523dd523febeab8f432f0341b6a2d040
17 years ago
Eli Barzilay
e16459a573
make all files terminate with a newline
...
svn: r8786
original commit: bb34f747b60bb4b06e0c2098e9c591677fb49d57
17 years ago
Eli Barzilay
13db5fbef7
use new require specs in many places
...
svn: r8774
original commit: b1a08edd5a8c0db0bae4a9e052d9a93d1faabb4f
17 years ago
Matthew Flatt
2224a46b6f
docs form David Van Horn; Slideshow tweaks
...
svn: r8661
original commit: ca1a9dc8bfc22c376c6c3eeeedfbb52c2ae9b1e8
17 years ago
Matthew Flatt
cc263b3e74
parser-tools scribbling (not finished, yet)
...
svn: r8642
original commit: d332b27b49797d2dfeaa936726091ed8dc28c45c
17 years ago
Eli Barzilay
66451b842f
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
original commit: 699c40643d538e54164bf68f5eddf43ae30c5b5e
17 years ago
Eli Barzilay
cd8ab7c082
fix some minor bug and typos in previous commit
...
svn: r8533
original commit: 3da233dd8e1e3e911540c8d1e93d5a49903e8606
17 years ago
Eli Barzilay
6d699bbd9b
switched info.ss files to #lang
...
svn: r8532
original commit: 3c72e71e24202366d4be41532cba0a89f69d7ebd
17 years ago
Eli Barzilay
28f8060651
removed unused doc.txt entries from info.ss files
...
svn: r8529
original commit: 59b5f3a72758c7d6eaec0a04f243e76afbb43762
17 years ago
Matthew Flatt
d617166dca
v3.99.0.2
...
svn: r7706
original commit: 39cedb62edf9258b051a22a29a90be9c6841956f
17 years ago
Matthew Flatt
de3e4f1b67
fix typo in comment (PR 7923!)
...
svn: r2834
original commit: f14ecde023e975612ff6b69a279066c11fd22889
19 years ago
Eli Barzilay
5112a6a054
{quick,merge}sort -> sort
...
svn: r2569
original commit: 16f01a1109691d2fa4844b9411410f4794cf0dc1
19 years ago
Scott Owens
97678a2e96
Added some tests
...
svn: r2175
original commit: 2dcb1412b56d8508f62ab7ccfa45933dd798e7b8
19 years ago
Scott Owens
f1090791ee
Fixed test cases.
...
svn: r2171
original commit: bf04a7809590b74e34260a2f569d8afb3a58d5a4
19 years ago
Scott Owens
6253d8632c
Fix bug in set difference.
...
svn: r2170
original commit: 5fe7041f17cf06a26e9d49e2cf5e6d0a281e7bfd
19 years ago
Matthew Flatt
75b8182044
fixed handling of empty tokens
...
svn: r1350
original commit: d37d4e1d24c68ad7e3f40c3c20e3f59487456fb0
19 years ago
Matthew Flatt
79465df15c
fixed comments
...
svn: r1347
original commit: df94948e8fb9fe1c881499401fb4e95bc6a0820f
19 years ago
Matthew Flatt
020a0a39a9
fixed description
...
svn: r1330
original commit: ec2567b39202f75435d6df187fc05586ce6ae776
19 years ago
Matthew Flatt
70c22bd9b8
fixed parser, since grammar is not LR(k)
...
svn: r1328
original commit: 5854060079bd2664998bc1fc554d755cffaa89eb
19 years ago
Scott Owens
ae179c451c
Fixed the example call to have correct input
...
svn: r1315
original commit: e893ea7c431c691d5e9c4b39dc857633bfef3775
19 years ago
Robby Findler
0869df1b8f
removed call to print-struct
...
original commit: 7ebbac6ef6286b72851ccfc6d6e4dac30bb33f3a
20 years ago
Scott Owens
bcbd39f641
*** empty log message ***
...
original commit: f3f21ca9acdac5b1235a543e066bb46b50a34eed
20 years ago
Scott Owens
0a3b775e6d
*** empty log message ***
...
original commit: 16b637ba4c781337340da85ba9d34909ca59bbc6
20 years ago
Scott Owens
d380cff70b
*** empty log message ***
...
original commit: 120ea5d3ef06fb68c1edf96f1c1c4d0a0c52f8e8
20 years ago
Scott Owens
cb57eb49ea
*** empty log message ***
...
original commit: 17bf91debb00e110dea94115149f04ab20dc8d1e
20 years ago
Robby Findler
6e0524b098
.
...
original commit: cddc61799ee2ae022923644403e809bf31e0debf
20 years ago
Scott Owens
6bf09b30d2
*** empty log message ***
...
original commit: f5d64303412eabad88212c75c028fa7ea8b8f1f4
20 years ago
Scott Owens
21d6abc1e7
*** empty log message ***
...
original commit: a0d2070b71c277b362f272ca0fbe4b77ae4de403
20 years ago
Scott Owens
e071fd3412
*** empty log message ***
...
original commit: 275c51b82d09294bdb30bf026274e0ac8ab67eba
20 years ago