mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Added letrec-syntax to list of keywords in the rename code
This commit is contained in:
parent
04b32d6a5e
commit
d2e6139e5b
1 changed files with 1 additions and 0 deletions
|
@ -663,6 +663,7 @@
|
||||||
(define . define)
|
(define . define)
|
||||||
(define-syntax . define-syntax)
|
(define-syntax . define-syntax)
|
||||||
(let-syntax . let-syntax)
|
(let-syntax . let-syntax)
|
||||||
|
(letrec-syntax . letrec-syntax)
|
||||||
(define-c . define-c)
|
(define-c . define-c)
|
||||||
(if . if)
|
(if . if)
|
||||||
(lambda . lambda)
|
(lambda . lambda)
|
||||||
|
|
Loading…
Add table
Reference in a new issue