For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x)
Go to file
2016-10-20 00:59:12 +02:00
scribblings Initial commit 2016-10-20 00:53:37 +02:00
.gitignore Initial commit 2016-10-20 00:53:37 +02:00
.travis.yml Initial commit 2016-10-20 00:53:37 +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 Initial commit 2016-10-20 00:53:37 +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).