diff options
Diffstat (limited to 'docs/c1/grammar/index.md')
| -rw-r--r-- | docs/c1/grammar/index.md | 6 |
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 |
