https://github.com/suzannesoy/auto-syntax-e
For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x)
https://github.com/suzannesoy/auto-syntax-e
racket-library
Last synced: 5 months ago
JSON representation
For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x)
- Host: GitHub
- URL: https://github.com/suzannesoy/auto-syntax-e
- Owner: SuzanneSoy
- License: cc0-1.0
- Created: 2016-10-19T22:23:12.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T00:47:16.000Z (about 5 years ago)
- Last Synced: 2025-03-19T00:02:50.325Z (over 1 year ago)
- Topics: racket-library
- Language: Racket
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-more.md
Awesome Lists containing this project
README
[](https://travis-ci.org/jsmaniac/auto-syntax-e)
[](https://codecov.io/gh/jsmaniac/auto-syntax-e)
[](http://jsmaniac.github.io/travis-stats/#jsmaniac/auto-syntax-e)
[](http://docs.racket-lang.org/auto-syntax-e/)
[](https://github.com/jsmaniac/auto-syntax-e/issues)
[](https://creativecommons.org/publicdomain/zero/1.0/)
auto-syntax-e
=============
For racket syntax pattern variables: instead of raising an error, `x` is roughly equivalent to `(syntax->datum #'x)`.