Commit 2a62276
committed
Call
On the branch, in the syntax index, we had called `$ident` a "macro
fragment substitution".
The way that I think about it is that `$ident` is a macro metavariable
that is bound to a fragment. That is, the metavariable is the
parameter while the fragment is the argument. That's why a "macro
matcher fragment specifier" makes sense -- we're specifying the kind
of the fragment that can be bound to this macro metavariable in the
matcher.
In this light, let's call `$ident` simply a "macro metavariable" in
the syntax index.$ident a "macro metavariable" in the index1 parent a31a5d0 commit 2a62276
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
358 | 357 | | |
359 | 358 | | |
360 | 359 | | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
0 commit comments