Enhanced version of dip1036 implementation (#15715)

This implements the Enhanced Interpolated Expression Sequence proposal:

i"" or iq{} or q`` with a $(expression) in the middle are converted to a tuple of druntime types for future processing by library code.
This commit is contained in:
Adam D. Ruppe 2024-01-20 01:21:40 -05:00 committed by GitHub
parent 2efb88b8b3
commit d8dcb940ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 827 additions and 190 deletions

View file

@ -515,6 +515,7 @@ enum ignoreTokens
showCtfeContext,
objcClassReference,
vectorArray,
interpolated,
wchar_tLiteral,
endOfLine,