00001 /*************************************************************************** 00002 * Copyright (C) 2004-2006 by Radko Mihal * 00003 * rmihal@pobox.sk * 00004 * * 00005 * This program is free software; you can redistribute it and/or modify * 00006 * it under the terms of the GNU General Public License as published by * 00007 * the Free Software Foundation; either version 2 of the License, or * 00008 * (at your option) any later version. * 00009 * * 00010 * This program is distributed in the hope that it will be useful, * 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00013 * GNU General Public License for more details. * 00014 * * 00015 * You should have received a copy of the GNU General Public License * 00016 * along with this program; if not, write to the * 00017 * Free Software Foundation, Inc., * 00018 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * 00019 ***************************************************************************/ 00020 00021 #include "parser_strategy.h" 00022 #include "parser.h" 00023 #include "object_parser.h" 00024 #include "terminal.h" 00025 #include "except_terminal.h" 00026 #include "ascii_range_terminal.h" 00027 #include "value_parser.h" 00028 #include "white_space_parser.h" 00029 #include "pattern_parser.h" 00030 00031 #include "non_terminal.h" 00032 #include "simple_non_terminal.h" 00033 00034 #include "choice.h" 00035 #include "simple_choice.h" 00036 00037 #include "set.h" 00038 #include "subset.h" 00039 #include "list_parser.h" 00040 #include "string_parser.h" 00041 00042 // following commentary is used for main page in API documentation built 00043 // by DOXYGEN 00044