Skip to content

Commit 38eb815

Browse files
committed
Remove disused grammar production
The grammar around subscripts and C-style for loops used to use this production, but the former now uses function-argument-list (1) and the latter was removed from the Swift language (2). (1) 2749163 (2) aaff06c
1 parent f9e231e commit 38eb815

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

TSPL.docc/ReferenceManual/Expressions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ in the sections below.
2121
> Grammar of an expression:
2222
>
2323
> *expression**try-operator*_?_ *await-operator*_?_ *prefix-expression* *infix-expressions*_?_ \
24-
> *expression-list**expression* | *expression* **`,`** *expression-list*
2524
2625
## Prefix Expressions
2726

TSPL.docc/ReferenceManual/SummaryOfTheGrammar.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ make the same change here also.
314314
> Grammar of an expression:
315315
>
316316
> *expression**try-operator*_?_ *await-operator*_?_ *prefix-expression* *infix-expressions*_?_ \
317-
> *expression-list**expression* | *expression* **`,`** *expression-list*
318317
319318
> Grammar of a prefix expression:
320319
>

0 commit comments

Comments
 (0)