fixed | and & ops, added a new dep (cl-fad util library)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user