Parser.handleDoubleQuotedScalarEscapes
string handleDoubleQuotedScalarEscapes(const(char)[] tokenValue) const @safeHandle escape sequences in a double quoted scalar.
Moved here from scanner as it can't always be done in-place with slices.
string handleDoubleQuotedScalarEscapes(const(char)[] tokenValue) const @safeHandle escape sequences in a double quoted scalar.
Moved here from scanner as it can't always be done in-place with slices.