mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15: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-syntax . define-syntax)
|
||||
(let-syntax . let-syntax)
|
||||
(define-c . define-c)
|
||||
(if . if)
|
||||
(lambda . lambda)
|
||||
|
|
Loading…
Add table
Reference in a new issue