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-05-05 21:39:05 +02:00
private Added tests for ~syntax-case, fixed stat-pattern in ~syntax-case: it should not escape the behaviour of _ 2017-05-05 21:39:05 +02:00
scribblings Fixed bug with ellipses and omitted values for (define/with-syntax foo e) … 2017-05-05 19:51:35 +02:00
test Added tests for ~syntax-case, fixed stat-pattern in ~syntax-case: it should not escape the behaviour of _ 2017-05-05 21:39:05 +02:00
.gitignore Added package files for the subtemplate package. 2017-01-26 05:08:29 +01:00
.travis.yml Rewrote .travis.yml 2017-04-20 09:40:46 +02:00
info.rkt Fixed bug with ellipses and omitted values for (define/with-syntax foo e) … 2017-05-05 19:51:35 +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 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.