Discussion Thread: DIP 1036--String Interpolation Tuple Literals--Community Review Round 2
Adam D. Ruppe
destructionator at gmail.com
Thu Feb 4 12:50:38 UTC 2021
On Thursday, 4 February 2021 at 09:22:38 UTC, Luhrel wrote:
> The DIP does not mention anything about wstring and dstring.
That's what StringPosfix is in the grammar:
+InterpolatedDoubleQuotedString:
+ i" InterpolatedDoubleQuotedCharacters " StringPostfix[opt]
From the text: "the result of the idup function will be a string,
wstring, or dstring depending on the type of the literal."
Already in my poc too:
https://github.com/adamdruppe/dmd/tree/string_interp
More information about the Digitalmars-d
mailing list