##// END OF EJS Templates
Special variables and locations
Special variables and locations

File last commit:

r32:f0801da6 default
r32:f0801da6 default
Show More
sugar-qsp.asd
18 lines | 546 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 "class")
(:file "main")
(:file "parser")))