A Racket package for creating macros with built-in support for defining sub-macros within them, similar to match expanders
Go to file
2016-07-30 18:03:26 -07:00
private Remove old example evaluator code 2016-07-30 17:54:19 -07:00
.gitignore Clean up work 2016-07-30 14:38:56 -07:00
.travis.yml Clean up travis script 2016-07-30 14:44:28 -07:00
info.rkt Clean up work 2016-07-30 14:38:56 -07:00
main.rkt Exclude undocumented extra form 2016-07-30 18:03:26 -07:00
main.scrbl Clean up work 2016-07-30 14:38:56 -07:00
README.md Update README.md 2015-03-21 20:07:34 -07:00

generic-syntax-expanders Build Status Coverage Status

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