You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialize a temporary list initially filled with the <adata-autolink="link" href="#current-input-token">current input token</a>.
2204
-
Repeatedly <adata-autolink="link" href="#consume-a-component-value0">consume a component value</a> from the <adata-autolink="link" href="#next-input-token">next input token</a>
2205
-
until a 〈semicolon〉 or 〈EOF〉 is returned,
2206
-
appending all of the returned values up to that point to the temporary list.
2207
-
<adata-autolink="link" href="#consume-a-declaration0">Consume a declaration</a> from the temporary list.
2207
+
<adata-autolink="link">Consume the next input token.
2208
+
While the <adata-autolink="link" href="#current-input-token">current input token</a> is anything but a 〈semicolon〉 or 〈EOF〉,
2209
+
append it to the temporary list
2210
+
and <adata-autolink="link" href="#consume-the-next-input-token">consume the next input token</a>.
2211
+
</a><adata-autolink="link" href="#consume-a-declaration0">Consume a declaration</a> from the temporary list.
2208
2212
If anything was returned,
2209
2213
append it to the list of declarations.
2210
2214
2211
2215
</dd><dt>anything else
2212
2216
</dt><dd>
2213
2217
This is a <adata-autolink="link" href="#parse-errors">parse error</a>.
2214
-
Repeatedly <adata-autolink="link" href="#consume-a-component-value0">consume a component value</a> from the <adata-autolink="link" href="#next-input-token">next input token</a>
2218
+
Repeatedly <adata-autolink="link" href="#consume-a-component-value0">consume a component value</a>
2215
2219
until it is a 〈semicolon〉 or 〈EOF〉.
0 commit comments