##// 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
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")
Tutorial game works!
r6 (:file "ps-macros")
Menu, game saving
r11 (:file "intrinsic-macros")
(:file "class")
100% parser, 100% macros, 50% intrinsics, 10% api, 0% misc
r1 (:file "main")
(:file "parser")))