summaryrefslogtreecommitdiff
path: root/docs/c1/grammar/index.md
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-05-25 20:48:36 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-05-26 18:41:27 +0200
commitfa5db8e89225622a1ee7a5d802f253d07884b13e (patch)
treed7b25178deac71dff00728134555c75f088ec101 /docs/c1/grammar/index.md
parent0f0cb85026406356e16310044b4d09bd316b0747 (diff)
Grammar, parser, and doc improvements.HEADmaster
Diffstat (limited to 'docs/c1/grammar/index.md')
-rw-r--r--docs/c1/grammar/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/c1/grammar/index.md b/docs/c1/grammar/index.md
index d70021a..8fefe0e 100644
--- a/docs/c1/grammar/index.md
+++ b/docs/c1/grammar/index.md
@@ -74,6 +74,12 @@ The following limits are not represented in the grammar:
want to use the ABNF to generate a parser anyway.)
+## At-quoted strings
+
+The mechanism of at-quoted strings is not represented in any of the
+grammars, since it essentially has 256 variants.
+
+
## Stream-parsing strategy
The parser consumes one `Unit` from the input stream every time it's