aboutsummaryrefslogtreecommitdiff
path: root/documentation/order.txt
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-04-14 00:19:26 -0500
committerGitHub <noreply@github.com>2023-04-14 00:19:26 -0500
commit6b25c191a4522610877898506856bd00cd1fc4d5 (patch)
tree032725940ffbd28907abee8b6b1099b5590fe520 /documentation/order.txt
parentc458e9f46afcd04445dcb35d1fd9e2a85a451937 (diff)
parenta97d9f4a7f8c1e8c1e9d2921b40b34aad3643481 (diff)
downloadsloth-6b25c191a4522610877898506856bd00cd1fc4d5.tar.gz
Merge pull request #3 from slothlang/recursive-descent-parser
Recursive descent parser
Diffstat (limited to 'documentation/order.txt')
-rw-r--r--documentation/order.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/order.txt b/documentation/order.txt
index ba22100..3c06ce0 100644
--- a/documentation/order.txt
+++ b/documentation/order.txt
@@ -13,6 +13,7 @@
| bitwise or | | | Left |
| comparison | < > <= >= | Left |
| equality | == != | Left |
+| range | .. | Left |
| logical and | && | Left |
| logical or | || | Left |