You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
br-parser-tools/collects/parser-tools
Eli Barzilay d64c87af39 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

original commit: 4288c6c2c703664b6bbd4cd06bd7c2160985b00d
16 years ago
..
examples fix some example parsers 17 years ago
private-lex fixed broken syntax error checks 16 years ago
private-yacc added $n-start-pos and $n-end-pos 16 years ago
info.ss some info tweaks 16 years ago
lex-plt-v200.ss use new require specs in many places 17 years ago
lex-sre.ss use new require specs in many places 17 years ago
lex.ss fixed broken syntax error checks 16 years ago
parser-tools.scrbl The Scribble reader was improved to make it pull out the syntax 16 years ago
yacc-to-scheme.ss use new require specs in many places 17 years ago
yacc.ss moved to scheme/base language and has it overwrite the output file, if it exists 16 years ago