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

https://github.com/jackfirth/generic-syntax-expanders

A Racket package for creating macros with built-in support for defining sub-macros within them, similar to match expanders
https://github.com/jackfirth/generic-syntax-expanders

Last synced: 9 months ago
JSON representation

A Racket package for creating macros with built-in support for defining sub-macros within them, similar to match expanders

Awesome Lists containing this project

README

          

# generic-syntax-expanders [![Build Status](https://travis-ci.org/jackfirth/generic-syntax-expanders.svg?branch=master)](https://travis-ci.org/jackfirth/generic-syntax-expanders) [![Coverage Status](https://coveralls.io/repos/jackfirth/generic-syntax-expanders/badge.svg?branch=master)](https://coveralls.io/r/jackfirth/generic-syntax-expanders?branch=master)

A Racket package for creating macros with built-in support for defining sub-macros within them, similar to match expanders