From a6040abeac8cdcba8a139a9d5b52ce28e94a14ef Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Sun, 31 May 2026 17:35:35 +0200 Subject: Allow blanks after hash-bang; update grammar files. --- docs/c1/grammar/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/c1/grammar/index.md') diff --git a/docs/c1/grammar/index.md b/docs/c1/grammar/index.md index 8fefe0e..e3716ea 100644 --- a/docs/c1/grammar/index.md +++ b/docs/c1/grammar/index.md @@ -77,7 +77,9 @@ The following limits are not represented in the grammar: ## At-quoted strings The mechanism of at-quoted strings is not represented in any of the -grammars, since it essentially has 256 variants. +grammars, since it essentially has 256 variants. Representing it +sanely in a grammar requires the ability to save and reference +variables. ## Stream-parsing strategy -- cgit v1.2.3