changed project name from cl-forth to kurt
This commit is contained in:
3
test/include.kurt
Normal file
3
test/include.kurt
Normal file
@@ -0,0 +1,3 @@
|
||||
kütüphane "std.lorth"
|
||||
|
||||
stdout "Merhaba Dünya!\n" write
|
||||
4
test/std.kurt
Normal file
4
test/std.kurt
Normal file
@@ -0,0 +1,4 @@
|
||||
makro sys-write 1 son
|
||||
makro write (fd string -- )
|
||||
değiş sys-write syscall-3 son
|
||||
makro stdout 1 son
|
||||
@@ -1,4 +1,4 @@
|
||||
(in-package :cl-forth)
|
||||
(in-package :kurt)
|
||||
|
||||
(defun drop-file-type (file &key (returns :string))
|
||||
(let* ((file-str (namestring file))
|
||||
@@ -73,7 +73,7 @@
|
||||
(ignore-errors
|
||||
(run-test file :target target))))
|
||||
(remove-if-not (lambda (file)
|
||||
(string= "lorth" (pathname-type file)))
|
||||
(string= "kurt" (pathname-type file)))
|
||||
(cl-fad:list-directory
|
||||
(from-root "test"))))
|
||||
counting (eq t success?) into succs
|
||||
|
||||
Reference in New Issue
Block a user