summaryrefslogtreecommitdiff
path: root/cl-forth.asd
diff options
context:
space:
mode:
authormRnea <[email protected]>2024-08-16 10:09:45 +0300
committermRnea <[email protected]>2024-08-16 10:09:45 +0300
commite90d1248920b50e5f8c25ab406a9095e3f6a2358 (patch)
tree298141c8cfabc515c37d2dd7996d8590b711698b /cl-forth.asd
parent68947d00aa6666d6e4daed6a0f75009c9bf3048d (diff)
changed project name from cl-forth to kurt
Diffstat (limited to 'cl-forth.asd')
-rw-r--r--cl-forth.asd17
1 files changed, 0 insertions, 17 deletions
diff --git a/cl-forth.asd b/cl-forth.asd
deleted file mode 100644
index 6702f90..0000000
--- a/cl-forth.asd
+++ /dev/null
@@ -1,17 +0,0 @@
-(asdf:defsystem "cl-forth"
- :description "Stack based language implemented in Common Lisp"
- :version "0.1"
- :author "Emre Akan"
- :licence "MIT"
- :depends-on ("iterate" "cl-fad" "clingon")
- :serial t
- :components ((:file "package")
- (:file "util")
- (:file "assembly")
- (:file "cl-forth")
- (:file "simulation")
- (:file "main")
- (:file "test/tests"))
- :build-operation "program-op"
- :build-pathname "test/cl-forth"
- :entry-point "cl-forth:main")