diff --git a/docs/_pages/grammar.md b/docs/_pages/grammar.md index c16a1af8..b9ea0c39 100644 --- a/docs/_pages/grammar.md +++ b/docs/_pages/grammar.md @@ -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