Artifact ab2a64d7c879f608c797cafecdfda3731e6fe750:
- File stmlrun.scm — part of check-in [632ed21f6c] at 2013-05-18 19:00:52 on branch selfcontained — Updated stmlrun to require-library stml (user: matt, size: 490) [annotate] [blame] [check-ins using] [more...]
#!/usr/local/bin/csi -q ;; Copyright 2007-2011, Matthew Welland. ;; ;; This program is made available under the GNU GPL version 2.0 or ;; greater. See the accompanying file COPYING for details. ;; ;; This program is distributed WITHOUT ANY WARRANTY; without even the ;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ;; PURPOSE. ;; (require-extension syntax-case) ;; (declare (run-time-macros)) ;; (include "stmlcommon.scm") (require-library stml) (stml:main #f)