##// 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
100% parser, 100% macros, 50% intrinsics, 10% api, 0% misc
r1
(defsystem sugar-qsp
:description "QSP compiler to monolithic HTML page"
Tutorial game works!
r6 :depends-on (:alexandria :esrap
Uglify-js
r8 :parenscript :parse-js :cl-uglify-js :flute)
100% parser, 100% macros, 50% intrinsics, 10% api, 0% misc
r1 :pathname "src/"
:serial t
:components ((:file "package")
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")))