mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 07:47:39 +02:00
Initial file
This commit is contained in:
parent
753c2a9b3b
commit
03e37a4ead
1 changed files with 9 additions and 0 deletions
9
scheme/eval.sld
Normal file
9
scheme/eval.sld
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
(define-library (scheme eval)
|
||||||
|
(import
|
||||||
|
(scheme base)
|
||||||
|
(scheme read))
|
||||||
|
(export
|
||||||
|
eval
|
||||||
|
)
|
||||||
|
(include "../eval.scm")
|
||||||
|
(begin))
|
Loading…
Add table
Reference in a new issue