Skip to content

Commit 74832bc

Browse files
tim-dlangdlang-bot
authored andcommitted
Use InterpolationExpressionSequence in grammar
1 parent 67423cc commit 74832bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spec/expression.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,6 +1850,7 @@ $(GNAME PrimaryExpression):
18501850
$(GLINK_LEX FloatLiteral)
18511851
$(LEGACY_LNAME2 CharacterLiteral)$(LEGACY_LNAME2 character-literal)$(GLINK_LEX CharacterLiteral)
18521852
$(RELATIVE_LINK2 string_literals, *StringLiteral*)
1853+
$(GLINK2 istring, InterpolationExpressionSequence)
18531854
$(GLINK ArrayLiteral)
18541855
$(GLINK AssocArrayLiteral)
18551856
$(GLINK FunctionLiteral)

spec/template.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ $(GNAME TemplateSingleArgument):
100100
$(GLINK2 type, FundamentalType)
101101
$(GLINK_LEX CharacterLiteral)
102102
$(GLINK_LEX StringLiteral)
103+
$(GLINK2 istring, InterpolationExpressionSequence)
103104
$(GLINK_LEX IntegerLiteral)
104105
$(GLINK_LEX FloatLiteral)
105106
$(D true)

0 commit comments

Comments
 (0)