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
2018-06-03 12:33:50 +02:00
private Compatibility with Racket 7: syntax/parse/private/residual → racket/private/template 2018-06-03 12:33:50 +02:00
scribblings Circumvent overzealous use of reader abbreviations by scribble for the documentation of #,, and #,@, and #,,@ 2017-05-06 13:55:25 +02: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 Fixed raco test command (-x -> -r) 2018-05-31 19:54:53 +02:00
info.rkt Compatibility with Racket 7 2018-03-26 21:12:33 +02:00
LICENSE-more.md 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
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 Updated maintenance badge for 2018 2018-01-27 13:02:04 +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.