add case
This commit is contained in:
parent
da3ee27045
commit
ebae6bd11d
|
@ -157,6 +157,8 @@
|
|||
#'(define-syntax id (make-rename-transformer stxed-id))]
|
||||
[(_ id:id func:transformer-func)
|
||||
#'(define-syntax id func)]
|
||||
[(_ id:id func-id:id)
|
||||
#'(define-syntax id func-id)]
|
||||
[(_ id:id stxed-thing:syntaxed-thing)
|
||||
#'(define-macro id (λ (stx) stxed-thing))]
|
||||
[(_ (id:id . patargs:expr) . body:expr)
|
||||
|
|
Loading…
Reference in New Issue
Block a user