diff options
author | riton <riton@riton.home> | 2025-03-18 15:39:15 +0300 |
---|---|---|
committer | riton <riton@riton.home> | 2025-03-18 15:39:15 +0300 |
commit | 12100ce3e036cd0fdf701b5c56a0810dc4823e84 (patch) | |
tree | c202bc7ff28f250fc8cf4a1794d8b5aa430ad873 /html-jen.asd | |
parent | b005e986c06681d98eb4f151147e96d8b5beddbb (diff) |
markdown parser başlangıcı
Diffstat (limited to 'html-jen.asd')
-rw-r--r-- | html-jen.asd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/html-jen.asd b/html-jen.asd index dec6e73..60ee243 100644 --- a/html-jen.asd +++ b/html-jen.asd @@ -3,4 +3,7 @@ :license "GPLv3" :depends-on (uiop) :description "Markdown dosyalarından HTML jenerasyonu yapan yazılım." - :components ((:file "paket"))) + :components ((:file "paket") + (:file "tanım") + (:file "okur") + (:file "html-jen"))) |