We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47976de commit 645b663Copy full SHA for 645b663
README.md
@@ -84,7 +84,7 @@ AST format
84
85
lhs: `Id{ <string> } | `Index{ expr expr }
86
87
- opid: -- includes additional operators from Lua 5.3 and all relational operators
+ opid: -- includes additional operators from Lua 5.3 and all relational operators
88
'add' | 'sub' | 'mul' | 'div'
89
| 'idiv' | 'mod' | 'pow' | 'concat'
90
| 'band' | 'bor' | 'bxor' | 'shl' | 'shr'
0 commit comments