summaryrefslogtreecommitdiff
path: root/cl-forth.asd
diff options
context:
space:
mode:
authormRnea <akannemre@gmail.com>2024-07-29 23:15:38 +0300
committermRnea <akannemre@gmail.com>2024-07-29 23:15:38 +0300
commit004c2b5628ba2db3297829a76a1e3983c62926ab (patch)
treedd4abf91fceafe9fc69c07835a9c8da2f6dc5c82 /cl-forth.asd
parent49b58b2d57eb9ae5a5d587bf6144f198797da0a2 (diff)
some arrangements to fix quirks of symbols in the executable program
note that (eq 'baz:foo bar:foo) is not true so some stuff that works in the repl fails in executable
Diffstat (limited to 'cl-forth.asd')
-rw-r--r--cl-forth.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/cl-forth.asd b/cl-forth.asd
index 7c6f9ea..cb77107 100644
--- a/cl-forth.asd
+++ b/cl-forth.asd
@@ -4,6 +4,7 @@
:author "Emre Akan"
:licence "MIT"
:depends-on ("iterate")
+ :serial t
:components ((:file "package")
(:file "util")
(:file "assembly")