mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
Add let-syntax to list of keywords
This commit is contained in:
parent
dd4b7243e0
commit
7f6271d622
1 changed files with 1 additions and 0 deletions
|
@ -662,6 +662,7 @@
|
||||||
'(
|
'(
|
||||||
(define . define)
|
(define . define)
|
||||||
(define-syntax . define-syntax)
|
(define-syntax . define-syntax)
|
||||||
|
(let-syntax . let-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