For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x)
Go to file
2016-10-20 01:43:49 +02: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 Added auto-syntax-case 2016-10-20 01:43:49 +02:00
info.rkt Initial commit 2016-10-20 00:53:37 +02:00
LICENSE.txt Initial commit 2016-10-20 00:53:37 +02:00
main.rkt Added auto-syntax-case 2016-10-20 01:43:49 +02:00
README.md Added badges to README 2016-10-20 00:59:12 +02:00

Build Status, Coverage Status, Build Stats, Online Documentation.

auto-syntax-e

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