##// END OF EJS Templates
Fix loop examples
Fix loop examples

File last commit:

r46:b7997ef3 default
r62:dce8343e default
Show More
writer.lisp
9 lines | 259 B | text/x-common-lisp | CommonLispLexer
(in-package txt2web)
;;; 1. Generates parenscript source to write to js
;;; 2. Collects everything into complete file, leaving a neatly marked
;;; place to customize page layout and styles.
(defun make-javascript (locations)
(mapcar #'ps:ps* locations))