Export (read)

This commit is contained in:
Justin Ethier 2015-05-20 01:20:32 -04:00
parent cc22445c2b
commit 5c2ea1a903

View file

@ -1,9 +1,10 @@
(define-library (scheme read)
(import (scheme base))
(export
;read ;; what about issues with read/cyc-read in csi???
cyc-read ;; try this first, but it needs to go away!!!
read ;; what about issues with read/cyc-read in csi???
;cyc-read ;; try this first, but it needs to go away!!!
read-all
)
(include "../parser.scm")
(begin))
(begin
(define read cyc-read)))