mupp 1.1.0
Loading...
Searching...
No Matches
PExpression.cpp
Go to the documentation of this file.
1/***************************************************************************
2
3 PExpression.cpp
4
5 Author: Andreas Suter
6 e-mail: andreas.suter@psi.ch
7
8 Based on Joel de Guzman example on calc7,
9 see https://github.com/boostorg/spirit
10
11 This file instantiates the PExpression grammar rules for
12 std::string::const_iterator. Instantiation in a separate
13 compilation unit reduces compile times and allows the grammar
14 implementation to be hidden from clients.
15
16***************************************************************************/
17
18/***************************************************************************
19 * Copyright (C) 2023 by Andreas Suter *
20 * andreas.suter@psi.ch *
21 * *
22 * This program is free software; you can redistribute it and/or modify *
23 * it under the terms of the GNU General Public License as published by *
24 * the Free Software Foundation; either version 2 of the License, or *
25 * (at your option) any later version. *
26 * *
27 * This program is distributed in the hope that it will be useful, *
28 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
30 * GNU General Public License for more details. *
31 * *
32 * You should have received a copy of the GNU General Public License *
33 * along with this program; if not, write to the *
34 * Free Software Foundation, Inc., *
35 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
36 ***************************************************************************/
37
38#include "PExpressionDef.hpp"