+} while (YYID (0))
+
+# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
+do { \
+ if (yydebug) \
+ { \
+ YYFPRINTF (stderr, "%s ", Title); \
+ yy_symbol_print (stderr, \
+ Type, Value, Location); \
+ YYFPRINTF (stderr, "\n"); \
+ } \
+} while (YYID (0))
+
+
+/*--------------------------------.
+| Print this symbol on YYOUTPUT. |
+`--------------------------------*/
+
+/*ARGSUSED*/
+#if (defined __STDC__ || defined __C99__FUNC__ \
+ || defined __cplusplus || defined _MSC_VER)
+static void
+yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
+#else
+static void
+yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp)
+ FILE *yyoutput;
+ int yytype;
+ YYSTYPE const * const yyvaluep;
+ YYLTYPE const * const yylocationp;
+#endif
+{
+ if (!yyvaluep)
+ return;
+ YYUSE (yylocationp);
+# ifdef YYPRINT
+ if (yytype < YYNTOKENS)
+ YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
+# else
+ YYUSE (yyoutput);
+# endif
+ switch (yytype)
+ {
+ case 3: /* "\"string\"" */
+
+/* Line 719 of yacc.c */
+#line 181 "parse-gram.y"
+ { fputs (quotearg_style (c_quoting_style, ((*yyvaluep).chars)), stderr); };
+
+/* Line 719 of yacc.c */
+#line 1052 "../../src/parse-gram.c"
+ break;
+ case 4: /* "\"integer\"" */
+
+/* Line 719 of yacc.c */
+#line 192 "parse-gram.y"
+ { fprintf (stderr, "%d", ((*yyvaluep).integer)); };
+
+/* Line 719 of yacc.c */
+#line 1061 "../../src/parse-gram.c"
+ break;
+ case 44: /* "\"{...}\"" */
+
+/* Line 719 of yacc.c */
+#line 183 "parse-gram.y"
+ { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).code)); };
+
+/* Line 719 of yacc.c */
+#line 1070 "../../src/parse-gram.c"
+ break;
+ case 45: /* "\"char\"" */
+
+/* Line 719 of yacc.c */
+#line 175 "parse-gram.y"
+ { fputs (char_name (((*yyvaluep).character)), stderr); };
+
+/* Line 719 of yacc.c */
+#line 1079 "../../src/parse-gram.c"
+ break;
+ case 46: /* "\"epilogue\"" */
+
+/* Line 719 of yacc.c */
+#line 183 "parse-gram.y"
+ { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).chars)); };
+
+/* Line 719 of yacc.c */
+#line 1088 "../../src/parse-gram.c"
+ break;
+ case 48: /* "\"identifier\"" */
+
+/* Line 719 of yacc.c */
+#line 188 "parse-gram.y"
+ { fputs (((*yyvaluep).uniqstr), stderr); };
+
+/* Line 719 of yacc.c */
+#line 1097 "../../src/parse-gram.c"
+ break;
+ case 49: /* "\"identifier:\"" */
+
+/* Line 719 of yacc.c */
+#line 189 "parse-gram.y"
+ { fprintf (stderr, "%s:", ((*yyvaluep).uniqstr)); };
+
+/* Line 719 of yacc.c */
+#line 1106 "../../src/parse-gram.c"
+ break;
+ case 52: /* "\"%{...%}\"" */
+
+/* Line 719 of yacc.c */
+#line 183 "parse-gram.y"
+ { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).chars)); };
+
+/* Line 719 of yacc.c */
+#line 1115 "../../src/parse-gram.c"
+ break;
+ case 54: /* "\"<tag>\"" */
+
+/* Line 719 of yacc.c */
+#line 187 "parse-gram.y"
+ { fprintf (stderr, "<%s>", ((*yyvaluep).uniqstr)); };
+
+/* Line 719 of yacc.c */
+#line 1124 "../../src/parse-gram.c"
+ break;
+ case 83: /* "variable" */
+
+/* Line 719 of yacc.c */
+#line 188 "parse-gram.y"
+ { fputs (((*yyvaluep).uniqstr), stderr); };
+
+/* Line 719 of yacc.c */
+#line 1133 "../../src/parse-gram.c"
+ break;
+ case 84: /* "content.opt" */
+
+/* Line 719 of yacc.c */
+#line 183 "parse-gram.y"
+ { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).chars)); };
+
+/* Line 719 of yacc.c */
+#line 1142 "../../src/parse-gram.c"
+ break;
+ case 85: /* "braceless" */
+
+/* Line 719 of yacc.c */
+#line 183 "parse-gram.y"
+ { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).chars)); };
+
+/* Line 719 of yacc.c */
+#line 1151 "../../src/parse-gram.c"
+ break;
+ case 86: /* "id" */
+
+/* Line 719 of yacc.c */
+#line 195 "parse-gram.y"
+ { fprintf (stderr, "%s", ((*yyvaluep).symbol)->tag); };
+
+/* Line 719 of yacc.c */
+#line 1160 "../../src/parse-gram.c"
+ break;
+ case 87: /* "id_colon" */
+
+/* Line 719 of yacc.c */
+#line 196 "parse-gram.y"
+ { fprintf (stderr, "%s:", ((*yyvaluep).symbol)->tag); };
+
+/* Line 719 of yacc.c */
+#line 1169 "../../src/parse-gram.c"
+ break;
+ case 88: /* "symbol" */
+
+/* Line 719 of yacc.c */
+#line 195 "parse-gram.y"
+ { fprintf (stderr, "%s", ((*yyvaluep).symbol)->tag); };
+
+/* Line 719 of yacc.c */
+#line 1178 "../../src/parse-gram.c"
+ break;
+ case 89: /* "string_as_id" */
+
+/* Line 719 of yacc.c */
+#line 195 "parse-gram.y"
+ { fprintf (stderr, "%s", ((*yyvaluep).symbol)->tag); };
+
+/* Line 719 of yacc.c */
+#line 1187 "../../src/parse-gram.c"
+ break;
+ default:
+ break;
+ }
+}
+
+
+/*--------------------------------.
+| Print this symbol on YYOUTPUT. |
+`--------------------------------*/
+
+#if (defined __STDC__ || defined __C99__FUNC__ \
+ || defined __cplusplus || defined _MSC_VER)
+static void
+yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
+#else
+static void
+yy_symbol_print (yyoutput, yytype, yyvaluep, yylocationp)
+ FILE *yyoutput;
+ int yytype;
+ YYSTYPE const * const yyvaluep;
+ YYLTYPE const * const yylocationp;
+#endif
+{
+ if (yytype < YYNTOKENS)
+ YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
+ else
+ YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
+
+ YY_LOCATION_PRINT (yyoutput, *yylocationp);
+ YYFPRINTF (yyoutput, ": ");
+ yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp);
+ YYFPRINTF (yyoutput, ")");
+}
+
+/*------------------------------------------------------------------.
+| yy_stack_print -- Print the state stack from its BOTTOM up to its |
+| TOP (included). |
+`------------------------------------------------------------------*/
+
+#if (defined __STDC__ || defined __C99__FUNC__ \
+ || defined __cplusplus || defined _MSC_VER)
+static void
+yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop)
+#else
+static void
+yy_stack_print (yybottom, yytop)
+ yytype_int16 *yybottom;
+ yytype_int16 *yytop;
+#endif
+{
+ YYFPRINTF (stderr, "Stack now");
+ for (; yybottom <= yytop; yybottom++)
+ {
+ int yybot = *yybottom;
+ YYFPRINTF (stderr, " %d", yybot);
+ }
+ YYFPRINTF (stderr, "\n");
+}
+
+# define YY_STACK_PRINT(Bottom, Top) \
+do { \
+ if (yydebug) \
+ yy_stack_print ((Bottom), (Top)); \
+} while (YYID (0))
+
+
+/*------------------------------------------------.
+| Report that the YYRULE is going to be reduced. |
+`------------------------------------------------*/
+
+#if (defined __STDC__ || defined __C99__FUNC__ \
+ || defined __cplusplus || defined _MSC_VER)
+static void
+yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule)
+#else
+static void
+yy_reduce_print (yyvsp, yylsp, yyrule)
+ YYSTYPE *yyvsp;
+ YYLTYPE *yylsp;
+ int yyrule;
+#endif
+{
+ int yynrhs = yyr2[yyrule];
+ int yyi;
+ unsigned long int yylno = yyrline[yyrule];
+ YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
+ yyrule - 1, yylno);
+ /* The symbols being reduced. */
+ for (yyi = 0; yyi < yynrhs; yyi++)
+ {
+ YYFPRINTF (stderr, " $%d = ", yyi + 1);
+ yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
+ &(yyvsp[(yyi + 1) - (yynrhs)])
+ , &(yylsp[(yyi + 1) - (yynrhs)]) );
+ YYFPRINTF (stderr, "\n");
+ }
+}
+
+# define YY_REDUCE_PRINT(Rule) \
+do { \
+ if (yydebug) \
+ yy_reduce_print (yyvsp, yylsp, Rule); \
+} while (YYID (0))
+