racket/collects/parser-tools
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
..
examples remove example parser that doesn't work 2008-07-23 13:01:30 +00:00
private-lex fixed broken syntax error checks 2009-03-19 13:22:46 +00:00
private-yacc added $n-start-pos and $n-end-pos 2009-03-18 14:21:42 +00:00
info.ss some info tweaks 2008-08-19 10:32:18 +00:00
lex-plt-v200.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
lex-sre.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
lex.ss fixed broken syntax error checks 2009-03-19 13:22:46 +00:00
parser-tools.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
yacc-to-scheme.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
yacc.ss moved to scheme/base language and has it overwrite the output file, if it exists 2009-03-15 23:01:54 +00:00