3 MES=${MES-$(dirname $0)/mes}
4 MES_ARENA=${MES_ARENA-30000000}
7 cat $prefix/mes/base-0.mes $0 /dev/stdin | $MES $MES_FLAGS "$@"
12 ;;; Mes --- Maxwell Equations of Software
13 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
15 ;;; This file is part of Mes.
17 ;;; Mes is free software; you can redistribute it and/or modify it
18 ;;; under the terms of the GNU General Public License as published by
19 ;;; the Free Software Foundation; either version 3 of the License, or (at
20 ;;; your option) any later version.
22 ;;; Mes is distributed in the hope that it will be useful, but
23 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
24 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 ;;; GNU General Public License for more details.
27 ;;; You should have received a copy of the GNU General Public License
28 ;;; along with Mes. If not, see <http://www.gnu.org/licenses/>.
30 (mes-use-module (mes scm))
31 (mes-use-module (mes syntax))
32 (mes-use-module (mes repl))