mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
args
-> funcargs
This commit is contained in:
parent
d281267ed5
commit
c04dfbf016
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ prefixexp ::= NAME | '(' expr ')'
|
|||
primaryexp ::= prefixexp { `.' NAME | `[' exp `]' | `:' NAME funcargs | funcargs }
|
||||
asexp ::= simpleexp [`::' typeannotation]
|
||||
simpleexp ::= NUMBER | STRING | NIL | true | false | ... | constructor | FUNCTION body | primaryexp
|
||||
args ::= `(' [explist] `)' | tableconstructor | String
|
||||
funcargs ::= `(' [explist] `)' | tableconstructor | String
|
||||
|
||||
compoundop :: `+=' | `-=' | `*=' | `/=' | `%=' | `^=' | `..='
|
||||
binop ::= `+' | `-' | `*' | `/' | `^' | `%' | `..' | `<' | `<=' | `>' | `>=' | `==' | `~=' | and | or
|
||||
|
|
Loading…
Add table
Reference in a new issue