> ... and probably fell between the cracks.

I hate to say the same thing twice, but the lack
of any reply at all makes me worry that this simple
bug fix has been lost in the infinitely more interesting
philosophical discussion that followed Dr. Clingers's
Essay.

>From R5.97RS (page 13)

  <string element> -> ...
    | \ <intraline whitespace> <line ending> <intraline whitespace>
  <intraline whitespace> -> <character tabulation>
    | <any character whose category is Zs>

Should have a Kleene star representing repetition, thus:

  <string element> -> ...
    | \ <intraline whitespace>* <line ending> <intraline whitespace>*

otherwise you are requiring exactly one space on each side
of a line break within a string.

See my previous message with this title for some
silly questions that I still can't answer.

   -- Keith

_______________________________________________
r6rs-discuss mailing list
r6rs-discuss@lists.r6rs.org
http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss

Reply via email to