(defsystem txt2web :description "QSP compiler to monolithic HTML page" :depends-on (:alexandria :system-locale ;; General :esrap ;; Parsing :parenscript :flute ;; Codegening ) :pathname "src/" :serial t :components ((:file "package") (:file "utils") (:file "l10n") (:file "walker") (:file "patches") (:file "js-syms") (:file "main-macros") (:file "ps-macros") (:file "api-macros") (:file "intrinsic-macros") (:file "class") (:file "main") (:file "parser")))