There’s big advantages to no precedence rules. You don’t have to remember them all. Haskell/SML family create nightmares from trying to have user defined operators with precedence “value” of 0-10. Operators are extremely powerful syntax simplification, but precedence rules makes them too hard to mentally parse.
Assuming an equation with no context is anything but standard mathematics is peak “well, technically”
There’s big advantages to no precedence rules. You don’t have to remember them all. Haskell/SML family create nightmares from trying to have user defined operators with precedence “value” of 0-10. Operators are extremely powerful syntax simplification, but precedence rules makes them too hard to mentally parse.