Operators
Arithmetic expressions
Syntax
ArithmeticExpr →
Expr [* / %] Expr
| Expr [+ -] Expr
Logical Expressions
Syntax
LogicalExpr →
Expr && Expr
| Expr || Expr
(De)Reference expressions
Syntax
ReferenceExpr →
& Expr
| && Expr
DereferenceExpr → * Expr