An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

[![Build Status,](https://img.shields.io/travis/jsmaniac/auto-syntax-e/main.svg)](https://travis-ci.org/jsmaniac/auto-syntax-e)
[![Coverage Status,](https://img.shields.io/codecov/c/github/jsmaniac/auto-syntax-e/main.svg)](https://codecov.io/gh/jsmaniac/auto-syntax-e)
[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/auto-syntax-e)
[![Online Documentation,](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/auto-syntax-e/)
[![Maintained as of 2021,](https://img.shields.io/maintenance/yes/2021.svg)](https://github.com/jsmaniac/auto-syntax-e/issues)
[![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](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)`.