Now that box is a keyword, and not the ~ operator, I think it's precedence is wrong. It maintains the precedence of a symbolic unary operator but I think keyword unary operators should have lower precedence.
In practical terms, this means that I think:
should parse as
and not
Nominating.
Now that
boxis a keyword, and not the~operator, I think it's precedence is wrong. It maintains the precedence of a symbolic unary operator but I think keyword unary operators should have lower precedence.In practical terms, this means that I think:
should parse as
and not
Nominating.