From 02f8dbf330ba9e65cc381a0ff975211944d86a4a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 13 Aug 2023 21:29:44 -0500 Subject: Moved things around (pt 2) --- impl/gambit.scm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 impl/gambit.scm (limited to 'impl/gambit.scm') 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 @@ +;;; -*- geiser-scheme-implementation: gambit -*- + +(##include "~~lib/r7rs#.scm") + +(define-library (chicanery) + (include-library-declarations "r7rs.scm") + (namespace "")) -- cgit 1.4.1-21-gabe81