Support string interpolation in literals delimited with double quotes (see #1071)
Notes:
This changes how string literals are interpreted. Existing code with string literals that contain { and } will need to be updated to quote them. See linked issue for details.
Enhancements:
Notes:
{
and}
will need to be updated to quote them. See linked issue for details.Bumps #minor version