Newer
Older
/* A Bison parser, made by GNU Bison 2.3. */
/* Skeleton implementation for Bison's Yacc-like parsers in C
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
under terms of your choice, so long as that work isn't itself a
parser generator using the skeleton or a modified version thereof
as a parser skeleton. Alternatively, if you modify or redistribute
the parser skeleton itself, you may (at your option) remove this
special exception, which will cause the skeleton and the resulting
Bison output files to be licensed under the GNU General Public
License without this special exception.
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
/* C LALR(1) parser skeleton written by Richard Stallman, by
simplifying the original so-called "semantic" parser. */
/* All symbols defined below should begin with yy or YY, to avoid
infringing on user name space. This should be done even for local
variables, as they might otherwise be expanded by user macros.
There are some unavoidable exceptions within include files to
define necessary library symbols; they are noted "INFRINGES ON
USER NAME SPACE" below. */
/* Identify Bison output. */
#define YYBISON 1
/* Bison version. */
#define YYBISON_VERSION "2.3"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
/* Pure parsers. */
#define YYPURE 0
/* Using locations. */
#define YYLSP_NEEDED 0
/* Tokens. */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
/* Put the tokens into the symbol table, so that GDB and other debuggers
know about them. */
enum yytokentype {
tDOUBLE = 258,
tSTRING = 259,
tBIGSTR = 260,
tEND = 261,
tAFFECT = 262,
tDOTS = 263,
tPi = 264,
tMPI_Rank = 265,
tMPI_Size = 266,
tEuclidian = 267,
tCoordinates = 268,
tExp = 269,
tLog = 270,
tLog10 = 271,
tSqrt = 272,
tSin = 273,
tAsin = 274,
tCos = 275,
tAcos = 276,
tTan = 277,
tRand = 278,
tAtan = 279,
tAtan2 = 280,
tSinh = 281,
tCosh = 282,
tTanh = 283,
tFabs = 284,
tFloor = 285,
tCeil = 286,
tFmod = 287,
tModulo = 288,
tHypot = 289,
tPrintf = 290,
tSprintf = 291,
tStrCat = 292,
tStrPrefix = 293,
tStrRelative = 294,
tBoundingBox = 295,
tDraw = 296,
tToday = 297,
tPoint = 298,
tCircle = 299,
tEllipse = 300,
tLine = 301,
tSphere = 302,
tPolarSphere = 303,
tSurface = 304,
tSpline = 305,
tVolume = 306,
tCharacteristic = 307,
tLength = 308,
tParametric = 309,
tElliptic = 310,
tPlane = 311,
tRuled = 312,
tTransfinite = 313,
tComplex = 314,
tPhysical = 315,
tUsing = 316,
tBump = 317,
tProgression = 318,
tPlugin = 319,
tRotate = 320,
tTranslate = 321,
tSymmetry = 322,
tDilate = 323,
tExtrude = 324,
tDuplicata = 325,
tLoop = 326,
tRecombine = 327,
tDelete = 328,
tCoherence = 329,
tAttractor = 330,
tLayers = 331,
tHole = 332,
tAlias = 333,
tAliasWithOptions = 334,
tText2D = 335,
tText3D = 336,
tInterpolationScheme = 337,
tTime = 338,
tGrain = 339,
tCombine = 340,
tBSpline = 341,
tBezier = 342,
tNurbs = 343,
tOrder = 344,
tKnots = 345,
tColor = 346,
tColorTable = 347,
tFor = 348,
tIn = 349,
tEndFor = 350,
tIf = 351,
tEndIf = 352,
tExit = 353,
tField = 354,
tThreshold = 355,
tStructured = 356,
tLatLon = 357,
tGrad = 358,
tReturn = 359,
tCall = 360,
tFunction = 361,
tShow = 362,
tHide = 363,
tGetValue = 364,
tGMSH_MAJOR_VERSION = 365,
tGMSH_MINOR_VERSION = 366,
tGMSH_PATCH_VERSION = 367,
tAFFECTDIVIDE = 368,
tAFFECTTIMES = 369,
tAFFECTMINUS = 370,
tAFFECTPLUS = 371,
tOR = 372,
tAND = 373,
tNOTEQUAL = 374,
tEQUAL = 375,
tGREATEROREQUAL = 376,
tLESSOREQUAL = 377,
UNARYPREC = 378,
tMINUSMINUS = 379,
tPLUSPLUS = 380
};
#endif
/* Tokens. */
#define tDOUBLE 258
#define tSTRING 259
#define tBIGSTR 260
#define tEND 261
#define tAFFECT 262
#define tDOTS 263
Loading
Loading full blame...