You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document operator precedence for all possible operators (based on the first codepoint in the operator). Also document the special associativity and commutativity semantics of operators like * and + which allow the compiler to combine, re-order, etc.
Add and document alternative real operators like *. and +. which the compiler cannot apply such optimizations to.
The text was updated successfully, but these errors were encountered:
Document operator precedence for all possible operators (based on the first codepoint in the operator). Also document the special associativity and commutativity semantics of operators like
*
and+
which allow the compiler to combine, re-order, etc.Add and document alternative
real
operators like*.
and+.
which the compiler cannot apply such optimizations to.The text was updated successfully, but these errors were encountered: