mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
include-ci, alias to include
This commit is contained in:
parent
4bfece04a3
commit
42d8bc5846
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
read
|
||||
read-all
|
||||
include
|
||||
include-ci
|
||||
)
|
||||
(begin
|
||||
|
||||
|
@ -32,6 +33,11 @@
|
|||
(read-all port))))
|
||||
(cdr expr)))))))
|
||||
|
||||
(define-syntax include-ci
|
||||
(er-macro-transformer
|
||||
(lambda (expr rename compare)
|
||||
`(include ,@(cdr expr)))))
|
||||
|
||||
(define read cyc-read)
|
||||
|
||||
;; Extended information for each input port
|
||||
|
|
Loading…
Add table
Reference in a new issue