README.md (1183B)
1 [](https://travis-ci.org/jsmaniac/subtemplate) 2 [](http://jsmaniac.github.io/travis-stats/#jsmaniac/subtemplate) 3 [](http://docs.racket-lang.org/subtemplate/) 4 [](https://github.com/jsmaniac/subtemplate/issues) 5 [](https://creativecommons.org/publicdomain/zero/1.0/) 6 7 subtemplate 8 =========== 9 10 Automatic generation of temporary identifiers for racket syntax templates, 11 based on subscripts indices on the identifiers (e.g. generate `yᵢ …` from `xᵢ 12 …`). 13 14 Note that the syntax pattern variables must be matched with one of the patched 15 forms from `stxparse-info/parse` or `stxparse-info/case`, instead of the 16 syntax pattern-matching forms from `syntax/parse` or `racket/base, 17 respectively.