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
2017-04-19 20:18:50 +02:00
private Simplified the generate-nested-ids contract so that it only checks the ellipsis counts, to get error messages without affecting performance too much. 2017-03-16 15:03:14 +01:00
scribblings First half of the lifted variables fix. 2017-02-04 09:09:29 +01:00
test Simplified the generate-nested-ids contract so that it only checks the ellipsis counts, to get error messages without affecting performance too much. 2017-03-16 15:03:14 +01:00
.gitignore Added package files for the subtemplate package. 2017-01-26 05:08:29 +01:00
.travis.yml Update raco doc-coverage incantation in Travis. 2017-02-03 15:51:42 +01:00
info.rkt Partially fixed copy-attribute, debugging. 2017-03-14 21:34:03 +01: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 Added maintenance badge (2017) 2017-04-19 20:18:50 +02:00

Build Status, Build Stats, Online Documentation, Maintained as of 2017, 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.