Commit Graph

47 Commits

Author SHA1 Message Date
Mike Sperber
a2de64c9ba Doc typo fix.
svn: r16516
2009-11-03 10:38:22 +00:00
Robby Findler
2f47a882c9 added error checking
svn: r16448
2009-10-29 15:43:50 +00:00
Robby Findler
2064861baa drdr found a 'test suite' that didnt actually have expected results, so I added in expected results and fixed a few bugs that it uncovered
svn: r16362
2009-10-18 20:18:33 +00:00
Robby Findler
0c73b84692 PR 10344
svn: r15545
2009-07-24 04:37:34 +00:00
Eli Barzilay
a70bf64fd9 Newlines at EOFs
svn: r15380
2009-07-04 02:28:31 +00:00
Eli Barzilay
4288c6c2c7 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
2009-06-07 10:12:32 +00:00
Eli Barzilay
ff73a5395e removed lots of "the the"s
svn: r14679
2009-05-01 21:02:51 +00:00
Eli Barzilay
c0a8a01222 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
2009-04-05 17:46:20 +00:00
Robby Findler
afc5ad8d83 fixed broken syntax error checks
svn: r14187
2009-03-19 13:22:46 +00:00
Robby Findler
cca41988af added $n-start-pos and $n-end-pos
svn: r14171
2009-03-18 14:21:42 +00:00
Robby Findler
cf791ead47 moved to scheme/base language and has it overwrite the output file, if it exists
svn: r14114
2009-03-15 23:01:54 +00:00
Robby Findler
ed566b2f7d moved to scheme/base language and has it overwrite the output file, if it exists
svn: r14113
2009-03-15 22:58:21 +00:00
Robby Findler
fe141d30ba fixed plural in error message
svn: r14099
2009-03-14 15:39:47 +00:00
Robby Findler
2e0c4e6585 svn: r14091 2009-03-13 23:31:58 +00:00
Matthew Flatt
7f301ad446 fix more parser-tools doc bugs
svn: r14064
2009-03-12 01:35:30 +00:00
Matthew Flatt
017eb444b4 fix docs to explain group-id in yacc
svn: r14062
2009-03-12 00:45:23 +00:00
Matthew Flatt
05fbd0ffd3 fix problem with simplifying module-rename contexts that have marked renamings
svn: r12195
2008-10-31 14:44:32 +00:00
Eli Barzilay
c23d1e7d83 some info tweaks
svn: r11325
2008-08-19 10:32:18 +00:00
Matthew Flatt
9453aaaccf assign authors to manuals
svn: r11287
2008-08-15 20:16:06 +00:00
Matthew Flatt
10082a81d2 allow example parsers to be compiled
svn: r10873
2008-07-23 13:03:39 +00:00
Matthew Flatt
61ef67beb7 remove example parser that doesn't work
svn: r10872
2008-07-23 13:01:30 +00:00
Matthew Flatt
fc87f01bb7 fix some example parsers
svn: r10871
2008-07-23 13:01:11 +00:00
Eli Barzilay
4cd2614c21 scribble fixes -- nested @scheme and a few other similar problems
svn: r10744
2008-07-13 17:13:20 +00:00
Matthew Flatt
d1628d6238 fix some phase issues in 'match' implementation
svn: r9963
2008-05-26 19:51:06 +00:00
Matthew Flatt
a26b334c67 proprocessor doc, merge scribblings and doc-categories fields
svn: r9414
2008-04-23 00:20:25 +00:00
Eli Barzilay
b76390a452 revise the way setup-plt crawls over the collection trees
svn: r8860
2008-03-03 22:04:28 +00:00
Eli Barzilay
bb34f747b6 make all files terminate with a newline
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Matthew Flatt
ca1a9dc8bf docs form David Van Horn; Slideshow tweaks
svn: r8661
2008-02-14 14:07:57 +00:00
Matthew Flatt
d332b27b49 parser-tools scribbling (not finished, yet)
svn: r8642
2008-02-13 13:39:29 +00:00
Eli Barzilay
699c40643d * 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
2008-02-12 10:33:01 +00:00
Eli Barzilay
3da233dd8e fix some minor bug and typos in previous commit
svn: r8533
2008-02-05 00:22:33 +00:00
Eli Barzilay
3c72e71e24 switched info.ss files to #lang
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
59b5f3a727 removed unused doc.txt entries from info.ss files
svn: r8529
2008-02-04 20:31:04 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Eli Barzilay
f5deb3f60d Reverse kathy's changes to doc.txt
svn: r5732
2007-03-05 04:55:35 +00:00
Kathy Gray
fb40b02b42 Moved the combinator parser out of parser-tools to alleviate the problem the
dependence on lazy had for the mzscheme build

svn: r5728
2007-03-04 23:30:43 +00:00
Kathy Gray
c064fe4238 Adding a set of higher-order combinator-builders with good error message generation
Combinator implementation is the responsiblity of kathyg, not sowens

svn: r5718
2007-03-02 15:15:09 +00:00
Matthew Flatt
f14ecde023 fix typo in comment (PR 7923!)
svn: r2834
2006-04-28 13:21:04 +00:00
Eli Barzilay
16f01a1109 {quick,merge}sort -> sort
svn: r2569
2006-04-01 12:24:15 +00:00
John Clements
812a6cb4fe added example-parser.ss
svn: r2448
2006-03-17 20:58:55 +00:00
Scott Owens
2dcb1412b5 Added some tests
svn: r2175
2006-02-08 18:15:33 +00:00
Scott Owens
bf04a78095 Fixed test cases.
svn: r2171
2006-02-08 17:13:14 +00:00
Scott Owens
5fe7041f17 Fix bug in set difference.
svn: r2170
2006-02-08 16:39:29 +00:00
Scott Owens
e893ea7c43 Fixed the example call to have correct input
svn: r1315
2005-11-14 22:08:02 +00:00
Eli Barzilay
daa18fcba0 typos
svn: r66
2005-06-08 00:28:39 +00:00
Eli Barzilay
017d151d59 Adding collects, with all the right properties (except eoln-style).
svn: r3
2005-05-27 18:56:37 +00:00