mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Small preliminary description
This commit is contained in:
parent
09694a8304
commit
b6d4ac54dc
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue