enable #+parenscript
authorAlan-Shields <Alan-Shields@omrf.ouhsc.edu>
Tue, 15 Nov 2005 23:53:51 +0000 (23:53 +0000)
committerAlan-Shields <Alan-Shields@omrf.ouhsc.edu>
Tue, 15 Nov 2005 23:53:51 +0000 (23:53 +0000)
To integrate Parenscript with Araneida without requiring Parenscript,
I had to do some compile conditionals. This would make it much easier.

Marco, eventually I am going to add this to every last one of your
projects.  ;-p

parenscript.asd

index 66afb85..efcfccd 100644 (file)
@@ -15,6 +15,8 @@
     :licence "BSD"
     :description "js - javascript compiler"
 
+    :perform (load-op :after (op araneida)
+                     (pushnew :parenscript cl:*features*))
     :components ((:file "package")
                 (:file "utils" :depends-on ("package"))
                 (:file "js" :depends-on ("package" "utils"))