diff options
| author | riton <riton@riton.home> | 2025-03-26 22:04:43 +0300 |
|---|---|---|
| committer | riton <riton@riton.home> | 2025-03-26 22:04:43 +0300 |
| commit | 4b494af46035e80bb741881c1717c789638607c5 (patch) | |
| tree | ef3a0d6c2dcd57777785bfe218499a0ce5cb95d5 /üretim.lisp | |
| parent | 1459b3c8cb150f06b7befa3c2a5366bd935c2fc5 (diff) | |
test eklendi
Diffstat (limited to 'üretim.lisp')
| -rw-r--r-- | üretim.lisp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/üretim.lisp b/üretim.lisp index 6cbc344..3b3530d 100644 --- a/üretim.lisp +++ b/üretim.lisp @@ -62,21 +62,3 @@ (when (tag-sonu-yeni-satır? (tag node)) (yeni-satır-yaz stream))) - -(defun node->cons (node) - "node u listeye çevirir." - (if (stringp node) - node - (if (null (children node)) - (list (tag node) (props node) (value node)) - (append (list (tag node) (props node)) - (mapcar #'node->cons (children node)))))) - -(defparameter bir-node - (node! :html (list (node! :head - (list (node! :title nil nil "başlık")) - nil nil) - (node! :body - (list (node! :p nil '(:color "red") "içerik")) - nil nil)) - nil nil)) |
