mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
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:
parent
2efb88b8b3
commit
d8dcb940ab
23 changed files with 827 additions and 190 deletions
|
@ -515,6 +515,7 @@ enum ignoreTokens
|
|||
showCtfeContext,
|
||||
objcClassReference,
|
||||
vectorArray,
|
||||
interpolated,
|
||||
|
||||
wchar_tLiteral,
|
||||
endOfLine,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue