##// END OF EJS Templates
Fix -o
Fix -o

File last commit:

r49:cd6f7adb default
r70:b03a5f77 tip default
Show More
txt2web.asd
24 lines | 696 B | text/plain | TextLexer
(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")))