Commit Graph

45 Commits

Author SHA1 Message Date
Eli Barzilay
b76390a452 revise the way setup-plt crawls over the collection trees
svn: r8860
2008-03-03 22:04:28 +00:00
Kathy Gray
0fa9e74dfc Removes the reliance of the combinator parser on the lazy language
svn: r8830
2008-02-29 16:08:53 +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
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
3c72e71e24 switched info.ss files to #lang
svn: r8532
2008-02-04 23:00:35 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Kathy Gray
35c37dd664 Modification to force a filter predicate in combintor.scm
Correction to annotate profj modules for error trace

svn: r7426
2007-10-01 09:00:32 +00:00
Kathy Gray
1e39817605 Correction to grammar for advanced;
Correction to throwing away valuable information in combinator

svn: r7394
2007-09-21 14:28:43 +00:00
Kathy Gray
e3d4bed0fe Correction to grammar for advanced; correction to source position
tracking for repeat-greedy: both correct bug #8940

svn: r7384
2007-09-19 16:21:50 +00:00
Kathy Gray
d8181a2a60 Corrected a bad ai choice
svn: r7321
2007-09-12 00:58:30 +00:00
Kathy Gray
a7ec07121a Modified error message language.
svn: r7267
2007-09-03 16:16:10 +00:00
Kathy Gray
fb9525287a Corrections to fix bugs 8893 & 8894
svn: r7164
2007-08-25 21:16:54 +00:00
Kathy Gray
0077fba27c Switch to using ephemerals
svn: r7097
2007-08-14 13:22:44 +00:00
Kathy Gray
377b8b17e1 Correcting pr 8867
svn: r7092
2007-08-13 23:34:38 +00:00
Kathy Gray
3747f712a9 Changes that correct another infinite loop
svn: r7089
2007-08-13 22:41:26 +00:00
Kathy Gray
1d44d5765c Corrections to parser for error recovery; correction to bug in check based on setting fields in beginner
svn: r7068
2007-08-09 18:09:09 +00:00
Kathy Gray
afcb20810d Correction to sync parsers, fix indenting, and inform of syntax errors
svn: r7060
2007-08-08 21:36:11 +00:00
Kathy Gray
fba51484af Assorted corrections
svn: r7056
2007-08-08 14:49:47 +00:00
Kathy Gray
d25db841ea Correction to infinite loop causing errors
svn: r7052
2007-08-08 04:11:24 +00:00
Kathy Gray
c6b723bbd8 Bug fixes (more on the way)
svn: r7046
2007-08-07 17:47:37 +00:00
Kathy Gray
2c69de141b Updated non-default probabilities to include may-use counter
Updated error formatting to report more information in some ties, and reduce
repetitivness

svn: r7041
2007-08-07 01:54:52 +00:00
Kathy Gray
dbe82ab7d7 Correction to default probability calculation.
More tweaking of the profj grammars

svn: r7032
2007-08-06 15:17:19 +00:00
Kathy Gray
aa871e90bd Correction to error highlighting, and tweaks to grammar
svn: r7031
2007-08-06 14:18:09 +00:00
Kathy Gray
b01f462894 Correction to bugs to the parser
svn: r7006
2007-08-03 01:50:39 +00:00
Kathy Gray
2d95985eef Correction to parser errors
svn: r7004
2007-08-02 20:57:57 +00:00
Kathy Gray
173f2f2336 Fixed cdr null error
svn: r6997
2007-08-01 23:54:45 +00:00
Kathy Gray
94a30c2e14 Fixing bugs in parsing selection, and in indenting
svn: r6996
2007-08-01 23:33:11 +00:00
Kathy Gray
28a87853fa Corrected errors in grammar, and in error selection
svn: r6982
2007-07-29 19:57:18 +00:00
Kathy Gray
d9664a6e9b Additions to error messages and flexibility of combinator parser
svn: r6953
2007-07-24 22:59:46 +00:00
Kathy Gray
b0ac0c7c87 Corrections to parsing errors
svn: r6951
2007-07-23 14:31:27 +00:00
Kathy Gray
006ab0f79d svn: r6875 2007-07-09 11:01:32 +00:00
Kathy Gray
983ee966da Correction to bug 8797
svn: r6839
2007-07-07 16:48:43 +00:00
Kathy Gray
3a65433b20 Corrections to the combinator parsers
svn: r6801
2007-07-02 22:26:01 +00:00
Kathy Gray
ce4aa511ea Corrected error with else case falling through and creating void
svn: r6736
2007-06-25 23:33:04 +00:00
Kathy Gray
1069f4d774 Corrected options selection bug
svn: r6728
2007-06-24 15:41:53 +00:00
Kathy Gray
fa7700e133 Corrected bugs causing infinite (tight) loop
svn: r6503
2007-06-06 14:05:56 +00:00
Kathy Gray
4a5a34fc89 Added required values declaration
svn: r6491
2007-06-05 22:27:08 +00:00
Kathy Gray
db595f3af4 Slight feature changes to error reporting and cost analysis
svn: r5868
2007-04-04 15:00:46 +00:00
Kathy Gray
c68372b552 Bug fix
svn: r5860
2007-04-03 22:24:20 +00:00
Kathy Gray
78a80fe13e Adding some more strictness (!!!)
svn: r5748
2007-03-07 11:37:50 +00:00
Kathy Gray
40f613d0d2 Corrected typo
svn: r5741
2007-03-06 16:50:30 +00:00
Kathy Gray
d34df833fb Corrected arity error
svn: r5740
2007-03-06 16:46:55 +00:00
Kathy Gray
7d4c8a053d Modified sig file, adding err^
svn: r5739
2007-03-06 13:56:54 +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