Added notes for cyc-read

This commit is contained in:
Justin Ethier 2015-05-19 22:17:43 -04:00
parent de729b4ba2
commit e0df1843c9

View file

@ -1,7 +1,8 @@
(define-library (scheme read)
(import (scheme base))
(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!!!
read-all
)
(include "parser.scm")