For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x)
Go to file
2017-01-31 06:09:25 +01:00
scribblings Added auto-syntax-case 2016-10-20 01:43:49 +02: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 Revert "Switched to codecov" 2017-01-19 20:33:01 +01:00
info.rkt Initial commit 2016-10-20 00:53:37 +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-19 19:43:22 +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-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 Revert "Changed README badge to use codecov.io" 2017-01-19 20:32:58 +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, 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).