diff options
author | riton <riton@riton.home> | 2025-03-26 22:03:52 +0300 |
---|---|---|
committer | riton <riton@riton.home> | 2025-03-26 22:03:52 +0300 |
commit | 1459b3c8cb150f06b7befa3c2a5366bd935c2fc5 (patch) | |
tree | 0c5e98e2a2ca2f8d4ef8b622acec007277f11683 | |
parent | f5f425a4cdd5c19049743c02c8aa29e027a60026 (diff) |
test paketinde kullanmak için sembolleri exportla
-rw-r--r-- | paket.lisp | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ (defpackage :html-jen (:use :common-lisp) - ;; (:export sembol...) - ) + (:export + :tag :props :children :value + :okur! :metin-okur! :markdown-ayrıştır)) |