D
Dik T. Winter
> OTOH, if you define them locally, you get parsing problems, in that
> you can't determine the precedence or binding of an operator without
> knowing the types it's operating on, and you can't determine that
> before you know what operands are binding with the operator.
In Algol 68 this wsa done by giving all operators that looked the same
have the same priority, so no parsing problems.