Small preliminary description

This commit is contained in:
JohnnyMorganz 2021-12-02 11:59:25 +00:00
parent 09694a8304
commit b6d4ac54dc

View file

@ -4,6 +4,9 @@ title: Grammar
toc: true
---
This is the complete syntax grammar for Luau in EBNF. More information about the terminal nodes Name, String and Number
is available in the [syntax section](syntax).
```
chunk ::= {stat [`;']} [laststat [`;']]
block ::= chunk