3 cat $($(dirname $0)/include.mes $0) $0 /dev/stdin | $(dirname $0)/mes "$@"
8 ;;; Mes --- Maxwell Equations of Software
9 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
11 ;;; repl.mes: This file is part of Mes.
13 ;;; Mes is free software; you can redistribute it and/or modify it
14 ;;; under the terms of the GNU General Public License as published by
15 ;;; the Free Software Foundation; either version 3 of the License, or (at
16 ;;; your option) any later version.
18 ;;; Mes is distributed in the hope that it will be useful, but
19 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;;; GNU General Public License for more details.
23 ;;; You should have received a copy of the GNU General Public License
24 ;;; along with Mes. If not, see <http://www.gnu.org/licenses/>.
26 (mes-use-module (mes base-0))
27 (mes-use-module (mes base))
28 (mes-use-module (mes quasiquote))
29 (mes-use-module (mes let))
30 (mes-use-module (mes scm))
31 (mes-use-module (srfi srfi-0))
32 (mes-use-module (mes psyntax-0))
33 (mes-use-module (mes psyntax-pp))
34 (mes-use-module (mes psyntax-1))
35 (mes-use-module (mes match))
36 (mes-use-module (mes repl))