##// 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
100% parser, 100% macros, 50% intrinsics, 10% api, 0% misc
r1
(defsystem sugar-qsp
:description "QSP compiler to monolithic HTML page"
Remove cl-uglify-js
r23 :depends-on (:alexandria ;; General
:esrap ;; Parsing
:parenscript :flute ;; Codegening
)
100% parser, 100% macros, 50% intrinsics, 10% api, 0% misc
r1 :pathname "src/"
:serial t
:components ((:file "package")
Bugfixes
r22 (:file "patches")
Use Parenscript's minifier and obfuscator... and namespaces. SAVES CURRENTLY BROKEN
r25 (:file "js-syms")
(:file "main-macros")
Tutorial game works!
r6 (:file "ps-macros")
Use Parenscript's minifier and obfuscator... and namespaces. SAVES CURRENTLY BROKEN
r25 (:file "api-macros")
Menu, game saving
r11 (:file "class")
100% parser, 100% macros, 50% intrinsics, 10% api, 0% misc
r1 (:file "main")
(:file "parser")))