başlangıç, push pop + - . vb.
This commit is contained in:
14
cl-forth.asd
Normal file
14
cl-forth.asd
Normal file
@@ -0,0 +1,14 @@
|
||||
(asdf:defsystem "cl-forth"
|
||||
:description "Stack based language implemented in Common Lisp"
|
||||
:version "0.1"
|
||||
:author "Emre Akan"
|
||||
:licence "MIT"
|
||||
:depends-on ("iterate")
|
||||
:components ((:file "package")
|
||||
(:file "util")
|
||||
(:file "assembly")
|
||||
(:file "cl-forth")
|
||||
(:file "main"))
|
||||
:build-operation "program-op"
|
||||
:build-pathname "test/cl-forth"
|
||||
:entry-point "cl-forth:main")
|
||||
Reference in New Issue
Block a user