Added stub

This commit is contained in:
Justin Ethier 2015-06-09 22:20:15 -04:00
parent 0e91a5cee6
commit 0c79458ae0

View 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))
)