Newer
Older
/* A Bison parser, made from Gmsh.y
#define YYBISON 1 /* Identify Bison output. */
#define tDOUBLE 257
#define tSTRING 258
#define tBIGSTR 259
#define tEND 260
#define tAFFECT 261
#define tDOTS 262
#define tPi 263
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
#define tMPI_Rank 264
#define tMPI_Size 265
#define tExp 266
#define tLog 267
#define tLog10 268
#define tSqrt 269
#define tSin 270
#define tAsin 271
#define tCos 272
#define tAcos 273
#define tTan 274
#define tRand 275
#define tAtan 276
#define tAtan2 277
#define tSinh 278
#define tCosh 279
#define tTanh 280
#define tFabs 281
#define tFloor 282
#define tCeil 283
#define tFmod 284
#define tModulo 285
#define tHypot 286
#define tPrintf 287
#define tSprintf 288
#define tStrCat 289
#define tStrPrefix 290
#define tDraw 291
#define tPoint 292
#define tCircle 293
#define tEllipsis 294
#define tLine 295
#define tSurface 296
#define tSpline 297
#define tVolume 298
#define tCharacteristic 299
#define tLength 300
#define tParametric 301
#define tElliptic 302
#define tPlane 303
#define tRuled 304
#define tTransfinite 305
#define tComplex 306
#define tPhysical 307
#define tUsing 308
#define tBump 309
#define tProgression 310
#define tPlugin 311
#define tRotate 312
#define tTranslate 313
#define tSymmetry 314
#define tDilate 315
#define tExtrude 316
#define tDuplicata 317
#define tLoop 318
#define tRecombine 319
#define tDelete 320
#define tCoherence 321
#define tIntersect 322
#define tAttractor 323
#define tLayers 324
#define tScalarTetrahedron 325
#define tVectorTetrahedron 326
#define tTensorTetrahedron 327
#define tScalarTriangle 328
#define tVectorTriangle 329
#define tTensorTriangle 330
#define tScalarLine 331
#define tVectorLine 332
#define tTensorLine 333
#define tScalarPoint 334
#define tVectorPoint 335
#define tTensorPoint 336
#define tBSpline 337
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
#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 tMesh 355
#define tB_SPLINE_SURFACE_WITH_KNOTS 356
#define tB_SPLINE_CURVE_WITH_KNOTS 357
#define tCARTESIAN_POINT 358
#define tTRUE 359
#define tFALSE 360
#define tUNSPECIFIED 361
#define tU 362
#define tV 363
#define tEDGE_CURVE 364
#define tVERTEX_POINT 365
#define tORIENTED_EDGE 366
#define tPLANE 367
#define tFACE_OUTER_BOUND 368
#define tEDGE_LOOP 369
#define tADVANCED_FACE 370
#define tVECTOR 371
#define tDIRECTION 372
#define tAXIS2_PLACEMENT_3D 373
#define tISO 374
#define tENDISO 375
#define tENDSEC 376
#define tDATA 377
#define tHEADER 378
#define tFILE_DESCRIPTION 379
#define tFILE_SCHEMA 380
#define tFILE_NAME 381
#define tMANIFOLD_SOLID_BREP 382
#define tCLOSED_SHELL 383
#define tADVANCED_BREP_SHAPE_REPRESENTATION 384
#define tFACE_BOUND 385
#define tCYLINDRICAL_SURFACE 386
#define tCONICAL_SURFACE 387
#define tCIRCLE 388
#define tTRIMMED_CURVE 389
#define tGEOMETRIC_SET 390
#define tCOMPOSITE_CURVE_SEGMENT 391
#define tCONTINUOUS 392
#define tCOMPOSITE_CURVE 393
#define tTOROIDAL_SURFACE 394
#define tPRODUCT_DEFINITION 395
#define tPRODUCT_DEFINITION_SHAPE 396
#define tSHAPE_DEFINITION_REPRESENTATION 397
#define tELLIPSE 398
#define tTrimmed 399
#define tSolid 400
#define tEndSolid 401
#define tVertex 402
#define tFacet 403
#define tNormal 404
#define tOuter 405
#define tLoopSTL 406
#define tEndLoop 407
#define tEndFacet 408
#define tAFFECTPLUS 409
#define tAFFECTMINUS 410
#define tAFFECTTIMES 411
#define tAFFECTDIVIDE 412
#define tOR 413
#define tAND 414
#define tEQUAL 415
#define tNOTEQUAL 416
#define tAPPROXEQUAL 417
#define tLESSOREQUAL 418
#define tGREATEROREQUAL 419
#define tCROSSPRODUCT 420
#define tPLUSPLUS 421
#define tMINUSMINUS 422
#define UNARYPREC 423
#line 1 "Gmsh.y"
// $Id: Gmsh.tab.cpp,v 1.114 2001-09-24 06:56:02 geuzaine Exp $
#include <stdarg.h>
#ifndef _NOPLUGIN
#include "PluginManager.h"
#endif
#include "Gmsh.h"
#include "Numeric.h"
#include "Context.h"
#include "Geo.h"
#include "CAD.h"
#include "DataBase.h"
#include "Mesh.h"

Christophe Geuzaine
committed
#include "Draw.h"
#include "Create.h"
#include "Views.h"
#include "StepGeomDatabase.h"
#include "Colors.h"
#include "Parser.h"

Christophe Geuzaine
committed
extern Context_T CTX;
static FILE *yyinTab[MAX_OPEN_FILES];
static int yylinenoTab[MAX_OPEN_FILES];
static fpos_t yyposImbricatedLoopsTab[MAX_OPEN_FILES];
static double LoopControlVariablesTab[MAX_OPEN_FILES][3];
static char* LoopControlVariablesNameTab[MAX_OPEN_FILES];
static char yynameTab[MAX_OPEN_FILES][256];
static char tmpstring[256];
static char tmpstring2[256], tmpstring3[256];
static Symbol TheSymbol, *pSymbol;
static Surface *STL_Surf;
static Shape TheShape;
static int i,j,k,flag,RecursionLevel=0,ImbricatedLoop = 0;
static StringXString *pStrCat;
static StringXNumber *pNumCat;
static StringXColor *pColCat;

Christophe Geuzaine
committed
static double (*pNumOpt)(int num, int action, double value);
static char* (*pStrOpt)(int num, int action, char *value);
static unsigned int (*pColOpt)(int num, int action, unsigned int value);
char *strsave(char *ptr);
void yyerror (char *s);
void vyyerror (char *fmt, ...);
#line 70 "Gmsh.y"
typedef union {
char *c;
int i;
double d;
double v[5];
Shape s;
List_T *l;
} YYSTYPE;
#include <stdio.h>
#ifndef __cplusplus
#ifndef __STDC__
#define const
#endif
#endif
#define YYFLAG -32768
#define YYTRANSLATE(x) ((unsigned)(x) <= 423 ? yytranslate[x] : 273)
static const short 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, 175, 2, 2, 2, 173, 2, 2, 180,
181, 171, 169, 185, 170, 184, 172, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 165,
2, 167, 159, 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, 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, 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, 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, 160, 161, 162, 163, 164, 166, 168, 174,
176, 177, 178
};
#if YYDEBUG != 0
static const short yyprhs[] = { 0,
0, 2, 4, 6, 9, 11, 14, 16, 38, 40,
41, 44, 46, 48, 50, 53, 56, 59, 62, 65,
73, 79, 97, 107, 131, 163, 179, 191, 203, 219,
229, 243, 253, 265, 279, 289, 299, 311, 321, 333,
343, 355, 369, 383, 395, 409, 427, 437, 449, 461,
475, 487, 497, 498, 501, 503, 505, 507, 509, 511,
513, 515, 517, 519, 521, 523, 525, 531, 539, 546,
555, 556, 559, 562, 565, 568, 571, 574, 577, 580,
583, 586, 589, 592, 594, 598, 599, 613, 615, 619,
620, 634, 636, 640, 641, 655, 657, 661, 662, 682,
684, 688, 689, 709, 711, 715, 716, 736, 738, 742,
743, 769, 771, 775, 776, 802, 804, 808, 809, 835,
837, 841, 842, 874, 876, 880, 881, 913, 915, 919,
920, 952, 954, 956, 958, 960, 962, 964, 966, 971,
979, 989, 996, 1000, 1007, 1014, 1024, 1031, 1041, 1047,
1056, 1065, 1077, 1084, 1094, 1104, 1114, 1122, 1131, 1144,

Christophe Geuzaine
committed
1151, 1157, 1165, 1173, 1186, 1194, 1202, 1212, 1230, 1239,
1248, 1256, 1264, 1276, 1282, 1291, 1304, 1313, 1336, 1357,
1366, 1375, 1381, 1390, 1398, 1407, 1413, 1425, 1431, 1441,
1443, 1445, 1447, 1448, 1451, 1456, 1461, 1468, 1472, 1476,
1480, 1488, 1491, 1494, 1501, 1510, 1519, 1530, 1532, 1535,
1537, 1541, 1546, 1548, 1557, 1570, 1579, 1592, 1593, 1606,
1607, 1624, 1633, 1646, 1647, 1660, 1661, 1678, 1680, 1683,
1693, 1696, 1703, 1713, 1723, 1732, 1741, 1750, 1757, 1762,
1765, 1768, 1770, 1772, 1774, 1776, 1778, 1780, 1784, 1787,
1790, 1793, 1797, 1801, 1805, 1809, 1813, 1817, 1821, 1825,
1829, 1833, 1837, 1841, 1845, 1849, 1855, 1860, 1865, 1870,
1875, 1880, 1885, 1890, 1895, 1900, 1905, 1912, 1917, 1922,
1927, 1932, 1937, 1942, 1949, 1956, 1963, 1968, 1973, 1978,
1983, 1988, 1993, 1998, 2003, 2008, 2013, 2018, 2025, 2030,
2035, 2040, 2045, 2050, 2055, 2062, 2069, 2076, 2081, 2083,
2085, 2087, 2089, 2091, 2096, 2099, 2105, 2109, 2116, 2121,
2129, 2131, 2134, 2137, 2141, 2145, 2157, 2167, 2175, 2183,
2184, 2188, 2190, 2194, 2195, 2199, 2203, 2205, 2209, 2211,
2213, 2217, 2222, 2226, 2232, 2236, 2241, 2248, 2256, 2258,
2260, 2264, 2268, 2278, 2286, 2288, 2294, 2298, 2305, 2307,
2311, 2313, 2320, 2325, 2330, 2337, 2344
};
static const short yyrhs[] = { 191,
0, 190, 0, 196, 0, 1, 6, 0, 3, 0,
170, 3, 0, 146, 0, 149, 150, 189, 189, 189,
151, 152, 148, 189, 189, 189, 148, 189, 189, 189,
148, 189, 189, 189, 153, 154, 0, 147, 0, 0,
191, 192, 0, 193, 0, 195, 0, 194, 0, 120,
6, 0, 121, 6, 0, 123, 6, 0, 122, 6,
0, 124, 6, 0, 125, 180, 262, 185, 5, 181,
6, 0, 126, 180, 262, 181, 6, 0, 127, 180,
5, 185, 5, 185, 262, 185, 262, 185, 5, 185,
5, 185, 260, 181, 6, 0, 3, 7, 103, 180,
5, 185, 258, 185, 266, 185, 257, 185, 257, 185,
257, 185, 266, 185, 266, 185, 257, 181, 6, 0,
3, 7, 102, 180, 5, 185, 258, 185, 258, 185,
264, 185, 257, 185, 257, 185, 257, 185, 257, 185,
266, 185, 266, 185, 266, 185, 266, 185, 257, 181,
3, 185, 3, 185, 257, 181, 6, 0, 3, 7,
114, 180, 5, 185, 3, 185, 257, 181, 6, 0,
3, 7, 131, 180, 5, 185, 3, 185, 257, 181,
171, 185, 258, 185, 257, 181, 6, 0, 3, 7,
115, 180, 5, 185, 266, 181, 6, 0, 3, 7,
116, 180, 5, 185, 266, 185, 3, 185, 257, 181,
6, 0, 3, 7, 111, 180, 5, 185, 3, 181,
6, 0, 3, 7, 117, 180, 5, 185, 3, 185,
113, 180, 5, 185, 3, 181, 6, 0, 3, 7,
41, 180, 5, 185, 3, 185, 3, 181, 6, 0,
3, 7, 129, 180, 5, 185, 266, 181, 6, 0,
3, 7, 130, 180, 5, 185, 266, 185, 3, 181,
6, 0, 3, 7, 128, 180, 5, 185, 3, 181,
6, 0, 3, 7, 132, 180, 5, 185, 3, 185,
258, 181, 6, 0, 3, 7, 133, 180, 5, 185,
3, 185, 258, 185, 258, 181, 6, 0, 3, 7,
140, 180, 5, 185, 3, 185, 258, 185, 258, 181,
258, 181, 6, 0, 3, 7, 144, 180, 5, 185,
3, 185, 258, 185, 258, 181, 6, 0, 3, 7,
135, 180, 5, 185, 3, 185, 266, 185, 266, 185,
257, 185, 257, 181, 6, 0, 3, 7, 136, 180,
5, 185, 266, 181, 6, 0, 3, 7, 137, 180,
138, 185, 257, 185, 3, 181, 6, 0, 3, 7,
139, 180, 5, 185, 266, 185, 257, 181, 6, 0,
3, 7, 141, 180, 5, 185, 5, 185, 3, 185,
3, 181, 6, 0, 3, 7, 142, 180, 5, 185,
5, 185, 3, 181, 6, 0, 3, 7, 143, 180,
3, 185, 3, 181, 6, 0, 0, 196, 197, 0,
199, 0, 198, 0, 239, 0, 240, 0, 241, 0,
33, 180, 5, 185, 268, 181, 6, 0, 4, 5,
186, 200, 187, 6, 0, 4, 5, 4, 260, 186,
200, 187, 6, 0, 0, 200, 202, 0, 200, 205,
0, 200, 208, 0, 200, 211, 0, 200, 214, 0,
200, 217, 0, 200, 220, 0, 200, 223, 0, 200,
226, 0, 200, 229, 0, 200, 232, 0, 200, 235,
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
0, 258, 0, 201, 185, 258, 0, 0, 80, 180,
258, 185, 258, 185, 258, 181, 203, 186, 201, 187,
6, 0, 258, 0, 204, 185, 258, 0, 0, 81,
180, 258, 185, 258, 185, 258, 181, 206, 186, 204,
187, 6, 0, 258, 0, 207, 185, 258, 0, 0,
82, 180, 258, 185, 258, 185, 258, 181, 209, 186,
207, 187, 6, 0, 258, 0, 210, 185, 258, 0,
0, 77, 180, 258, 185, 258, 185, 258, 185, 258,
185, 258, 185, 258, 181, 212, 186, 210, 187, 6,
0, 258, 0, 213, 185, 258, 0, 0, 78, 180,
258, 185, 258, 185, 258, 185, 258, 185, 258, 185,
258, 181, 215, 186, 213, 187, 6, 0, 258, 0,
216, 185, 258, 0, 0, 79, 180, 258, 185, 258,
185, 258, 185, 258, 185, 258, 185, 258, 181, 218,
186, 216, 187, 6, 0, 258, 0, 219, 185, 258,
0, 0, 74, 180, 258, 185, 258, 185, 258, 185,
258, 185, 258, 185, 258, 185, 258, 185, 258, 185,
258, 181, 221, 186, 219, 187, 6, 0, 258, 0,
222, 185, 258, 0, 0, 75, 180, 258, 185, 258,
185, 258, 185, 258, 185, 258, 185, 258, 185, 258,
185, 258, 185, 258, 181, 224, 186, 222, 187, 6,
0, 258, 0, 225, 185, 258, 0, 0, 76, 180,
258, 185, 258, 185, 258, 185, 258, 185, 258, 185,
258, 185, 258, 185, 258, 185, 258, 181, 227, 186,
225, 187, 6, 0, 258, 0, 228, 185, 258, 0,
0, 71, 180, 258, 185, 258, 185, 258, 185, 258,
185, 258, 185, 258, 185, 258, 185, 258, 185, 258,
185, 258, 185, 258, 185, 258, 181, 230, 186, 228,
187, 6, 0, 258, 0, 231, 185, 258, 0, 0,
72, 180, 258, 185, 258, 185, 258, 185, 258, 185,
258, 185, 258, 185, 258, 185, 258, 185, 258, 185,
258, 185, 258, 185, 258, 181, 233, 186, 231, 187,
6, 0, 258, 0, 234, 185, 258, 0, 0, 73,
180, 258, 185, 258, 185, 258, 185, 258, 185, 258,
185, 258, 185, 258, 185, 258, 185, 258, 185, 258,
185, 258, 185, 258, 181, 236, 186, 234, 187, 6,
0, 176, 0, 177, 0, 4, 237, 258, 6, 0,
4, 182, 258, 183, 237, 258, 6, 0, 4, 182,
186, 268, 187, 183, 237, 266, 6, 0, 4, 182,
183, 7, 266, 6, 0, 4, 238, 6, 0, 4,
182, 258, 183, 238, 6, 0, 4, 184, 4, 7,
272, 6, 0, 4, 182, 258, 183, 184, 4, 7,
272, 6, 0, 4, 184, 4, 237, 258, 6, 0,
4, 182, 258, 183, 184, 4, 237, 258, 6, 0,
4, 184, 4, 238, 6, 0, 4, 182, 258, 183,
7, 269, 6, 0, 4, 182, 258, 183, 184, 90,
184, 4, 7, 269, 6, 0, 4, 184, 91, 7,
270, 6, 0, 4, 182, 258, 183, 184, 91, 7,
270, 6, 0, 57, 180, 4, 181, 184, 4, 7,
258, 6, 0, 57, 180, 4, 181, 184, 4, 7,
272, 6, 0, 38, 180, 258, 181, 7, 260, 6,
0, 53, 38, 180, 258, 181, 7, 266, 6, 0,
69, 38, 266, 7, 186, 258, 185, 258, 185, 258,
187, 6, 0, 45, 46, 266, 7, 258, 6, 0,
38, 186, 258, 187, 6, 0, 41, 180, 258, 181,
7, 266, 6, 0, 43, 180, 258, 181, 7, 266,
6, 0, 69, 41, 266, 7, 186, 258, 185, 258,
185, 258, 187, 6, 0, 39, 180, 258, 181, 7,
266, 6, 0, 40, 180, 258, 181, 7, 266, 6,
0, 39, 180, 258, 181, 7, 266, 49, 260, 6,
0, 47, 180, 258, 181, 7, 186, 258, 185, 258,
41, 180, 258, 181, 7, 266, 6, 0, 41, 64,
180, 258, 181, 7, 266, 6, 0, 83, 180, 258,
181, 7, 266, 6, 0, 84, 180, 258, 181, 7,
266, 6, 0, 85, 180, 258, 181, 7, 266, 89,
266, 86, 258, 6, 0, 41, 186, 258, 187, 6,
0, 49, 42, 180, 258, 181, 7, 266, 6, 0,
145, 42, 180, 258, 181, 7, 186, 258, 185, 266,
187, 6, 0, 50, 42, 180, 258, 181, 7, 266,
6, 0, 85, 42, 87, 88, 180, 258, 181, 7,
264, 89, 186, 266, 185, 266, 187, 86, 186, 258,
185, 258, 187, 6, 0, 85, 42, 180, 258, 181,
7, 264, 89, 186, 266, 185, 266, 187, 86, 186,
258, 185, 258, 187, 6, 0, 53, 42, 180, 258,
181, 7, 266, 6, 0, 42, 64, 180, 258, 181,
7, 266, 6, 0, 42, 186, 258, 187, 6, 0,
52, 44, 180, 258, 181, 7, 266, 6, 0, 44,
180, 258, 181, 7, 266, 6, 0, 53, 44, 180,
258, 181, 7, 266, 6, 0, 59, 260, 186, 242,
187, 0, 58, 186, 260, 185, 260, 185, 258, 187,
186, 242, 187, 0, 60, 260, 186, 242, 187, 0,
61, 186, 260, 185, 258, 187, 186, 242, 187, 0,
244, 0, 243, 0, 241, 0, 0, 243, 240, 0,
63, 186, 243, 187, 0, 66, 186, 243, 187, 0,
66, 4, 182, 258, 183, 6, 0, 66, 101, 6,
0, 4, 272, 6, 0, 4, 258, 6, 0, 57,
37, 6, 0, 92, 180, 258, 8, 258, 181, 0,
92, 180, 258, 8, 258, 8, 258, 181, 0, 92,
4, 93, 186, 258, 8, 258, 187, 0, 92, 4,
93, 186, 258, 8, 258, 8, 258, 187, 0, 94,
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
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
95, 180, 258, 181, 0, 96, 0, 62, 38, 186,
258, 185, 260, 187, 6, 0, 62, 38, 186, 258,
185, 260, 185, 260, 185, 258, 187, 6, 0, 62,
41, 186, 258, 185, 260, 187, 6, 0, 62, 41,
186, 258, 185, 260, 185, 260, 185, 258, 187, 6,
0, 0, 62, 41, 186, 258, 185, 260, 187, 249,
186, 253, 187, 6, 0, 0, 62, 41, 186, 258,
185, 260, 185, 260, 185, 258, 187, 250, 186, 253,
187, 6, 0, 62, 42, 186, 258, 185, 260, 187,
6, 0, 62, 42, 186, 258, 185, 260, 185, 260,
185, 258, 187, 6, 0, 0, 62, 42, 186, 258,
185, 260, 187, 251, 186, 253, 187, 6, 0, 0,
62, 42, 186, 258, 185, 260, 185, 260, 185, 258,
187, 252, 186, 253, 187, 6, 0, 254, 0, 253,
254, 0, 70, 186, 266, 185, 266, 185, 266, 187,
6, 0, 65, 6, 0, 51, 41, 266, 7, 258,
6, 0, 51, 41, 266, 7, 258, 54, 56, 258,
6, 0, 51, 41, 266, 7, 258, 54, 55, 258,
6, 0, 51, 42, 186, 258, 187, 7, 266, 6,
0, 48, 42, 186, 258, 187, 7, 266, 6, 0,
51, 44, 186, 258, 187, 7, 266, 6, 0, 65,
42, 266, 7, 258, 6, 0, 65, 42, 266, 6,
0, 67, 6, 0, 68, 6, 0, 105, 0, 106,
0, 107, 0, 108, 0, 109, 0, 259, 0, 180,
258, 181, 0, 170, 258, 0, 169, 258, 0, 175,
258, 0, 258, 170, 258, 0, 258, 169, 258, 0,
258, 171, 258, 0, 258, 172, 258, 0, 258, 173,
258, 0, 258, 179, 258, 0, 258, 165, 258, 0,
258, 167, 258, 0, 258, 166, 258, 0, 258, 168,
258, 0, 258, 162, 258, 0, 258, 163, 258, 0,
258, 161, 258, 0, 258, 160, 258, 0, 258, 159,
258, 8, 258, 0, 12, 180, 258, 181, 0, 13,
180, 258, 181, 0, 14, 180, 258, 181, 0, 15,
180, 258, 181, 0, 16, 180, 258, 181, 0, 17,
180, 258, 181, 0, 18, 180, 258, 181, 0, 19,
180, 258, 181, 0, 20, 180, 258, 181, 0, 22,
180, 258, 181, 0, 23, 180, 258, 185, 258, 181,
0, 24, 180, 258, 181, 0, 25, 180, 258, 181,
0, 26, 180, 258, 181, 0, 27, 180, 258, 181,
0, 28, 180, 258, 181, 0, 29, 180, 258, 181,
0, 30, 180, 258, 185, 258, 181, 0, 31, 180,
258, 185, 258, 181, 0, 32, 180, 258, 185, 258,
181, 0, 21, 180, 258, 181, 0, 12, 182, 258,
183, 0, 13, 182, 258, 183, 0, 14, 182, 258,
183, 0, 15, 182, 258, 183, 0, 16, 182, 258,
183, 0, 17, 182, 258, 183, 0, 18, 182, 258,
183, 0, 19, 182, 258, 183, 0, 20, 182, 258,
183, 0, 22, 182, 258, 183, 0, 23, 182, 258,
185, 258, 183, 0, 24, 182, 258, 183, 0, 25,
182, 258, 183, 0, 26, 182, 258, 183, 0, 27,
182, 258, 183, 0, 28, 182, 258, 183, 0, 29,
182, 258, 183, 0, 30, 182, 258, 185, 258, 183,
0, 31, 182, 258, 185, 258, 183, 0, 32, 182,
258, 185, 258, 183, 0, 21, 182, 258, 183, 0,
3, 0, 9, 0, 10, 0, 11, 0, 4, 0,
4, 182, 258, 183, 0, 4, 238, 0, 4, 182,
258, 183, 238, 0, 4, 184, 4, 0, 4, 182,
258, 183, 184, 4, 0, 4, 184, 4, 238, 0,
4, 182, 258, 183, 184, 4, 238, 0, 261, 0,
170, 260, 0, 169, 260, 0, 260, 170, 260, 0,
260, 169, 260, 0, 186, 258, 185, 258, 185, 258,
185, 258, 185, 258, 187, 0, 186, 258, 185, 258,
185, 258, 185, 258, 187, 0, 186, 258, 185, 258,
185, 258, 187, 0, 180, 258, 185, 258, 185, 258,
181, 0, 0, 180, 263, 181, 0, 5, 0, 263,
185, 5, 0, 0, 186, 265, 187, 0, 180, 265,
181, 0, 266, 0, 265, 185, 266, 0, 258, 0,
267, 0, 186, 268, 187, 0, 170, 186, 268, 187,
0, 258, 8, 258, 0, 258, 8, 258, 8, 258,
0, 4, 182, 183, 0, 170, 4, 182, 183, 0,
4, 182, 186, 268, 187, 183, 0, 170, 4, 182,
186, 268, 187, 183, 0, 258, 0, 267, 0, 268,
185, 258, 0, 268, 185, 267, 0, 186, 258, 185,
258, 185, 258, 185, 258, 187, 0, 186, 258, 185,
258, 185, 258, 187, 0, 4, 0, 4, 184, 90,
184, 4, 0, 186, 271, 187, 0, 4, 182, 258,
183, 184, 91, 0, 269, 0, 271, 185, 269, 0,
5, 0, 35, 180, 272, 185, 272, 181, 0, 36,
180, 272, 181, 0, 34, 180, 272, 181, 0, 34,
180, 272, 185, 268, 181, 0, 34, 180, 4, 184,
4, 181, 0, 34, 180, 4, 182, 258, 183, 184,
4, 181, 0
};
#endif
#if YYDEBUG != 0
static const short yyrline[] = { 0,
152, 154, 155, 156, 163, 165, 168, 176, 190, 202,
204, 207, 209, 210, 213, 219, 224, 225, 226, 229,
233, 236, 242, 247, 253, 261, 266, 270, 276, 281,
285, 290, 294, 297, 302, 306, 310, 314, 319, 323,
326, 330, 334, 338, 342, 346, 350, 353, 357, 360,
364, 367, 376, 380, 386, 388, 389, 390, 391, 392,
393, 394, 395, 396, 397, 398, 401, 406, 435, 440,
446, 451, 452, 453, 454, 455, 456, 457, 458, 459,
460, 461, 462, 465, 468, 472, 478, 484, 487, 491,
497, 503, 506, 510, 516, 522, 525, 529, 537, 543,
546, 550, 558, 564, 567, 571, 579, 585, 588, 592,
604, 610, 613, 617, 629, 635, 638, 642, 654, 660,
663, 667, 680, 686, 689, 693, 706, 712, 715, 719,
732, 744, 746, 747, 748, 749, 751, 753, 755, 786,
820, 867, 882, 891, 906, 918, 932, 955, 979, 991,
1005, 1017, 1031, 1047, 1063, 1076, 1096, 1107, 1113, 1132,
1143, 1151, 1157, 1163, 1182, 1188, 1194, 1210, 1217, 1223,
1229, 1240, 1251, 1273, 1285, 1291, 1310, 1331, 1339, 1345,
1351, 1357, 1369, 1375, 1381, 1393, 1399, 1404, 1409, 1416,
1418, 1419, 1422, 1427, 1438, 1456, 1464, 1469, 1480, 1548,
1568, 1575, 1579, 1599, 1615, 1629, 1654, 1679, 1705, 1711,
1716, 1721, 1725, 1735, 1742, 1751, 1755, 1759, 1764, 1768,
1773, 1780, 1784, 1788, 1793, 1798, 1804, 1811, 1815, 1820,
1850, 1860, 1879, 1897, 1915, 1937, 1958, 1979, 1993, 2014,
2019, 2030, 2032, 2033, 2034, 2035, 2038, 2040, 2041, 2042,
2043, 2044, 2045, 2046, 2047, 2054, 2055, 2056, 2057, 2058,
2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068,
2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078,
2079, 2080, 2081, 2082, 2083, 2084, 2085, 2087, 2088, 2089,
2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099,
2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2112, 2117,
2118, 2119, 2123, 2134, 2151, 2162, 2181, 2197, 2213, 2229,
2246, 2251, 2255, 2259, 2263, 2268, 2273, 2277, 2281, 2287,
2291, 2296, 2300, 2305, 2309, 2313, 2319, 2325, 2332, 2338,
2342, 2346, 2356, 2363, 2374, 2388, 2404, 2424, 2448, 2454,
2458, 2462, 2473, 2478, 2489, 2494, 2512, 2517, 2530, 2536,
2542, 2547, 2555, 2568, 2572, 2597, 2611
};
#endif
#if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
static const char * const yytname[] = { "$","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","tDraw","tPoint","tCircle",
"tEllipsis","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","tScalarTetrahedron","tVectorTetrahedron",
"tTensorTetrahedron","tScalarTriangle","tVectorTriangle","tTensorTriangle","tScalarLine",
"tVectorLine","tTensorLine","tScalarPoint","tVectorPoint","tTensorPoint","tBSpline",
"tBezier","tNurbs","tOrder","tWith","tBounds","tKnots","tColor","tColorTable",
"tFor","tIn","tEndFor","tIf","tEndIf","tExit","tReturn","tCall","tFunction",
"tMesh","tB_SPLINE_SURFACE_WITH_KNOTS","tB_SPLINE_CURVE_WITH_KNOTS","tCARTESIAN_POINT",
"tTRUE","tFALSE","tUNSPECIFIED","tU","tV","tEDGE_CURVE","tVERTEX_POINT","tORIENTED_EDGE",
"tPLANE","tFACE_OUTER_BOUND","tEDGE_LOOP","tADVANCED_FACE","tVECTOR","tDIRECTION",
"tAXIS2_PLACEMENT_3D","tISO","tENDISO","tENDSEC","tDATA","tHEADER","tFILE_DESCRIPTION",
"tFILE_SCHEMA","tFILE_NAME","tMANIFOLD_SOLID_BREP","tCLOSED_SHELL","tADVANCED_BREP_SHAPE_REPRESENTATION",
"tFACE_BOUND","tCYLINDRICAL_SURFACE","tCONICAL_SURFACE","tCIRCLE","tTRIMMED_CURVE",
"tGEOMETRIC_SET","tCOMPOSITE_CURVE_SEGMENT","tCONTINUOUS","tCOMPOSITE_CURVE",
"tTOROIDAL_SURFACE","tPRODUCT_DEFINITION","tPRODUCT_DEFINITION_SHAPE","tSHAPE_DEFINITION_REPRESENTATION",
"tELLIPSE","tTrimmed","tSolid","tEndSolid","tVertex","tFacet","tNormal","tOuter",
"tLoopSTL","tEndLoop","tEndFacet","tAFFECTPLUS","tAFFECTMINUS","tAFFECTTIMES",
"tAFFECTDIVIDE","'?'","tOR","tAND","tEQUAL","tNOTEQUAL","tAPPROXEQUAL","'<'",
"tLESSOREQUAL","'>'","tGREATEROREQUAL","'+'","'-'","'*'","'/'","'%'","tCROSSPRODUCT",
"'!'","tPLUSPLUS","tMINUSMINUS","UNARYPREC","'^'","'('","')'","'['","']'","'.'",
"','","'{'","'}'","All","SignedDouble","STLFormatItem","StepFormatItems","StepFormatItem",
"StepSpecial","StepHeaderItem","StepDataItem","GeomFormatList","GeomFormat",
"Printf","View","Views","ScalarPointValues","ScalarPoint","@1","VectorPointValues",
"VectorPoint","@2","TensorPointValues","TensorPoint","@3","ScalarLineValues",
"ScalarLine","@4","VectorLineValues","VectorLine","@5","TensorLineValues","TensorLine",
"@6","ScalarTriangleValues","ScalarTriangle","@7","VectorTriangleValues","VectorTriangle",
"@8","TensorTriangleValues","TensorTriangle","@9","ScalarTetrahedronValues",
"ScalarTetrahedron","@10","VectorTetrahedronValues","VectorTetrahedron","@11",
"TensorTetrahedronValues","TensorTetrahedron","@12","NumericAffectation","NumericIncrement",
"Affectation","Shape","Transform","MultipleShape","ListOfShapes","Duplicata",
"Delete","Command","Loop","Extrude","@13","@14","@15","@16","ExtrudeParameters",
"ExtrudeParameter","Transfini","Coherence","BoolExpr","FExpr","FExpr_Single",
"VExpr","VExpr_Single","ListOfStrings","RecursiveListOfStrings","ListOfListOfDouble",
"RecursiveListOfListOfDouble","ListOfDouble","FExpr_Multi","RecursiveListOfDouble",
"ColorExpr","ListOfColor","RecursiveListOfColor","StringExpr", NULL
};
#endif
static const short yyr1[] = { 0,
188, 188, 188, 188, 189, 189, 190, 190, 190, 191,
191, 192, 192, 192, 193, 193, 193, 193, 193, 194,
194, 194, 195, 195, 195, 195, 195, 195, 195, 195,
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
195, 195, 196, 196, 197, 197, 197, 197, 197, 197,
197, 197, 197, 197, 197, 197, 198, 198, 199, 199,
200, 200, 200, 200, 200, 200, 200, 200, 200, 200,
200, 200, 200, 201, 201, 203, 202, 204, 204, 206,
205, 207, 207, 209, 208, 210, 210, 212, 211, 213,
213, 215, 214, 216, 216, 218, 217, 219, 219, 221,
220, 222, 222, 224, 223, 225, 225, 227, 226, 228,
228, 230, 229, 231, 231, 233, 232, 234, 234, 236,
235, 237, 237, 237, 237, 237, 238, 238, 239, 239,
239, 239, 239, 239, 239, 239, 239, 239, 239, 239,
239, 239, 239, 239, 239, 239, 240, 240, 240, 240,
240, 240, 240, 240, 240, 240, 240, 240, 240, 240,
240, 240, 240, 240, 240, 240, 240, 240, 240, 240,
240, 240, 240, 240, 240, 241, 241, 241, 241, 242,
242, 242, 243, 243, 244, 245, 245, 245, 246, 246,
246, 246, 246, 247, 247, 247, 247, 247, 247, 247,
247, 247, 247, 248, 248, 248, 248, 249, 248, 250,
248, 248, 248, 251, 248, 252, 248, 253, 253, 254,
254, 255, 255, 255, 255, 255, 255, 255, 255, 256,
256, 257, 257, 257, 257, 257, 258, 258, 258, 258,
258, 258, 258, 258, 258, 258, 258, 258, 258, 258,
258, 258, 258, 258, 258, 258, 258, 258, 258, 258,
258, 258, 258, 258, 258, 258, 258, 258, 258, 258,
258, 258, 258, 258, 258, 258, 258, 258, 258, 258,
258, 258, 258, 258, 258, 258, 258, 258, 258, 258,
258, 258, 258, 258, 258, 258, 258, 258, 259, 259,
259, 259, 259, 259, 259, 259, 259, 259, 259, 259,
260, 260, 260, 260, 260, 261, 261, 261, 261, 262,
262, 263, 263, 264, 264, 264, 265, 265, 266, 266,
266, 266, 267, 267, 267, 267, 267, 267, 268, 268,
268, 268, 269, 269, 269, 269, 270, 270, 271, 271,
272, 272, 272, 272, 272, 272, 272
};
static const short yyr2[] = { 0,
1, 1, 1, 2, 1, 2, 1, 21, 1, 0,
2, 1, 1, 1, 2, 2, 2, 2, 2, 7,
5, 17, 9, 23, 31, 15, 11, 11, 15, 9,
13, 9, 11, 13, 9, 9, 11, 9, 11, 9,
11, 13, 13, 11, 13, 17, 9, 11, 11, 13,
11, 9, 0, 2, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 5, 7, 6, 8,
0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 1, 3, 0, 13, 1, 3, 0,
13, 1, 3, 0, 13, 1, 3, 0, 19, 1,
3, 0, 19, 1, 3, 0, 19, 1, 3, 0,
25, 1, 3, 0, 25, 1, 3, 0, 25, 1,
3, 0, 31, 1, 3, 0, 31, 1, 3, 0,
31, 1, 1, 1, 1, 1, 1, 1, 4, 7,
9, 6, 3, 6, 6, 9, 6, 9, 5, 8,

Christophe Geuzaine
committed
5, 7, 7, 12, 7, 7, 9, 17, 8, 8,
7, 7, 11, 5, 8, 12, 8, 22, 20, 8,
8, 5, 8, 7, 8, 5, 11, 5, 9, 1,
1, 1, 0, 2, 4, 4, 6, 3, 3, 3,
7, 2, 2, 6, 8, 8, 10, 1, 2, 1,
3, 4, 1, 8, 12, 8, 12, 0, 12, 0,
16, 8, 12, 0, 12, 0, 16, 1, 2, 9,
2, 6, 9, 9, 8, 8, 8, 6, 4, 2,
2, 1, 1, 1, 1, 1, 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, 4, 2, 5, 3, 6, 4, 7,
1, 2, 2, 3, 3, 11, 9, 7, 7, 0,
3, 1, 3, 0, 3, 3, 1, 3, 1, 1,
3, 4, 3, 5, 3, 4, 6, 7, 1, 1,
3, 3, 9, 7, 1, 5, 3, 6, 1, 3,
1, 6, 4, 4, 6, 6, 9
};
0, 7, 9, 0, 2, 1, 3, 4, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 11, 12,
14, 13, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 208, 0, 213, 0,
210, 0, 0, 0, 54, 56, 55, 57, 58, 59,
60, 61, 66, 65, 62, 63, 64, 5, 0, 0,
0, 15, 16, 18, 17, 19, 330, 330, 0, 309,
313, 361, 132, 310, 311, 312, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
321, 0, 0, 0, 0, 0, 193, 0, 0, 0,
193, 240, 241, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 143, 200, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
199, 0, 0, 0, 0, 0, 0, 0, 0, 0,
193, 0, 0, 0, 0, 0, 0, 0, 198, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
211, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 361, 0, 0, 0, 248,
0, 0, 349, 350, 0, 0, 132, 0, 0, 0,
0, 139, 0, 265, 264, 262, 263, 258, 260, 259,
261, 253, 252, 254, 255, 256, 257, 0, 0, 0,
0, 0, 325, 324, 192, 0, 191, 190, 0, 0,
0, 0, 0, 195, 194, 239, 0, 0, 196, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
80, 81, 82, 83, 267, 288, 268, 289, 269, 290,
270, 291, 271, 292, 272, 293, 273, 294, 274, 295,
275, 296, 287, 308, 276, 297, 0, 0, 278, 299,
279, 300, 280, 301, 281, 302, 282, 303, 283, 304,
0, 0, 0, 0, 0, 0, 0, 0, 364, 0,
0, 363, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 174, 0, 182, 0, 0, 345,
0, 0, 0, 341, 343, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 142, 351, 352, 0, 0, 0, 0, 0,
144, 145, 147, 0, 0, 355, 0, 359, 0, 153,
266, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 346, 0, 342, 0, 160, 0, 0, 0, 0,
232, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 238, 197, 0,
0, 0, 0, 0, 334, 0, 0, 0, 204, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 242, 243, 244, 245, 246, 0,
0, 0, 0, 0, 0, 0, 20, 0, 318, 0,
0, 0, 277, 298, 284, 305, 285, 306, 286, 307,
0, 366, 365, 362, 0, 132, 0, 0, 0, 0,
140, 0, 0, 0, 0, 0, 357, 68, 157, 165,
0, 166, 0, 162, 0, 163, 184, 0, 0, 344,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
70, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 150, 0, 0,
151, 0, 0, 0, 360, 0, 170, 181, 347, 0,
0, 236, 175, 177, 0, 0, 235, 237, 183, 158,
169, 180, 185, 0, 0, 0, 329, 0, 328, 0,
0, 214, 0, 216, 0, 0, 222, 0, 0, 0,
334, 0, 337, 0, 0, 0, 0, 206, 205, 0,
0, 0, 0, 0, 23, 0, 32, 0, 36, 0,
30, 0, 0, 35, 0, 40, 38, 0, 0, 0,
0, 0, 0, 47, 0, 0, 0, 0, 0, 52,
0, 0, 0, 0, 0, 141, 146, 148, 0, 154,
0, 0, 0, 167, 348, 0, 234, 233, 155, 156,
193, 0, 189, 0, 0, 0, 0, 0, 0, 0,
0, 336, 0, 335, 0, 0, 0, 0, 0, 0,
334, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 367, 0, 358, 356, 0, 0, 0,
0, 327, 0, 0, 0, 0, 0, 228, 0, 0,
0, 0, 0, 338, 0, 0, 207, 0, 0, 37,
0, 0, 0, 0, 27, 0, 33, 0, 39, 28,
41, 0, 44, 0, 48, 49, 0, 0, 51, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 152, 0, 0, 187, 0, 0, 220,
231, 0, 0, 229, 226, 0, 0, 0, 0, 0,
173, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 86, 90, 94, 0, 354, 0,
326, 215, 217, 0, 0, 219, 223, 0, 225, 159,
164, 0, 0, 176, 0, 0, 0, 0, 0, 31,
34, 42, 0, 43, 50, 45, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 353, 0, 0, 0, 0,
0, 0, 0, 0, 0, 26, 29, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 84,
0, 88, 0, 92, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
22, 0, 0, 0, 0, 0, 0, 0, 0, 0,
85, 87, 89, 91, 93, 95, 168, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 98,
0, 0, 179, 0, 0, 0, 0, 0, 0, 0,
0, 0, 96, 0, 100, 0, 104, 0, 0, 0,
0, 0, 178, 0, 24, 0, 0, 0, 0, 0,
0, 97, 99, 101, 103, 105, 107, 0, 0, 0,
0, 110, 114, 118, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 108, 0, 112, 0, 116, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 109, 111, 113, 115, 117, 119, 0, 122,
126, 130, 25, 0, 0, 0, 0, 0, 0, 0,
120, 0, 124, 0, 128, 0, 0, 0, 0, 0,
0, 121, 123, 125, 127, 129, 131, 0, 0, 0
};
67, 412, 1399, 603, 1347, 1401, 604, 1348, 1403, 605,
1349, 1512, 606, 1485, 1514, 607, 1486, 1516, 608, 1487,
1573, 609, 1559, 1575, 610, 1560, 1577, 611, 1561, 1610,
612, 1604, 1612, 613, 1605, 1614, 614, 1606, 133, 235,
68, 535, 525, 526, 527, 528, 72, 73, 74, 75,
1075, 1314, 1078, 1318, 1217, 1218, 76, 77, 890, 327,
136, 170, 171, 230, 405, 983, 1082, 1083, 329, 465,
808, 675, 809, 137
};
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
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
static const short yypact[] = { 2052,
45,-32768,-32768, -73,-32768, 298, 2196,-32768, 14, 102,
106, 137, 146, 172, 206, -56, 92, 131,-32768,-32768,
-32768,-32768, 1595, 148, 342, -88, 162, 176, -10, 8,
179, 182, 301, 200, 348, 373, 391, 91, 339, 167,
260, 276, 154, 154, 295, 435, 319, 466, 10, 506,
514, 23, 358, 379, -18, 78,-32768, 394,-32768, 548,
-32768, 563, 586, 554,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 599, 14,
2235,-32768,-32768,-32768,-32768,-32768, 441, 441, 615,-32768,
85, 9,-32768,-32768,-32768,-32768, 118, 283, 304, 305,
320, 321, 324, 333, 336, 337, 341, 346, 349, 350,
368, 378, 384, 405, 406, 412, 413, 446, 459, 471,
-32768,-32768,-32768,-32768, 1643, 1643, 1643,-32768,-32768, 1643,
17, 49, 1643, 629, 677,-32768, 651, 662,-32768, 1643,
1643, 1643, 1643, 498, 1643, 1643, 501, 1643, 1643, 1643,
382, 1643, 484, 517, 524, 382, 522, 523, 537, 577,
578, 579, 580, 681, 154, 154, 154, 1643, 1643, -99,
-32768, -70, 154, 575, 587, 592,-32768, 382, 518, 737,
-32768,-32768,-32768, 382, 382, 1643, 1643, -32, 1643, 670,
1643, 1643,-32768, 758,-32768, 601,-32768, 14, 603, 614,
617, 618, 621, 623, 626, 627, 628, 633, 634, 635,
636, 637, 641, 642, 643, 644, 645, 646, 647, 648,
649, 650, 653, 661, 671, 672, 673, 674, 790, 624,
676, 675, 1643, 827,-32768, 154,-32768, 1643, 1643, 1643,
1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643,
1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643,
1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643,
1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 79,
54, 54, 679, 679, 679, 2154, 848, 1673, 5001, 181,
680, 852, 756,-32768,-32768, 1643, 1643, 1643, 1643, 1643,
1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643, 1643,
-32768, -30, 5651, 1261, 5674, 5697, 1643, 5720, 2279, 1643,
2302, 5743, 5766, 145, 1239, 1673, 1819, 854,-32768, 5789,
1643, 1643, 1643, 856, 1643, 1643, 1643, 1643, 1643, 1643,
1643, 684, -64,-32768,-32768, 2670, 2691, 154, 154, 411,
411, 185, 1643, 1643, 1643, 727, 483, 1643,-32768, 2142,
859, 860, 5812, 5835, 780, 1643, 5858, 683, 1841, 5881,
-32768, 1643, 720, 868, 869, 870, 871, 875, 876, 877,
878, 880, 881, 882, 883, 885, 886, 888, 889, 891,
892, 893, 894, 895, 896, 897, 765, 900, 901, 902,
903, 906, 905,-32768, 114, 908, 914, 925, 5026, -91,
-39, 376, 5904, 5051, 5927, 5076, 5950, 5101, 5973, 5126,
5996, 5151, 6019, 5176, 6042, 5201, 6065, 5226, 6088, 5251,
6111, 5276, 6134, 5301, 2712, 2733, 6157, 5326, 6180, 5351,
6203, 5376, 6226, 5401, 6249, 5426, 6272, 5451, 2754, 2775,
2796, 2817, 2838, 2859, 434,-32768, 160, 726, 750,-32768,
382, 1777, 1819,-32768, 437, 149, 54, 1643, 930, 933,
12,-32768, 1856, 493, 803, 620, 620, -12, -12, -12,
-12, 258, 258, 679, 679, 679, 679, 932, 1673, 937,
934, 939, 940, 6295, 941, 943, 6318, 944, 945, 948,
709, 259, 1673, 440, 1643, 1643, 949, 2325, 6341, 6364,
1643, 2348, 2371, 6387, 6410, 6433, 6456, 6479, 755, 154,
1643, 1643,-32768,-32768,-32768, 764, 2259,-32768, 770, 1643,
2880, 2901, 2922,-32768,-32768,-32768, 1643, 5476,-32768, 772,