This commit is contained in:
Justin Ethier 2015-05-19 21:32:16 -04:00
parent 5c2ea1a903
commit 55db975bc7

View file

@ -1,8 +1,7 @@
(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
;cyc-read ;; try this first, but it needs to go away!!!
read-all read-all
) )
(include "../parser.scm") (include "../parser.scm")