opendylan icon indicating copy to clipboard operation
opendylan copied to clipboard

Multi-line string syntax

Open cgay opened this issue 7 years ago • 3 comments

Implement multi-line strings as described in https://opendylan.org/proposals/dep-0008.html This is a work in progress: https://github.com/dylan-lang/opendylan/pull/808 What's left to do?

  • Documentation (including release notes)
  • More comprehensive tests
  • What else?

cgay avatar Jun 09 '18 06:06 cgay

  • Canonicalize CRLF to just LF

cgay avatar Jun 11 '18 06:06 cgay

Fix backslash processing in make-hash-literal.

cgay avatar Jun 22 '18 20:06 cgay

I think all of the above is done:

36f5ba6cf dfmc-reader: Add support for #"""quoted-symbol""" syntax e307b8613 dfmc-reader: Add support for raw string literals (#r" and #r""") 839320693 dfmc-reader: Add support for multi-line strings (""") 82f6ad7db (cgay/make-hash-literal) dfmc-reader: fix bug in make-hash-literal

Still to do: Make multi-line string literals respect The Rectangle Rule

cgay avatar Sep 15 '23 18:09 cgay

Done in DEP 12 implementation.

cgay avatar May 20 '24 14:05 cgay