For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x)
Go to file
2021-05-11 01:23:45 +01:00
scribblings Changed my name :) 2021-03-04 20:50:40 +00:00
test A few small changes, exported make-auto-pvar needed by stxparse-info to have some auto-syntax-e-like behaviour 2017-01-31 06:09:25 +01:00
.gitignore Initial commit 2016-10-20 00:53:37 +02:00
.travis.yml Turn off coverage in older versions 2021-03-04 21:41:00 +00:00
info.rkt Changed my name :) 2021-03-04 20:50:40 +00:00
LICENSE-more.md Changed my name :) 2021-03-04 20:34:27 +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-19 19:43:22 +01:00
main.rkt A few small changes, exported make-auto-pvar needed by stxparse-info to have some auto-syntax-e-like behaviour 2017-01-31 06:09:25 +01:00
README.md Updated "maintained" badge 2021-05-11 01:23:45 +01:00
utils.rkt A few small changes, exported make-auto-pvar needed by stxparse-info to have some auto-syntax-e-like behaviour 2017-01-31 06:09:25 +01:00

Build Status, Coverage Status, Build Stats, Online Documentation, Maintained as of 2021, License: CC0 v1.0.

auto-syntax-e

For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x).