Rename hsx/hsx to hsx/dsl

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

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