Skip to content

Commit 4ebbbee

Browse files
committed
Corrected grammar spec of commaExpression to match order of evaluation
1 parent 897ea29 commit 4ebbbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/expression.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ $(GNAME Expression):
226226

227227
$(GNAME CommaExpression):
228228
$(GLINK AssignExpression)
229-
$(GLINK AssignExpression) $(D ,) $(I CommaExpression)
229+
$(I CommaExpression) $(D ,) $(GLINK AssignExpression)
230230
)
231231

232232
$(P The left operand of the $(D ,) is evaluated, then the right operand

0 commit comments

Comments
 (0)