From 8713ffbd95483fc8b6778fb2d4d67659b6217c42 Mon Sep 17 00:00:00 2001 From: mRnea Date: Thu, 1 Aug 2024 00:08:18 +0300 Subject: fixed | and & ops, added a new dep (cl-fad util library) --- cl-forth.asd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cl-forth.asd') diff --git a/cl-forth.asd b/cl-forth.asd index cb77107..455a735 100644 --- a/cl-forth.asd +++ b/cl-forth.asd @@ -3,13 +3,14 @@ :version "0.1" :author "Emre Akan" :licence "MIT" - :depends-on ("iterate") + :depends-on ("iterate" "cl-fad") :serial t :components ((:file "package") (:file "util") (:file "assembly") (:file "cl-forth") - (:file "main")) + (:file "main") + (:file "test/tests")) :build-operation "program-op" :build-pathname "test/cl-forth" :entry-point "cl-forth:main") -- cgit v1.2.3