From 004c2b5628ba2db3297829a76a1e3983c62926ab Mon Sep 17 00:00:00 2001 From: mRnea Date: Mon, 29 Jul 2024 23:15:38 +0300 Subject: 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 --- cl-forth.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'cl-forth.asd') 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") -- cgit v1.2.3