Initial stub

This commit is contained in:
Justin Ethier 2015-05-19 21:23:37 -04:00
parent eb33962e1f
commit 30e497f79f

7
scheme/read.sld Normal file
View file

@ -0,0 +1,7 @@
(define-library (scheme read)
(export
read ;; what about issues with read/cyc-read in csi???
read-all
)
(include "parser.scm")
(begin))