Skip to content
Snippets Groups Projects
Gmsh.tab.cpp 280 KiB
Newer Older
/* A Bison parser, made by GNU Bison 2.0.  */
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

/* 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.  */

/* 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

/* 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,
     tExp = 267,
     tLog = 268,
     tLog10 = 269,
     tSqrt = 270,
     tSin = 271,
     tAsin = 272,
     tCos = 273,
     tAcos = 274,
     tTan = 275,
     tRand = 276,
     tAtan = 277,
     tAtan2 = 278,
     tSinh = 279,
     tCosh = 280,
     tTanh = 281,
     tFabs = 282,
     tFloor = 283,
     tCeil = 284,
     tFmod = 285,
     tModulo = 286,
     tHypot = 287,
     tPrintf = 288,
     tSprintf = 289,
     tStrCat = 290,
     tStrPrefix = 291,
     tStrRelative = 292,
     tBoundingBox = 293,
     tDraw = 294,
     tToday = 295,
     tPoint = 296,
     tCircle = 297,
     tEllipse = 298,
     tLine = 299,
     tSurface = 300,
     tSpline = 301,
     tVolume = 302,
     tCharacteristic = 303,
     tLength = 304,
     tParametric = 305,
     tElliptic = 306,
     tPlane = 307,
     tRuled = 308,
     tTransfinite = 309,
     tComplex = 310,
     tPhysical = 311,
     tUsing = 312,
     tBump = 313,
     tProgression = 314,
     tPlugin = 315,
     tRotate = 316,
     tTranslate = 317,
     tSymmetry = 318,
     tDilate = 319,
     tExtrude = 320,
     tDuplicata = 321,
     tLoop = 322,
     tRecombine = 323,
     tDelete = 324,
     tCoherence = 325,
     tIntersect = 326,
     tAttractor = 327,
     tLayers = 328,
     tAlias = 329,
     tAliasWithOptions = 330,
     tText2D = 331,
     tText3D = 332,
     tInterpolationScheme = 333,
     tTime = 334,
     tGrain = 335,
     tCombine = 336,
     tBSpline = 337,
     tBezier = 338,
     tNurbs = 339,
     tOrder = 340,
     tWith = 341,
     tBounds = 342,
     tKnots = 343,
     tColor = 344,
     tColorTable = 345,
     tFor = 346,
     tIn = 347,
     tEndFor = 348,
     tIf = 349,
     tEndIf = 350,
     tExit = 351,
     tReturn = 352,
     tCall = 353,
     tFunction = 354,
     tTrimmed = 355,
     tShow = 356,
     tHide = 357,
     tGetValue = 358,
     tGMSH_MAJOR_VERSION = 359,
     tGMSH_MINOR_VERSION = 360,
     tGMSH_PATCH_VERSION = 361,
     tAFFECTDIVIDE = 362,
     tAFFECTTIMES = 363,
     tAFFECTMINUS = 364,
     tAFFECTPLUS = 365,
     tOR = 366,
     tAND = 367,
     tAPPROXEQUAL = 368,
     tNOTEQUAL = 369,
     tEQUAL = 370,
     tGREATEROREQUAL = 371,
     tLESSOREQUAL = 372,
     tCROSSPRODUCT = 373,
     UNARYPREC = 374,
     tMINUSMINUS = 375,
     tPLUSPLUS = 376
   };
#endif
#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 tExp 267
#define tLog 268
#define tLog10 269
#define tSqrt 270
#define tSin 271
#define tAsin 272
#define tCos 273
#define tAcos 274
#define tTan 275
#define tRand 276
#define tAtan 277
#define tAtan2 278
#define tSinh 279
#define tCosh 280
#define tTanh 281
#define tFabs 282
#define tFloor 283
#define tCeil 284
#define tFmod 285
#define tModulo 286
#define tHypot 287
#define tPrintf 288
#define tSprintf 289
#define tStrCat 290
#define tStrPrefix 291
#define tStrRelative 292
#define tBoundingBox 293
#define tDraw 294
#define tToday 295
#define tPoint 296
#define tCircle 297
#define tEllipse 298
#define tLine 299
#define tSurface 300
#define tSpline 301
#define tVolume 302
#define tCharacteristic 303
#define tLength 304
#define tParametric 305
#define tElliptic 306
#define tPlane 307
#define tRuled 308
#define tTransfinite 309
#define tComplex 310
#define tPhysical 311
#define tUsing 312
#define tBump 313
#define tProgression 314
#define tPlugin 315
#define tRotate 316
#define tTranslate 317
#define tSymmetry 318
#define tDilate 319
#define tExtrude 320
#define tDuplicata 321
#define tLoop 322
#define tRecombine 323
#define tDelete 324
#define tCoherence 325
#define tIntersect 326
#define tAttractor 327
#define tLayers 328
#define tAlias 329
#define tAliasWithOptions 330
#define tText2D 331
#define tText3D 332
#define tInterpolationScheme 333
#define tTime 334
#define tGrain 335
#define tCombine 336
#define tBSpline 337
#define tBezier 338
#define tNurbs 339
#define tOrder 340
#define tWith 341
#define tBounds 342
#define tKnots 343
#define tColor 344
#define tColorTable 345
#define tFor 346
#define tIn 347
#define tEndFor 348
#define tIf 349
#define tEndIf 350
#define tExit 351
#define tReturn 352
#define tCall 353
#define tFunction 354
#define tTrimmed 355
#define tShow 356
#define tHide 357
#define tGetValue 358
#define tGMSH_MAJOR_VERSION 359
#define tGMSH_MINOR_VERSION 360
#define tGMSH_PATCH_VERSION 361
#define tAFFECTDIVIDE 362
#define tAFFECTTIMES 363
#define tAFFECTMINUS 364
#define tAFFECTPLUS 365
#define tOR 366
#define tAND 367
#define tAPPROXEQUAL 368
#define tNOTEQUAL 369
#define tEQUAL 370
#define tGREATEROREQUAL 371
#define tLESSOREQUAL 372
#define tCROSSPRODUCT 373
#define UNARYPREC 374
#define tMINUSMINUS 375
#define tPLUSPLUS 376




/* Copy the first part of user declarations.  */
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

// $Id: Gmsh.tab.cpp,v 1.262 2006-03-15 08:29:06 remacle Exp $
Christophe Geuzaine's avatar
Christophe Geuzaine committed
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
//
// 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 of the License, 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.
// 
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
// Please report all bugs and problems to <gmsh@geuz.org>.
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include <time.h>
#include "PluginManager.h"
#include "ParUtil.h"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include "GeoUtils.h"
#include "Nurbs.h"
Christophe Geuzaine's avatar
Christophe Geuzaine committed
#include "Options.h"
#include "OpenFile.h"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include "CommandLine.h"
#include "FunctionManager.h"
#include "ColorTable.h"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include "OS.h"
#include "CreateFile.h"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include "Visibility.h"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#include "GmshVersion.h"
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
Tree_T *Symbol_T = NULL;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

extern Context_T CTX;
extern Mesh *THEM;

static ExtrudeParams extr;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static Post_View *View;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static List_T *ViewValueList;
static double ViewCoord[100];
static int *ViewNumList, ViewNumNodes, ViewNumComp, ViewNumListTmp;
static int ViewCoordIdx, ViewElementIdx;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
static int ViewErrorFlags[VIEW_NB_ELEMENT_TYPES];
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#define MAX_RECUR_LOOPS 100
static int ImbricatedLoop = 0;
static fpos_t yyposImbricatedLoopsTab[MAX_RECUR_LOOPS];
static int yylinenoImbricatedLoopsTab[MAX_RECUR_LOOPS];
static double LoopControlVariablesTab[MAX_RECUR_LOOPS][3];
static char *LoopControlVariablesNameTab[MAX_RECUR_LOOPS];

Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
void yyerror(char *s);
void yymsg(int type, char *fmt, ...);
void skip_until(char *skip, char *until);
int PrintListOfDouble(char *format, List_T *list, char *buffer);
int CheckViewErrorFlags(Post_View *v);

/* Enabling traces.  */
#ifndef YYDEBUG
# define YYDEBUG 0
#endif

/* Enabling verbose error messages.  */
#ifdef YYERROR_VERBOSE
# undef YYERROR_VERBOSE
# define YYERROR_VERBOSE 1
#else
# define YYERROR_VERBOSE 0
#endif

#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#line 78 "Gmsh.y"
typedef union YYSTYPE {
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
  char *c;
  int i;
  unsigned int u;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
  double d;
  double v[5];
  Shape s;
  List_T *l;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
} YYSTYPE;
/* Line 190 of yacc.c.  */
#line 405 "Gmsh.tab.cpp"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

/* Copy the second part of user declarations.  */


/* Line 213 of yacc.c.  */
#line 417 "Gmsh.tab.cpp"

#if ! defined (yyoverflow) || YYERROR_VERBOSE

# ifndef YYFREE
#  define YYFREE free
# endif
# ifndef YYMALLOC
#  define YYMALLOC malloc
# endif

/* The parser invokes alloca or malloc; define the necessary symbols.  */

# ifdef YYSTACK_USE_ALLOCA
#  if YYSTACK_USE_ALLOCA
#   ifdef __GNUC__
#    define YYSTACK_ALLOC __builtin_alloca
#   else
#    define YYSTACK_ALLOC alloca
#   endif
#  endif
# endif

# ifdef YYSTACK_ALLOC
   /* Pacify GCC's `empty if-body' warning. */
#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
# else
#  if defined (__STDC__) || defined (__cplusplus)
#   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
#   define YYSIZE_T size_t
#  endif
#  define YYSTACK_ALLOC YYMALLOC
#  define YYSTACK_FREE YYFREE
# endif
#endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */


#if (! defined (yyoverflow) \
     && (! defined (__cplusplus) \
	 || (defined (YYSTYPE_IS_TRIVIAL) && YYSTYPE_IS_TRIVIAL)))

/* A type that is properly aligned for any stack member.  */
union yyalloc
{
  short int yyss;
  YYSTYPE yyvs;
  };

/* The size of the maximum gap between one aligned stack and the next.  */
# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)

/* The size of an array large to enough to hold all stacks, each with
   N elements.  */
# define YYSTACK_BYTES(N) \
     ((N) * (sizeof (short int) + sizeof (YYSTYPE))			\
      + YYSTACK_GAP_MAXIMUM)

/* Copy COUNT objects from FROM to TO.  The source and destination do
   not overlap.  */
# ifndef YYCOPY
#  if defined (__GNUC__) && 1 < __GNUC__
#   define YYCOPY(To, From, Count) \
      __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
#  else
#   define YYCOPY(To, From, Count)		\
      do					\
	{					\
	  register YYSIZE_T yyi;		\
	  for (yyi = 0; yyi < (Count); yyi++)	\
	    (To)[yyi] = (From)[yyi];		\
	}					\
      while (0)
#  endif
# endif

/* Relocate STACK from its old location to the new one.  The
   local variables YYSIZE and YYSTACKSIZE give the old and new number of
   elements in the stack, and YYPTR gives the new location of the
   stack.  Advance YYPTR to a properly aligned location for the next
   stack.  */
# define YYSTACK_RELOCATE(Stack)					\
    do									\
      {									\
	YYSIZE_T yynewbytes;						\
	YYCOPY (&yyptr->Stack, Stack, yysize);				\
	Stack = &yyptr->Stack;						\
	yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
	yyptr += yynewbytes / sizeof (*yyptr);				\
      }									\
    while (0)

#endif

#if defined (__STDC__) || defined (__cplusplus)
   typedef signed char yysigned_char;
#else
   typedef short int yysigned_char;
#endif
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

/* YYFINAL -- State number of the termination state. */
#define YYFINAL  5
/* YYLAST -- Last index in YYTABLE.  */
#define YYLAST   6086

/* YYNTOKENS -- Number of terminals. */
#define YYNTOKENS  141
/* YYNNTS -- Number of nonterminals. */
#define YYNNTS  65
/* YYNRULES -- Number of rules. */
#define YYNRULES  329
/* YYNRULES -- Number of states. */
#define YYNSTATES  1185

/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
#define YYUNDEFTOK  2
#define YYMAXUTOK   376

#define YYTRANSLATE(YYX) 						\
  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)

/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
static const unsigned char yytranslate[] =
{
       0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,   127,     2,   137,     2,   125,     2,     2,
     132,   133,   123,   121,   138,   122,   136,   124,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     117,     2,   118,   111,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,   134,     2,   135,   131,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,   139,     2,   140,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
       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,   112,   113,   114,   115,
     116,   119,   120,   126,   128,   129,   130
#if YYDEBUG
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
   YYRHS.  */
static const unsigned short int yyprhs[] =
{
       0,     0,     3,     5,     8,     9,    12,    14,    16,    18,
      20,    22,    24,    26,    28,    30,    32,    34,    36,    38,
      40,    46,    54,    61,    70,    71,    74,    77,    80,    83,
      86,    89,    91,    95,    97,   101,   102,   103,   114,   116,
     120,   121,   135,   137,   141,   142,   158,   167,   168,   175,
     182,   184,   186,   188,   190,   192,   194,   196,   201,   209,
     219,   226,   233,   237,   244,   251,   261,   268,   278,   284,
     293,   302,   314,   321,   331,   341,   351,   359,   368,   381,
     388,   396,   404,   412,   422,   430,   440,   458,   466,   474,
     486,   495,   508,   517,   526,   535,   548,   571,   592,   601,
     610,   619,   627,   636,   642,   654,   660,   670,   672,   674,
     676,   677,   680,   687,   694,   701,   708,   713,   720,   727,
     734,   739,   746,   750,   755,   761,   765,   769,   774,   779,
     783,   791,   799,   803,   811,   815,   818,   821,   837,   840,
     847,   856,   865,   876,   878,   881,   883,   887,   892,   894,
     900,   912,   926,   927,   935,   936,   950,   951,   967,   976,
     985,   994,  1007,  1020,  1033,  1048,  1063,  1078,  1079,  1092,
    1093,  1106,  1107,  1120,  1121,  1138,  1139,  1156,  1157,  1174,
    1175,  1194,  1195,  1214,  1215,  1234,  1236,  1239,  1249,  1257,
    1260,  1267,  1277,  1287,  1296,  1306,  1315,  1324,  1331,  1336,
    1339,  1342,  1344,  1348,  1351,  1354,  1357,  1361,  1365,  1369,
    1373,  1377,  1381,  1385,  1389,  1393,  1397,  1401,  1405,  1409,
    1413,  1419,  1424,  1429,  1434,  1439,  1444,  1449,  1454,  1459,
    1464,  1469,  1476,  1481,  1486,  1491,  1496,  1501,  1506,  1513,
    1520,  1527,  1532,  1537,  1542,  1547,  1552,  1557,  1562,  1567,
    1572,  1577,  1582,  1589,  1594,  1599,  1604,  1609,  1614,  1619,
    1626,  1633,  1640,  1645,  1647,  1649,  1651,  1653,  1655,  1657,
    1659,  1661,  1666,  1671,  1674,  1680,  1684,  1691,  1696,  1704,
    1711,  1713,  1716,  1719,  1723,  1727,  1739,  1749,  1757,  1765,
    1766,  1770,  1774,  1776,  1780,  1782,  1784,  1787,  1791,  1796,
    1800,  1806,  1811,  1813,  1815,  1817,  1821,  1826,  1833,  1841,
    1843,  1845,  1849,  1853,  1863,  1871,  1873,  1879,  1883,  1890,
    1892,  1896,  1898,  1900,  1907,  1912,  1917,  1922,  1929,  1936
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

/* YYRHS -- A `-1'-separated list of the rules' RHS. */
static const short int yyrhs[] =
{
     142,     0,    -1,   143,    -1,     1,     6,    -1,    -1,   143,
     144,    -1,   146,    -1,   145,    -1,   165,    -1,   166,    -1,
     167,    -1,   170,    -1,   171,    -1,   172,    -1,   173,    -1,
     176,    -1,   191,    -1,   192,    -1,   175,    -1,   174,    -1,
      33,   132,     5,   133,     6,    -1,    33,   132,     5,   138,
     201,   133,     6,    -1,     4,     5,   139,   147,   140,     6,
      -1,     4,     5,     4,   195,   139,   147,   140,     6,    -1,
      -1,   147,   150,    -1,   147,   154,    -1,   147,   157,    -1,
     147,   159,    -1,   147,   160,    -1,   147,   162,    -1,   193,
      -1,   148,   138,   193,    -1,   193,    -1,   149,   138,   193,
      -1,    -1,    -1,     4,   151,   132,   148,   133,   152,   139,
     149,   140,     6,    -1,   205,    -1,   153,   138,   205,    -1,
      -1,    76,   132,   193,   138,   193,   138,   193,   133,   155,
     139,   153,   140,     6,    -1,   205,    -1,   156,   138,   205,
      -1,    -1,    77,   132,   193,   138,   193,   138,   193,   138,
     193,   133,   158,   139,   156,   140,     6,    -1,    78,   139,
     198,   140,   139,   198,   140,     6,    -1,    -1,    79,   161,
     139,   149,   140,     6,    -1,    80,   132,   193,   133,   199,
       6,    -1,     7,    -1,   110,    -1,   109,    -1,   108,    -1,
     107,    -1,   130,    -1,   129,    -1,     4,   163,   193,     6,
      -1,     4,   134,   193,   135,   163,   193,     6,    -1,     4,
     134,   139,   201,   140,   135,   163,   199,     6,    -1,     4,
     134,   135,     7,   199,     6,    -1,     4,   134,   135,   110,
     199,     6,    -1,     4,   164,     6,    -1,     4,   134,   193,
     135,   164,     6,    -1,     4,   136,     4,     7,   205,     6,
      -1,     4,   134,   193,   135,   136,     4,     7,   205,     6,
      -1,     4,   136,     4,   163,   193,     6,    -1,     4,   134,
     193,   135,   136,     4,   163,   193,     6,    -1,     4,   136,
       4,   164,     6,    -1,     4,   134,   193,   135,   136,     4,
     164,     6,    -1,     4,   136,    89,   136,     4,     7,   202,
       6,    -1,     4,   134,   193,   135,   136,    89,   136,     4,
       7,   202,     6,    -1,     4,   136,    90,     7,   203,     6,
      -1,     4,   134,   193,   135,   136,    90,     7,   203,     6,
      -1,    60,   132,     4,   133,   136,     4,     7,   193,     6,
      -1,    60,   132,     4,   133,   136,     4,     7,   205,     6,
      -1,    41,   132,   193,   133,     7,   195,     6,    -1,    56,
      41,   132,   193,   133,     7,   199,     6,    -1,    72,    41,
     199,     7,   139,   193,   138,   193,   138,   193,   140,     6,
      -1,    48,    49,   199,     7,   193,     6,    -1,    44,   132,
     193,   133,     7,   199,     6,    -1,    46,   132,   193,   133,
       7,   199,     6,    -1,    42,   132,   193,   133,     7,   199,
       6,    -1,    42,   132,   193,   133,     7,   199,    52,   195,
       6,    -1,    43,   132,   193,   133,     7,   199,     6,    -1,
      43,   132,   193,   133,     7,   199,    52,   195,     6,    -1,
      50,   132,   193,   133,     7,   139,   193,   138,   193,   138,
       5,   138,     5,   138,     5,   140,     6,    -1,    82,   132,
     193,   133,     7,   199,     6,    -1,    83,   132,   193,   133,
       7,   199,     6,    -1,    84,   132,   193,   133,     7,   199,
      88,   199,    85,   193,     6,    -1,    44,    67,   132,   193,
     133,     7,   199,     6,    -1,    72,    44,   199,     7,   139,
     193,   138,   193,   138,   193,   140,     6,    -1,    56,    44,
     132,   193,   133,     7,   199,     6,    -1,    52,    45,   132,
     193,   133,     7,   199,     6,    -1,    53,    45,   132,   193,
     133,     7,   199,     6,    -1,   100,    45,   132,   193,   133,
       7,   139,   193,   138,   199,   140,     6,    -1,    84,    45,
      86,    87,   132,   193,   133,     7,   197,    88,   139,   199,
     138,   199,   140,    85,   139,   193,   138,   193,   140,     6,
      -1,    84,    45,   132,   193,   133,     7,   197,    88,   139,
     199,   138,   199,   140,    85,   139,   193,   138,   193,   140,
       6,    -1,    45,    67,   132,   193,   133,     7,   199,     6,
      -1,    56,    45,   132,   193,   133,     7,   199,     6,    -1,
      55,    47,   132,   193,   133,     7,   199,     6,    -1,    47,
     132,   193,   133,     7,   199,     6,    -1,    56,    47,   132,
     193,   133,     7,   199,     6,    -1,    62,   195,   139,   168,
     140,    -1,    61,   139,   195,   138,   195,   138,   193,   140,
     139,   168,   140,    -1,    63,   195,   139,   168,   140,    -1,
      64,   139,   195,   138,   193,   140,   139,   168,   140,    -1,
     170,    -1,   169,    -1,   167,    -1,    -1,   169,   166,    -1,
     169,    41,   139,   201,   140,     6,    -1,   169,    44,   139,
     201,   140,     6,    -1,   169,    45,   139,   201,   140,     6,
      -1,   169,    47,   139,   201,   140,     6,    -1,    66,   139,
     169,   140,    -1,    66,     4,   134,   193,   135,     6,    -1,
      74,     4,   134,   193,   135,     6,    -1,    75,     4,   134,
     193,   135,     6,    -1,    69,   139,   169,   140,    -1,    69,
       4,   134,   193,   135,     6,    -1,    69,     4,     6,    -1,
      69,     4,     4,     6,    -1,    89,   202,   139,   169,   140,
      -1,   101,   205,     6,    -1,   102,   205,     6,    -1,   101,
     139,   169,   140,    -1,   102,   139,   169,   140,    -1,     4,
     205,     6,    -1,     4,     4,   134,   193,   135,   205,     6,
      -1,     4,     4,     4,   134,   193,   135,     6,    -1,     4,
     193,     6,    -1,    60,   132,     4,   133,   136,     4,     6,
      -1,    81,     4,     6,    -1,    96,     6,    -1,    38,     6,
      -1,    38,   139,   193,   138,   193,   138,   193,   138,   193,
     138,   193,   138,   193,   140,     6,    -1,    39,     6,    -1,
      91,   132,   193,     8,   193,   133,    -1,    91,   132,   193,
       8,   193,     8,   193,   133,    -1,    91,     4,    92,   139,
     193,     8,   193,   140,    -1,    91,     4,    92,   139,   193,
       8,   193,     8,   193,   140,    -1,    93,    -1,    99,     4,
      -1,    97,    -1,    98,     4,     6,    -1,    94,   132,   193,
     133,    -1,    95,    -1,    65,   195,   139,   169,   140,    -1,
      65,   139,   195,   138,   195,   138,   193,   140,   139,   169,
     140,    -1,    65,   139,   195,   138,   195,   138,   195,   138,
     193,   140,   139,   169,   140,    -1,    -1,    65,   195,   139,
     169,   177,   189,   140,    -1,    -1,    65,   139,   195,   138,
     195,   138,   193,   140,   139,   169,   178,   189,   140,    -1,
      -1,    65,   139,   195,   138,   195,   138,   195,   138,   193,
     140,   139,   169,   179,   189,   140,    -1,    65,    41,   139,
     193,   138,   195,   140,     6,    -1,    65,    44,   139,   193,
     138,   195,   140,     6,    -1,    65,    45,   139,   193,   138,
     195,   140,     6,    -1,    65,    41,   139,   193,   138,   195,
     138,   195,   138,   193,   140,     6,    -1,    65,    44,   139,
     193,   138,   195,   138,   195,   138,   193,   140,     6,    -1,
      65,    45,   139,   193,   138,   195,   138,   195,   138,   193,
     140,     6,    -1,    65,    41,   139,   193,   138,   195,   138,
     195,   138,   195,   138,   193,   140,     6,    -1,    65,    44,
     139,   193,   138,   195,   138,   195,   138,   195,   138,   193,
     140,     6,    -1,    65,    45,   139,   193,   138,   195,   138,
     195,   138,   195,   138,   193,   140,     6,    -1,    -1,    65,
      41,   139,   193,   138,   195,   140,   180,   139,   189,   140,
       6,    -1,    -1,    65,    44,   139,   193,   138,   195,   140,
     181,   139,   189,   140,     6,    -1,    -1,    65,    45,   139,
     193,   138,   195,   140,   182,   139,   189,   140,     6,    -1,
      -1,    65,    41,   139,   193,   138,   195,   138,   195,   138,
     193,   140,   183,   139,   189,   140,     6,    -1,    -1,    65,
      44,   139,   193,   138,   195,   138,   195,   138,   193,   140,
     184,   139,   189,   140,     6,    -1,    -1,    65,    45,   139,
     193,   138,   195,   138,   195,   138,   193,   140,   185,   139,
     189,   140,     6,    -1,    -1,    65,    41,   139,   193,   138,
     195,   138,   195,   138,   195,   138,   193,   140,   186,   139,
     189,   140,     6,    -1,    -1,    65,    44,   139,   193,   138,
     195,   138,   195,   138,   195,   138,   193,   140,   187,   139,
     189,   140,     6,    -1,    -1,    65,    45,   139,   193,   138,
     195,   138,   195,   138,   195,   138,   193,   140,   188,   139,
     189,   140,     6,    -1,   190,    -1,   189,   190,    -1,    73,
     139,   199,   138,   199,   138,   199,   140,     6,    -1,    73,
     139,   199,   138,   199,   140,     6,    -1,    68,     6,    -1,
      54,    44,   199,     7,   193,     6,    -1,    54,    44,   199,
       7,   193,    57,    59,   193,     6,    -1,    54,    44,   199,
       7,   193,    57,    58,   193,     6,    -1,    54,    45,   139,
     193,   140,     7,   199,     6,    -1,    54,    45,   139,   193,
     140,     7,   199,     4,     6,    -1,    51,    45,   139,   193,
     140,     7,   199,     6,    -1,    54,    47,   139,   193,   140,
       7,   199,     6,    -1,    68,    45,   199,     7,   193,     6,
      -1,    68,    45,   199,     6,    -1,    70,     6,    -1,    71,
       6,    -1,   194,    -1,   132,   193,   133,    -1,   122,   193,
      -1,   121,   193,    -1,   127,   193,    -1,   193,   122,   193,
      -1,   193,   121,   193,    -1,   193,   123,   193,    -1,   193,
     124,   193,    -1,   193,   125,   193,    -1,   193,   131,   193,
      -1,   193,   117,   193,    -1,   193,   118,   193,    -1,   193,
     120,   193,    -1,   193,   119,   193,    -1,   193,   116,   193,
      -1,   193,   115,   193,    -1,   193,   113,   193,    -1,   193,
     112,   193,    -1,   193,   111,   193,     8,   193,    -1,    12,
     132,   193,   133,    -1,    13,   132,   193,   133,    -1,    14,
     132,   193,   133,    -1,    15,   132,   193,   133,    -1,    16,
     132,   193,   133,    -1,    17,   132,   193,   133,    -1,    18,
     132,   193,   133,    -1,    19,   132,   193,   133,    -1,    20,
     132,   193,   133,    -1,    22,   132,   193,   133,    -1,    23,
     132,   193,   138,   193,   133,    -1,    24,   132,   193,   133,
      -1,    25,   132,   193,   133,    -1,    26,   132,   193,   133,
      -1,    27,   132,   193,   133,    -1,    28,   132,   193,   133,
      -1,    29,   132,   193,   133,    -1,    30,   132,   193,   138,
     193,   133,    -1,    31,   132,   193,   138,   193,   133,    -1,
      32,   132,   193,   138,   193,   133,    -1,    21,   132,   193,
     133,    -1,    12,   134,   193,   135,    -1,    13,   134,   193,
     135,    -1,    14,   134,   193,   135,    -1,    15,   134,   193,
     135,    -1,    16,   134,   193,   135,    -1,    17,   134,   193,
     135,    -1,    18,   134,   193,   135,    -1,    19,   134,   193,
     135,    -1,    20,   134,   193,   135,    -1,    22,   134,   193,
     135,    -1,    23,   134,   193,   138,   193,   135,    -1,    24,
     134,   193,   135,    -1,    25,   134,   193,   135,    -1,    26,
     134,   193,   135,    -1,    27,   134,   193,   135,    -1,    28,
     134,   193,   135,    -1,    29,   134,   193,   135,    -1,    30,
     134,   193,   138,   193,   135,    -1,    31,   134,   193,   138,
     193,   135,    -1,    32,   134,   193,   138,   193,   135,    -1,
      21,   134,   193,   135,    -1,     3,    -1,     9,    -1,    10,
      -1,    11,    -1,   104,    -1,   105,    -1,   106,    -1,     4,
      -1,     4,   134,   193,   135,    -1,   137,     4,   134,   135,
      -1,     4,   164,    -1,     4,   134,   193,   135,   164,    -1,
       4,   136,     4,    -1,     4,   134,   193,   135,   136,     4,
      -1,     4,   136,     4,   164,    -1,     4,   134,   193,   135,
     136,     4,   164,    -1,   103,   132,     5,   138,   193,   133,
      -1,   196,    -1,   122,   195,    -1,   121,   195,    -1,   195,
     122,   195,    -1,   195,   121,   195,    -1,   139,   193,   138,
     193,   138,   193,   138,   193,   138,   193,   140,    -1,   139,
     193,   138,   193,   138,   193,   138,   193,   140,    -1,   139,
     193,   138,   193,   138,   193,   140,    -1,   132,   193,   138,
     193,   138,   193,   133,    -1,    -1,   139,   198,   140,    -1,
     132,   198,   133,    -1,   199,    -1,   198,   138,   199,    -1,
     193,    -1,   200,    -1,   139,   140,    -1,   139,   201,   140,
      -1,   122,   139,   201,   140,    -1,   193,     8,   193,    -1,
     193,     8,   193,     8,   193,    -1,    41,   139,   193,   140,
      -1,   167,    -1,   170,    -1,   176,    -1,     4,   134,   135,
      -1,   122,     4,   134,   135,    -1,     4,   134,   139,   201,
     140,   135,    -1,   122,     4,   134,   139,   201,   140,   135,
      -1,   193,    -1,   200,    -1,   201,   138,   193,    -1,   201,
     138,   200,    -1,   139,   193,   138,   193,   138,   193,   138,
     193,   140,    -1,   139,   193,   138,   193,   138,   193,   140,
      -1,     4,    -1,     4,   136,    89,   136,     4,    -1,   139,
     204,   140,    -1,     4,   134,   193,   135,   136,    90,    -1,
     202,    -1,   204,   138,   202,    -1,     5,    -1,    40,    -1,
      35,   132,   205,   138,   205,   133,    -1,    36,   132,   205,
     133,    -1,    37,   132,   205,   133,    -1,    34,   132,   205,
     133,    -1,    34,   132,   205,   138,   201,   133,    -1,    34,
     132,     4,   136,     4,   133,    -1,    34,   132,     4,   134,
     193,   135,   136,     4,   133,    -1
};
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
static const unsigned short int yyrline[] =
{
       0,   144,   144,   145,   150,   152,   156,   157,   158,   159,
     160,   161,   162,   163,   164,   165,   166,   167,   168,   169,
     173,   178,   196,   203,   214,   220,   221,   222,   223,   224,
     225,   229,   231,   236,   238,   244,   434,   243,   462,   467,
     476,   475,   489,   494,   503,   502,   516,   525,   524,   533,
     542,   543,   544,   545,   546,   550,   551,   558,   589,   628,
     682,   699,   717,   728,   747,   761,   778,   804,   831,   845,
     862,   876,   893,   913,   936,   946,   965,   981,   997,  1016,
    1035,  1053,  1071,  1089,  1115,  1133,  1159,  1179,  1203,  1227,
    1253,  1270,  1288,  1307,  1326,  1365,  1390,  1409,  1428,  1444,
    1464,  1481,  1498,  1519,  1524,  1529,  1534,  1542,  1543,  1544,
    1549,  1552,  1556,  1572,  1588,  1604,  1625,  1639,  1645,  1651,
    1663,  1672,  1682,  1696,  1715,  1729,  1737,  1743,  1754,  1768,
    1812,  1827,  1838,  1854,  1864,  1886,  1890,  1895,  1900,  1913,
    1928,  1944,  1970,  1997,  2029,  2036,  2041,  2047,  2051,  2060,
    2068,  2076,  2085,  2084,  2098,  2097,  2111,  2110,  2125,  2132,
    2139,  2146,  2153,  2160,  2167,  2174,  2181,  2189,  2188,  2201,
    2200,  2213,  2212,  2225,  2224,  2237,  2236,  2249,  2248,  2261,
    2260,  2273,  2272,  2285,  2284,  2300,  2303,  2309,  2335,  2359,
    2368,  2386,  2404,  2422,  2451,  2486,  2513,  2540,  2554,  2573,
    2577,  2587,  2588,  2589,  2590,  2591,  2592,  2593,  2594,  2595,
    2602,  2603,  2604,  2605,  2606,  2607,  2608,  2609,  2610,  2611,
    2612,  2613,  2614,  2615,  2616,  2617,  2618,  2619,  2620,  2621,
    2622,  2623,  2624,  2625,  2626,  2627,  2628,  2629,  2630,  2631,
    2632,  2633,  2635,  2636,  2637,  2638,  2639,  2640,  2641,  2642,
    2643,  2644,  2645,  2646,  2647,  2648,  2649,  2650,  2651,  2652,
    2653,  2654,  2655,  2664,  2665,  2666,  2667,  2668,  2669,  2670,
    2674,  2687,  2707,  2721,  2734,  2757,  2775,  2793,  2811,  2829,
    2837,  2841,  2845,  2849,  2853,  2860,  2864,  2868,  2872,  2880,
    2882,  2886,  2893,  2898,  2906,  2911,  2915,  2920,  2924,  2936,
    2942,  2953,  2973,  2983,  2993,  3003,  3020,  3039,  3063,  3092,
    3097,  3101,  3105,  3118,  3122,  3134,  3141,  3163,  3167,  3182,
    3187,  3194,  3198,  3206,  3214,  3228,  3242,  3246,  3265,  3287
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#endif
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

#if YYDEBUG || YYERROR_VERBOSE
/* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
   First, the terminals, then, starting at YYNTOKENS, nonterminals. */
static const char *const yytname[] =
{
  "$end", "error", "$undefined", "tDOUBLE", "tSTRING", "tBIGSTR", "tEND",
  "tAFFECT", "tDOTS", "tPi", "tMPI_Rank", "tMPI_Size", "tExp", "tLog",
  "tLog10", "tSqrt", "tSin", "tAsin", "tCos", "tAcos", "tTan", "tRand",
  "tAtan", "tAtan2", "tSinh", "tCosh", "tTanh", "tFabs", "tFloor", "tCeil",
  "tFmod", "tModulo", "tHypot", "tPrintf", "tSprintf", "tStrCat",
  "tStrPrefix", "tStrRelative", "tBoundingBox", "tDraw", "tToday",
  "tPoint", "tCircle", "tEllipse", "tLine", "tSurface", "tSpline",
  "tVolume", "tCharacteristic", "tLength", "tParametric", "tElliptic",
  "tPlane", "tRuled", "tTransfinite", "tComplex", "tPhysical", "tUsing",
  "tBump", "tProgression", "tPlugin", "tRotate", "tTranslate", "tSymmetry",
  "tDilate", "tExtrude", "tDuplicata", "tLoop", "tRecombine", "tDelete",
  "tCoherence", "tIntersect", "tAttractor", "tLayers", "tAlias",
  "tAliasWithOptions", "tText2D", "tText3D", "tInterpolationScheme",
  "tTime", "tGrain", "tCombine", "tBSpline", "tBezier", "tNurbs", "tOrder",
  "tWith", "tBounds", "tKnots", "tColor", "tColorTable", "tFor", "tIn",
  "tEndFor", "tIf", "tEndIf", "tExit", "tReturn", "tCall", "tFunction",
  "tTrimmed", "tShow", "tHide", "tGetValue", "tGMSH_MAJOR_VERSION",
  "tGMSH_MINOR_VERSION", "tGMSH_PATCH_VERSION", "tAFFECTDIVIDE",
  "tAFFECTTIMES", "tAFFECTMINUS", "tAFFECTPLUS", "'?'", "tOR", "tAND",
  "tAPPROXEQUAL", "tNOTEQUAL", "tEQUAL", "'<'", "'>'", "tGREATEROREQUAL",
  "tLESSOREQUAL", "'+'", "'-'", "'*'", "'/'", "'%'", "tCROSSPRODUCT",
  "'!'", "UNARYPREC", "tMINUSMINUS", "tPLUSPLUS", "'^'", "'('", "')'",
  "'['", "']'", "'.'", "'#'", "','", "'{'", "'}'", "$accept", "All",
  "GeoFormatItems", "GeoFormatItem", "Printf", "View", "Views",
  "ElementCoords", "ElementValues", "Element", "@1", "@2", "Text2DValues",
  "Text2D", "@3", "Text3DValues", "Text3D", "@4", "InterpolationMatrix",
  "Time", "@5", "Grain", "NumericAffectation", "NumericIncrement",
  "Affectation", "Shape", "Transform", "MultipleShape", "ListOfShapes",
  "Duplicata", "Delete", "Colorify", "Visibility", "Command", "Loop",
  "Extrude", "@6", "@7", "@8", "@9", "@10", "@11", "@12", "@13", "@14",
  "@15", "@16", "@17", "ExtrudeParameters", "ExtrudeParameter",
  "Transfinite", "Coherence", "FExpr", "FExpr_Single", "VExpr",
  "VExpr_Single", "ListOfListOfDouble", "RecursiveListOfListOfDouble",
  "ListOfDouble", "FExpr_Multi", "RecursiveListOfDouble", "ColorExpr",
  "ListOfColor", "RecursiveListOfColor", "StringExpr", 0
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#endif
# ifdef YYPRINT
/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
   token YYLEX-NUM.  */
static const unsigned short int yytoknum[] =
{
       0,   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,
     355,   356,   357,   358,   359,   360,   361,   362,   363,   364,
     365,    63,   366,   367,   368,   369,   370,    60,    62,   371,
     372,    43,    45,    42,    47,    37,   373,    33,   374,   375,
     376,    94,    40,    41,    91,    93,    46,    35,    44,   123,
     125
# endif

/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
static const unsigned char yyr1[] =
{
       0,   141,   142,   142,   143,   143,   144,   144,   144,   144,
     144,   144,   144,   144,   144,   144,   144,   144,   144,   144,
     145,   145,   146,   146,   147,   147,   147,   147,   147,   147,
     147,   148,   148,   149,   149,   151,   152,   150,   153,   153,
     155,   154,   156,   156,   158,   157,   159,   161,   160,   162,
     163,   163,   163,   163,   163,   164,   164,   165,   165,   165,
     165,   165,   165,   165,   165,   165,   165,   165,   165,   165,
     165,   165,   165,   165,   165,   165,   166,   166,   166,   166,
     166,   166,   166,   166,   166,   166,   166,   166,   166,   166,
     166,   166,   166,   166,   166,   166,   166,   166,   166,   166,
     166,   166,   166,   167,   167,   167,   167,   168,   168,   168,
     169,   169,   169,   169,   169,   169,   170,   170,   170,   170,
     171,   171,   171,   171,   172,   173,   173,   173,   173,   174,
     174,   174,   174,   174,   174,   174,   174,   174,   174,   175,
     175,   175,   175,   175,   175,   175,   175,   175,   175,   176,
     176,   176,   177,   176,   178,   176,   179,   176,   176,   176,
     176,   176,   176,   176,   176,   176,   176,   180,   176,   181,
     176,   182,   176,   183,   176,   184,   176,   185,   176,   186,
     176,   187,   176,   188,   176,   189,   189,   190,   190,   190,
     191,   191,   191,   191,   191,   191,   191,   191,   191,   192,
     192,   193,   193,   193,   193,   193,   193,   193,   193,   193,
     193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
     193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
     193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
     193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
     193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
     193,   193,   193,   194,   194,   194,   194,   194,   194,   194,
     194,   194,   194,   194,   194,   194,   194,   194,   194,   194,
     195,   195,   195,   195,   195,   196,   196,   196,   196,   197,
     197,   197,   198,   198,   199,   199,   199,   199,   199,   200,
     200,   200,   200,   200,   200,   200,   200,   200,   200,   201,
     201,   201,   201,   202,   202,   202,   202,   203,   203,   204,
     204,   205,   205,   205,   205,   205,   205,   205,   205,   205
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
};
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
static const unsigned char yyr2[] =
{
       0,     2,     1,     2,     0,     2,     1,     1,     1,     1,
       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
       5,     7,     6,     8,     0,     2,     2,     2,     2,     2,
       2,     1,     3,     1,     3,     0,     0,    10,     1,     3,
       0,    13,     1,     3,     0,    15,     8,     0,     6,     6,
       1,     1,     1,     1,     1,     1,     1,     4,     7,     9,
       6,     6,     3,     6,     6,     9,     6,     9,     5,     8,
       8,    11,     6,     9,     9,     9,     7,     8,    12,     6,
       7,     7,     7,     9,     7,     9,    17,     7,     7,    11,
       8,    12,     8,     8,     8,    12,    22,    20,     8,     8,
       8,     7,     8,     5,    11,     5,     9,     1,     1,     1,
       0,     2,     6,     6,     6,     6,     4,     6,     6,     6,
       4,     6,     3,     4,     5,     3,     3,     4,     4,     3,
       7,     7,     3,     7,     3,     2,     2,    15,     2,     6,
       8,     8,    10,     1,     2,     1,     3,     4,     1,     5,
      11,    13,     0,     7,     0,    13,     0,    15,     8,     8,
       8,    12,    12,    12,    14,    14,    14,     0,    12,     0,
      12,     0,    12,     0,    16,     0,    16,     0,    16,     0,
      18,     0,    18,     0,    18,     1,     2,     9,     7,     2,
       6,     9,     9,     8,     9,     8,     8,     6,     4,     2,
       2,     1,     3,     2,     2,     2,     3,     3,     3,     3,
       3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
       5,     4,     4,     4,     4,     4,     4,     4,     4,     4,
       4,     6,     4,     4,     4,     4,     4,     4,     6,     6,
       6,     4,     4,     4,     4,     4,     4,     4,     4,     4,
       4,     4,     6,     4,     4,     4,     4,     4,     4,     6,
       6,     6,     4,     1,     1,     1,     1,     1,     1,     1,
       1,     4,     4,     2,     5,     3,     6,     4,     7,     6,
       1,     2,     2,     3,     3,    11,     9,     7,     7,     0,
       3,     3,     1,     3,     1,     1,     2,     3,     4,     3,
       5,     4,     1,     1,     1,     3,     4,     6,     7,     1,
       1,     3,     3,     9,     7,     1,     5,     3,     6,     1,
       3,     1,     1,     6,     4,     4,     4,     6,     6,     9
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
};
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed

/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state