That's new in 4.3?! I'm sure I remember "suggest parentheses around && within ||" from many years ago.
When I'm designing languages these days I tend to make "a && b || c" actually illegal: && and || have the same priority but will each only associate with themselves.
no subject
When I'm designing languages these days I tend to make "a && b || c" actually illegal: && and || have the same priority but will each only associate with themselves.