From fa5db8e89225622a1ee7a5d802f253d07884b13e Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Mon, 25 May 2026 20:48:36 +0200 Subject: Grammar, parser, and doc improvements. --- docs/c1/grammar/index.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/c1/grammar/index.md') 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 -- cgit v1.2.3