Skip to content

Commit

Permalink
[spec] TemplateMixin assignment grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Apr 16, 2024
1 parent 80708ba commit 538f0d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/template-mixin.dd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $(GNAME TemplateMixinDeclaration):

$(GNAME TemplateMixin):
$(D mixin) $(GLINK MixinTemplateName) $(GLINK2 template, TemplateArguments)$(OPT) $(GLINK_LEX Identifier)$(OPT) $(D ;)
$(D mixin) $(GLINK_LEX Identifier) `=` $(GLINK MixinTemplateName) $(GLINK2 template, TemplateArguments)$(OPT) $(D ;)

$(GNAME MixinTemplateName):
$(D .) $(GLINK MixinQualifiedIdentifier)
Expand Down

0 comments on commit 538f0d5

Please sign in to comment.