mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Include binding definition
This commit is contained in:
parent
34ccaa7b7c
commit
033e7a743b
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ funcbody ::= `(' [parlist] `)' [`:' ReturnType] block end
|
|||
parlist ::= bindinglist [`,' `...'] | `...'
|
||||
explist ::= {exp `,'} exp
|
||||
namelist ::= Name {`,' Name}
|
||||
|
||||
binding ::= Name [`:' typeannotation]
|
||||
bindinglist ::= (binding | `...') [`,' bindinglist]
|
||||
|
||||
subexpr ::= (asexp | unop subexpr) { binop subexpr }
|
||||
|
|
Loading…
Add table
Reference in a new issue