Skip to content

Commit

Permalink
fix Issue 10232 - AndExpression grammar is not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Sep 22, 2014
1 parent 1690ae1 commit 40cf445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expression.dd
Expand Up @@ -243,8 +243,8 @@ $(H4 And Expressions)

$(GRAMMAR
$(GNAME AndExpression):
$(GLINK ShiftExpression)
$(I AndExpression) $(D &) $(GLINK ShiftExpression)
$(GLINK CmpExpression)
$(I AndExpression) $(D &) $(GLINK CmpExpression)
)

The operands are AND'd together.
Expand Down

0 comments on commit 40cf445

Please sign in to comment.