mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-05 04:06:35 +02:00
Export (read)
This commit is contained in:
parent
cc22445c2b
commit
5c2ea1a903
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
(define-library (scheme read)
|
(define-library (scheme read)
|
||||||
(import (scheme base))
|
(import (scheme base))
|
||||||
(export
|
(export
|
||||||
;read ;; what about issues with read/cyc-read in csi???
|
read ;; what about issues with read/cyc-read in csi???
|
||||||
cyc-read ;; try this first, but it needs to go away!!!
|
;cyc-read ;; try this first, but it needs to go away!!!
|
||||||
read-all
|
read-all
|
||||||
)
|
)
|
||||||
(include "../parser.scm")
|
(include "../parser.scm")
|
||||||
(begin))
|
(begin
|
||||||
|
(define read cyc-read)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue