Artifact af125f0de3c0f6843e00e679cc4f14792d7c69a7:
- File stmlrun.scm — part of check-in [55a8152be6] at 2013-05-17 07:08:57 on branch selfcontained — refactor for selfcontained executables (incomplete) (user: matt, size: 464) [annotate] [blame] [check-ins using]
#!/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") (stml:main #f)