mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-14 06:00:39 +00:00
Update grammar.md
This commit is contained in:
parent
4a2e8013c7
commit
2aa33f61ce
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ fieldlist = field {fieldsep field} [fieldsep]
|
|||
field = '[' exp ']' '=' exp | NAME '=' exp | exp
|
||||
fieldsep = ',' | ';'
|
||||
|
||||
compoundop :: '+=' | '-=' | '*=' | '/=' | '%=' | '^=' | '..='
|
||||
compoundop = '+=' | '-=' | '*=' | '/=' | '%=' | '^=' | '..='
|
||||
binop = '+' | '-' | '*' | '/' | '^' | '%' | '..' | '<' | '<=' | '>' | '>=' | '==' | '~=' | 'and' | 'or'
|
||||
unop = '-' | 'not' | '#'
|
||||
|
||||
|
|
Loading…
Reference in a new issue