Automatic generation of temporary identifiers for racket syntax templates, based on subscripts indices on the identifiers (e.g. generate yᵢ … from xᵢ …)
Go to file
2021-04-04 15:37:48 +01:00
private Compatibility with Racket 7: template-metafunction? → metafunction? 2018-06-03 12:33:50 +02:00
scribblings Changed my name :) 2021-03-04 20:38:09 +00:00
test Compatibility with Racket 7: adjusted test 2018-06-03 01:41:52 +02:00
.gitignore Added package files for the subtemplate package. 2017-01-26 05:08:29 +01:00
.travis.yml Revert "debug" 2021-04-04 15:36:13 +01:00
info.rkt Fixed syntax 2021-03-04 21:30:44 +00:00
LICENSE-more.md Changed my name :) 2021-03-04 20:38:09 +00:00
LICENSE.txt Switched to Public Domain / CC0 license now that I got permission from Cortus to release the packages in the Public Domain. This ensures that the code can be merged into other Racket projects, regardless of future license changes for the Racket project. 2017-01-26 05:11:18 +01:00
light.rkt Documentation, changed (begin x ...) to produce a splicing list, not a list (and documented accordingly) 2017-02-03 15:45:55 +01:00
main.rkt re-provide racket/syntax 2017-02-10 01:02:16 +01:00
override.rkt Documentation, changed (begin x ...) to produce a splicing list, not a list (and documented accordingly) 2017-02-03 15:45:55 +01:00
README.md Switched main branch 2021-04-04 15:37:48 +01:00

Build Status, Build Stats, Online Documentation, Maintained as of 2018, License: CC0 v1.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.