We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be0e95 commit 4653147Copy full SHA for 4653147
spec.txt
@@ -9706,8 +9706,9 @@ just above `stack_bottom` (or the first element if `stack_bottom`
9706
is NULL).
9707
9708
We keep track of the `openers_bottom` for each delimiter
9709
-type (`*`, `_`) and each length of the closing delimiter run
9710
-(modulo 3). Initialize this to `stack_bottom`.
+type (`*`, `_`), indexed to the length of the closing delimiter run
+(modulo 3) and to whether the closing delimiter can also be an
9711
+opener. Initialize this to `stack_bottom`.
9712
9713
Then we repeat the following until we run out of potential
9714
closers:
0 commit comments