mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +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
|
||||||
read-all
|
read-all
|
||||||
include
|
include
|
||||||
|
include-ci
|
||||||
)
|
)
|
||||||
(begin
|
(begin
|
||||||
|
|
||||||
|
@ -32,6 +33,11 @@
|
||||||
(read-all port))))
|
(read-all port))))
|
||||||
(cdr expr)))))))
|
(cdr expr)))))))
|
||||||
|
|
||||||
|
(define-syntax include-ci
|
||||||
|
(er-macro-transformer
|
||||||
|
(lambda (expr rename compare)
|
||||||
|
`(include ,@(cdr expr)))))
|
||||||
|
|
||||||
(define read cyc-read)
|
(define read cyc-read)
|
||||||
|
|
||||||
;; Extended information for each input port
|
;; Extended information for each input port
|
||||||
|
|
Loading…
Add table
Reference in a new issue