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:01:21 +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 Travis with Racket v6.7: not yet (soon) 2016-10-20 01:00:19 +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 Compatibility with ≤ v6.5 2016-10-20 01:01:21 +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).