mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Added notes for cyc-read
This commit is contained in:
parent
de729b4ba2
commit
e0df1843c9
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
(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!!!
|
||||||
read-all
|
read-all
|
||||||
)
|
)
|
||||||
(include "parser.scm")
|
(include "parser.scm")
|
||||||
|
|
Loading…
Add table
Reference in a new issue