mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update grammar.md
This commit is contained in:
parent
a8a08d8390
commit
d5c7aace25
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ toc: true
|
|||
This is the complete syntax grammar for Luau in EBNF. More information about the terminal nodes String and Number
|
||||
is available in the [syntax section](syntax).
|
||||
|
||||
> Note: this grammar is currently missing type pack syntax for generic arguments
|
||||
|
||||
```ebnf
|
||||
chunk ::= {stat [`;']} [laststat [`;']]
|
||||
block ::= chunk
|
||||
|
|
Loading…
Add table
Reference in a new issue