Ryan Culpepper
38e256e6eb
syntax/parse: fixed error in ~bounds form
...
svn: r15728
2009-08-13 18:28:33 +00:00
Matthew Flatt
5207a215af
add missing core form to kernel-form-identifier-list, improve docs
...
svn: r15702
2009-08-11 19:48:05 +00:00
Ryan Culpepper
a97a7f51b5
Please apply changes to release branch.
...
syntax/parse:
- removed scribble docs for old stxclass collection
- fixed bug in syntax-parse and #:declare
- added attribute calculation option
- renamed 'static-of' to 'static', added 'atom-in-list'
- fixed kernel-literals to include all expanded-code forms
- added tests
svn: r15488
2009-07-19 01:08:00 +00:00
Eli Barzilay
bbc989f795
set svn:eol-style
...
svn: r15379
2009-07-04 02:01:41 +00:00
Ryan Culpepper
3e63caa887
merged changes from /branches/ryanc/sp2:
...
added syntax/parse library and documentation
added syntax/id-table library and documentation
svn: r15376
2009-07-03 19:47:25 +00:00
Matthew Flatt
8e5993f99f
fix serialization problems
...
svn: r15241
2009-06-23 12:07:54 +00:00
Eli Barzilay
0328b2ef81
make the lang and data identifiers visible in the #:info argument too
...
svn: r15192
2009-06-16 21:56:37 +00:00
Eli Barzilay
b9523d982c
New #:info, #:language can return properties, construct a proper get-info function
...
svn: r15186
2009-06-16 17:04:16 +00:00
Eli Barzilay
54fc941f1f
refactor code in a better way, especially for changes that will follow
...
svn: r15176
2009-06-15 08:59:13 +00:00
Eli Barzilay
7302411d73
reformat, fix error message
...
svn: r15165
2009-06-13 16:45:31 +00:00
Eli Barzilay
50e9a86dbc
The get-info protocol is used -- both in reading mode and as part of
...
the compiled modules. (Vacuously returning `#f' for now.)
svn: r15153
2009-06-12 14:42:05 +00:00
Eli Barzilay
81d8c97800
better code organization
...
svn: r15152
2009-06-12 14:33:22 +00:00
Carl Eastlund
5e6153628b
Two instances of the typo: 'indentifier' instead of 'identifier'.
...
svn: r15081
2009-06-04 19:54:54 +00:00
Matthew Flatt
1809d9286e
fix r6rs template problem with quoting ellipses
...
svn: r14780
2009-05-12 13:44:04 +00:00
Matthew Flatt
224f9fa3a7
fix bug in tracking paren shapes; fix Scribble binding search code; add syntax/template library
...
svn: r14661
2009-04-29 20:31:07 +00:00
Matthew Flatt
cd09b30497
(v4.1.5.5) repair interaction of provides redirected by a rename-transformer, certification of access to unexported variables, and protected exports; also get rid of kernel-reprovide special case in export handling, because a more general export-sharing technique subsumed the special case long ago
...
svn: r14593
2009-04-24 14:59:09 +00:00
Matthew Flatt
4b3626c156
fix inverted argument default for editor<%> read-from-file method; better Check Sytax results on packages; added syntax/flatten-begin library
...
svn: r14548
2009-04-17 22:50:19 +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
Matthew Flatt
75373d4094
refine replace-context docs
...
svn: r14223
2009-03-23 01:25:45 +00:00
Matthew Flatt
91c53fa123
add replace-context to syntax/strip-context
...
svn: r14196
2009-03-20 17:20:04 +00:00
Ryan Culpepper
64250c4931
syntax: fixed 'strip-context' on prefab structs
...
fixes bug in prefab struct literal in scheme/load module
svn: r14038
2009-03-10 21:19:18 +00:00
Matthew Flatt
6fe0677aa7
doc kernel-syntax-case/phase
...
svn: r14028
2009-03-10 16:39:32 +00:00
Matthew Flatt
f0473137e6
fix and document syntax/strip-context
...
svn: r13847
2009-02-26 13:19:25 +00:00
Matthew Flatt
50dff6234c
add syntax/strip-context
...
svn: r13846
2009-02-26 13:11:11 +00:00
Eli Barzilay
bd561ab191
some paren typos
...
svn: r13416
2009-02-04 16:28:14 +00:00
Eli Barzilay
d1a0086471
newlines at EOFs
...
svn: r13105
2009-01-14 03:10:47 +00:00
Matthew Flatt
54a8fe3143
fix relto delay in colalpse-module-path
...
svn: r12383
2008-11-11 15:30:24 +00:00
Matthew Flatt
4215289320
doc fixes
...
svn: r12328
2008-11-06 16:22:12 +00:00
Matthew Flatt
37aae202c5
speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
...
svn: r12237
2008-11-04 23:32:44 +00:00
Matthew Flatt
95bedb17fb
change contracts to reflect context via #%variable-reference instead of syntax objects; add id-less #%variable-reference form; drop link to unneeded CPort objects in delayed thunks; streamline some modules that tend to show up in deep phases
...
svn: r12231
2008-11-04 14:24:12 +00:00
Matthew Flatt
bb7d3d1a28
fix 'local-expand' checking of stop list to disallow symbols; extend 'continuation-marks' to work on threads; fix HtDP language module-level stop list
...
svn: r12101
2008-10-23 13:38:03 +00:00
Eli Barzilay
8217dddd56
* The module-path place is now optional, and #:language can be used
...
with an expression (evaluated as usual, not quoted), or with a thunk
that is invoked before reading the body begins.
* Added some missing tests that were not used for some reason...
* Some other documentation improvements.
* Improved the code a little more.
svn: r11957
2008-10-07 10:56:29 +00:00
Eli Barzilay
da389b03a9
better code layout (easier to add new options)
...
svn: r11956
2008-10-07 07:53:50 +00:00
John Clements
829b27f343
changed module-syntax/module-reader to syntax/module-reader
...
svn: r11784
2008-09-17 04:14:26 +00:00
Eli Barzilay
0b2f559e29
module-reader constructs proper source information, fix s-exp reader to use it
...
svn: r11769
2008-09-15 23:01:06 +00:00
Eli Barzilay
41a4f4b2ae
macro -> function
...
svn: r11678
2008-09-12 15:03:54 +00:00
Matthew Flatt
e67b138830
fix problems with errortrace and namespace phases
...
svn: r11541
2008-09-04 22:03:06 +00:00
Robby Findler
5e963dccea
added contracts back
...
svn: r11535
2008-09-04 12:09:18 +00:00
Matthew Flatt
2b98280729
fix module-path-index spec and use related to resolved module paths
...
svn: r11523
2008-09-02 13:54:43 +00:00
Eli Barzilay
db81f6afa1
typo
...
svn: r11519
2008-09-02 08:09:52 +00:00
Eli Barzilay
eaa5a69fa5
extend syntax/module-reader to avoid ugly hack in scribble/doc/reader
...
svn: r11517
2008-09-02 04:06:08 +00:00
Robby Findler
5596aff30f
improved contract error messages so that they now always have absolute module references in them for blame information
...
svn: r11511
2008-09-01 19:54:50 +00:00
Eli Barzilay
9e5c466c47
deprecated message for wrap-read-all
...
svn: r11503
2008-09-01 04:25:54 +00:00
Eli Barzilay
093fe73855
* Minor extension (#:wrapper2 can accept an stx? boolean too)
...
* Added a more sophisticated test (scribble syntax with an arbitrary
language), based on documentation example
* Documentation
svn: r11502
2008-09-01 04:23:50 +00:00
Eli Barzilay
7d6bc32ed9
* Extended syntax/module-reader to deal with many more situations
...
using keywords, and allowing arbitrary code in the reader module
* Added tests for the new functionality
* Used the new stuff for the r5rs, r6rs, and honu readers
svn: r11495
2008-08-31 06:25:41 +00:00
Matthew Flatt
ae9e317b44
fix more problems collapsing planet paths
...
svn: r11489
2008-08-29 21:45:38 +00:00
Matthew Flatt
797c141ede
fix problems collapsing planet module paths
...
svn: r11488
2008-08-29 21:35:40 +00:00
Eli Barzilay
7d50e61c7f
* 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
2008-07-09 07:18:06 +00:00
Matthew Flatt
44c5a75739
fix some phase problems in program-processing programs
...
svn: r10503
2008-06-29 15:11:20 +00:00
Eli Barzilay
8383a541f7
removed commented class code completely: it leads to dependency cycles
...
svn: r10472
2008-06-27 04:20:38 +00:00