10 Macros
definition | ||||||
| ||||||
| ||||||
definition | ||||||
| ||||||
| ||||||
definition | ||||||
| ||||||
| ||||||
definition | ||||||
|
In template, $ can only be followed by a pattern variable or a compile-time expression. A compile-time expression can be any of the locally defined local_ids, it can be a template written using quotes (which is implicitly a use of #%quotes), or it can be a replace_scopes form. The expr for a local_id must also be a compile-time expression.
See Syntax Objects, Patterns, and Templates for general information about patterns and templates.
expression | |
The replace_scopes form returns a syntax object like the one produced by the first stx_expr, but with the scopes of the syntax object produced by the second stx_expr. A syntax object’s scopes correspond to a lexical context and determine which other identifiers it can bind or reference. Each stx_expr is also a compile-time expression.