diff options
| author | Cody <cody@codyq.dev> | 2023-04-14 00:19:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-14 00:19:26 -0500 |
| commit | 6b25c191a4522610877898506856bd00cd1fc4d5 (patch) | |
| tree | 032725940ffbd28907abee8b6b1099b5590fe520 /documentation | |
| parent | c458e9f46afcd04445dcb35d1fd9e2a85a451937 (diff) | |
| parent | a97d9f4a7f8c1e8c1e9d2921b40b34aad3643481 (diff) | |
| download | sloth-6b25c191a4522610877898506856bd00cd1fc4d5.tar.gz | |
Merge pull request #3 from slothlang/recursive-descent-parser
Recursive descent parser
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/order.txt | 1 |
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 | |
