For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x)
Go to file
2021-03-04 20:34:27 +00: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 Updated Racket versions in .travis.yml 2019-04-22 00:12:56 +02:00
info.rkt Initial commit 2016-10-20 00:53:37 +02:00
LICENSE-more.md Changed my name :) 2021-03-04 20:34:27 +00: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 Updated maintenance badge for 2018 2018-01-27 13:27:04 +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, Maintained as of 2018, 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).