Add comment

This commit is contained in:
paku 2024-02-20 17:53:16 +09:00
parent 929b93960d
commit ef1071404b

View file

@ -7,7 +7,7 @@
#:elem-str))
(in-package #:piccolo/generator)
;;; print-object
;;; groups of specific tags and attributes
(defun symbols-hash-table (symbols)
(let ((ht (make-hash-table)))
@ -32,6 +32,8 @@
area base br col embed hr img input keygen
link meta param source track wbr)
;;; print-object
(defparameter *expand-user-element* t)
(defmethod print-object ((attrs elm:attrs) stream)