47 #define YYBISON_VERSION "2.7"
50 #define YYSKELETON_NAME "yacc.c"
64 #line 1 "src/IceStorm/Grammar.y"
82 #pragma warning(disable : 4102)
84 #pragma warning(disable : 4065)
91 #pragma GCC diagnostic ignored "-Wold-style-cast"
105 #line 109 "src/IceStorm/Grammar.cpp"
108 #if defined __cplusplus && 201103L <= __cplusplus
109 #define YY_NULL nullptr
116 #ifdef YYERROR_VERBOSE
117 #undef YYERROR_VERBOSE
118 #define YYERROR_VERBOSE 1
120 #define YYERROR_VERBOSE 0
125 #ifndef YY_YY_SRC_ICESTORM_GRAMMAR_HPP_INCLUDED
126 #define YY_YY_SRC_ICESTORM_GRAMMAR_HPP_INCLUDED
159 #if !defined YYSTYPE && !defined YYSTYPE_IS_DECLARED
161 #define YYSTYPE_IS_TRIVIAL 1
162 #define yystype YYSTYPE
163 #define YYSTYPE_IS_DECLARED 1
168 #if defined __STDC__ || defined __cplusplus
169 int yyparse(
void* YYPARSE_PARAM);
174 #if defined __STDC__ || defined __cplusplus
186 #line 188 "src/IceStorm/Grammar.cpp"
200 #elif (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
220 #define YYSIZE_T __SIZE_TYPE__
222 #define YYSIZE_T size_t
223 #elif !defined YYSIZE_T && \
224 (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
226 #define YYSIZE_T size_t
228 #define YYSIZE_T unsigned int
232 #define YYSIZE_MAXIMUM ((YYSIZE_T)-1)
235 #if defined YYENABLE_NLS && YYENABLE_NLS
238 #define YY_(Msgid) dgettext("bison-runtime", Msgid)
242 #define YY_(Msgid) Msgid
247 #if !defined lint || defined __GNUC__
248 #define YYUSE(E) ((void)(E))
257 #if (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
270 #if !defined yyoverflow || YYERROR_VERBOSE
274 #ifdef YYSTACK_USE_ALLOCA
275 #if YYSTACK_USE_ALLOCA
277 #define YYSTACK_ALLOC __builtin_alloca
278 #elif defined __BUILTIN_VA_ARG_INCR
281 #define YYSTACK_ALLOC __alloca
282 #elif defined _MSC_VER
284 #define alloca _alloca
286 #define YYSTACK_ALLOC alloca
287 #if !defined _ALLOCA_H && !defined EXIT_SUCCESS && \
288 (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
292 #define EXIT_SUCCESS 0
301 #define YYSTACK_FREE(Ptr) \
306 #ifndef YYSTACK_ALLOC_MAXIMUM
311 #define YYSTACK_ALLOC_MAXIMUM 4032
314 #define YYSTACK_ALLOC YYMALLOC
315 #define YYSTACK_FREE YYFREE
316 #ifndef YYSTACK_ALLOC_MAXIMUM
317 #define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
319 #if (defined __cplusplus && !defined EXIT_SUCCESS && \
320 !((defined YYMALLOC || defined malloc) && (defined YYFREE || defined free)))
323 #define EXIT_SUCCESS 0
327 #define YYMALLOC malloc
328 #if !defined malloc && !defined EXIT_SUCCESS && \
329 (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
335 #if !defined free && !defined EXIT_SUCCESS && \
336 (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
344 #if (!defined yyoverflow && \
345 (!defined __cplusplus || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
355 #define YYSTACK_GAP_MAXIMUM (sizeof(union yyalloc) - 1)
359 #define YYSTACK_BYTES(N) ((N) * (sizeof(yytype_int16) + sizeof(YYSTYPE)) + YYSTACK_GAP_MAXIMUM)
361 #define YYCOPY_NEEDED 1
368 #define YYSTACK_RELOCATE(Stack_alloc, Stack) \
371 YYSIZE_T yynewbytes; \
372 YYCOPY(&yyptr->Stack_alloc, Stack, yysize); \
373 Stack = &yyptr->Stack_alloc; \
374 yynewbytes = yystacksize * sizeof(*Stack) + YYSTACK_GAP_MAXIMUM; \
375 yyptr += yynewbytes / sizeof(*yyptr); \
380 #if defined YYCOPY_NEEDED && YYCOPY_NEEDED
384 #if defined __GNUC__ && 1 < __GNUC__
385 #define YYCOPY(Dst, Src, Count) __builtin_memcpy(Dst, Src, (Count) * sizeof(*(Src)))
387 #define YYCOPY(Dst, Src, Count) \
391 for (yyi = 0; yyi < (Count); yyi++) \
392 (Dst)[yyi] = (Src)[yyi]; \
414 #define YYMAXUTOK 269
416 #define YYTRANSLATE(YYX) ((unsigned int)(YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
420 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,
421 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 15,
422 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
423 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
424 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
425 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
426 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
427 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
428 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14};
433 static const yytype_uint8 yyprhs[] = {0, 0, 3, 5, 6, 9, 11, 14, 17, 21, 25,
434 29, 33, 37, 41, 45, 49, 53, 57, 60, 62, 65,
435 68, 69, 71, 73, 75, 77, 79, 81, 83, 85};
439 17, 0, -1, 18, -1, -1, 18, 19, -1, 19, -1, 3, 15, -1, 4, 15, -1, 6, 20, 15, -1, 5,
440 20, 15, -1, 7, 20, 15, -1, 8, 20, 15, -1, 9, 20, 15, -1, 10, 20, 15, -1, 11, 20, 15,
441 -1, 12, 20, 15, -1, 13, 20, 15, -1, 14, 1, 15, -1, 1, 15, -1, 15, -1, 14, 20, -1, 21,
442 20, -1, -1, 3, -1, 4, -1, 5, -1, 6, -1, 7, -1, 8, -1, 9, -1, 10, -1, 11, -1};
445 static const yytype_uint8 yyrline[] = {0, 67, 67, 71, 78, 81, 89, 93, 97, 101, 105,
446 109, 113, 117, 121, 125, 129, 133, 137, 141, 149, 154,
447 160, 168, 171, 174, 177, 180, 183, 186, 189, 192};
450 #if YYDEBUG || YYERROR_VERBOSE || 0
453 static const char*
const yytname[] = {
"$end",
466 "ICE_STORM_SUBSCRIBERS",
482 {0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 59};
486 static const yytype_uint8 yyr1[] = {0, 16, 17, 17, 18, 18, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
487 19, 19, 19, 19, 20, 20, 20, 21, 21, 21, 21, 21, 21, 21, 21, 21};
490 static const yytype_uint8 yyr2[] = {0, 2, 1, 0, 2, 1, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3,
491 3, 3, 2, 1, 2, 2, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1};
496 static const yytype_uint8 yydefact[] = {0, 0, 0, 0, 22, 22, 22, 22, 22, 22, 22, 22, 22, 0,
497 19, 0, 0, 5, 18, 6, 7, 23, 24, 25, 26, 27, 28, 29,
498 30, 31, 22, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0,
499 1, 4, 20, 9, 21, 8, 10, 11, 12, 13, 14, 15, 16, 17};
502 static const yytype_int8 yydefgoto[] = {-1, 15, 16, 17, 31, 32};
506 #define YYPACT_NINF -6
507 static const yytype_int8 yypact[] = {8, 9, 11, 15, 41, 41, 41, 41, 41, 41, 41, 41, 41, 52,
508 -6, 10, 28, -6, -6, -6, -6, -6, -6, -6, -6, -6, -6, -6,
509 -6, -6, 41, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
510 -6, -6, -6, -6, -6, -6, -6, -6, -6, -6, -6, -6, -6, -6};
513 static const yytype_int8 yypgoto[] = {-6, -6, -6, 40, -5, -6};
518 #define YYTABLE_NINF -4
520 33, 34, 35, 36, 37, 38, 39, 40, -3, 1, 42, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,
521 13, 14, 18, 44, 19, 46, -2, 1, 20, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
522 21, 22, 23, 24, 25, 26, 27, 28, 29, 41, 45, 30, 43, 47, 48, 49, 50, 51, 52, 53, 54, 55};
524 #define yypact_value_is_default(Yystate) (!!((Yystate) == (-6)))
526 #define yytable_value_is_error(Yytable_value) YYID(0)
529 5, 6, 7, 8, 9, 10, 11, 12, 0, 1, 0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
530 14, 15, 15, 30, 15, 32, 0, 1, 15, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
531 3, 4, 5, 6, 7, 8, 9, 10, 11, 1, 15, 14, 16, 15, 15, 15, 15, 15, 15, 15, 15, 15};
535 static const yytype_uint8 yystos[] = {0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
536 15, 17, 18, 19, 15, 15, 15, 3, 4, 5, 6, 7, 8, 9,
537 10, 11, 14, 20, 21, 20, 20, 20, 20, 20, 20, 20, 20, 1,
538 0, 19, 20, 15, 20, 15, 15, 15, 15, 15, 15, 15, 15, 15};
540 #define yyerrok (yyerrstatus = 0)
541 #define yyclearin (yychar = YYEMPTY)
545 #define YYACCEPT goto yyacceptlab
546 #define YYABORT goto yyabortlab
547 #define YYERROR goto yyerrorlab
557 #define YYFAIL goto yyerrlab
565 #define YYRECOVERING() (!!yyerrstatus)
567 #define YYBACKUP(Token, Value) \
569 if (yychar == YYEMPTY) \
579 yyerror(YY_("syntax error: cannot back up")); \
586 #define YYERRCODE 256
590 #ifndef YY_LOCATION_PRINT
591 #define YY_LOCATION_PRINT(File, Loc) ((void)0)
597 #define YYLEX yylex(&yylval, YYLEX_PARAM)
599 #define YYLEX yylex(&yylval)
607 #define YYFPRINTF fprintf
610 #define YYDPRINTF(Args) \
617 #define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
622 YYFPRINTF(stderr, "%s ", Title); \
623 yy_symbol_print(stderr, Type, Value); \
624 YYFPRINTF(stderr, "\n"); \
634 #if (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
638 static void yy_symbol_value_print(yyoutput,
yytype,
yyvaluep) FILE* yyoutput;
643 FILE* yyo = yyoutput;
669 #if (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
673 static void yy_symbol_print(yyoutput,
yytype,
yyvaluep) FILE* yyoutput;
696 #if (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
705 for (; yybottom <=
yytop; yybottom++)
707 int yybot = *yybottom;
713 #define YY_STACK_PRINT(Bottom, Top) \
717 yy_stack_print((Bottom), (Top)); \
725 #if (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
733 int yynrhs = yyr2[
yyrule];
741 yy_symbol_print(stderr, yyrhs[yyprhs[
yyrule] +
yyi], &(yyvsp[(
yyi + 1) - (yynrhs)]));
746 #define YY_REDUCE_PRINT(Rule) \
750 yy_reduce_print(yyvsp, Rule); \
757 #define YYDPRINTF(Args)
758 #define YY_SYMBOL_PRINT(Title, Type, Value, Location)
759 #define YY_STACK_PRINT(Bottom, Top)
760 #define YY_REDUCE_PRINT(Rule)
766 #define YYINITDEPTH 200
777 #define YYMAXDEPTH 10000
784 #if defined __GLIBC__ && defined _STRING_H
785 #define yystrlen strlen
788 #if (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
790 yystrlen(
const char* yystr)
792 static YYSIZE_T yystrlen(yystr)
const char* yystr;
796 for (yylen = 0; yystr[yylen]; yylen++)
806 #if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
807 #define yystpcpy stpcpy
811 #if (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
813 yystpcpy(
char* yydest,
const char* yysrc)
816 yystpcpy(yydest, yysrc)
822 const char* yys = yysrc;
824 while ((*yyd++ = *yys++) !=
'\0')
843 yytnamerr(
char* yyres,
const char* yystr)
848 char const* yyp = yystr;
855 goto do_not_strip_quotes;
860 goto do_not_strip_quotes;
878 do_not_strip_quotes:;
883 return yystrlen(yystr);
886 return yystpcpy(yyres, yystr) - yyres;
906 YYERROR_VERBOSE_ARGS_MAXIMUM = 5
910 const char* yyformat =
YY_NULL;
912 char const* yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
946 int yyn = yypact[*yyssp];
947 yyarg[yycount++] = yytname[yytoken];
953 int yyxbegin = yyn < 0 ? -yyn : 0;
955 int yychecklim =
YYLAST - yyn + 1;
959 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
960 if (yycheck[yyx + yyn] == yyx && yyx !=
YYTERROR &&
963 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
969 yyarg[yycount++] = yytname[yyx];
984 #define YYCASE_(N, S) \
988 YYCASE_(0,
YY_(
"syntax error"));
989 YYCASE_(1,
YY_(
"syntax error, unexpected %s"));
990 YYCASE_(2,
YY_(
"syntax error, unexpected %s, expecting %s"));
991 YYCASE_(3,
YY_(
"syntax error, unexpected %s, expecting %s or %s"));
992 YYCASE_(4,
YY_(
"syntax error, unexpected %s, expecting %s or %s or %s"));
993 YYCASE_(5,
YY_(
"syntax error, unexpected %s, expecting %s or %s or %s or %s"));
998 YYSIZE_T yysize1 = yysize + yystrlen(yyformat);
1006 if (*yymsg_alloc < yysize)
1008 *yymsg_alloc = 2 * yysize;
1022 while ((*yyp = *yyformat) !=
'\0')
1023 if (*yyp ==
'%' && yyformat[1] ==
's' &&
yyi < yycount)
1025 yyp += yytnamerr(yyp, yyarg[
yyi++]);
1043 #if (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
1047 static void yydestruct(yymsg,
yytype,
yyvaluep)
const char* yymsg;
1073 #ifdef YYPARSE_PARAM
1074 #if (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
1078 int yyparse(YYPARSE_PARAM)
void* YYPARSE_PARAM;
1081 #if (defined __STDC__ || defined __C99__FUNC__ || defined __cplusplus || defined _MSC_VER)
1095 #if defined __GNUC__ && 407 <= __GNUC__ * 100 + __GNUC_MINOR__
1097 #define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \
1098 _Pragma("GCC diagnostic push") _Pragma("GCC diagnostic ignored \"-Wuninitialized\"") \
1099 _Pragma("GCC diagnostic ignored \"-Wmaybe-uninitialized\"")
1100 #define YY_IGNORE_MAYBE_UNINITIALIZED_END _Pragma("GCC diagnostic pop")
1105 #define YY_INITIAL_VALUE(Value) = Value
1107 #ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
1108 #define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
1109 #define YY_IGNORE_MAYBE_UNINITIALIZED_END
1111 #ifndef YY_INITIAL_VALUE
1112 #define YY_INITIAL_VALUE(Value)
1155 char* yymsg = yymsgbuf;
1156 YYSIZE_T yymsg_alloc =
sizeof yymsgbuf;
1159 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1165 yyssp = yyss = yyssa;
1166 yyvsp = yyvs = yyvsa;
1169 YYDPRINTF((stderr,
"Starting parse\n"));
1188 if (yyss + yystacksize - 1 <= yyssp)
1191 YYSIZE_T yysize = yyssp - yyss + 1;
1207 yysize *
sizeof(*yyssp),
1209 yysize *
sizeof(*yyvsp),
1216 #ifndef YYSTACK_RELOCATE
1217 goto yyexhaustedlab;
1222 goto yyexhaustedlab;
1235 goto yyexhaustedlab;
1239 #undef YYSTACK_RELOCATE
1248 yyssp = yyss + yysize - 1;
1249 yyvsp = yyvs + yysize - 1;
1251 YYDPRINTF((stderr,
"Stack size increased to %lu\n", (
unsigned long int)yystacksize));
1253 if (yyss + yystacksize - 1 <= yyssp)
1259 YYDPRINTF((stderr,
"Entering state %d\n", yystate));
1277 yyn = yypact[yystate];
1288 YYDPRINTF((stderr,
"Reading a token: "));
1292 if (yychar <=
YYEOF)
1294 yychar = yytoken =
YYEOF;
1295 YYDPRINTF((stderr,
"Now at end of input.\n"));
1306 if (yyn < 0 ||
YYLAST < yyn || yycheck[yyn] != yytoken)
1346 yyn = yydefact[yystate];
1369 yyval = yyvsp[1 - yylen];
1377 #line 68 "src/IceStorm/Grammar.y"
1384 #line 71 "src/IceStorm/Grammar.y"
1391 #line 79 "src/IceStorm/Grammar.y"
1398 #line 82 "src/IceStorm/Grammar.y"
1405 #line 90 "src/IceStorm/Grammar.y"
1413 #line 94 "src/IceStorm/Grammar.y"
1421 #line 98 "src/IceStorm/Grammar.y"
1429 #line 102 "src/IceStorm/Grammar.y"
1437 #line 106 "src/IceStorm/Grammar.y"
1445 #line 110 "src/IceStorm/Grammar.y"
1453 #line 114 "src/IceStorm/Grammar.y"
1461 #line 118 "src/IceStorm/Grammar.y"
1469 #line 122 "src/IceStorm/Grammar.y"
1477 #line 126 "src/IceStorm/Grammar.y"
1485 #line 130 "src/IceStorm/Grammar.y"
1493 #line 134 "src/IceStorm/Grammar.y"
1496 "' (type `help' for more info)");
1502 #line 138 "src/IceStorm/Grammar.y"
1510 #line 142 "src/IceStorm/Grammar.y"
1517 #line 150 "src/IceStorm/Grammar.y"
1519 (yyval) = (yyvsp[(2) - (2)]);
1520 (yyval).push_front((yyvsp[(1) - (2)]).front());
1526 #line 155 "src/IceStorm/Grammar.y"
1528 (yyval) = (yyvsp[(2) - (2)]);
1529 (yyval).push_front((yyvsp[(1) - (2)]).front());
1535 #line 160 "src/IceStorm/Grammar.y"
1543 #line 169 "src/IceStorm/Grammar.y"
1550 #line 172 "src/IceStorm/Grammar.y"
1557 #line 175 "src/IceStorm/Grammar.y"
1564 #line 178 "src/IceStorm/Grammar.y"
1571 #line 181 "src/IceStorm/Grammar.y"
1578 #line 184 "src/IceStorm/Grammar.y"
1585 #line 187 "src/IceStorm/Grammar.y"
1592 #line 190 "src/IceStorm/Grammar.y"
1599 #line 193 "src/IceStorm/Grammar.y"
1606 #line 1657 "src/IceStorm/Grammar.cpp"
1635 yystate = yypgoto[yyn -
YYNTOKENS] + *yyssp;
1636 if (0 <= yystate && yystate <=
YYLAST && yycheck[yystate] == *yyssp)
1638 yystate = yytable[yystate];
1660 #if !YYERROR_VERBOSE
1663 #define YYSYNTAX_ERROR yysyntax_error(&yymsg_alloc, &yymsg, yyssp, yytoken)
1665 char const* yymsgp =
YY_(
"syntax error");
1666 int yysyntax_error_status;
1667 yysyntax_error_status = YYSYNTAX_ERROR;
1668 if (yysyntax_error_status == 0)
1672 else if (yysyntax_error_status == 1)
1674 if (yymsg != yymsgbuf)
1682 yymsg_alloc =
sizeof yymsgbuf;
1683 yysyntax_error_status = 2;
1687 yysyntax_error_status = YYSYNTAX_ERROR;
1692 if (yysyntax_error_status == 2)
1694 goto yyexhaustedlab;
1697 #undef YYSYNTAX_ERROR
1702 if (yyerrstatus == 3)
1707 if (yychar <=
YYEOF)
1710 if (yychar ==
YYEOF)
1717 yydestruct(
"Error: discarding", yytoken, &yylval);
1757 yyn = yypact[yystate];
1778 yydestruct(
"Error: popping", yystos[yystate], yyvsp);
1810 #if !defined yyoverflow || YYERROR_VERBOSE
1826 yydestruct(
"Cleanup: discarding lookahead", yytoken, &yylval);
1832 while (yyssp != yyss)
1834 yydestruct(
"Cleanup: popping", yystos[*yyssp], yyvsp);
1844 if (yymsg != yymsgbuf)
1850 return YYID(yyresult);
1855 #line 196 "src/IceStorm/Grammar.y"