mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Added define-library
This commit is contained in:
parent
7d7732a685
commit
0d91eabb74
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
; A temporary file to test syntax-rules integration
|
||||
(define-library (scheme syntax-rules)
|
||||
(import (scheme base))
|
||||
(export
|
||||
syntax-rules
|
||||
)
|
||||
(begin
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; syntax-rules
|
||||
|
@ -228,5 +234,6 @@
|
|||
(list _error "no expansion for"
|
||||
(list (rename 'strip-syntactic-closures) _expr))
|
||||
#f)))))))))))
|
||||
))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue