/* A Bison parser, made by GNU Bison 2.0. */ /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. 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, 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. This special exception was added by the Free Software Foundation in version 1.24 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { MDB = 258, VERSION = 259, FRAGMENT_INDEX = 260, PATCH_INDEX = 261, ATOM_TYPE_FILE = 262, BOND_TYPE_FILE = 263, ANGLE_TYPE_FILE = 264, DIHEDRAL_TYPE_FILE = 265, IMPROPER_TYPE_FILE = 266, NBOND_TYPE_FILE = 267, SASA_TYPE_FILE = 268, TEMPLATE_FRAGMENT = 269, TEMPLATE_ATTR = 270, TATOM_LIST = 271, TBOND_LIST = 272, TDIHE_LIST = 273, TIMPH_LIST = 274, TACCE_LIST = 275, TDONO_LIST = 276, TIC_LIST = 277, TGROUP_LIST = 278, DEF_PATCH = 279, TEMPLATE_PATCH = 280, DELETE = 281, ATOM_TYPE_LIST = 282, BOND_TYPE_LIST = 283, ANGLE_TYPE_LIST = 284, DIHE_TYPE_LIST = 285, IMPH_TYPE_LIST = 286, NBOND_TYPE_LIST = 287, NBFIX_TYPE_LIST = 288, SASA_TYPE_LIST = 289, EEF1_TYPE_LIST = 290, GB_TYPE_LIST = 291, END = 292, TOKEN = 293 }; #endif #define MDB 258 #define VERSION 259 #define FRAGMENT_INDEX 260 #define PATCH_INDEX 261 #define ATOM_TYPE_FILE 262 #define BOND_TYPE_FILE 263 #define ANGLE_TYPE_FILE 264 #define DIHEDRAL_TYPE_FILE 265 #define IMPROPER_TYPE_FILE 266 #define NBOND_TYPE_FILE 267 #define SASA_TYPE_FILE 268 #define TEMPLATE_FRAGMENT 269 #define TEMPLATE_ATTR 270 #define TATOM_LIST 271 #define TBOND_LIST 272 #define TDIHE_LIST 273 #define TIMPH_LIST 274 #define TACCE_LIST 275 #define TDONO_LIST 276 #define TIC_LIST 277 #define TGROUP_LIST 278 #define DEF_PATCH 279 #define TEMPLATE_PATCH 280 #define DELETE 281 #define ATOM_TYPE_LIST 282 #define BOND_TYPE_LIST 283 #define ANGLE_TYPE_LIST 284 #define DIHE_TYPE_LIST 285 #define IMPH_TYPE_LIST 286 #define NBOND_TYPE_LIST 287 #define NBFIX_TYPE_LIST 288 #define SASA_TYPE_LIST 289 #define EEF1_TYPE_LIST 290 #define GB_TYPE_LIST 291 #define END 292 #define TOKEN 293 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) typedef int YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 #endif extern YYSTYPE mdb_lval;