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
- Host: GitHub
- URL: https://github.com/jackfirth/generic-syntax-expanders
- Owner: jackfirth
- Created: 2014-12-09T23:47:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T16:09:16.000Z (over 9 years ago)
- Last Synced: 2025-03-24T05:17:14.820Z (9 months ago)
- Language: Racket
- Size: 43 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generic-syntax-expanders [](https://travis-ci.org/jackfirth/generic-syntax-expanders) [](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