mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
Added stub
This commit is contained in:
parent
0e91a5cee6
commit
0c79458ae0
1 changed files with 11 additions and 0 deletions
11
scheme/cyclone/libraries.sld
Normal file
11
scheme/cyclone/libraries.sld
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
(define-library (scheme cyclone libraries)
|
||||||
|
(import (scheme base)
|
||||||
|
; TODO: what else?
|
||||||
|
)
|
||||||
|
(export
|
||||||
|
;; TODO: get these from library scm file
|
||||||
|
)
|
||||||
|
(include "../../libraries.scm")
|
||||||
|
;(begin
|
||||||
|
; (define read cyc-read))
|
||||||
|
)
|
Loading…
Add table
Reference in a new issue