Select Git revision
project.pbxproj
Forked from
gmsh / gmsh
Source project has a limited visibility.
Gmsh.tab.hpp 7.22 KiB
/* 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.
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. */
/* 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,
tSyncModel = 298,
tCreateTopology = 299,
tPoint = 300,
tCircle = 301,
tEllipse = 302,
tLine = 303,
tSphere = 304,
tPolarSphere = 305,
tSurface = 306,
tSpline = 307,
tVolume = 308,
tCharacteristic = 309,
tLength = 310,
tParametric = 311,
tElliptic = 312,
tPlane = 313,
tRuled = 314,
tTransfinite = 315,
tComplex = 316,
tPhysical = 317,
tCompound = 318,
tUsing = 319,
tPlugin = 320,
tDegenerated = 321,
tOCCShape = 322,
tRotate = 323,
tTranslate = 324,
tSymmetry = 325,
tDilate = 326,
tExtrude = 327,
tLevelset = 328,
tLoop = 329,
tRecombine = 330,
tSmoother = 331,
tSplit = 332,
tDelete = 333,
tCoherence = 334,
tIntersect = 335,
tLayers = 336,
tHole = 337,
tAlias = 338,
tAliasWithOptions = 339,
tText2D = 340,
tText3D = 341,
tInterpolationScheme = 342,
tTime = 343,
tCombine = 344,
tBSpline = 345,
tBezier = 346,
tNurbs = 347,
tNurbsOrder = 348,
tNurbsKnots = 349,
tColor = 350,
tColorTable = 351,
tFor = 352,
tIn = 353,
tEndFor = 354,
tIf = 355,
tEndIf = 356,
tExit = 357,
tField = 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
#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 tPrintf 290
#define tSprintf 291
#define tStrCat 292
#define tStrPrefix 293
#define tStrRelative 294
#define tBoundingBox 295
#define tDraw 296
#define tToday 297
#define tSyncModel 298
#define tCreateTopology 299
#define tPoint 300
#define tCircle 301
#define tEllipse 302
#define tLine 303
#define tSphere 304
#define tPolarSphere 305
#define tSurface 306
#define tSpline 307
#define tVolume 308
#define tCharacteristic 309
#define tLength 310
#define tParametric 311
#define tElliptic 312
#define tPlane 313
#define tRuled 314
#define tTransfinite 315
#define tComplex 316
#define tPhysical 317
#define tCompound 318
#define tUsing 319
#define tPlugin 320
#define tDegenerated 321
#define tOCCShape 322
#define tRotate 323
#define tTranslate 324
#define tSymmetry 325
#define tDilate 326
#define tExtrude 327
#define tLevelset 328
#define tLoop 329
#define tRecombine 330
#define tSmoother 331
#define tSplit 332
#define tDelete 333
#define tCoherence 334
#define tIntersect 335
#define tLayers 336
#define tHole 337
#define tAlias 338
#define tAliasWithOptions 339
#define tText2D 340
#define tText3D 341
#define tInterpolationScheme 342
#define tTime 343
#define tCombine 344
#define tBSpline 345
#define tBezier 346
#define tNurbs 347
#define tNurbsOrder 348
#define tNurbsKnots 349
#define tColor 350
#define tColorTable 351
#define tFor 352
#define tIn 353
#define tEndFor 354
#define tIf 355
#define tEndIf 356
#define tExit 357
#define tField 358
#define tReturn 359
#define tCall 360
#define tFunction 361
#define tShow 362
#define tHide 363
#define tGetValue 364
#define tGMSH_MAJOR_VERSION 365
#define tGMSH_MINOR_VERSION 366
#define tGMSH_PATCH_VERSION 367
#define tAFFECTDIVIDE 368
#define tAFFECTTIMES 369
#define tAFFECTMINUS 370
#define tAFFECTPLUS 371
#define tOR 372
#define tAND 373
#define tNOTEQUAL 374
#define tEQUAL 375
#define tGREATEROREQUAL 376
#define tLESSOREQUAL 377
#define UNARYPREC 378
#define tMINUSMINUS 379
#define tPLUSPLUS 380
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
#line 78 "Gmsh.y"
{
char *c;
int i;
unsigned int u;
double d;
double v[5];
Shape s;
List_T *l;
}
/* Line 1529 of yacc.c. */
#line 309 "Gmsh.tab.hpp"
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1
#endif
extern YYSTYPE gmsh_yylval;