For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x)
Go to file
2017-01-19 19:58:35 +01:00
scribblings Added auto-syntax-case 2016-10-20 01:43:49 +02:00
test Added auto-syntax-case 2016-10-20 01:43:49 +02:00
.gitignore Initial commit 2016-10-20 00:53:37 +02:00
.travis.yml Switched to codecov 2017-01-19 19:58:35 +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 Added auto-syntax-case 2016-10-20 01:43:49 +02:00
README.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

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).