Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add precedence rules for assignment operators to the precedence diagram.
Also indicate what can appear within parentheses. This is intended to be a clarification, not a design change. Note that while we previously described the operand of `++` or `--` as being simply an expression, the operand can never be anything other than the kinds of expression the diagram now shows due to the expression category rules added in carbon-language#2006. Fixes carbon-language#3079.
- Loading branch information