changed project name from cl-forth to kurt
This commit is contained in:
18
kurt.asd
Normal file
18
kurt.asd
Normal file
@@ -0,0 +1,18 @@
|
||||
(asdf:defsystem "kurt"
|
||||
: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 "errors")
|
||||
(:file "codegen")
|
||||
(:file "cl-forth")
|
||||
(:file "simulation")
|
||||
(:file "main")
|
||||
(:file "test/tests"))
|
||||
:build-operation "program-op"
|
||||
:build-pathname "test/kurt"
|
||||
:entry-point "kurt:main")
|
||||
Reference in New Issue
Block a user