Branch data Line data Source code
1 : : /* A Bison parser, made by GNU Bison 3.0.2. */
2 : :
3 : : /* Bison implementation for Yacc-like parsers in C
4 : :
5 : : Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
6 : :
7 : : This program is free software: you can redistribute it and/or modify
8 : : it under the terms of the GNU General Public License as published by
9 : : the Free Software Foundation, either version 3 of the License, or
10 : : (at your option) any later version.
11 : :
12 : : This program is distributed in the hope that it will be useful,
13 : : but WITHOUT ANY WARRANTY; without even the implied warranty of
14 : : MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 : : GNU General Public License for more details.
16 : :
17 : : You should have received a copy of the GNU General Public License
18 : : along with this program. If not, see <http://www.gnu.org/licenses/>. */
19 : :
20 : : /* As a special exception, you may create a larger work that contains
21 : : part or all of the Bison parser skeleton and distribute that work
22 : : under terms of your choice, so long as that work isn't itself a
23 : : parser generator using the skeleton or a modified version thereof
24 : : as a parser skeleton. Alternatively, if you modify or redistribute
25 : : the parser skeleton itself, you may (at your option) remove this
26 : : special exception, which will cause the skeleton and the resulting
27 : : Bison output files to be licensed under the GNU General Public
28 : : License without this special exception.
29 : :
30 : : This special exception was added by the Free Software Foundation in
31 : : version 2.2 of Bison. */
32 : :
33 : : /* C LALR(1) parser skeleton written by Richard Stallman, by
34 : : simplifying the original so-called "semantic" parser. */
35 : :
36 : : /* All symbols defined below should begin with yy or YY, to avoid
37 : : infringing on user name space. This should be done even for local
38 : : variables, as they might otherwise be expanded by user macros.
39 : : There are some unavoidable exceptions within include files to
40 : : define necessary library symbols; they are noted "INFRINGES ON
41 : : USER NAME SPACE" below. */
42 : :
43 : : /* Identify Bison output. */
44 : : #define YYBISON 1
45 : :
46 : : /* Bison version. */
47 : : #define YYBISON_VERSION "3.0.2"
48 : :
49 : : /* Skeleton name. */
50 : : #define YYSKELETON_NAME "yacc.c"
51 : :
52 : : /* Pure parsers. */
53 : : #define YYPURE 0
54 : :
55 : : /* Push parsers. */
56 : : #define YYPUSH 0
57 : :
58 : : /* Pull parsers. */
59 : : #define YYPULL 1
60 : :
61 : :
62 : : /* Substitute the variable and function names. */
63 : : #define yyparse zvr_parse
64 : : #define yylex zvr_lex
65 : : #define yyerror zvr_error
66 : : #define yydebug zvr_debug
67 : : #define yynerrs zvr_nerrs
68 : :
69 : : #define yylval zvr_lval
70 : : #define yychar zvr_char
71 : :
72 : : /* Copy the first part of user declarations. */
73 : : #line 3 "parse_zvr.y" /* yacc.c:339 */
74 : :
75 : : /*
76 : : * parse_zvr.y - parser for a ZVR data file
77 : : *
78 : : * Copyright (C) 2006 Stefan Jahn <stefan@lkcc.org>
79 : : *
80 : : * This is free software; you can redistribute it and/or modify
81 : : * it under the terms of the GNU General Public License as published by
82 : : * the Free Software Foundation; either version 2, or (at your option)
83 : : * any later version.
84 : : *
85 : : * This software is distributed in the hope that it will be useful,
86 : : * but WITHOUT ANY WARRANTY; without even the implied warranty of
87 : : * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
88 : : * GNU General Public License for more details.
89 : : *
90 : : * You should have received a copy of the GNU General Public License
91 : : * along with this package; see the file COPYING. If not, write to
92 : : * the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
93 : : * Boston, MA 02110-1301, USA.
94 : : *
95 : : * $Id$
96 : : *
97 : : */
98 : :
99 : : #if HAVE_CONFIG_H
100 : : # include <config.h>
101 : : #endif
102 : :
103 : : #include <stdio.h>
104 : : #include <stdlib.h>
105 : : #include <string.h>
106 : : #include <ctype.h>
107 : :
108 : : #define YYERROR_VERBOSE 42
109 : : #define YYDEBUG 1
110 : : #define YYMAXDEPTH 1000000
111 : :
112 : : #define __NOEXTENSIONS__ 1
113 : :
114 : : #include "object.h"
115 : : #include "complex.h"
116 : : #include "vector.h"
117 : : #include "check_zvr.h"
118 : :
119 : : using namespace qucs;
120 : :
121 : :
122 : : #line 123 "parse_zvr.cpp" /* yacc.c:339 */
123 : :
124 : : # ifndef YY_NULLPTR
125 : : # if defined __cplusplus && 201103L <= __cplusplus
126 : : # define YY_NULLPTR nullptr
127 : : # else
128 : : # define YY_NULLPTR 0
129 : : # endif
130 : : # endif
131 : :
132 : : /* Enabling verbose error messages. */
133 : : #ifdef YYERROR_VERBOSE
134 : : # undef YYERROR_VERBOSE
135 : : # define YYERROR_VERBOSE 1
136 : : #else
137 : : # define YYERROR_VERBOSE 0
138 : : #endif
139 : :
140 : : /* In a future release of Bison, this section will be replaced
141 : : by #include "tokens_zvr.h". */
142 : : #ifndef YY_ZVR_TOKENS_ZVR_H_INCLUDED
143 : : # define YY_ZVR_TOKENS_ZVR_H_INCLUDED
144 : : /* Debug traces. */
145 : : #ifndef YYDEBUG
146 : : # define YYDEBUG 0
147 : : #endif
148 : : #if YYDEBUG
149 : : extern int zvr_debug;
150 : : #endif
151 : :
152 : : /* Token type. */
153 : : #ifndef YYTOKENTYPE
154 : : # define YYTOKENTYPE
155 : : enum yytokentype
156 : : {
157 : : ZVR = 258,
158 : : Version = 259,
159 : : Identifier = 260,
160 : : Real = 261,
161 : : Unit = 262,
162 : : DataFMT = 263,
163 : : DataTYP = 264,
164 : : DataIDN = 265,
165 : : InvalidCharacter = 266
166 : : };
167 : : #endif
168 : : /* Tokens. */
169 : : #define ZVR 258
170 : : #define Version 259
171 : : #define Identifier 260
172 : : #define Real 261
173 : : #define Unit 262
174 : : #define DataFMT 263
175 : : #define DataTYP 264
176 : : #define DataIDN 265
177 : : #define InvalidCharacter 266
178 : :
179 : : /* Value type. */
180 : : #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
181 : : typedef union YYSTYPE YYSTYPE;
182 : : union YYSTYPE
183 : : {
184 : : #line 62 "parse_zvr.y" /* yacc.c:355 */
185 : :
186 : : char * ident;
187 : : double f;
188 : : struct zvr_data_t * data;
189 : : struct zvr_header_t * head;
190 : : struct zvr_vector_t * vec;
191 : : struct zvr_line_t * line;
192 : :
193 : : #line 194 "parse_zvr.cpp" /* yacc.c:355 */
194 : : };
195 : : # define YYSTYPE_IS_TRIVIAL 1
196 : : # define YYSTYPE_IS_DECLARED 1
197 : : #endif
198 : :
199 : :
200 : : extern YYSTYPE zvr_lval;
201 : :
202 : : int zvr_parse (void);
203 : :
204 : : #endif /* !YY_ZVR_TOKENS_ZVR_H_INCLUDED */
205 : :
206 : : /* Copy the second part of user declarations. */
207 : :
208 : : #line 209 "parse_zvr.cpp" /* yacc.c:358 */
209 : :
210 : : #ifdef short
211 : : # undef short
212 : : #endif
213 : :
214 : : #ifdef YYTYPE_UINT8
215 : : typedef YYTYPE_UINT8 yytype_uint8;
216 : : #else
217 : : typedef unsigned char yytype_uint8;
218 : : #endif
219 : :
220 : : #ifdef YYTYPE_INT8
221 : : typedef YYTYPE_INT8 yytype_int8;
222 : : #else
223 : : typedef signed char yytype_int8;
224 : : #endif
225 : :
226 : : #ifdef YYTYPE_UINT16
227 : : typedef YYTYPE_UINT16 yytype_uint16;
228 : : #else
229 : : typedef unsigned short int yytype_uint16;
230 : : #endif
231 : :
232 : : #ifdef YYTYPE_INT16
233 : : typedef YYTYPE_INT16 yytype_int16;
234 : : #else
235 : : typedef short int yytype_int16;
236 : : #endif
237 : :
238 : : #ifndef YYSIZE_T
239 : : # ifdef __SIZE_TYPE__
240 : : # define YYSIZE_T __SIZE_TYPE__
241 : : # elif defined size_t
242 : : # define YYSIZE_T size_t
243 : : # elif ! defined YYSIZE_T
244 : : # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
245 : : # define YYSIZE_T size_t
246 : : # else
247 : : # define YYSIZE_T unsigned int
248 : : # endif
249 : : #endif
250 : :
251 : : #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
252 : :
253 : : #ifndef YY_
254 : : # if defined YYENABLE_NLS && YYENABLE_NLS
255 : : # if ENABLE_NLS
256 : : # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
257 : : # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
258 : : # endif
259 : : # endif
260 : : # ifndef YY_
261 : : # define YY_(Msgid) Msgid
262 : : # endif
263 : : #endif
264 : :
265 : : #ifndef YY_ATTRIBUTE
266 : : # if (defined __GNUC__ \
267 : : && (2 < __GNUC__ || (__GNUC__ == 2 && 96 <= __GNUC_MINOR__))) \
268 : : || defined __SUNPRO_C && 0x5110 <= __SUNPRO_C
269 : : # define YY_ATTRIBUTE(Spec) __attribute__(Spec)
270 : : # else
271 : : # define YY_ATTRIBUTE(Spec) /* empty */
272 : : # endif
273 : : #endif
274 : :
275 : : #ifndef YY_ATTRIBUTE_PURE
276 : : # define YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__))
277 : : #endif
278 : :
279 : : #ifndef YY_ATTRIBUTE_UNUSED
280 : : # define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__))
281 : : #endif
282 : :
283 : : #if !defined _Noreturn \
284 : : && (!defined __STDC_VERSION__ || __STDC_VERSION__ < 201112)
285 : : # if defined _MSC_VER && 1200 <= _MSC_VER
286 : : # define _Noreturn __declspec (noreturn)
287 : : # else
288 : : # define _Noreturn YY_ATTRIBUTE ((__noreturn__))
289 : : # endif
290 : : #endif
291 : :
292 : : /* Suppress unused-variable warnings by "using" E. */
293 : : #if ! defined lint || defined __GNUC__
294 : : # define YYUSE(E) ((void) (E))
295 : : #else
296 : : # define YYUSE(E) /* empty */
297 : : #endif
298 : :
299 : : #if defined __GNUC__ && 407 <= __GNUC__ * 100 + __GNUC_MINOR__
300 : : /* Suppress an incorrect diagnostic about yylval being uninitialized. */
301 : : # define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \
302 : : _Pragma ("GCC diagnostic push") \
303 : : _Pragma ("GCC diagnostic ignored \"-Wuninitialized\"")\
304 : : _Pragma ("GCC diagnostic ignored \"-Wmaybe-uninitialized\"")
305 : : # define YY_IGNORE_MAYBE_UNINITIALIZED_END \
306 : : _Pragma ("GCC diagnostic pop")
307 : : #else
308 : : # define YY_INITIAL_VALUE(Value) Value
309 : : #endif
310 : : #ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
311 : : # define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
312 : : # define YY_IGNORE_MAYBE_UNINITIALIZED_END
313 : : #endif
314 : : #ifndef YY_INITIAL_VALUE
315 : : # define YY_INITIAL_VALUE(Value) /* Nothing. */
316 : : #endif
317 : :
318 : :
319 : : #if ! defined yyoverflow || YYERROR_VERBOSE
320 : :
321 : : /* The parser invokes alloca or malloc; define the necessary symbols. */
322 : :
323 : : # ifdef YYSTACK_USE_ALLOCA
324 : : # if YYSTACK_USE_ALLOCA
325 : : # ifdef __GNUC__
326 : : # define YYSTACK_ALLOC __builtin_alloca
327 : : # elif defined __BUILTIN_VA_ARG_INCR
328 : : # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
329 : : # elif defined _AIX
330 : : # define YYSTACK_ALLOC __alloca
331 : : # elif defined _MSC_VER
332 : : # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
333 : : # define alloca _alloca
334 : : # else
335 : : # define YYSTACK_ALLOC alloca
336 : : # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS
337 : : # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
338 : : /* Use EXIT_SUCCESS as a witness for stdlib.h. */
339 : : # ifndef EXIT_SUCCESS
340 : : # define EXIT_SUCCESS 0
341 : : # endif
342 : : # endif
343 : : # endif
344 : : # endif
345 : : # endif
346 : :
347 : : # ifdef YYSTACK_ALLOC
348 : : /* Pacify GCC's 'empty if-body' warning. */
349 : : # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
350 : : # ifndef YYSTACK_ALLOC_MAXIMUM
351 : : /* The OS might guarantee only one guard page at the bottom of the stack,
352 : : and a page size can be as small as 4096 bytes. So we cannot safely
353 : : invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
354 : : to allow for a few compiler-allocated temporary stack slots. */
355 : : # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
356 : : # endif
357 : : # else
358 : : # define YYSTACK_ALLOC YYMALLOC
359 : : # define YYSTACK_FREE YYFREE
360 : : # ifndef YYSTACK_ALLOC_MAXIMUM
361 : : # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
362 : : # endif
363 : : # if (defined __cplusplus && ! defined EXIT_SUCCESS \
364 : : && ! ((defined YYMALLOC || defined malloc) \
365 : : && (defined YYFREE || defined free)))
366 : : # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
367 : : # ifndef EXIT_SUCCESS
368 : : # define EXIT_SUCCESS 0
369 : : # endif
370 : : # endif
371 : : # ifndef YYMALLOC
372 : : # define YYMALLOC malloc
373 : : # if ! defined malloc && ! defined EXIT_SUCCESS
374 : : void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
375 : : # endif
376 : : # endif
377 : : # ifndef YYFREE
378 : : # define YYFREE free
379 : : # if ! defined free && ! defined EXIT_SUCCESS
380 : : void free (void *); /* INFRINGES ON USER NAME SPACE */
381 : : # endif
382 : : # endif
383 : : # endif
384 : : #endif /* ! defined yyoverflow || YYERROR_VERBOSE */
385 : :
386 : :
387 : : #if (! defined yyoverflow \
388 : : && (! defined __cplusplus \
389 : : || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
390 : :
391 : : /* A type that is properly aligned for any stack member. */
392 : : union yyalloc
393 : : {
394 : : yytype_int16 yyss_alloc;
395 : : YYSTYPE yyvs_alloc;
396 : : };
397 : :
398 : : /* The size of the maximum gap between one aligned stack and the next. */
399 : : # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
400 : :
401 : : /* The size of an array large to enough to hold all stacks, each with
402 : : N elements. */
403 : : # define YYSTACK_BYTES(N) \
404 : : ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
405 : : + YYSTACK_GAP_MAXIMUM)
406 : :
407 : : # define YYCOPY_NEEDED 1
408 : :
409 : : /* Relocate STACK from its old location to the new one. The
410 : : local variables YYSIZE and YYSTACKSIZE give the old and new number of
411 : : elements in the stack, and YYPTR gives the new location of the
412 : : stack. Advance YYPTR to a properly aligned location for the next
413 : : stack. */
414 : : # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
415 : : do \
416 : : { \
417 : : YYSIZE_T yynewbytes; \
418 : : YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
419 : : Stack = &yyptr->Stack_alloc; \
420 : : yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
421 : : yyptr += yynewbytes / sizeof (*yyptr); \
422 : : } \
423 : : while (0)
424 : :
425 : : #endif
426 : :
427 : : #if defined YYCOPY_NEEDED && YYCOPY_NEEDED
428 : : /* Copy COUNT objects from SRC to DST. The source and destination do
429 : : not overlap. */
430 : : # ifndef YYCOPY
431 : : # if defined __GNUC__ && 1 < __GNUC__
432 : : # define YYCOPY(Dst, Src, Count) \
433 : : __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
434 : : # else
435 : : # define YYCOPY(Dst, Src, Count) \
436 : : do \
437 : : { \
438 : : YYSIZE_T yyi; \
439 : : for (yyi = 0; yyi < (Count); yyi++) \
440 : : (Dst)[yyi] = (Src)[yyi]; \
441 : : } \
442 : : while (0)
443 : : # endif
444 : : # endif
445 : : #endif /* !YYCOPY_NEEDED */
446 : :
447 : : /* YYFINAL -- State number of the termination state. */
448 : : #define YYFINAL 5
449 : : /* YYLAST -- Last index in YYTABLE. */
450 : : #define YYLAST 68
451 : :
452 : : /* YYNTOKENS -- Number of terminals. */
453 : : #define YYNTOKENS 13
454 : : /* YYNNTS -- Number of nonterminals. */
455 : : #define YYNNTS 13
456 : : /* YYNRULES -- Number of rules. */
457 : : #define YYNRULES 19
458 : : /* YYNSTATES -- Number of states. */
459 : : #define YYNSTATES 71
460 : :
461 : : /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
462 : : by yylex, with out-of-bounds checking. */
463 : : #define YYUNDEFTOK 2
464 : : #define YYMAXUTOK 266
465 : :
466 : : #define YYTRANSLATE(YYX) \
467 : : ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
468 : :
469 : : /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
470 : : as returned by yylex, without out-of-bounds checking. */
471 : : static const yytype_uint8 yytranslate[] =
472 : : {
473 : : 0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
474 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
475 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
476 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
477 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
478 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 12,
479 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
480 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
481 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
482 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
483 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
484 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
485 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
486 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
487 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
488 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
489 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
490 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
491 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
492 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
493 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
494 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
495 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
496 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
497 : : 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
498 : : 2, 2, 2, 2, 2, 2, 1, 2, 3, 4,
499 : : 5, 6, 7, 8, 9, 10, 11
500 : : };
501 : :
502 : : #if YYDEBUG
503 : : /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
504 : : static const yytype_uint8 yyrline[] =
505 : : {
506 : : 0, 82, 82, 89, 92, 93, 104, 110, 115, 115,
507 : : 119, 138, 146, 147, 158, 163, 172, 172, 176, 183
508 : : };
509 : : #endif
510 : :
511 : : #if YYDEBUG || YYERROR_VERBOSE || 0
512 : : /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
513 : : First, the terminals, then, starting at YYNTOKENS, nonterminals. */
514 : : static const char *const yytname[] =
515 : : {
516 : : "$end", "error", "$undefined", "ZVR", "Version", "Identifier", "Real",
517 : : "Unit", "DataFMT", "DataTYP", "DataIDN", "InvalidCharacter", "';'",
518 : : "$accept", "Input", "Header", "BodyList", "ParaList6", "ParaList2",
519 : : "Ident", "BodyStart", "Body", "DataList", "DataLine", "DataIdent",
520 : : "DataHeader", YY_NULLPTR
521 : : };
522 : : #endif
523 : :
524 : : # ifdef YYPRINT
525 : : /* YYTOKNUM[NUM] -- (External) token number corresponding to the
526 : : (internal) symbol number NUM (which must be that of a token). */
527 : : static const yytype_uint16 yytoknum[] =
528 : : {
529 : : 0, 256, 257, 258, 259, 260, 261, 262, 263, 264,
530 : : 265, 266, 59
531 : : };
532 : : # endif
533 : :
534 : : #define YYPACT_NINF -59
535 : :
536 : : #define yypact_value_is_default(Yystate) \
537 : : (!!((Yystate) == (-59)))
538 : :
539 : : #define YYTABLE_NINF -1
540 : :
541 : : #define yytable_value_is_error(Yytable_value) \
542 : : 0
543 : :
544 : : /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
545 : : STATE-NUM. */
546 : : static const yytype_int8 yypact[] =
547 : : {
548 : : 2, 6, 12, 1, -59, -59, 3, 7, 9, 1,
549 : : 11, 5, 8, 13, -59, 1, 10, 15, -1, 14,
550 : : -59, 13, -59, 18, 16, -59, -59, 17, 19, -59,
551 : : 20, 23, -1, 21, 22, 24, -59, 25, 26, 28,
552 : : -59, 30, 27, 29, 31, 32, 33, -59, 36, 1,
553 : : 34, 35, -4, -59, -59, 37, 38, 39, -4, 40,
554 : : -4, 41, -4, 43, 42, -4, 45, 44, -59, -4,
555 : : -59
556 : : };
557 : :
558 : : /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
559 : : Performed when YYTABLE does not specify something else to do. Zero
560 : : means the default is an error. */
561 : : static const yytype_uint8 yydefact[] =
562 : : {
563 : : 0, 0, 0, 0, 3, 1, 0, 0, 0, 4,
564 : : 0, 0, 0, 12, 2, 4, 0, 0, 0, 0,
565 : : 11, 12, 5, 0, 0, 16, 17, 18, 0, 13,
566 : : 0, 0, 0, 14, 0, 0, 19, 0, 0, 0,
567 : : 15, 0, 0, 0, 0, 0, 0, 6, 0, 0,
568 : : 0, 0, 0, 8, 9, 0, 0, 0, 0, 0,
569 : : 0, 0, 0, 0, 0, 0, 0, 0, 7, 0,
570 : : 10
571 : : };
572 : :
573 : : /* YYPGOTO[NTERM-NUM]. */
574 : : static const yytype_int8 yypgoto[] =
575 : : {
576 : : -59, -59, -59, 46, -31, -59, -58, -59, 52, 47,
577 : : -59, -8, -59
578 : : };
579 : :
580 : : /* YYDEFGOTO[NTERM-NUM]. */
581 : : static const yytype_int8 yydefgoto[] =
582 : : {
583 : : -1, 2, 3, 14, 7, 65, 55, 8, 15, 20,
584 : : 21, 27, 13
585 : : };
586 : :
587 : : /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If
588 : : positive, shift that token. If negative, reduce the rule whose
589 : : number is the opposite. If YYTABLE_NINF, syntax error. */
590 : : static const yytype_uint8 yytable[] =
591 : : {
592 : : 59, 53, 61, 54, 63, 1, 6, 67, 25, 26,
593 : : 4, 70, 5, 11, 12, 10, 16, 17, 50, 19,
594 : : 18, 24, 23, 30, 36, 33, 28, 38, 31, 32,
595 : : 35, 40, 34, 37, 42, 43, 39, 47, 41, 44,
596 : : 46, 45, 49, 51, 0, 48, 57, 52, 64, 56,
597 : : 68, 58, 60, 62, 66, 9, 69, 0, 0, 0,
598 : : 0, 22, 0, 0, 0, 0, 0, 0, 29
599 : : };
600 : :
601 : : static const yytype_int8 yycheck[] =
602 : : {
603 : : 58, 5, 60, 7, 62, 3, 5, 65, 9, 10,
604 : : 4, 69, 0, 6, 5, 12, 5, 12, 49, 6,
605 : : 12, 6, 12, 5, 32, 6, 12, 5, 12, 12,
606 : : 7, 6, 12, 12, 6, 5, 12, 5, 12, 12,
607 : : 9, 12, 6, 9, -1, 12, 8, 12, 5, 12,
608 : : 5, 12, 12, 12, 12, 3, 12, -1, -1, -1,
609 : : -1, 15, -1, -1, -1, -1, -1, -1, 21
610 : : };
611 : :
612 : : /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
613 : : symbol of state STATE-NUM. */
614 : : static const yytype_uint8 yystos[] =
615 : : {
616 : : 0, 3, 14, 15, 4, 0, 5, 17, 20, 21,
617 : : 12, 6, 5, 25, 16, 21, 5, 12, 12, 6,
618 : : 22, 23, 16, 12, 6, 9, 10, 24, 12, 22,
619 : : 5, 12, 12, 6, 12, 7, 24, 12, 5, 12,
620 : : 6, 12, 6, 5, 12, 12, 9, 5, 12, 6,
621 : : 17, 9, 12, 5, 7, 19, 12, 8, 12, 19,
622 : : 12, 19, 12, 19, 5, 18, 12, 19, 5, 12,
623 : : 19
624 : : };
625 : :
626 : : /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
627 : : static const yytype_uint8 yyr1[] =
628 : : {
629 : : 0, 13, 14, 15, 16, 16, 17, 18, 19, 19,
630 : : 20, 21, 22, 22, 23, 23, 24, 24, 25, 25
631 : : };
632 : :
633 : : /* YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. */
634 : : static const yytype_uint8 yyr2[] =
635 : : {
636 : : 0, 2, 3, 2, 0, 2, 11, 3, 1, 1,
637 : : 28, 3, 0, 2, 3, 5, 1, 1, 3, 5
638 : : };
639 : :
640 : :
641 : : #define yyerrok (yyerrstatus = 0)
642 : : #define yyclearin (yychar = YYEMPTY)
643 : : #define YYEMPTY (-2)
644 : : #define YYEOF 0
645 : :
646 : : #define YYACCEPT goto yyacceptlab
647 : : #define YYABORT goto yyabortlab
648 : : #define YYERROR goto yyerrorlab
649 : :
650 : :
651 : : #define YYRECOVERING() (!!yyerrstatus)
652 : :
653 : : #define YYBACKUP(Token, Value) \
654 : : do \
655 : : if (yychar == YYEMPTY) \
656 : : { \
657 : : yychar = (Token); \
658 : : yylval = (Value); \
659 : : YYPOPSTACK (yylen); \
660 : : yystate = *yyssp; \
661 : : goto yybackup; \
662 : : } \
663 : : else \
664 : : { \
665 : : yyerror (YY_("syntax error: cannot back up")); \
666 : : YYERROR; \
667 : : } \
668 : : while (0)
669 : :
670 : : /* Error token number */
671 : : #define YYTERROR 1
672 : : #define YYERRCODE 256
673 : :
674 : :
675 : :
676 : : /* Enable debugging if requested. */
677 : : #if YYDEBUG
678 : :
679 : : # ifndef YYFPRINTF
680 : : # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
681 : : # define YYFPRINTF fprintf
682 : : # endif
683 : :
684 : : # define YYDPRINTF(Args) \
685 : : do { \
686 : : if (yydebug) \
687 : : YYFPRINTF Args; \
688 : : } while (0)
689 : :
690 : : /* This macro is provided for backward compatibility. */
691 : : #ifndef YY_LOCATION_PRINT
692 : : # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
693 : : #endif
694 : :
695 : :
696 : : # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
697 : : do { \
698 : : if (yydebug) \
699 : : { \
700 : : YYFPRINTF (stderr, "%s ", Title); \
701 : : yy_symbol_print (stderr, \
702 : : Type, Value); \
703 : : YYFPRINTF (stderr, "\n"); \
704 : : } \
705 : : } while (0)
706 : :
707 : :
708 : : /*----------------------------------------.
709 : : | Print this symbol's value on YYOUTPUT. |
710 : : `----------------------------------------*/
711 : :
712 : : static void
713 : 0 : yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
714 : : {
715 : 0 : FILE *yyo = yyoutput;
716 : : YYUSE (yyo);
717 [ # # ]: 0 : if (!yyvaluep)
718 : 0 : return;
719 : : # ifdef YYPRINT
720 : : if (yytype < YYNTOKENS)
721 : : YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
722 : : # endif
723 : : YYUSE (yytype);
724 : : }
725 : :
726 : :
727 : : /*--------------------------------.
728 : : | Print this symbol on YYOUTPUT. |
729 : : `--------------------------------*/
730 : :
731 : : static void
732 : 0 : yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
733 : : {
734 : : YYFPRINTF (yyoutput, "%s %s (",
735 [ # # ]: 0 : yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
736 : :
737 : 0 : yy_symbol_value_print (yyoutput, yytype, yyvaluep);
738 : 0 : YYFPRINTF (yyoutput, ")");
739 : 0 : }
740 : :
741 : : /*------------------------------------------------------------------.
742 : : | yy_stack_print -- Print the state stack from its BOTTOM up to its |
743 : : | TOP (included). |
744 : : `------------------------------------------------------------------*/
745 : :
746 : : static void
747 : 0 : yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop)
748 : : {
749 : 0 : YYFPRINTF (stderr, "Stack now");
750 [ # # ]: 0 : for (; yybottom <= yytop; yybottom++)
751 : : {
752 : 0 : int yybot = *yybottom;
753 : 0 : YYFPRINTF (stderr, " %d", yybot);
754 : : }
755 : 0 : YYFPRINTF (stderr, "\n");
756 : 0 : }
757 : :
758 : : # define YY_STACK_PRINT(Bottom, Top) \
759 : : do { \
760 : : if (yydebug) \
761 : : yy_stack_print ((Bottom), (Top)); \
762 : : } while (0)
763 : :
764 : :
765 : : /*------------------------------------------------.
766 : : | Report that the YYRULE is going to be reduced. |
767 : : `------------------------------------------------*/
768 : :
769 : : static void
770 : 0 : yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule)
771 : : {
772 : 0 : unsigned long int yylno = yyrline[yyrule];
773 : 0 : int yynrhs = yyr2[yyrule];
774 : : int yyi;
775 : : YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
776 : 0 : yyrule - 1, yylno);
777 : : /* The symbols being reduced. */
778 [ # # ]: 0 : for (yyi = 0; yyi < yynrhs; yyi++)
779 : : {
780 : 0 : YYFPRINTF (stderr, " $%d = ", yyi + 1);
781 : : yy_symbol_print (stderr,
782 : 0 : yystos[yyssp[yyi + 1 - yynrhs]],
783 : : &(yyvsp[(yyi + 1) - (yynrhs)])
784 : 0 : );
785 : 0 : YYFPRINTF (stderr, "\n");
786 : : }
787 : 0 : }
788 : :
789 : : # define YY_REDUCE_PRINT(Rule) \
790 : : do { \
791 : : if (yydebug) \
792 : : yy_reduce_print (yyssp, yyvsp, Rule); \
793 : : } while (0)
794 : :
795 : : /* Nonzero means print parse trace. It is left uninitialized so that
796 : : multiple parsers can coexist. */
797 : : int yydebug;
798 : : #else /* !YYDEBUG */
799 : : # define YYDPRINTF(Args)
800 : : # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
801 : : # define YY_STACK_PRINT(Bottom, Top)
802 : : # define YY_REDUCE_PRINT(Rule)
803 : : #endif /* !YYDEBUG */
804 : :
805 : :
806 : : /* YYINITDEPTH -- initial size of the parser's stacks. */
807 : : #ifndef YYINITDEPTH
808 : : # define YYINITDEPTH 200
809 : : #endif
810 : :
811 : : /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
812 : : if the built-in stack extension method is used).
813 : :
814 : : Do not make this value too large; the results are undefined if
815 : : YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
816 : : evaluated with infinite-precision integer arithmetic. */
817 : :
818 : : #ifndef YYMAXDEPTH
819 : : # define YYMAXDEPTH 10000
820 : : #endif
821 : :
822 : :
823 : : #if YYERROR_VERBOSE
824 : :
825 : : # ifndef yystrlen
826 : : # if defined __GLIBC__ && defined _STRING_H
827 : : # define yystrlen strlen
828 : : # else
829 : : /* Return the length of YYSTR. */
830 : : static YYSIZE_T
831 : 0 : yystrlen (const char *yystr)
832 : : {
833 : : YYSIZE_T yylen;
834 [ # # ]: 0 : for (yylen = 0; yystr[yylen]; yylen++)
835 : 0 : continue;
836 : 0 : return yylen;
837 : : }
838 : : # endif
839 : : # endif
840 : :
841 : : # ifndef yystpcpy
842 : : # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
843 : : # define yystpcpy stpcpy
844 : : # else
845 : : /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
846 : : YYDEST. */
847 : : static char *
848 : 0 : yystpcpy (char *yydest, const char *yysrc)
849 : : {
850 : 0 : char *yyd = yydest;
851 : 0 : const char *yys = yysrc;
852 : :
853 [ # # ]: 0 : while ((*yyd++ = *yys++) != '\0')
854 : 0 : continue;
855 : :
856 : 0 : return yyd - 1;
857 : : }
858 : : # endif
859 : : # endif
860 : :
861 : : # ifndef yytnamerr
862 : : /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
863 : : quotes and backslashes, so that it's suitable for yyerror. The
864 : : heuristic is that double-quoting is unnecessary unless the string
865 : : contains an apostrophe, a comma, or backslash (other than
866 : : backslash-backslash). YYSTR is taken from yytname. If YYRES is
867 : : null, do not copy; instead, return the length of what the result
868 : : would have been. */
869 : : static YYSIZE_T
870 : 0 : yytnamerr (char *yyres, const char *yystr)
871 : : {
872 [ # # ]: 0 : if (*yystr == '"')
873 : : {
874 : 0 : YYSIZE_T yyn = 0;
875 : 0 : char const *yyp = yystr;
876 : :
877 : 0 : for (;;)
878 [ # # # # ]: 0 : switch (*++yyp)
879 : : {
880 : : case '\'':
881 : : case ',':
882 : 0 : goto do_not_strip_quotes;
883 : :
884 : : case '\\':
885 [ # # ]: 0 : if (*++yyp != '\\')
886 : 0 : goto do_not_strip_quotes;
887 : : /* Fall through. */
888 : : default:
889 [ # # ]: 0 : if (yyres)
890 : 0 : yyres[yyn] = *yyp;
891 : 0 : yyn++;
892 : 0 : break;
893 : :
894 : : case '"':
895 [ # # ]: 0 : if (yyres)
896 : 0 : yyres[yyn] = '\0';
897 : 0 : return yyn;
898 : : }
899 : : do_not_strip_quotes: ;
900 : : }
901 : :
902 [ # # ]: 0 : if (! yyres)
903 : 0 : return yystrlen (yystr);
904 : :
905 : 0 : return yystpcpy (yyres, yystr) - yyres;
906 : : }
907 : : # endif
908 : :
909 : : /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
910 : : about the unexpected token YYTOKEN for the state stack whose top is
911 : : YYSSP.
912 : :
913 : : Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is
914 : : not large enough to hold the message. In that case, also set
915 : : *YYMSG_ALLOC to the required number of bytes. Return 2 if the
916 : : required number of bytes is too large to store. */
917 : : static int
918 : 0 : yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
919 : : yytype_int16 *yyssp, int yytoken)
920 : : {
921 : 0 : YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]);
922 : 0 : YYSIZE_T yysize = yysize0;
923 : : enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
924 : : /* Internationalized format string. */
925 : 0 : const char *yyformat = YY_NULLPTR;
926 : : /* Arguments of yyformat. */
927 : : char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
928 : : /* Number of reported tokens (one for the "unexpected", one per
929 : : "expected"). */
930 : 0 : int yycount = 0;
931 : :
932 : : /* There are many possibilities here to consider:
933 : : - If this state is a consistent state with a default action, then
934 : : the only way this function was invoked is if the default action
935 : : is an error action. In that case, don't check for expected
936 : : tokens because there are none.
937 : : - The only way there can be no lookahead present (in yychar) is if
938 : : this state is a consistent state with a default action. Thus,
939 : : detecting the absence of a lookahead is sufficient to determine
940 : : that there is no unexpected or expected token to report. In that
941 : : case, just report a simple "syntax error".
942 : : - Don't assume there isn't a lookahead just because this state is a
943 : : consistent state with a default action. There might have been a
944 : : previous inconsistent state, consistent state with a non-default
945 : : action, or user semantic action that manipulated yychar.
946 : : - Of course, the expected token list depends on states to have
947 : : correct lookahead information, and it depends on the parser not
948 : : to perform extra reductions after fetching a lookahead from the
949 : : scanner and before detecting a syntax error. Thus, state merging
950 : : (from LALR or IELR) and default reductions corrupt the expected
951 : : token list. However, the list is correct for canonical LR with
952 : : one exception: it will still contain any token that will not be
953 : : accepted due to an error action in a later state.
954 : : */
955 [ # # ]: 0 : if (yytoken != YYEMPTY)
956 : : {
957 : 0 : int yyn = yypact[*yyssp];
958 : 0 : yyarg[yycount++] = yytname[yytoken];
959 [ # # ]: 0 : if (!yypact_value_is_default (yyn))
960 : : {
961 : : /* Start YYX at -YYN if negative to avoid negative indexes in
962 : : YYCHECK. In other words, skip the first -YYN actions for
963 : : this state because they are default actions. */
964 [ # # ]: 0 : int yyxbegin = yyn < 0 ? -yyn : 0;
965 : : /* Stay within bounds of both yycheck and yytname. */
966 : 0 : int yychecklim = YYLAST - yyn + 1;
967 : 0 : int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
968 : : int yyx;
969 : :
970 [ # # ]: 0 : for (yyx = yyxbegin; yyx < yyxend; ++yyx)
971 [ # # ][ # # ]: 0 : if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
972 : : && !yytable_value_is_error (yytable[yyx + yyn]))
973 : : {
974 [ # # ]: 0 : if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
975 : : {
976 : 0 : yycount = 1;
977 : 0 : yysize = yysize0;
978 : 0 : break;
979 : : }
980 : 0 : yyarg[yycount++] = yytname[yyx];
981 : : {
982 : 0 : YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
983 [ # # ]: 0 : if (! (yysize <= yysize1
984 : : && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
985 : 0 : return 2;
986 : 0 : yysize = yysize1;
987 : : }
988 : : }
989 : : }
990 : : }
991 : :
992 [ # # # # : 0 : switch (yycount)
# # # ]
993 : : {
994 : : # define YYCASE_(N, S) \
995 : : case N: \
996 : : yyformat = S; \
997 : : break
998 : 0 : YYCASE_(0, YY_("syntax error"));
999 : 0 : YYCASE_(1, YY_("syntax error, unexpected %s"));
1000 : 0 : YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1001 : 0 : YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1002 : 0 : YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1003 : 0 : YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1004 : : # undef YYCASE_
1005 : : }
1006 : :
1007 : : {
1008 : 0 : YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1009 [ # # ]: 0 : if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1010 : 0 : return 2;
1011 : 0 : yysize = yysize1;
1012 : : }
1013 : :
1014 [ # # ]: 0 : if (*yymsg_alloc < yysize)
1015 : : {
1016 : 0 : *yymsg_alloc = 2 * yysize;
1017 [ # # ]: 0 : if (! (yysize <= *yymsg_alloc
1018 : 0 : && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM))
1019 : 0 : *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM;
1020 : 0 : return 1;
1021 : : }
1022 : :
1023 : : /* Avoid sprintf, as that infringes on the user's name space.
1024 : : Don't have undefined behavior even if the translation
1025 : : produced a string with the wrong number of "%s"s. */
1026 : : {
1027 : 0 : char *yyp = *yymsg;
1028 : 0 : int yyi = 0;
1029 [ # # ]: 0 : while ((*yyp = *yyformat) != '\0')
1030 [ # # ][ # # ]: 0 : if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
[ # # ]
1031 : : {
1032 : 0 : yyp += yytnamerr (yyp, yyarg[yyi++]);
1033 : 0 : yyformat += 2;
1034 : : }
1035 : : else
1036 : : {
1037 : 0 : yyp++;
1038 : 0 : yyformat++;
1039 : : }
1040 : : }
1041 : 0 : return 0;
1042 : : }
1043 : : #endif /* YYERROR_VERBOSE */
1044 : :
1045 : : /*-----------------------------------------------.
1046 : : | Release the memory associated to this symbol. |
1047 : : `-----------------------------------------------*/
1048 : :
1049 : : static void
1050 : 0 : yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
1051 : : {
1052 : : YYUSE (yyvaluep);
1053 [ # # ]: 0 : if (!yymsg)
1054 : 0 : yymsg = "Deleting";
1055 [ # # ]: 0 : YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
1056 : :
1057 : : YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
1058 : : YYUSE (yytype);
1059 : : YY_IGNORE_MAYBE_UNINITIALIZED_END
1060 : 0 : }
1061 : :
1062 : :
1063 : :
1064 : :
1065 : : /* The lookahead symbol. */
1066 : : int yychar;
1067 : :
1068 : : /* The semantic value of the lookahead symbol. */
1069 : : YYSTYPE yylval;
1070 : : /* Number of syntax errors so far. */
1071 : : int yynerrs;
1072 : :
1073 : :
1074 : : /*----------.
1075 : : | yyparse. |
1076 : : `----------*/
1077 : :
1078 : : int
1079 : 0 : yyparse (void)
1080 : : {
1081 : : int yystate;
1082 : : /* Number of tokens to shift before error messages enabled. */
1083 : : int yyerrstatus;
1084 : :
1085 : : /* The stacks and their tools:
1086 : : 'yyss': related to states.
1087 : : 'yyvs': related to semantic values.
1088 : :
1089 : : Refer to the stacks through separate pointers, to allow yyoverflow
1090 : : to reallocate them elsewhere. */
1091 : :
1092 : : /* The state stack. */
1093 : : yytype_int16 yyssa[YYINITDEPTH];
1094 : : yytype_int16 *yyss;
1095 : : yytype_int16 *yyssp;
1096 : :
1097 : : /* The semantic value stack. */
1098 : : YYSTYPE yyvsa[YYINITDEPTH];
1099 : : YYSTYPE *yyvs;
1100 : : YYSTYPE *yyvsp;
1101 : :
1102 : : YYSIZE_T yystacksize;
1103 : :
1104 : : int yyn;
1105 : : int yyresult;
1106 : : /* Lookahead token as an internal (translated) token number. */
1107 : 0 : int yytoken = 0;
1108 : : /* The variables used to return semantic value and location from the
1109 : : action routines. */
1110 : : YYSTYPE yyval;
1111 : :
1112 : : #if YYERROR_VERBOSE
1113 : : /* Buffer for error messages, and its allocated size. */
1114 : : char yymsgbuf[128];
1115 : 0 : char *yymsg = yymsgbuf;
1116 : 0 : YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
1117 : : #endif
1118 : :
1119 : : #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1120 : :
1121 : : /* The number of symbols on the RHS of the reduced rule.
1122 : : Keep to zero when no symbol should be popped. */
1123 : 0 : int yylen = 0;
1124 : :
1125 : 0 : yyssp = yyss = yyssa;
1126 : 0 : yyvsp = yyvs = yyvsa;
1127 : 0 : yystacksize = YYINITDEPTH;
1128 : :
1129 [ # # ][ # # ]: 0 : YYDPRINTF ((stderr, "Starting parse\n"));
1130 : :
1131 : 0 : yystate = 0;
1132 : 0 : yyerrstatus = 0;
1133 : 0 : yynerrs = 0;
1134 : 0 : yychar = YYEMPTY; /* Cause a token to be read. */
1135 : 0 : goto yysetstate;
1136 : :
1137 : : /*------------------------------------------------------------.
1138 : : | yynewstate -- Push a new state, which is found in yystate. |
1139 : : `------------------------------------------------------------*/
1140 : : yynewstate:
1141 : : /* In all cases, when you get here, the value and location stacks
1142 : : have just been pushed. So pushing a state here evens the stacks. */
1143 : 0 : yyssp++;
1144 : :
1145 : : yysetstate:
1146 : 0 : *yyssp = yystate;
1147 : :
1148 [ # # ]: 0 : if (yyss + yystacksize - 1 <= yyssp)
1149 : : {
1150 : : /* Get the current used size of the three stacks, in elements. */
1151 : 0 : YYSIZE_T yysize = yyssp - yyss + 1;
1152 : :
1153 : : #ifdef yyoverflow
1154 : : {
1155 : : /* Give user a chance to reallocate the stack. Use copies of
1156 : : these so that the &'s don't force the real ones into
1157 : : memory. */
1158 : : YYSTYPE *yyvs1 = yyvs;
1159 : : yytype_int16 *yyss1 = yyss;
1160 : :
1161 : : /* Each stack pointer address is followed by the size of the
1162 : : data in use in that stack, in bytes. This used to be a
1163 : : conditional around just the two extra args, but that might
1164 : : be undefined if yyoverflow is a macro. */
1165 : : yyoverflow (YY_("memory exhausted"),
1166 : : &yyss1, yysize * sizeof (*yyssp),
1167 : : &yyvs1, yysize * sizeof (*yyvsp),
1168 : : &yystacksize);
1169 : :
1170 : : yyss = yyss1;
1171 : : yyvs = yyvs1;
1172 : : }
1173 : : #else /* no yyoverflow */
1174 : : # ifndef YYSTACK_RELOCATE
1175 : : goto yyexhaustedlab;
1176 : : # else
1177 : : /* Extend the stack our own way. */
1178 [ # # ]: 0 : if (YYMAXDEPTH <= yystacksize)
1179 : 0 : goto yyexhaustedlab;
1180 : 0 : yystacksize *= 2;
1181 [ # # ]: 0 : if (YYMAXDEPTH < yystacksize)
1182 : 0 : yystacksize = YYMAXDEPTH;
1183 : :
1184 : : {
1185 : 0 : yytype_int16 *yyss1 = yyss;
1186 : : union yyalloc *yyptr =
1187 : 0 : (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1188 [ # # ]: 0 : if (! yyptr)
1189 : 0 : goto yyexhaustedlab;
1190 : 0 : YYSTACK_RELOCATE (yyss_alloc, yyss);
1191 : 0 : YYSTACK_RELOCATE (yyvs_alloc, yyvs);
1192 : : # undef YYSTACK_RELOCATE
1193 [ # # ]: 0 : if (yyss1 != yyssa)
1194 : 0 : YYSTACK_FREE (yyss1);
1195 : : }
1196 : : # endif
1197 : : #endif /* no yyoverflow */
1198 : :
1199 : 0 : yyssp = yyss + yysize - 1;
1200 : 0 : yyvsp = yyvs + yysize - 1;
1201 : :
1202 [ # # ][ # # ]: 0 : YYDPRINTF ((stderr, "Stack size increased to %lu\n",
1203 : : (unsigned long int) yystacksize));
1204 : :
1205 [ # # ]: 0 : if (yyss + yystacksize - 1 <= yyssp)
1206 : 0 : YYABORT;
1207 : : }
1208 : :
1209 [ # # ][ # # ]: 0 : YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1210 : :
1211 [ # # ]: 0 : if (yystate == YYFINAL)
1212 : 0 : YYACCEPT;
1213 : :
1214 : 0 : goto yybackup;
1215 : :
1216 : : /*-----------.
1217 : : | yybackup. |
1218 : : `-----------*/
1219 : : yybackup:
1220 : :
1221 : : /* Do appropriate processing given the current state. Read a
1222 : : lookahead token if we need one and don't already have one. */
1223 : :
1224 : : /* First try to decide what to do without reference to lookahead token. */
1225 : 0 : yyn = yypact[yystate];
1226 [ # # ]: 0 : if (yypact_value_is_default (yyn))
1227 : 0 : goto yydefault;
1228 : :
1229 : : /* Not known => get a lookahead token if don't already have one. */
1230 : :
1231 : : /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
1232 [ # # ]: 0 : if (yychar == YYEMPTY)
1233 : : {
1234 [ # # ][ # # ]: 0 : YYDPRINTF ((stderr, "Reading a token: "));
1235 [ # # ]: 0 : yychar = yylex ();
1236 : : }
1237 : :
1238 [ # # ]: 0 : if (yychar <= YYEOF)
1239 : : {
1240 : 0 : yychar = yytoken = YYEOF;
1241 [ # # ][ # # ]: 0 : YYDPRINTF ((stderr, "Now at end of input.\n"));
1242 : : }
1243 : : else
1244 : : {
1245 [ # # ]: 0 : yytoken = YYTRANSLATE (yychar);
1246 [ # # ][ # # ]: 0 : YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
[ # # ][ # # ]
1247 : : }
1248 : :
1249 : : /* If the proper action on seeing token YYTOKEN is to reduce or to
1250 : : detect an error, take that action. */
1251 : 0 : yyn += yytoken;
1252 [ # # ][ # # ]: 0 : if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
[ # # ]
1253 : : goto yydefault;
1254 : 0 : yyn = yytable[yyn];
1255 [ # # ]: 0 : if (yyn <= 0)
1256 : : {
1257 : : if (yytable_value_is_error (yyn))
1258 : : goto yyerrlab;
1259 : 0 : yyn = -yyn;
1260 : 0 : goto yyreduce;
1261 : : }
1262 : :
1263 : : /* Count tokens shifted since error; after three, turn off error
1264 : : status. */
1265 [ # # ]: 0 : if (yyerrstatus)
1266 : 0 : yyerrstatus--;
1267 : :
1268 : : /* Shift the lookahead token. */
1269 [ # # ][ # # ]: 0 : YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
[ # # ][ # # ]
1270 : :
1271 : : /* Discard the shifted token. */
1272 : 0 : yychar = YYEMPTY;
1273 : :
1274 : 0 : yystate = yyn;
1275 : : YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
1276 : 0 : *++yyvsp = yylval;
1277 : : YY_IGNORE_MAYBE_UNINITIALIZED_END
1278 : :
1279 : 0 : goto yynewstate;
1280 : :
1281 : :
1282 : : /*-----------------------------------------------------------.
1283 : : | yydefault -- do the default action for the current state. |
1284 : : `-----------------------------------------------------------*/
1285 : : yydefault:
1286 : 0 : yyn = yydefact[yystate];
1287 [ # # ]: 0 : if (yyn == 0)
1288 : 0 : goto yyerrlab;
1289 : 0 : goto yyreduce;
1290 : :
1291 : :
1292 : : /*-----------------------------.
1293 : : | yyreduce -- Do a reduction. |
1294 : : `-----------------------------*/
1295 : : yyreduce:
1296 : : /* yyn is the number of a rule to reduce with. */
1297 : 0 : yylen = yyr2[yyn];
1298 : :
1299 : : /* If YYLEN is nonzero, implement the default value of the action:
1300 : : '$$ = $1'.
1301 : :
1302 : : Otherwise, the following line sets YYVAL to garbage.
1303 : : This behavior is undocumented and Bison
1304 : : users should not rely upon it. Assigning to YYVAL
1305 : : unconditionally makes the parser a bit smaller, and it avoids a
1306 : : GCC warning that YYVAL may be used uninitialized. */
1307 : 0 : yyval = yyvsp[1-yylen];
1308 : :
1309 : :
1310 [ # # ][ # # ]: 0 : YY_REDUCE_PRINT (yyn);
1311 [ # # # # : 0 : switch (yyn)
# # # # #
# # # # #
# ]
1312 : : {
1313 : : case 2:
1314 : : #line 82 "parse_zvr.y" /* yacc.c:1661 */
1315 : : { /* a ZVR file */
1316 : : (yyvsp[-1].data)->next = (yyvsp[0].data);
1317 : : zvr_root = (yyvsp[-1].data);
1318 : : }
1319 : : #line 1320 "parse_zvr.cpp" /* yacc.c:1661 */
1320 : 0 : break;
1321 : :
1322 : : case 3:
1323 : : #line 89 "parse_zvr.y" /* yacc.c:1661 */
1324 : : { }
1325 : : #line 1326 "parse_zvr.cpp" /* yacc.c:1661 */
1326 : 0 : break;
1327 : :
1328 : : case 4:
1329 : : #line 92 "parse_zvr.y" /* yacc.c:1661 */
1330 : : { (yyval.data) = NULL; }
1331 : : #line 1332 "parse_zvr.cpp" /* yacc.c:1661 */
1332 : 0 : break;
1333 : :
1334 : : case 5:
1335 : : #line 93 "parse_zvr.y" /* yacc.c:1661 */
1336 : : {
1337 : : if ((yyvsp[-1].data)) {
1338 : : (yyvsp[-1].data)->next = (yyvsp[0].data);
1339 : : (yyval.data) = (yyvsp[-1].data);
1340 : : } else {
1341 : : (yyval.data) = (yyvsp[0].data);
1342 : : }
1343 : : }
1344 : : #line 1345 "parse_zvr.cpp" /* yacc.c:1661 */
1345 : 0 : break;
1346 : :
1347 : : case 6:
1348 : : #line 105 "parse_zvr.y" /* yacc.c:1661 */
1349 : : {
1350 : : }
1351 : : #line 1352 "parse_zvr.cpp" /* yacc.c:1661 */
1352 : 0 : break;
1353 : :
1354 : : case 7:
1355 : : #line 110 "parse_zvr.y" /* yacc.c:1661 */
1356 : : {
1357 : : }
1358 : : #line 1359 "parse_zvr.cpp" /* yacc.c:1661 */
1359 : 0 : break;
1360 : :
1361 : : case 10:
1362 : : #line 124 "parse_zvr.y" /* yacc.c:1661 */
1363 : : {
1364 : : (yyval.head) = (struct zvr_header_t *) calloc (sizeof (struct zvr_header_t), 1);
1365 : : (yyval.head)->start = (yyvsp[-26].f);
1366 : : (yyval.head)->stop = (yyvsp[-24].f);
1367 : : (yyval.head)->funit = (yyvsp[-22].ident);
1368 : : (yyval.head)->points = (int) (yyvsp[-20].f);
1369 : : (yyval.head)->zref = (yyvsp[-16].f);
1370 : : (yyval.head)->d_TYP = (yyvsp[-18].ident);
1371 : : (yyval.head)->d_UNT = (yyvsp[-8].ident);
1372 : : (yyval.head)->d_FMT = (yyvsp[-10].ident);
1373 : : }
1374 : : #line 1375 "parse_zvr.cpp" /* yacc.c:1661 */
1375 : 0 : break;
1376 : :
1377 : : case 11:
1378 : : #line 138 "parse_zvr.y" /* yacc.c:1661 */
1379 : : {
1380 : : (yyval.data) = (struct zvr_data_t *) calloc (sizeof (struct zvr_data_t), 1);
1381 : : (yyval.data)->h = (yyvsp[-2].head);
1382 : : (yyval.data)->v = (yyvsp[-1].vec);
1383 : : (yyval.data)->d = (yyvsp[0].line);
1384 : : }
1385 : : #line 1386 "parse_zvr.cpp" /* yacc.c:1661 */
1386 : 0 : break;
1387 : :
1388 : : case 12:
1389 : : #line 146 "parse_zvr.y" /* yacc.c:1661 */
1390 : : { (yyval.line) = NULL; }
1391 : : #line 1392 "parse_zvr.cpp" /* yacc.c:1661 */
1392 : 0 : break;
1393 : :
1394 : : case 13:
1395 : : #line 147 "parse_zvr.y" /* yacc.c:1661 */
1396 : : {
1397 : : if ((yyvsp[-1].line)) {
1398 : : (yyvsp[-1].line)->next = (yyvsp[0].line);
1399 : : (yyval.line) = (yyvsp[-1].line);
1400 : : } else {
1401 : : (yyval.line) = (yyvsp[0].line);
1402 : : }
1403 : : }
1404 : : #line 1405 "parse_zvr.cpp" /* yacc.c:1661 */
1405 : 0 : break;
1406 : :
1407 : : case 14:
1408 : : #line 158 "parse_zvr.y" /* yacc.c:1661 */
1409 : : {
1410 : : (yyval.line) = (struct zvr_line_t *) calloc (sizeof (struct zvr_line_t), 1);
1411 : : (yyval.line)->d = (yyvsp[-2].f);
1412 : : (yyval.line)->r = (yyvsp[0].f);
1413 : : }
1414 : : #line 1415 "parse_zvr.cpp" /* yacc.c:1661 */
1415 : 0 : break;
1416 : :
1417 : : case 15:
1418 : : #line 163 "parse_zvr.y" /* yacc.c:1661 */
1419 : : {
1420 : : (yyval.line) = (struct zvr_line_t *) calloc (sizeof (struct zvr_line_t), 1);
1421 : : (yyval.line)->d = (yyvsp[-4].f);
1422 : : (yyval.line)->r = (yyvsp[-2].f);
1423 : : (yyval.line)->i = (yyvsp[0].f);
1424 : : }
1425 : : #line 1426 "parse_zvr.cpp" /* yacc.c:1661 */
1426 : 0 : break;
1427 : :
1428 : : case 18:
1429 : : #line 176 "parse_zvr.y" /* yacc.c:1661 */
1430 : : {
1431 : : (yyval.vec) = (struct zvr_vector_t *) calloc (sizeof (struct zvr_vector_t), 1);
1432 : : (yyval.vec)->nf = (yyvsp[-2].ident);
1433 : : (yyval.vec)->n1 = (yyvsp[0].ident);
1434 : : (yyval.vec)->vi = new vector ();
1435 : : (yyval.vec)->vd = new vector ();
1436 : : }
1437 : : #line 1438 "parse_zvr.cpp" /* yacc.c:1661 */
1438 : 0 : break;
1439 : :
1440 : : case 19:
1441 : : #line 183 "parse_zvr.y" /* yacc.c:1661 */
1442 : : {
1443 : : (yyval.vec) = (struct zvr_vector_t *) calloc (sizeof (struct zvr_vector_t), 1);
1444 : : (yyval.vec)->nf = (yyvsp[-4].ident);
1445 : : (yyval.vec)->n1 = (yyvsp[-2].ident);
1446 : : (yyval.vec)->n2 = (yyvsp[0].ident);
1447 : : (yyval.vec)->vi = new vector ();
1448 : : (yyval.vec)->vd = new vector ();
1449 : : }
1450 : : #line 1451 "parse_zvr.cpp" /* yacc.c:1661 */
1451 : 0 : break;
1452 : :
1453 : :
1454 : : #line 1455 "parse_zvr.cpp" /* yacc.c:1661 */
1455 : 0 : default: break;
1456 : : }
1457 : : /* User semantic actions sometimes alter yychar, and that requires
1458 : : that yytoken be updated with the new translation. We take the
1459 : : approach of translating immediately before every use of yytoken.
1460 : : One alternative is translating here after every semantic action,
1461 : : but that translation would be missed if the semantic action invokes
1462 : : YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
1463 : : if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an
1464 : : incorrect destructor might then be invoked immediately. In the
1465 : : case of YYERROR or YYBACKUP, subsequent parser actions might lead
1466 : : to an incorrect destructor call or verbose syntax error message
1467 : : before the lookahead is translated. */
1468 [ # # ][ # # ]: 0 : YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
[ # # ][ # # ]
1469 : :
1470 : 0 : YYPOPSTACK (yylen);
1471 : 0 : yylen = 0;
1472 [ # # ][ # # ]: 0 : YY_STACK_PRINT (yyss, yyssp);
1473 : :
1474 : 0 : *++yyvsp = yyval;
1475 : :
1476 : : /* Now 'shift' the result of the reduction. Determine what state
1477 : : that goes to, based on the state we popped back to and the rule
1478 : : number reduced by. */
1479 : :
1480 : 0 : yyn = yyr1[yyn];
1481 : :
1482 : 0 : yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1483 [ # # ][ # # ]: 0 : if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
[ # # ]
1484 : 0 : yystate = yytable[yystate];
1485 : : else
1486 : 0 : yystate = yydefgoto[yyn - YYNTOKENS];
1487 : :
1488 : 0 : goto yynewstate;
1489 : :
1490 : :
1491 : : /*--------------------------------------.
1492 : : | yyerrlab -- here on detecting error. |
1493 : : `--------------------------------------*/
1494 : : yyerrlab:
1495 : : /* Make sure we have latest lookahead translation. See comments at
1496 : : user semantic actions for why this is necessary. */
1497 [ # # ][ # # ]: 0 : yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar);
1498 : :
1499 : : /* If not already recovering from an error, report this error. */
1500 [ # # ]: 0 : if (!yyerrstatus)
1501 : : {
1502 : 0 : ++yynerrs;
1503 : : #if ! YYERROR_VERBOSE
1504 : : yyerror (YY_("syntax error"));
1505 : : #else
1506 : : # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
1507 : : yyssp, yytoken)
1508 : : {
1509 : 0 : char const *yymsgp = YY_("syntax error");
1510 : : int yysyntax_error_status;
1511 : 0 : yysyntax_error_status = YYSYNTAX_ERROR;
1512 [ # # ]: 0 : if (yysyntax_error_status == 0)
1513 : 0 : yymsgp = yymsg;
1514 [ # # ]: 0 : else if (yysyntax_error_status == 1)
1515 : : {
1516 [ # # ]: 0 : if (yymsg != yymsgbuf)
1517 : 0 : YYSTACK_FREE (yymsg);
1518 : 0 : yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
1519 [ # # ]: 0 : if (!yymsg)
1520 : : {
1521 : 0 : yymsg = yymsgbuf;
1522 : 0 : yymsg_alloc = sizeof yymsgbuf;
1523 : 0 : yysyntax_error_status = 2;
1524 : : }
1525 : : else
1526 : : {
1527 : 0 : yysyntax_error_status = YYSYNTAX_ERROR;
1528 : 0 : yymsgp = yymsg;
1529 : : }
1530 : : }
1531 [ # # ]: 0 : yyerror (yymsgp);
1532 [ # # ]: 0 : if (yysyntax_error_status == 2)
1533 : 0 : goto yyexhaustedlab;
1534 : : }
1535 : : # undef YYSYNTAX_ERROR
1536 : : #endif
1537 : : }
1538 : :
1539 : :
1540 : :
1541 [ # # ]: 0 : if (yyerrstatus == 3)
1542 : : {
1543 : : /* If just tried and failed to reuse lookahead token after an
1544 : : error, discard it. */
1545 : :
1546 [ # # ]: 0 : if (yychar <= YYEOF)
1547 : : {
1548 : : /* Return failure if at end of input. */
1549 [ # # ]: 0 : if (yychar == YYEOF)
1550 : 0 : YYABORT;
1551 : : }
1552 : : else
1553 : : {
1554 : : yydestruct ("Error: discarding",
1555 [ # # ]: 0 : yytoken, &yylval);
1556 : 0 : yychar = YYEMPTY;
1557 : : }
1558 : : }
1559 : :
1560 : : /* Else will try to reuse lookahead token after shifting the error
1561 : : token. */
1562 : 0 : goto yyerrlab1;
1563 : :
1564 : :
1565 : : /*---------------------------------------------------.
1566 : : | yyerrorlab -- error raised explicitly by YYERROR. |
1567 : : `---------------------------------------------------*/
1568 : : yyerrorlab:
1569 : :
1570 : : /* Pacify compilers like GCC when the user code never invokes
1571 : : YYERROR and the label yyerrorlab therefore never appears in user
1572 : : code. */
1573 : : if (/*CONSTCOND*/ 0)
1574 : : goto yyerrorlab;
1575 : :
1576 : : /* Do not reclaim the symbols of the rule whose action triggered
1577 : : this YYERROR. */
1578 : : YYPOPSTACK (yylen);
1579 : : yylen = 0;
1580 : : YY_STACK_PRINT (yyss, yyssp);
1581 : : yystate = *yyssp;
1582 : : goto yyerrlab1;
1583 : :
1584 : :
1585 : : /*-------------------------------------------------------------.
1586 : : | yyerrlab1 -- common code for both syntax error and YYERROR. |
1587 : : `-------------------------------------------------------------*/
1588 : : yyerrlab1:
1589 : 0 : yyerrstatus = 3; /* Each real token shifted decrements this. */
1590 : :
1591 : 0 : for (;;)
1592 : : {
1593 : 0 : yyn = yypact[yystate];
1594 [ # # ]: 0 : if (!yypact_value_is_default (yyn))
1595 : : {
1596 : 0 : yyn += YYTERROR;
1597 [ # # ][ # # ]: 0 : if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
[ # # ]
1598 : : {
1599 : 0 : yyn = yytable[yyn];
1600 [ # # ]: 0 : if (0 < yyn)
1601 : 0 : break;
1602 : : }
1603 : : }
1604 : :
1605 : : /* Pop the current state because it cannot handle the error token. */
1606 [ # # ]: 0 : if (yyssp == yyss)
1607 : 0 : YYABORT;
1608 : :
1609 : :
1610 : : yydestruct ("Error: popping",
1611 [ # # ]: 0 : yystos[yystate], yyvsp);
1612 : 0 : YYPOPSTACK (1);
1613 : 0 : yystate = *yyssp;
1614 [ # # ][ # # ]: 0 : YY_STACK_PRINT (yyss, yyssp);
1615 : : }
1616 : :
1617 : : YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
1618 : 0 : *++yyvsp = yylval;
1619 : : YY_IGNORE_MAYBE_UNINITIALIZED_END
1620 : :
1621 : :
1622 : : /* Shift the error token. */
1623 [ # # ][ # # ]: 0 : YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
[ # # ][ # # ]
1624 : :
1625 : 0 : yystate = yyn;
1626 : 0 : goto yynewstate;
1627 : :
1628 : :
1629 : : /*-------------------------------------.
1630 : : | yyacceptlab -- YYACCEPT comes here. |
1631 : : `-------------------------------------*/
1632 : : yyacceptlab:
1633 : 0 : yyresult = 0;
1634 : 0 : goto yyreturn;
1635 : :
1636 : : /*-----------------------------------.
1637 : : | yyabortlab -- YYABORT comes here. |
1638 : : `-----------------------------------*/
1639 : : yyabortlab:
1640 : 0 : yyresult = 1;
1641 : 0 : goto yyreturn;
1642 : :
1643 : : #if !defined yyoverflow || YYERROR_VERBOSE
1644 : : /*-------------------------------------------------.
1645 : : | yyexhaustedlab -- memory exhaustion comes here. |
1646 : : `-------------------------------------------------*/
1647 : : yyexhaustedlab:
1648 [ # # ]: 0 : yyerror (YY_("memory exhausted"));
1649 : 0 : yyresult = 2;
1650 : : /* Fall through. */
1651 : : #endif
1652 : :
1653 : : yyreturn:
1654 [ # # ]: 0 : if (yychar != YYEMPTY)
1655 : : {
1656 : : /* Make sure we have latest lookahead translation. See comments at
1657 : : user semantic actions for why this is necessary. */
1658 [ # # ]: 0 : yytoken = YYTRANSLATE (yychar);
1659 : : yydestruct ("Cleanup: discarding lookahead",
1660 [ # # ]: 0 : yytoken, &yylval);
1661 : : }
1662 : : /* Do not reclaim the symbols of the rule whose action triggered
1663 : : this YYABORT or YYACCEPT. */
1664 : 0 : YYPOPSTACK (yylen);
1665 [ # # ][ # # ]: 0 : YY_STACK_PRINT (yyss, yyssp);
1666 [ # # ]: 0 : while (yyssp != yyss)
1667 : : {
1668 : : yydestruct ("Cleanup: popping",
1669 [ # # ]: 0 : yystos[*yyssp], yyvsp);
1670 : 0 : YYPOPSTACK (1);
1671 : : }
1672 : : #ifndef yyoverflow
1673 [ # # ]: 0 : if (yyss != yyssa)
1674 : 0 : YYSTACK_FREE (yyss);
1675 : : #endif
1676 : : #if YYERROR_VERBOSE
1677 [ # # ]: 0 : if (yymsg != yymsgbuf)
1678 : 0 : YYSTACK_FREE (yymsg);
1679 : : #endif
1680 : 0 : return yyresult;
1681 : : }
1682 : : #line 193 "parse_zvr.y" /* yacc.c:1906 */
1683 : :
1684 : :
1685 : : int zvr_error (const char * error) {
1686 : : fprintf (stderr, "line %d: %s\n", zvr_lineno, error);
1687 : : return 0;
1688 : : }
|