Georges Dupéron
|
8f836d6c16
|
Use with-disappeared-uses to make DrRacket draw arrows from expander definitions to their uses.
|
2016-08-31 01:04:32 +02:00 |
|
Georges Dupéron
|
f0fcc2b169
|
Make ?-expander? allow any value, so that (~var exp (static foo-expander? "a foo expander")) can safely be used with syntax-parse.
|
2016-08-30 12:39:14 +02:00 |
|
Jack Firth
|
8e501ebeb6
|
Merge pull request #8 from jsmaniac/fix-use-site-scope
Remove the extra use-site scope on the body of define-?-expander.
|
2016-08-25 13:05:19 -07:00 |
|
Georges Dupéron
|
c5b7c43b6b
|
Removed the overly complex test for PR #8. test-define-x-expander-use-site-scope-simple.rkt is enough.
|
2016-08-25 21:58:55 +02:00 |
|
Georges Dupéron
|
6f05f1ec92
|
Allow arbitrary expander parameters, like (some-foo-expander x y . z).
|
2016-08-25 15:56:41 +02:00 |
|
Georges Dupéron
|
ec43791028
|
Applied changes as suggested by @jackfirth for PR #8, added simpler test case for PR #8.
|
2016-08-24 20:56:09 +02:00 |
|
Georges Dupéron
|
c45b0c3c3a
|
Remove the extra use-site scope on the body of define-?-expander.
|
2016-08-24 15:46:41 +02:00 |
|