DIP 1026---Deprecate Context-Sensitive String Literals---Community Review Round 1
Elronnd
elronnd at elronnd.net
Tue Dec 3 21:35:42 UTC 2019
On Tuesday, 3 December 2019 at 21:20:57 UTC, H. S. Teoh wrote:
> The problem is that token strings require the contents to be *D
> tokens*. So if I need to emit snippets of another language, I'm
> out of luck, and have to resort to quoted strings and Leaning
> Toothpick Syndrome.
Bracket-delimited string (q"[text]", allowing <>, [], (), and {}
as delimiters) are still allowed and do not need to contain valid
tokens.
More information about the Digitalmars-d
mailing list