Rename hsx/hsx to hsx/dsl

This commit is contained in:
paku 2024-10-03 11:00:19 +09:00
parent bc2bc378c7
commit 7f276120aa
5 changed files with 10 additions and 10 deletions

View file

@ -4,5 +4,5 @@
:depends-on ("rove"
"hsx-test/utils"
"hsx-test/element"
"hsx-test/hsx")
"hsx-test/dsl")
:perform (test-op (o c) (symbol-call :rove :run c :style :dot)))

View file

@ -1,6 +1,6 @@
(uiop:define-package #:hsx/builtin
(:use #:cl)
(:import-from #:hsx/hsx
(:import-from #:hsx/dsl
#:deftag))
(in-package #:hsx/builtin)

View file

@ -1,4 +1,4 @@
(defpackage #:hsx/hsx
(defpackage #:hsx/dsl
(:use #:cl)
(:import-from #:alexandria
#:make-keyword
@ -8,7 +8,7 @@
(:export #:hsx
#:deftag
#:defcomp))
(in-package #:hsx/hsx)
(in-package #:hsx/dsl)
;;;; hsx macro

View file

@ -2,7 +2,7 @@
(:nicknames #:hsx/main)
(:use #:cl
#:hsx/element
#:hsx/hsx)
#:hsx/dsl)
(:import-from #:hsx/builtin)
(:export #:hsx
#:defcomp

View file

@ -1,16 +1,16 @@
(defpackage #:hsx-test/hsx
(defpackage #:hsx-test/dsl
(:use #:cl
#:rove
#:hsx/hsx
#:hsx/dsl
#:hsx/builtin)
(:import-from #:hsx/element
#:element-props
#:element-children))
(in-package #:hsx-test/hsx)
(in-package #:hsx-test/dsl)
(deftest hsx-test
(deftest dsl-test
(testing "find-symbols"
(ok (expands
(ok (expands
'(hsx (div '(:div "div")
div
(div