##// END OF EJS Templates
WAIT with async
WAIT with async

File last commit:

r23:ae42b3a9 default
r24:2cc68984 default
Show More
sugar-qsp.asd
16 lines | 482 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 "ps-macros")
(:file "intrinsic-macros")
(:file "class")
(:file "main")
(:file "parser")))