A Racket package for creating macros with built-in support for defining sub-macros within them, similar to match expanders
Go to file
2016-09-19 17:37:05 +02:00
private Fixed documentation: expand-all-expanders-of-type should be expand-syntax-tree-with-expanders-of-type 2016-09-19 17:37:05 +02:00
test Use with-disappeared-uses to make DrRacket draw arrows from expander definitions to their uses. 2016-08-31 01:04:32 +02: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 Added require and provide transformers expander-in and expander-out 2016-08-23 00:47:59 +02:00
main.scrbl Added require and provide transformers expander-in and expander-out 2016-08-23 00:47:59 +02: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