mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Initial stub
This commit is contained in:
parent
eb33962e1f
commit
30e497f79f
1 changed files with 7 additions and 0 deletions
7
scheme/read.sld
Normal file
7
scheme/read.sld
Normal 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))
|
Loading…
Add table
Reference in a new issue