commit 2912ed55979ce5a512f6f4d426fa947c73533ccd parent 0f4ff922ff9fe459b7cb8fbed148221f04b16061 Author: Jack Firth <jackhfirth@gmail.com> Date: Wed, 10 Dec 2014 00:13:14 -0800 Update README.md Grammar Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -3,7 +3,7 @@ generic-syntax-expanders A Racket package for creating macros with built-in support for defining sub-macros within them, similar to match expanders -Sometimes complex Racket macros need ways to extend their syntax. For example, in the `match` form new patterns can be created for `match` using `define-match-expander`. This package provides a form for defining a macro with the ability to define expanders for the macro. Consider this contrived example: +Sometimes complex Racket macros need ways to extend their syntax. For example, in the `match` form new patterns can be created for `match` using `define-match-expander`. This package provides a form for defining a macro with the ability to define expanders for that macro. Consider this contrived example: (define-syntax call-each (syntax-parser