mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 05:27:33 +02:00
cleanup
This commit is contained in:
parent
5c2ea1a903
commit
55db975bc7
1 changed files with 1 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue