##// END OF EJS Templates
Use Parenscript's minifier and obfuscator... and namespaces. SAVES CURRENTLY BROKEN
Use Parenscript's minifier and obfuscator... and namespaces. SAVES CURRENTLY BROKEN

File last commit:

r25:4adc2646 default
r25:4adc2646 default
Show More
sugar-qsp.asd
19 lines | 588 B | text/plain | TextLexer
(defsystem sugar-qsp
:description "QSP compiler to monolithic HTML page"
:depends-on (:alexandria ;; General
:esrap ;; Parsing
:parenscript :flute ;; Codegening
)
:pathname "src/"
:serial t
:components ((:file "package")
(:file "patches")
(:file "js-syms")
(:file "main-macros")
(:file "ps-macros")
(:file "api-macros")
(:file "intrinsic-macros")
(:file "class")
(:file "main")
(:file "parser")))