17 lines
1.2 KiB
Markdown
17 lines
1.2 KiB
Markdown
[](https://travis-ci.org/jsmaniac/subtemplate)
|
|
[](http://jsmaniac.github.io/travis-stats/#jsmaniac/subtemplate)
|
|
[](http://docs.racket-lang.org/subtemplate/)
|
|
[](https://github.com/jsmaniac/subtemplate/issues)
|
|
[](https://creativecommons.org/publicdomain/zero/1.0/)
|
|
|
|
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. |