diff options
author | Case Duckworth | 2023-08-13 21:29:44 -0500 |
---|---|---|
committer | Case Duckworth | 2023-08-13 21:29:44 -0500 |
commit | 02f8dbf330ba9e65cc381a0ff975211944d86a4a (patch) | |
tree | 80ba7d989f50e12289b427b4ca6c140066df7436 /impl/gambit.scm | |
parent | Move files around (diff) | |
download | chicanery-02f8dbf330ba9e65cc381a0ff975211944d86a4a.tar.gz chicanery-02f8dbf330ba9e65cc381a0ff975211944d86a4a.zip |
Moved things around (pt 2)
Diffstat (limited to 'impl/gambit.scm')
-rw-r--r-- | impl/gambit.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/impl/gambit.scm b/impl/gambit.scm new file mode 100644 index 0000000..3b3bc65 --- /dev/null +++ b/impl/gambit.scm | |||
@@ -0,0 +1,7 @@ | |||
1 | ;;; -*- geiser-scheme-implementation: gambit -*- | ||
2 | |||
3 | (##include "~~lib/r7rs#.scm") | ||
4 | |||
5 | (define-library (chicanery) | ||
6 | (include-library-declarations "r7rs.scm") | ||
7 | (namespace "")) | ||