##// END OF EJS Templates
The Box bugfixes
The Box bugfixes

File last commit:

r11:ca6bf409 default
r21:f7b5d97b default
Show More
sugar-qsp.asd
13 lines | 406 B | text/plain | TextLexer
(defsystem sugar-qsp
:description "QSP compiler to monolithic HTML page"
:depends-on (:alexandria :esrap
:parenscript :parse-js :cl-uglify-js :flute)
:pathname "src/"
:serial t
:components ((:file "package")
(:file "ps-macros")
(:file "intrinsic-macros")
(:file "class")
(:file "main")
(:file "parser")))