3 (defsystem :parenscript
5 :author "Manuel Odendahl <manuel@bl0rg.net>"
6 :maintainer "Vladimir Sedach <vsedach@gmail.com>"
9 ((:static-file "parenscript.asd")
12 :components ((:file "package")
13 (:file "js-dom-symbol-exports") ;; has to be loaded here, ps-js-symbols externals are re-exported from #:parenscript package
14 (:file "js-ir-package")
19 (:file "compilation-interface")
21 (:file "special-operators")
22 (:file "parse-lambda-list")
23 (:file "function-definition")
25 (:file "deprecated-interface")
27 :components ((:file "ps-html")
30 :depends-on ("compilation-interface"))))
32 :components ((:file "ps-runtime-lib"))
34 :depends-on (:cl-ppcre :anaphora :named-readtables))