aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-05-13 21:29:31 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2025-01-05 17:11:17 +0100
commitb8d1c62d87e418fb6a7b0ca6c5891b9b7c1ecf0c (patch)
tree161ec305fb4bef388dee6f50ed1c3ed842d55a2b /src/package.lisp
Initial commit
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
new file mode 100644
index 0000000..962ce17
--- /dev/null
+++ b/src/package.lisp
@@ -0,0 +1,10 @@
+(defpackage #:chains
+ (:use #:cl
+ #:split-sequence
+ #:alexandria
+ #:trivia)
+ (:export))
+
+(in-package #:chains)
+
+(defvar *interpreter-package* (make-package 'interpreter))