Update grammar.md

This commit is contained in:
Arseny Kapoulkine 2021-12-08 08:06:53 -08:00 committed by GitHub
parent a8a08d8390
commit d5c7aace25
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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