aboutsummaryrefslogtreecommitdiff
path: root/documentation/order.txt
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/order.txt')
-rw-r--r--documentation/order.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/documentation/order.txt b/documentation/order.txt
deleted file mode 100644
index 3c06ce0..0000000
--- a/documentation/order.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-| Name | Operators | Associates |
-| -------------- | --------- | ---------- |
-| parentheses | () | Left |
-| member access | . ! !! ?. | Left |
-| defaulting | ?: | Right |
-| function call | () | Left |
-| unary | ! - ~ | Right |
-| multiplicative | * / % | Left |
-| additive | + - | Left |
-| bitwise shift | << >> | Left |
-| bitwise and | & | Left |
-| bitwise xor | ^ | Left |
-| bitwise or | | | Left |
-| comparison | < > <= >= | Left |
-| equality | == != | Left |
-| range | .. | Left |
-| logical and | && | Left |
-| logical or | || | Left |
-