Newer
Older
/* A Bison parser, made by GNU Bison 2.3. */
/* Skeleton implementation for Bison's Yacc-like parsers in C
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
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.
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
#define yyparse gmsh_yyparse
#define yylex gmsh_yylex
#define yyerror gmsh_yyerror
#define yylval gmsh_yylval
#define yychar gmsh_yychar
#define yydebug gmsh_yydebug
#define yynerrs gmsh_yynerrs
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
/* 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,
tDistanceFunction = 300,
tPoint = 301,
tCircle = 302,
tEllipse = 303,
tLine = 304,
tSphere = 305,
tPolarSphere = 306,
tSurface = 307,
tSpline = 308,
tVolume = 309,
tCharacteristic = 310,
tLength = 311,
tParametric = 312,
tElliptic = 313,
tPlane = 314,
tRuled = 315,
tTransfinite = 316,
tComplex = 317,
tPhysical = 318,
tCompound = 319,
tPeriodic = 320,
tUsing = 321,
tPlugin = 322,
tDegenerated = 323,
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
tRotate = 324,
tTranslate = 325,
tSymmetry = 326,
tDilate = 327,
tExtrude = 328,
tLevelset = 329,
tLoop = 330,
tRecombine = 331,
tSmoother = 332,
tSplit = 333,
tDelete = 334,
tCoherence = 335,
tIntersect = 336,
tLayers = 337,
tHole = 338,
tAlias = 339,
tAliasWithOptions = 340,
tText2D = 341,
tText3D = 342,
tInterpolationScheme = 343,
tTime = 344,
tCombine = 345,
tBSpline = 346,
tBezier = 347,
tNurbs = 348,
tNurbsOrder = 349,
tNurbsKnots = 350,
tColor = 351,
tColorTable = 352,
tFor = 353,
tIn = 354,
tEndFor = 355,
tIf = 356,
tEndIf = 357,
tExit = 358,
tField = 359,
tReturn = 360,
tCall = 361,
tFunction = 362,
tShow = 363,
tHide = 364,
tGetValue = 365,
tGetEnv = 366,
tGetString = 367,
tGMSH_MAJOR_VERSION = 368,
tGMSH_MINOR_VERSION = 369,
tGMSH_PATCH_VERSION = 370,
tHomRank = 371,
tHomGen = 372,
tHomCut = 373,
tHomSeq = 374,
tAFFECTDIVIDE = 375,
tAFFECTTIMES = 376,
tAFFECTMINUS = 377,
tAFFECTPLUS = 378,
tOR = 379,
tAND = 380,
tNOTEQUAL = 381,
tEQUAL = 382,
tGREATEROREQUAL = 383,
tLESSOREQUAL = 384,
UNARYPREC = 385,
tMINUSMINUS = 386,
tPLUSPLUS = 387
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
235
236
237
238
239
240
241
242
243
244
245
246
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
/* 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 tDistanceFunction 300
#define tPoint 301
#define tCircle 302
#define tEllipse 303
#define tLine 304
#define tSphere 305
#define tPolarSphere 306
#define tSurface 307
#define tSpline 308
#define tVolume 309
#define tCharacteristic 310
#define tLength 311
#define tParametric 312
#define tElliptic 313
#define tPlane 314
#define tRuled 315
#define tTransfinite 316
#define tComplex 317
#define tPhysical 318
#define tCompound 319
#define tPeriodic 320
#define tUsing 321
#define tPlugin 322
#define tDegenerated 323
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
#define tRotate 324
#define tTranslate 325
#define tSymmetry 326
#define tDilate 327
#define tExtrude 328
#define tLevelset 329
#define tLoop 330
#define tRecombine 331
#define tSmoother 332
#define tSplit 333
#define tDelete 334
#define tCoherence 335
#define tIntersect 336
#define tLayers 337
#define tHole 338
#define tAlias 339
#define tAliasWithOptions 340
#define tText2D 341
#define tText3D 342
#define tInterpolationScheme 343
#define tTime 344
#define tCombine 345
#define tBSpline 346
#define tBezier 347
#define tNurbs 348
#define tNurbsOrder 349
#define tNurbsKnots 350
#define tColor 351
#define tColorTable 352
#define tFor 353
#define tIn 354
#define tEndFor 355
#define tIf 356
#define tEndIf 357
#define tExit 358
#define tField 359
#define tReturn 360
#define tCall 361
#define tFunction 362
#define tShow 363
#define tHide 364
#define tGetValue 365
#define tGetEnv 366
#define tGetString 367
#define tGMSH_MAJOR_VERSION 368
#define tGMSH_MINOR_VERSION 369
#define tGMSH_PATCH_VERSION 370
#define tHomRank 371
#define tHomGen 372
#define tHomCut 373
#define tHomSeq 374
#define tAFFECTDIVIDE 375
#define tAFFECTTIMES 376
#define tAFFECTMINUS 377
#define tAFFECTPLUS 378
#define tOR 379
#define tAND 380
#define tNOTEQUAL 381
#define tEQUAL 382
#define tGREATEROREQUAL 383
#define tLESSOREQUAL 384
#define UNARYPREC 385
#define tMINUSMINUS 386
#define tPLUSPLUS 387
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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
/* Copy the first part of user declarations. */
#line 1 "Gmsh.y"
// Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#include <string.h>
#include <stdarg.h>
#include <time.h>
#include "GmshConfig.h"
#include "GmshMessage.h"
#include "fullMatrix.h"
#include "MallocUtils.h"
#include "ListUtils.h"
#include "TreeUtils.h"
#include "StringUtils.h"
#include "Numeric.h"
#include "Context.h"
#include "GModel.h"
#include "Geo.h"
#include "GeoInterpolation.h"
#include "Options.h"
#include "Colors.h"
#include "Parser.h"
#include "OpenFile.h"
#include "CommandLine.h"
#include "FunctionManager.h"
#include "ColorTable.h"
#include "OS.h"
#include "CreateFile.h"
#include "gmshSurface.h"
#include "gmshLevelset.h"
#if defined(HAVE_MESH)
#include "Generator.h"
#include "Field.h"
#include "BackgroundMesh.h"
#endif
#if defined(HAVE_POST)
#include "PView.h"
#include "PViewDataList.h"
#endif
#if defined(HAVE_PLUGINS)
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
#include "PluginManager.h"
#endif
#if defined(HAVE_OPENGL)
#include "drawContext.h"
#endif
#if defined(HAVE_KBIPACK)
#include "Homology.h"
#endif
// Global parser variables
std::string gmsh_yyname;
int gmsh_yyerrorstate = 0;
int gmsh_yyviewindex = 0;
std::map<std::string, std::vector<double> > gmsh_yysymbols;
// Static parser variables (accessible only in this file)
static std::map<std::string, std::string > gmsh_yystringsymbols;
#if defined(HAVE_POST)
static PViewDataList *ViewData;
#endif
static std::vector<double> ViewCoord;
static std::vector<double> *ViewValueList = 0;
static int *ViewNumList = 0;
static ExtrudeParams extr;
static int curPhysDim = 0;
static gmshSurface *myGmshSurface = 0;
#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 const char *LoopControlVariablesNameTab[MAX_RECUR_LOOPS];
void yyerror(const char *s);
void yymsg(int level, const char *fmt, ...);
void skip_until(const char *skip, const char *until);
int PrintListOfDouble(char *format, List_T *list, char *buffer);
fullMatrix<double> ListOfListOfDouble2Matrix(List_T *list);
/* Enabling traces. */
#ifndef YYDEBUG
# define YYDEBUG 0
#endif

Christophe Geuzaine
committed
/* Enabling verbose error messages. */
#ifdef YYERROR_VERBOSE
# undef YYERROR_VERBOSE
# define YYERROR_VERBOSE 1
#else
# define YYERROR_VERBOSE 0
#endif
/* Enabling the token table. */
#ifndef YYTOKEN_TABLE
# define YYTOKEN_TABLE 0
#endif
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
}
/* Line 193 of yacc.c. */
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1
/* Line 216 of yacc.c. */
#ifdef YYTYPE_UINT8
typedef YYTYPE_UINT8 yytype_uint8;
#else
typedef unsigned char yytype_uint8;
#ifdef YYTYPE_INT8
typedef YYTYPE_INT8 yytype_int8;
#elif (defined __STDC__ || defined __C99__FUNC__ \
|| defined __cplusplus || defined _MSC_VER)
typedef signed char yytype_int8;
#else
typedef short int yytype_int8;
#endif
#ifdef YYTYPE_UINT16
typedef YYTYPE_UINT16 yytype_uint16;
#else
typedef unsigned short int yytype_uint16;
#endif
#ifdef YYTYPE_INT16
typedef YYTYPE_INT16 yytype_int16;
#else
typedef short int yytype_int16;
#endif
#ifndef YYSIZE_T
# ifdef __SIZE_TYPE__
# define YYSIZE_T __SIZE_TYPE__
# elif defined size_t
# define YYSIZE_T size_t
# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
|| defined __cplusplus || defined _MSC_VER)
# include <stddef.h> /* INFRINGES ON USER NAME SPACE */
# define YYSIZE_T size_t
# else
# define YYSIZE_T unsigned int
# endif
#endif
# if defined YYENABLE_NLS && YYENABLE_NLS
# if ENABLE_NLS
# include <libintl.h> /* INFRINGES ON USER NAME SPACE */
# define YY_(msgid) dgettext ("bison-runtime", msgid)
# endif
# endif
# ifndef YY_
# define YY_(msgid) msgid
# endif
#endif
/* Suppress unused-variable warnings by "using" E. */
#if ! defined lint || defined __GNUC__
# define YYUSE(e) ((void) (e))
#else
# define YYUSE(e) /* empty */
/* Identity function, used to suppress warnings about constant conditions. */
#ifndef lint
# define YYID(n) (n)
#else
#if (defined __STDC__ || defined __C99__FUNC__ \
|| defined __cplusplus || defined _MSC_VER)
static int
YYID (int i)
YYID (i)
int i;
return i;
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
#if ! defined yyoverflow || YYERROR_VERBOSE
/* 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
# elif defined __BUILTIN_VA_ARG_INCR
# include <alloca.h> /* INFRINGES ON USER NAME SPACE */
# elif defined _AIX
# define YYSTACK_ALLOC __alloca
# elif defined _MSC_VER
# include <malloc.h> /* INFRINGES ON USER NAME SPACE */
# define alloca _alloca
# else
# define YYSTACK_ALLOC alloca
# if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
|| defined __cplusplus || defined _MSC_VER)
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
# ifndef _STDLIB_H
# define _STDLIB_H 1
# endif
# endif
# endif
# endif
# endif
# ifdef YYSTACK_ALLOC
/* Pacify GCC's `empty if-body' warning. */
# define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
# ifndef YYSTACK_ALLOC_MAXIMUM
/* The OS might guarantee only one guard page at the bottom of the stack,
and a page size can be as small as 4096 bytes. So we cannot safely
invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
to allow for a few compiler-allocated temporary stack slots. */
# define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
# endif
# else
# define YYSTACK_ALLOC YYMALLOC
# define YYSTACK_FREE YYFREE
# ifndef YYSTACK_ALLOC_MAXIMUM
# define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
# endif
# if (defined __cplusplus && ! defined _STDLIB_H \
&& ! ((defined YYMALLOC || defined malloc) \
&& (defined YYFREE || defined free)))
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
# ifndef _STDLIB_H
# define _STDLIB_H 1
# endif
# endif
# ifndef YYMALLOC
# define YYMALLOC malloc
# if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
|| defined __cplusplus || defined _MSC_VER)
void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
# endif
# endif
# ifndef YYFREE
# define YYFREE free
# if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
|| defined __cplusplus || defined _MSC_VER)
void free (void *); /* INFRINGES ON USER NAME SPACE */
# endif
# endif
# 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
{
yytype_int16 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 (yytype_int16) + 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 \
{ \
YYSIZE_T yyi; \
for (yyi = 0; yyi < (Count); yyi++) \
(To)[yyi] = (From)[yyi]; \
} \
while (YYID (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); \
} \
/* YYFINAL -- State number of the termination state. */
#define YYFINAL 5
/* YYLAST -- Last index in YYTABLE. */
#define YYLAST 6875
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
#define YYUNDEFTOK 2
#define YYTRANSLATE(YYX) \
((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
static const yytype_uint8 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, 138, 2, 148, 2, 137, 2, 2,
143, 144, 135, 133, 149, 134, 147, 136, 2, 2,
129, 2, 130, 124, 2, 2, 2, 2, 2, 2,
2, 145, 2, 146, 142, 2, 2, 2, 2, 2,
2, 2, 2, 150, 2, 151, 152, 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, 111, 112, 113, 114,
115, 116, 117, 118, 119, 120, 121, 122, 123, 125,
126, 127, 128, 131, 132, 139, 140, 141
#if YYDEBUG
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
YYRHS. */
static const yytype_uint16 yyprhs[] =
{
0, 0, 3, 5, 8, 9, 12, 14, 16, 18,
20, 22, 24, 26, 28, 30, 32, 34, 36, 38,
40, 42, 44, 46, 48, 51, 57, 65, 73, 83,
90, 97, 104, 105, 108, 111, 114, 117, 120, 122,
126, 128, 132, 133, 134, 145, 147, 151, 152, 166,
168, 172, 173, 189, 198, 213, 214, 221, 223, 225,
227, 229, 231, 233, 235, 240, 248, 258, 265, 272,
276, 283, 288, 295, 305, 312, 322, 328, 337, 346,
358, 365, 375, 381, 389, 399, 409, 421, 431, 441,
443, 445, 446, 452, 453, 456, 464, 465, 475, 482,
490, 495, 503, 512, 521, 529, 537, 549, 558, 567,
568, 578, 587, 597, 601, 606, 617, 625, 633, 642,
652, 666, 667, 677, 686, 694, 703, 704, 714, 720,
732, 738, 748, 753, 763, 773, 775, 777, 778, 781,
788, 795, 802, 809, 818, 833, 850, 863, 872, 881,
888, 903, 908, 915, 922, 926, 931, 937, 941, 945,
950, 955, 959, 967, 975, 979, 987, 991, 994, 997,
1000, 1016, 1019, 1022, 1029, 1038, 1047, 1058, 1060, 1063,
1065, 1069, 1074, 1076, 1082, 1094, 1108, 1109, 1117, 1118,
1132, 1133, 1149, 1150, 1157, 1166, 1175, 1184, 1197, 1210,
1223, 1238, 1253, 1268, 1269, 1282, 1283, 1296, 1297, 1310,
1311, 1328, 1329, 1346, 1347, 1364, 1365, 1384, 1385, 1404,
1405, 1424, 1426, 1429, 1435, 1443, 1453, 1456, 1466, 1467,
1469, 1470, 1474, 1475, 1477, 1478, 1481, 1482, 1485, 1493,
1500, 1509, 1515, 1521, 1528, 1535, 1548, 1559, 1570, 1581,
1592, 1595, 1599, 1611, 1623, 1635, 1647, 1649, 1653, 1656,
1659, 1662, 1666, 1670, 1674, 1678, 1682, 1686, 1690, 1694,
1698, 1702, 1706, 1710, 1714, 1718, 1724, 1729, 1734, 1739,
1744, 1749, 1754, 1759, 1764, 1769, 1774, 1781, 1786, 1791,
1796, 1801, 1806, 1811, 1818, 1825, 1832, 1837, 1842, 1847,
1852, 1857, 1862, 1867, 1872, 1877, 1882, 1887, 1894, 1899,
1904, 1909, 1914, 1919, 1924, 1931, 1938, 1945, 1950, 1952,
1954, 1956, 1958, 1960, 1962, 1964, 1966, 1972, 1977, 1982,
1985, 1991, 1995, 2002, 2007, 2015, 2022, 2024, 2027, 2030,
2034, 2038, 2050, 2060, 2068, 2076, 2078, 2082, 2084, 2086,
2089, 2093, 2098, 2104, 2106, 2108, 2111, 2115, 2119, 2125,
2130, 2132, 2134, 2138, 2145, 2147, 2149, 2153, 2157, 2167,
2175, 2177, 2183, 2187, 2194, 2196, 2200, 2202, 2204, 2208,
2215, 2217, 2219, 2224, 2231, 2238, 2243, 2248, 2253
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
static const yytype_int16 yyrhs[] =
{
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
154, 0, -1, 155, -1, 1, 6, -1, -1, 155,
156, -1, 159, -1, 158, -1, 177, -1, 181, -1,
186, -1, 190, -1, 191, -1, 192, -1, 195, -1,
216, -1, 217, -1, 218, -1, 219, -1, 194, -1,
193, -1, 189, -1, 220, -1, 130, -1, 130, 130,
-1, 35, 143, 5, 144, 6, -1, 35, 143, 5,
144, 157, 233, 6, -1, 35, 143, 5, 149, 229,
144, 6, -1, 35, 143, 5, 149, 229, 144, 157,
233, 6, -1, 4, 5, 150, 160, 151, 6, -1,
84, 4, 145, 221, 146, 6, -1, 85, 4, 145,
221, 146, 6, -1, -1, 160, 163, -1, 160, 167,
-1, 160, 170, -1, 160, 172, -1, 160, 173, -1,
221, -1, 161, 149, 221, -1, 221, -1, 162, 149,
221, -1, -1, -1, 4, 164, 143, 161, 144, 165,
150, 162, 151, 6, -1, 233, -1, 166, 149, 233,
-1, -1, 86, 143, 221, 149, 221, 149, 221, 144,
168, 150, 166, 151, 6, -1, 233, -1, 169, 149,
233, -1, -1, 87, 143, 221, 149, 221, 149, 221,
149, 221, 144, 171, 150, 169, 151, 6, -1, 88,
150, 225, 151, 150, 225, 151, 6, -1, 88, 150,
225, 151, 150, 225, 151, 150, 225, 151, 150, 225,
151, 6, -1, -1, 89, 174, 150, 162, 151, 6,
-1, 7, -1, 123, -1, 122, -1, 121, -1, 120,
-1, 141, -1, 140, -1, 4, 175, 221, 6, -1,
4, 145, 221, 146, 175, 221, 6, -1, 4, 145,
150, 229, 151, 146, 175, 226, 6, -1, 4, 145,
146, 7, 226, 6, -1, 4, 145, 146, 123, 226,
6, -1, 4, 176, 6, -1, 4, 145, 221, 146,
176, 6, -1, 4, 7, 234, 6, -1, 4, 147,
4, 7, 234, 6, -1, 4, 145, 221, 146, 147,
4, 7, 234, 6, -1, 4, 147, 4, 175, 221,
6, -1, 4, 145, 221, 146, 147, 4, 175, 221,
6, -1, 4, 147, 4, 176, 6, -1, 4, 145,
221, 146, 147, 4, 176, 6, -1, 4, 147, 96,
147, 4, 7, 230, 6, -1, 4, 145, 221, 146,
147, 96, 147, 4, 7, 230, 6, -1, 4, 147,
97, 7, 231, 6, -1, 4, 145, 221, 146, 147,
97, 7, 231, 6, -1, 4, 104, 7, 221, 6,
-1, 104, 145, 221, 146, 7, 4, 6, -1, 104,
145, 221, 146, 147, 4, 7, 221, 6, -1, 104,
145, 221, 146, 147, 4, 7, 234, 6, -1, 104,
145, 221, 146, 147, 4, 7, 150, 229, 151, 6,
-1, 67, 143, 4, 144, 147, 4, 7, 221, 6,
-1, 67, 143, 4, 144, 147, 4, 7, 234, 6,
-1, 221, -1, 234, -1, -1, 99, 50, 150, 221,
151, -1, -1, 59, 223, -1, 46, 143, 221, 144,
7, 223, 6, -1, -1, 63, 46, 182, 143, 178,
144, 7, 226, 6, -1, 55, 56, 226, 7, 221,
6, -1, 49, 143, 221, 144, 7, 226, 6, -1,
68, 49, 226, 6, -1, 53, 143, 221, 144, 7,
226, 6, -1, 47, 143, 221, 144, 7, 226, 180,
6, -1, 48, 143, 221, 144, 7, 226, 180, 6,
-1, 91, 143, 221, 144, 7, 226, 6, -1, 92,
143, 221, 144, 7, 226, 6, -1, 93, 143, 221,
144, 7, 226, 95, 226, 94, 221, 6, -1, 49,
75, 143, 221, 144, 7, 226, 6, -1, 64, 49,
143, 221, 144, 7, 226, 6, -1, -1, 63, 49,
183, 143, 178, 144, 7, 226, 6, -1, 59, 52,
143, 221, 144, 7, 226, 6, -1, 60, 52, 143,
221, 144, 7, 226, 179, 6, -1, 12, 13, 6,
-1, 13, 52, 221, 6, -1, 57, 52, 143, 221,
144, 7, 5, 5, 5, 6, -1, 50, 143, 221,
144, 7, 226, 6, -1, 51, 143, 221, 144, 7,
226, 6, -1, 52, 75, 143, 221, 144, 7, 226,
6, -1, 64, 52, 143, 221, 144, 7, 226, 211,
6, -1, 64, 52, 143, 221, 144, 7, 226, 4,
150, 225, 151, 211, 6, -1, -1, 63, 52, 184,
143, 178, 144, 7, 226, 6, -1, 62, 54, 143,
221, 144, 7, 226, 6, -1, 54, 143, 221, 144,
7, 226, 6, -1, 64, 54, 143, 221, 144, 7,
226, 6, -1, -1, 63, 54, 185, 143, 178, 144,
7, 226, 6, -1, 70, 223, 150, 187, 151, -1,
69, 150, 223, 149, 223, 149, 221, 151, 150, 187,
151, -1, 71, 223, 150, 187, 151, -1, 72, 150,
223, 149, 221, 151, 150, 187, 151, -1, 4, 150,
187, 151, -1, 81, 49, 150, 229, 151, 52, 150,
221, 151, -1, 78, 49, 143, 221, 144, 150, 229,
151, 6, -1, 188, -1, 186, -1, -1, 188, 181,
-1, 188, 46, 150, 229, 151, 6, -1, 188, 49,
150, 229, 151, 6, -1, 188, 52, 150, 229, 151,
6, -1, 188, 54, 150, 229, 151, 6, -1, 74,
59, 143, 221, 144, 7, 226, 6, -1, 74, 59,
143, 221, 144, 7, 150, 223, 149, 223, 149, 229,
151, 6, -1, 74, 59, 143, 221, 144, 7, 150,
223, 149, 223, 149, 223, 149, 229, 151, 6, -1,
74, 50, 143, 221, 144, 7, 150, 223, 149, 229,
151, 6, -1, 74, 4, 143, 221, 144, 7, 226,
6, -1, 74, 4, 143, 221, 144, 7, 5, 6,
-1, 74, 4, 150, 221, 151, 6, -1, 74, 4,
143, 221, 144, 7, 150, 223, 149, 223, 149, 229,
151, 6, -1, 79, 150, 188, 151, -1, 79, 104,
145, 221, 146, 6, -1, 79, 4, 145, 221, 146,
6, -1, 79, 4, 6, -1, 79, 4, 4, 6,
-1, 96, 230, 150, 188, 151, -1, 108, 5, 6,
-1, 109, 5, 6, -1, 108, 150, 188, 151, -1,
109, 150, 188, 151, -1, 4, 234, 6, -1, 4,
4, 145, 221, 146, 233, 6, -1, 4, 4, 4,
145, 221, 146, 6, -1, 4, 221, 6, -1, 67,
143, 4, 144, 147, 4, 6, -1, 90, 4, 6,
-1, 103, 6, -1, 43, 6, -1, 40, 6, -1,
40, 150, 221, 149, 221, 149, 221, 149, 221, 149,
221, 149, 221, 151, 6, -1, 41, 6, -1, 44,
6, -1, 98, 143, 221, 8, 221, 144, -1, 98,
143, 221, 8, 221, 8, 221, 144, -1, 98, 4,
99, 150, 221, 8, 221, 151, -1, 98, 4, 99,
150, 221, 8, 221, 8, 221, 151, -1, 100, -1,
107, 4, -1, 105, -1, 106, 4, 6, -1, 101,
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
143, 221, 144, -1, 102, -1, 73, 223, 150, 188,
151, -1, 73, 150, 223, 149, 223, 149, 221, 151,
150, 188, 151, -1, 73, 150, 223, 149, 223, 149,
223, 149, 221, 151, 150, 188, 151, -1, -1, 73,
223, 150, 188, 196, 209, 151, -1, -1, 73, 150,
223, 149, 223, 149, 221, 151, 150, 188, 197, 209,
151, -1, -1, 73, 150, 223, 149, 223, 149, 223,
149, 221, 151, 150, 188, 198, 209, 151, -1, -1,
73, 150, 188, 199, 209, 151, -1, 73, 46, 150,
221, 149, 223, 151, 6, -1, 73, 49, 150, 221,
149, 223, 151, 6, -1, 73, 52, 150, 221, 149,
223, 151, 6, -1, 73, 46, 150, 221, 149, 223,
149, 223, 149, 221, 151, 6, -1, 73, 49, 150,
221, 149, 223, 149, 223, 149, 221, 151, 6, -1,
73, 52, 150, 221, 149, 223, 149, 223, 149, 221,
151, 6, -1, 73, 46, 150, 221, 149, 223, 149,
223, 149, 223, 149, 221, 151, 6, -1, 73, 49,
150, 221, 149, 223, 149, 223, 149, 223, 149, 221,
151, 6, -1, 73, 52, 150, 221, 149, 223, 149,
223, 149, 223, 149, 221, 151, 6, -1, -1, 73,
46, 150, 221, 149, 223, 151, 200, 150, 209, 151,
6, -1, -1, 73, 49, 150, 221, 149, 223, 151,
201, 150, 209, 151, 6, -1, -1, 73, 52, 150,
221, 149, 223, 151, 202, 150, 209, 151, 6, -1,
-1, 73, 46, 150, 221, 149, 223, 149, 223, 149,
221, 151, 203, 150, 209, 151, 6, -1, -1, 73,
49, 150, 221, 149, 223, 149, 223, 149, 221, 151,
204, 150, 209, 151, 6, -1, -1, 73, 52, 150,
221, 149, 223, 149, 223, 149, 221, 151, 205, 150,
209, 151, 6, -1, -1, 73, 46, 150, 221, 149,
223, 149, 223, 149, 223, 149, 221, 151, 206, 150,
209, 151, 6, -1, -1, 73, 49, 150, 221, 149,
223, 149, 223, 149, 223, 149, 221, 151, 207, 150,
209, 151, 6, -1, -1, 73, 52, 150, 221, 149,
223, 149, 223, 149, 223, 149, 221, 151, 208, 150,
209, 151, 6, -1, 210, -1, 209, 210, -1, 82,
150, 221, 151, 6, -1, 82, 150, 226, 149, 226,
151, 6, -1, 82, 150, 226, 149, 226, 149, 226,
151, 6, -1, 76, 6, -1, 83, 143, 221, 144,
7, 226, 66, 221, 6, -1, -1, 4, -1, -1,
66, 4, 221, -1, -1, 4, -1, -1, 7, 226,
-1, -1, 7, 221, -1, 61, 49, 227, 7, 221,
212, 6, -1, 61, 52, 227, 214, 213, 6, -1,
58, 52, 150, 221, 151, 7, 226, 6, -1, 61,
54, 227, 214, 6, -1, 76, 52, 227, 215, 6,
-1, 77, 52, 226, 7, 221, 6, -1, 65, 49,
226, 7, 226, 6, -1, 65, 52, 221, 150, 229,
151, 7, 221, 150, 229, 151, 6, -1, 46, 150,
229, 151, 99, 52, 150, 221, 151, 6, -1, 49,
150, 229, 151, 99, 52, 150, 221, 151, 6, -1,
49, 150, 229, 151, 99, 54, 150, 221, 151, 6,
-1, 52, 150, 229, 151, 99, 54, 150, 221, 151,
6, -1, 80, 6, -1, 80, 4, 6, -1, 116,
143, 233, 144, 7, 150, 226, 149, 226, 151, 6,
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
-1, 117, 143, 233, 144, 7, 150, 226, 149, 226,
151, 6, -1, 118, 143, 233, 144, 7, 150, 226,
149, 226, 151, 6, -1, 119, 143, 233, 144, 7,
150, 226, 149, 226, 151, 6, -1, 222, -1, 143,
221, 144, -1, 134, 221, -1, 133, 221, -1, 138,
221, -1, 221, 134, 221, -1, 221, 133, 221, -1,
221, 135, 221, -1, 221, 136, 221, -1, 221, 137,
221, -1, 221, 142, 221, -1, 221, 129, 221, -1,
221, 130, 221, -1, 221, 132, 221, -1, 221, 131,
221, -1, 221, 128, 221, -1, 221, 127, 221, -1,
221, 126, 221, -1, 221, 125, 221, -1, 221, 124,
221, 8, 221, -1, 14, 143, 221, 144, -1, 15,
143, 221, 144, -1, 16, 143, 221, 144, -1, 17,
143, 221, 144, -1, 18, 143, 221, 144, -1, 19,
143, 221, 144, -1, 20, 143, 221, 144, -1, 21,
143, 221, 144, -1, 22, 143, 221, 144, -1, 24,
143, 221, 144, -1, 25, 143, 221, 149, 221, 144,
-1, 26, 143, 221, 144, -1, 27, 143, 221, 144,
-1, 28, 143, 221, 144, -1, 29, 143, 221, 144,
-1, 30, 143, 221, 144, -1, 31, 143, 221, 144,
-1, 32, 143, 221, 149, 221, 144, -1, 33, 143,
221, 149, 221, 144, -1, 34, 143, 221, 149, 221,
144, -1, 23, 143, 221, 144, -1, 14, 145, 221,
146, -1, 15, 145, 221, 146, -1, 16, 145, 221,
146, -1, 17, 145, 221, 146, -1, 18, 145, 221,
146, -1, 19, 145, 221, 146, -1, 20, 145, 221,
146, -1, 21, 145, 221, 146, -1, 22, 145, 221,
146, -1, 24, 145, 221, 146, -1, 25, 145, 221,
149, 221, 146, -1, 26, 145, 221, 146, -1, 27,
145, 221, 146, -1, 28, 145, 221, 146, -1, 29,
145, 221, 146, -1, 30, 145, 221, 146, -1, 31,
145, 221, 146, -1, 32, 145, 221, 149, 221, 146,
-1, 33, 145, 221, 149, 221, 146, -1, 34, 145,
221, 149, 221, 146, -1, 23, 145, 221, 146, -1,
3, -1, 9, -1, 10, -1, 11, -1, 113, -1,
114, -1, 115, -1, 4, -1, 4, 152, 150, 221,
151, -1, 4, 145, 221, 146, -1, 148, 4, 145,