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.
2 parents 5951867 + b66477d commit 3680d6cCopy full SHA for 3680d6c
src/macros-by-example.md
@@ -76,6 +76,8 @@ delimiters for the matcher will match any pair of delimiters. Thus, for
76
instance, the matcher `(())` will match `{()}` but not `{{}}`. The character
77
`$` cannot be matched or transcribed literally.
78
79
+### Forwarding a matched fragment
80
+
81
When forwarding a matched fragment to another macro-by-example, matchers in
82
the second macro will see an opaque AST of the fragment type. The second macro
83
can't use literal tokens to match the fragments in the matcher, only a
0 commit comments