;;;; fmt-js-chicken.scm -- fmt-js for Chicken ;; ;; Copyright (c) 2011 Alex Shinn. All rights reserved. ;; BSD-style license: http://synthcode.com/license.txt (module fmt-js (js-expr js-function js-var js-comment js-array js-object js=== js>>>) (import scheme (chicken base) fmt fmt-c) (include "fmt-js.scm") )