Newer
Older
/* A Bison parser, made by GNU Bison 2.3. */
/* Skeleton interface for Bison's Yacc-like parsers in C
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.
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.
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
This special exception was added by the Free Software Foundation in
version 2.2 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 {
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,
tError = 292,
tStr = 293,
tSprintf = 294,
tStrCat = 295,
tStrPrefix = 296,
tStrRelative = 297,
tStrReplace = 298,
tStrFind = 299,
tStrCmp = 300,
tTextAttributes = 301,
tBoundingBox = 302,
tDraw = 303,

Christophe Geuzaine
committed
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
tToday = 305,
tCpu = 306,
tMemory = 307,
tSyncModel = 308,
tCreateTopology = 309,
tCreateTopologyNoHoles = 310,
tDistanceFunction = 311,
tDefineConstant = 312,
tUndefineConstant = 313,
tPoint = 314,
tCircle = 315,
tEllipse = 316,
tLine = 317,
tSphere = 318,
tPolarSphere = 319,
tSurface = 320,
tSpline = 321,
tVolume = 322,
tCharacteristic = 323,
tLength = 324,
tParametric = 325,
tElliptic = 326,
tRefineMesh = 327,
tAdaptMesh = 328,
tPlane = 329,
tRuled = 330,
tTransfinite = 331,
tComplex = 332,
tPhysical = 333,
tCompound = 334,
tPeriodic = 335,
tUsing = 336,
tPlugin = 337,
tDegenerated = 338,
tRecursive = 339,
tRotate = 340,
tTranslate = 341,
tSymmetry = 342,
tDilate = 343,
tExtrude = 344,
tLevelset = 345,
tRecombine = 346,
tSmoother = 347,
tSplit = 348,
tDelete = 349,
tCoherence = 350,
tIntersect = 351,
tMeshAlgorithm = 352,
tReverse = 353,
tLayers = 354,
tScaleLast = 355,
tHole = 356,
tAlias = 357,
tAliasWithOptions = 358,
tQuadTriAddVerts = 359,
tQuadTriNoNewVerts = 360,
tQuadTriSngl = 361,
tQuadTriDbl = 362,
tRecombLaterals = 363,
tTransfQuadTri = 364,
tText2D = 365,
tText3D = 366,
tInterpolationScheme = 367,
tTime = 368,
tCombine = 369,
tBSpline = 370,
tBezier = 371,
tNurbs = 372,
tNurbsOrder = 373,
tNurbsKnots = 374,
tColor = 375,
tColorTable = 376,
tFor = 377,
tIn = 378,
tEndFor = 379,
tIf = 380,
tEndIf = 381,
tExit = 382,
tAbort = 383,
tField = 384,
tReturn = 385,
tCall = 386,
tFunction = 387,
tShow = 388,
tHide = 389,
tGetValue = 390,
tGetEnv = 391,
tGetString = 392,
tHomology = 393,
tCohomology = 394,
tBetti = 395,
tSetOrder = 396,
tGMSH_MAJOR_VERSION = 397,
tGMSH_MINOR_VERSION = 398,
tGMSH_PATCH_VERSION = 399,
tAFFECTDIVIDE = 400,
tAFFECTTIMES = 401,
tAFFECTMINUS = 402,
tAFFECTPLUS = 403,
tOR = 404,
tAND = 405,
tNOTEQUAL = 406,
tEQUAL = 407,
tGREATEROREQUAL = 408,
tLESSOREQUAL = 409,
UNARYPREC = 410,
tMINUSMINUS = 411,
tPLUSPLUS = 412
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
/* Tokens. */
#define tDOUBLE 258
#define tSTRING 259
#define tBIGSTR 260
#define tEND 261
#define tAFFECT 262
#define tDOTS 263
#define tPi 264
#define tMPI_Rank 265
#define tMPI_Size 266
#define tEuclidian 267
#define tCoordinates 268
#define tExp 269
#define tLog 270
#define tLog10 271
#define tSqrt 272
#define tSin 273
#define tAsin 274
#define tCos 275
#define tAcos 276
#define tTan 277
#define tRand 278
#define tAtan 279
#define tAtan2 280
#define tSinh 281
#define tCosh 282
#define tTanh 283
#define tFabs 284
#define tFloor 285
#define tCeil 286
#define tFmod 287
#define tModulo 288
#define tHypot 289
#define tList 290
#define tPrintf 291
#define tError 292
#define tStr 293
#define tSprintf 294
#define tStrCat 295
#define tStrPrefix 296
#define tStrRelative 297
#define tStrReplace 298
#define tStrFind 299
#define tStrCmp 300
#define tTextAttributes 301
#define tBoundingBox 302
#define tDraw 303

Christophe Geuzaine
committed
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
#define tToday 305
#define tCpu 306
#define tMemory 307
#define tSyncModel 308
#define tCreateTopology 309
#define tCreateTopologyNoHoles 310
#define tDistanceFunction 311
#define tDefineConstant 312
#define tUndefineConstant 313
#define tPoint 314
#define tCircle 315
#define tEllipse 316
#define tLine 317
#define tSphere 318
#define tPolarSphere 319
#define tSurface 320
#define tSpline 321
#define tVolume 322
#define tCharacteristic 323
#define tLength 324
#define tParametric 325
#define tElliptic 326
#define tRefineMesh 327
#define tAdaptMesh 328
#define tPlane 329
#define tRuled 330
#define tTransfinite 331
#define tComplex 332
#define tPhysical 333
#define tCompound 334
#define tPeriodic 335
#define tUsing 336
#define tPlugin 337
#define tDegenerated 338
#define tRecursive 339
#define tRotate 340
#define tTranslate 341
#define tSymmetry 342
#define tDilate 343
#define tExtrude 344
#define tLevelset 345
#define tRecombine 346
#define tSmoother 347
#define tSplit 348
#define tDelete 349
#define tCoherence 350
#define tIntersect 351
#define tMeshAlgorithm 352
#define tReverse 353
#define tLayers 354
#define tScaleLast 355
#define tHole 356
#define tAlias 357
#define tAliasWithOptions 358
#define tQuadTriAddVerts 359
#define tQuadTriNoNewVerts 360
#define tQuadTriSngl 361
#define tQuadTriDbl 362
#define tRecombLaterals 363
#define tTransfQuadTri 364
#define tText2D 365
#define tText3D 366
#define tInterpolationScheme 367
#define tTime 368
#define tCombine 369
#define tBSpline 370
#define tBezier 371
#define tNurbs 372
#define tNurbsOrder 373
#define tNurbsKnots 374
#define tColor 375
#define tColorTable 376
#define tFor 377
#define tIn 378
#define tEndFor 379
#define tIf 380
#define tEndIf 381
#define tExit 382
#define tAbort 383
#define tField 384
#define tReturn 385
#define tCall 386
#define tFunction 387
#define tShow 388
#define tHide 389
#define tGetValue 390
#define tGetEnv 391
#define tGetString 392
#define tHomology 393
#define tCohomology 394
#define tBetti 395
#define tSetOrder 396
#define tGMSH_MAJOR_VERSION 397
#define tGMSH_MINOR_VERSION 398
#define tGMSH_PATCH_VERSION 399
#define tAFFECTDIVIDE 400
#define tAFFECTTIMES 401
#define tAFFECTMINUS 402
#define tAFFECTPLUS 403
#define tOR 404
#define tAND 405
#define tNOTEQUAL 406
#define tEQUAL 407
#define tGREATEROREQUAL 408
#define tLESSOREQUAL 409
#define UNARYPREC 410
#define tMINUSMINUS 411
#define tPLUSPLUS 412
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE

Christophe Geuzaine
committed
#line 373 "Gmsh.tab.hpp"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1