source: palm/trunk/UTIL/chemistry/gasphase_preproc/kpp/src/y.tab.h @ 2696

Last change on this file since 2696 was 2696, checked in by kanani, 6 years ago

Merge of branch palm4u into trunk

File size: 3.9 KB
Line 
1/* A Bison parser, made by GNU Bison 2.7.  */
2
3/* Bison interface for Yacc-like parsers in C
4   
5      Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
6   
7   This program is free software: you can redistribute it and/or modify
8   it under the terms of the GNU General Public License as published by
9   the Free Software Foundation, either version 3 of the License, or
10   (at your option) any later version.
11   
12   This program is distributed in the hope that it will be useful,
13   but WITHOUT ANY WARRANTY; without even the implied warranty of
14   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15   GNU General Public License for more details.
16   
17   You should have received a copy of the GNU General Public License
18   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
19
20/* As a special exception, you may create a larger work that contains
21   part or all of the Bison parser skeleton and distribute that work
22   under terms of your choice, so long as that work isn't itself a
23   parser generator using the skeleton or a modified version thereof
24   as a parser skeleton.  Alternatively, if you modify or redistribute
25   the parser skeleton itself, you may (at your option) remove this
26   special exception, which will cause the skeleton and the resulting
27   Bison output files to be licensed under the GNU General Public
28   License without this special exception.
29   
30   This special exception was added by the Free Software Foundation in
31   version 2.2 of Bison.  */
32
33#ifndef YY_YY_Y_TAB_H_INCLUDED
34# define YY_YY_Y_TAB_H_INCLUDED
35/* Enabling traces.  */
36#ifndef YYDEBUG
37# define YYDEBUG 0
38#endif
39#if YYDEBUG
40extern int yydebug;
41#endif
42
43/* Tokens.  */
44#ifndef YYTOKENTYPE
45# define YYTOKENTYPE
46   /* Put the tokens into the symbol table, so that GDB and other debuggers
47      know about them.  */
48   enum yytokentype {
49     JACOBIAN = 258,
50     DOUBLE = 259,
51     FUNCTION = 260,
52     DEFVAR = 261,
53     DEFRAD = 262,
54     DEFFIX = 263,
55     SETVAR = 264,
56     SETRAD = 265,
57     SETFIX = 266,
58     HESSIAN = 267,
59     STOICMAT = 268,
60     STOCHASTIC = 269,
61     DECLARE = 270,
62     INITVALUES = 271,
63     EQUATIONS = 272,
64     LUMP = 273,
65     INIEQUAL = 274,
66     EQNEQUAL = 275,
67     EQNCOLON = 276,
68     LMPCOLON = 277,
69     LMPPLUS = 278,
70     SPCPLUS = 279,
71     SPCEQUAL = 280,
72     ATOMDECL = 281,
73     CHECK = 282,
74     CHECKALL = 283,
75     REORDER = 284,
76     MEX = 285,
77     DUMMYINDEX = 286,
78     EQNTAGS = 287,
79     LOOKAT = 288,
80     LOOKATALL = 289,
81     TRANSPORT = 290,
82     TRANSPORTALL = 291,
83     MONITOR = 292,
84     USES = 293,
85     SPARSEDATA = 294,
86     WRITE_ATM = 295,
87     WRITE_SPC = 296,
88     WRITE_MAT = 297,
89     WRITE_OPT = 298,
90     INITIALIZE = 299,
91     XGRID = 300,
92     YGRID = 301,
93     ZGRID = 302,
94     USE = 303,
95     LANGUAGE = 304,
96     INTFILE = 305,
97     DRIVER = 306,
98     RUN = 307,
99     INLINE = 308,
100     ENDINLINE = 309,
101     PARAMETER = 310,
102     SPCSPC = 311,
103     INISPC = 312,
104     INIVALUE = 313,
105     EQNSPC = 314,
106     EQNSIGN = 315,
107     EQNCOEF = 316,
108     RATE = 317,
109     LMPSPC = 318,
110     SPCNR = 319,
111     ATOMID = 320,
112     LKTID = 321,
113     MNIID = 322,
114     INLCTX = 323,
115     INCODE = 324,
116     SSPID = 325,
117     EQNLESS = 326,
118     EQNTAG = 327,
119     EQNGREATER = 328,
120     TPTID = 329,
121     USEID = 330
122   };
123#endif
124
125
126#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
127typedef union YYSTYPE
128{
129/* Line 2058 of yacc.c  */
130#line 72 "scan.y"
131
132  char str[80];
133
134
135/* Line 2058 of yacc.c  */
136#line 137 "y.tab.h"
137} YYSTYPE;
138# define YYSTYPE_IS_TRIVIAL 1
139# define yystype YYSTYPE /* obsolescent; will be withdrawn */
140# define YYSTYPE_IS_DECLARED 1
141#endif
142
143extern YYSTYPE yylval;
144
145#ifdef YYPARSE_PARAM
146#if defined __STDC__ || defined __cplusplus
147int yyparse (void *YYPARSE_PARAM);
148#else
149int yyparse ();
150#endif
151#else /* ! YYPARSE_PARAM */
152#if defined __STDC__ || defined __cplusplus
153int yyparse (void);
154#else
155int yyparse ();
156#endif
157#endif /* ! YYPARSE_PARAM */
158
159#endif /* !YY_YY_Y_TAB_H_INCLUDED  */
Note: See TracBrowser for help on using the repository browser.