X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fparser%2Fparser.h;h=ac57a7986f0fd4990b04ccb6f637415a4e8f1973;hb=bb0f99d6298fccb8cf1421fa0c7463c647f543a7;hp=523964d80a2ce033bb5ce1b8ef727d045c362b2d;hpb=80b1c3e0ee0e465d56e5c76bef4e52ef2dbc5197;p=ginac.git diff --git a/ginac/parser/parser.h b/ginac/parser/parser.h index 523964d8..ac57a798 100644 --- a/ginac/parser/parser.h +++ b/ginac/parser/parser.h @@ -1,12 +1,34 @@ -#ifndef GINAC_PARSER_HPP_ -#define GINAC_PARSER_HPP_ +/** @file parser.h + * + * Interface to the parser. */ + +/* + * GiNaC Copyright (C) 1999-2011 Johannes Gutenberg University Mainz, Germany + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef GINAC_PARSER_H +#define GINAC_PARSER_H #include "parse_context.h" -#include #include "ex.h" -namespace GiNaC -{ +#include + +namespace GiNaC { class lexer; @@ -109,5 +131,4 @@ private: } // namespace GiNaC -#endif // GINAC_PARSER_HPP_ - +#endif // ndef GINAC_PARSER_H