SPEC change: ^ is right-assoc and of highest priority

This commit is contained in:
Araq
2011-01-10 21:29:49 +01:00
parent 19fbc8a55e
commit d48ab37495

View File

@@ -368,7 +368,7 @@ indentation tokens is already described in the `Lexical Analysis`_ section.
Nimrod allows user-definable operators.
Binary operators have 8 different levels of precedence. For user-defined
operators, the precedence depends on the first character the operator consists
of. All binary operators are left-associative, except binary operator starting
of. All binary operators are left-associative, except binary operators starting
with (or only consisting of) ``^``.
================ ============================================== ================== ===============