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-02-03 12:49:34 +01:00
private Moved files into private/ (part 1: rename) 2017-02-03 12:49:34 +01:00
scribblings Closes FB case 198 override #%top to get subtemplate-like behaviour for ddd 2017-02-02 23:45:56 +01:00
test Tests for ?operations 2017-02-03 12:25:02 +01:00
.gitignore Added package files for the subtemplate package. 2017-01-26 05:08:29 +01:00
.travis.yml Skip raco cover, as it fails to run this library properly 2017-01-26 06:32:34 +01:00
info.rkt Closes FB case 178 Attempt to allow escaping (template …) but keep the current nesting of ellipses 2017-02-03 09:21:04 +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
main.rkt Provide everything 2017-02-03 12:39:00 +01:00
README.md Skip raco cover, as it fails to run this library properly 2017-01-26 06:32:34 +01:00

Build Status, Build Stats, Online Documentation, 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.