diff options
| author | Cody <cody@codyq.dev> | 2023-06-26 23:54:29 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-06-26 23:54:29 -0500 |
| commit | 6e168a091d13b5ebb0beb7bb93c2b8c6f6d92711 (patch) | |
| tree | 5353261c5eaf66031781e5e01d1b7409b66f50e4 /documentation/order.txt | |
| parent | 9748e95027af7820e6d9f08eb20b0901fdedfa2a (diff) | |
| download | sloth-6e168a091d13b5ebb0beb7bb93c2b8c6f6d92711.tar.gz | |
Deleted documentation directory
Diffstat (limited to 'documentation/order.txt')
| -rw-r--r-- | documentation/order.txt | 19 |
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 | - |
