unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#38239: hungry-eol-escapes reader option doesn't allow intraline whitespace
@ 2019-11-16 21:27 Andy Wingo
  0 siblings, 0 replies; only message in thread
From: Andy Wingo @ 2019-11-16 21:27 UTC (permalink / raw)
  To: 38239

Guile supports the R7RS idiom whereby this:

  "foo\
      bar"

reads as

  "foobar"

In the R6RS, this syntax is specified as allowing intraline whitespace
(space, tab, and anything Unicode with category Zs) after the \ but
before the newline.  However in Guile we don't support this and signal
an error instead ("illegal character in escape sequence: #\space").

Probably we should relax this restriction and allow intraline whitespace
after the \ and before the newline.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-16 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-16 21:27 bug#38239: hungry-eol-escapes reader option doesn't allow intraline whitespace Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).