A Racket package for creating macros with built-in support for defining sub-macros within them, similar to match expanders
Go to file
2014-12-09 17:56:18 -08:00
.gitignore GITIGNORE 2014-12-09 17:56:18 -08:00
define-with-expanders.rkt Define with expanders 2014-12-09 16:04:37 -08:00
README.md Initial commit 2014-12-09 15:47:32 -08:00

generic-syntax-expanders

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