diff options
| author | Taylan Kammer <taylan.kammer@gmail.com> | 2026-05-31 17:35:35 +0200 |
|---|---|---|
| committer | Taylan Kammer <taylan.kammer@gmail.com> | 2026-05-31 17:35:35 +0200 |
| commit | a6040abeac8cdcba8a139a9d5b52ce28e94a14ef (patch) | |
| tree | f912bad73ae644b9f3c9042b95e2ea1aea09df7a /docs/c1/grammar/index.md | |
| parent | a779b91e730ba68c1f38cfdadbcb0fa3de041597 (diff) | |
Allow blanks after hash-bang; update grammar files.
Diffstat (limited to 'docs/c1/grammar/index.md')
| -rw-r--r-- | docs/c1/grammar/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
