Automatic generation of temporary identifiers for racket syntax templates, based on subscripts indices on the identifiers (e.g. generate yᵢ … from xᵢ …)
scribblings | ||
test | ||
.gitignore | ||
.travis.yml | ||
copy-attribute.rkt | ||
cross-phase-splicing-list.rkt | ||
ddd-forms.rkt | ||
ddd.rkt | ||
fully-expanded-grammar-extract-bindings.rkt | ||
fully-expanded-grammar.rkt | ||
info.rkt | ||
LICENSE-more.md | ||
LICENSE.txt | ||
main.rkt | ||
override.rkt | ||
patch-arrows.rkt | ||
README.md | ||
subscripts.rkt | ||
template-subscripts.rkt | ||
top-subscripts.rkt | ||
unsyntax-preparse.rkt |
subtemplate
Automatic generation of temporary identifiers for racket syntax templates,
based on subscripts indices on the identifiers (e.g. generate yᵢ …
from xᵢ …
).
Note that the syntax pattern variables must be matched with one of the patched
forms from stxparse-info/parse
or stxparse-info/case
, instead of the
syntax pattern-matching forms from syntax/parse
or `racket/base,
respectively.