racket/collects/r6rs
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
..
lang * Extended syntax/module-reader to deal with many more situations 2008-08-31 06:25:41 +00:00
private R6RS: disallow assignment to exported identifier 2009-05-03 17:40:31 +00:00
scribblings The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
info.ss proprocessor doc, merge scribblings and doc-categories fields 2008-04-23 00:20:25 +00:00
main.ss R6RS: disallow assignment to exported identifier 2009-05-03 17:40:31 +00:00
run.ss %-encoding extension in module paths; new r6rs library name encoding 2008-07-09 15:41:38 +00:00