We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220e8d4 commit 8c13477Copy full SHA for 8c13477
1 file changed
spec/Appendix B -- Notation Conventions.md
@@ -138,6 +138,25 @@ Page_list :
138
- Page_list Page
139
- Page
140
141
+A subscript suffix "{Symbol\*}" is shorthand for a list of zero or more of that
142
+symbol, represented as an additional recursive production.
143
+
144
+As an example:
145
146
+Sandwich : Bread Filling\* Bread
147
148
+is shorthand for
149
150
+Sandwich :
151
152
+- Bread Filling_list Bread
153
+- Bread Bread
154
155
+Filling_list :
156
157
+- Filling_list Filling
158
+- Filling
159
160
**Parameterized Grammar Productions**
161
162
A symbol definition subscript suffix parameter in braces "{Symbol[Param]}" is
0 commit comments