Artifact a5be661feee5b502af5fcedfc0efeafc008c1330:
- File stmlrun.scm — part of check-in [6fc4c3e74b] at 2015-10-27 03:54:59 on branch selfcontained — Added s:button (user: matt, size: 492) [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)