From d5c7aace25db4c7eedadff46fa3c66174b8f2a82 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 8 Dec 2021 08:06:53 -0800 Subject: [PATCH] Update grammar.md --- docs/_pages/grammar.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_pages/grammar.md b/docs/_pages/grammar.md index 61fb8eea..74a5c8aa 100644 --- a/docs/_pages/grammar.md +++ b/docs/_pages/grammar.md @@ -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