summaryrefslogtreecommitdiff
path: root/docs/c1/grammar/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/c1/grammar/index.md')
-rw-r--r--docs/c1/grammar/index.md4
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