5 # Return the smallest signed int type able to handle the number MAX.
6 m4_define([b4_sint_type
],
7 [m4_if(m4_eval([$
1 <= 127]), [1], [signed char],
8 m4_eval([$
1 <= 32767]), [1], [signed short],
9 m4_eval([$
1 <= 2147483647]), [1], [signed int],
10 [m4_fatal([no
signed int type
for $
1])])])
15 # Return the smallest unsigned int type able to handle the number MAX.
16 m4_define([b4_uint_type
],
17 [m4_if(m4_eval([$
1 <= 255]), [1], [unsigned char],
18 m4_eval([$
1 <= 65535]), [1], [unsigned short],
19 m4_eval([$
1 <= 4294967295]), [1], [unsigned int],
20 [m4_fatal([no
unsigned int type
for $
1])])])
23 # b4_lhs_value([TYPE])
24 # --------------------
25 # Expansion of $<TYPE>$.
26 m4_define([b4_lhs_value
],
27 [yyval
[]m4_ifval([$
1], [.$
1])])
30 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
31 # --------------------------------------
32 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
34 m4_define([b4_rhs_value
],
35 [semantic_stack_@
<:@
m4_eval([$
1 - $
2])@
:>@
m4_ifval([$
3], [.$
3])])
41 m4_define([b4_lhs_location
],
45 # b4_rhs_location(RULE-LENGTH, NUM)
46 # ---------------------------------
47 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
49 m4_define([b4_rhs_location
],
50 [location_stack_@
<:@
m4_eval([$
1 - $
2])@
:>@
])
53 # b4_token_define(TOKEN-NAME, TOKEN-NUMBER)
54 # -----------------------------------------
55 # Output the definition of this token as #define.
56 m4_define([b4_token_define
],
61 # b4_token_defines(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER)
62 # -------------------------------------------------------
63 # Output the definition of the tokens as #define.
64 m4_define([b4_token_defines
],
65 [m4_map([b4_token_define
], [$@
])])
67 m4_define_default([b4_input_suffix
], [.y
])
69 m4_define_default([b4_output_parser_suffix
],
70 [m4_translit(b4_input_suffix
, [yY
], [cC
])])
72 m4_define_default([b4_output_parser_name
],
73 [b4_output_prefix
[]b4_output_infix
[]b4_output_parser_suffix
[]])
76 m4_define_default([b4_output_header_suffix
],
77 [m4_translit(b4_input_suffix
, [yY
], [hH
])])
79 m4_define_default([b4_output_header_name
],
80 [b4_output_prefix
[]b4_output_infix
[]b4_output_header_suffix
[]])
82 m4_define_default([b4_header_guard
],
83 [m4_bpatsubst(m4_toupper([BISON_
]b4_output_header_name
),
84 [[^ABCDEFGHIJKLMNOPQRSTUVWXYZ
]], [_
])])
86 m4_define([b4_inherit
],
98 m4_define([b4_constructor
],
104 m4_define([b4_copyright
],
106 /* A Bison parser, made from b4_filename,
107 by GNU bison b4_version. */
109 /* Skeleton output parser for bison,
110 Copyright 2002 Free Software Foundation, Inc.
112 This program is free software; you can redistribute it and/or modify
113 it under the terms of the GNU General Public License as published by
114 the Free Software Foundation; either version 2, or (at your option)
117 This program is distributed in the hope that it will be useful,
118 but WITHOUT ANY WARRANTY; without even the implied warranty of
119 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
120 GNU General Public License for more details.
122 You should have received a copy of the GNU General Public License
123 along with this program; if not, write to the Free Software
124 Foundation, Inc., 59 Temple Place - Suite 330,
125 Boston, MA 02111-1307, USA. */
127 /* As a special exception, when this file is copied by Bison into a
128 Bison output file, you may use that output file without restriction.
129 This special exception was added by the Free Software Foundation
130 in version 1.24 of Bison. */])
133 #output "b4_output_header_name"
135 #ifndef b4_header_guard
136 # define b4_header_guard
139 #include "location.hh"
143 /* Using locations. */
144 #define YYLSP_NEEDED b4_locations_flag
146 /* Copy the first part of user declarations. */
150 b4_token_defines(b4_tokens
)
152 /* Enabling traces. */
154 # define YYDEBUG b4_debug
157 /* Enabling verbose error message. */
158 #ifndef YYERROR_VERBOSE
159 # define YYERROR_VERBOSE b4_error_verbose
163 m4_ifdef([b4_stype_line
],
164 [#line b4_stype_line "b4_filename"
168 # define YYSTYPE yystype
171 /* Copy the second part of user declarations. */
174 #line __oline__ "__ofile__"
175 #ifndef YYLLOC_DEFAULT
176 # define YYLLOC_DEFAULT(Current, Rhs, N) \
177 Current.last_line = Rhs[[N]].last_line; \
178 Current.last_column = Rhs[[N]].last_column;
181 m4_if(b4_locations_flag
, [0], [],
183 typedef struct yyltype
190 # define YYLTYPE yyltype
197 template < typename P
>
203 struct Traits
< b4_name
>
205 typedef b4_uint_type(b4_translate_max
) TokenNumberType
;
206 typedef b4_sint_type(b4_rhs_max
) RhsNumberType
;
207 typedef int StateType
;
208 typedef yystype SemanticType
;
209 typedef b4_ltype LocationType
;
215 class b4_name b4_inherit
219 typedef Traits
< b4_name
>::TokenNumberType TokenNumberType
;
220 typedef Traits
< b4_name
>::RhsNumberType RhsNumberType
;
221 typedef Traits
< b4_name
>::StateType StateType
;
222 typedef Traits
< b4_name
>::SemanticType SemanticType
;
223 typedef Traits
< b4_name
>::LocationType LocationType
;
225 typedef Stack
< StateType
> StateStack
;
226 typedef Stack
< SemanticType
> SemanticStack
;
227 typedef Stack
< LocationType
> LocationStack
;
231 LocationType initlocation
[]b4_param
) :
232 b4_constructor
[]debug_ (debug
),
233 initlocation_ (initlocation
)
235 b4_name (bool debug
[]b4_param
) :
236 b4_constructor
[]debug_ (debug
)
245 virtual int parse ();
249 virtual void lex_ ();
250 virtual void error_ ();
251 virtual void print_ ();
254 StateStack state_stack_
;
255 SemanticStack semantic_stack_
;
256 LocationStack location_stack_
;
259 static const short pact_
[[]];
260 static const short defact_
[[]];
261 static const short pgoto_
[[]];
262 static const short defgoto_
[[]];
263 static const short table_
[[]];
264 static const short check_
[[]];
265 static const TokenNumberType r1_
[[]];
266 static const b4_uint_type(b4_r2_max
) r2_
[[]];
268 #if YYDEBUG || YYERROR_VERBOSE
269 static const char* const name_
[[]];
272 /* More tables, for debugging. */
274 static const RhsNumberType rhs_
[[]];
275 static const b4_uint_type(b4_prhs_max
) prhs_
[[]];
276 static const b4_uint_type(b4_rline_max
) rline_
[[]];
279 /* Even more tables. */
280 static inline TokenNumberType
translate_ (int token
);
283 static const int eof_
;
284 static const int last_
;
285 static const int flag_
;
286 static const int nnts_
;
287 static const int nsym_
;
288 static const int empty_
;
289 static const int final_
;
290 static const int terror_
;
291 static const int errcode_
;
292 static const int ntokens_
;
293 static const int initdepth_
;
294 static const unsigned user_token_number_max_
;
295 static const TokenNumberType undef_token_
;
303 /* Lookahead and lookahead in internal form. */
310 /* Semantic value and location of lookahead token. */
312 LocationType location
;
318 /* Initial location. */
319 LocationType initlocation_
;
323 #endif /* not b4_header_guard */
325 #output "b4_output_prefix[]b4_output_infix[].cc"
328 #include "b4_output_header_name"
330 /* Enable debugging if requested. */
333 # define YYFPRINTF std::fprintf
334 # define YYDPRINTF(Args) \
340 # define YYDPRINTF(Args)
341 #endif /* !YYDEBUG */
344 yy::b4_name::parse ()
349 /* Initialize stack. */
350 state_stack_
= StateStack (0);
351 semantic_stack_
= SemanticStack (1);
352 location_stack_
= LocationStack (1);
358 location
= initlocation_
;
360 YYDPRINTF ((stderr
, "Starting parse\n"));
364 state_stack_
.push (state_
);
365 YYDPRINTF ((stderr
, "Entering state %d\n", state_
));
371 /* Try to take a decision without lookahead. */
372 n_
= pact_
[[state_]];
376 /* Read a lookahead token. */
377 if (looka_
== empty_
)
379 YYDPRINTF ((stderr
, "Reading a token: "));
383 /* Convert token to internal form. */
388 YYDPRINTF ((stderr
, "Now at end of input.\n"));
392 ilooka_
= translate_ (looka_
);
396 YYFPRINTF (stderr
, "Next token is %d (%s", looka_
, name_
[[ilooka_]]);
398 YYFPRINTF (stderr
, ")\n");
404 if (n_
< 0 || n_
> last_
|| check_
[[n_]] != ilooka_
)
407 /* Reduce or error. */
426 /* Shift the lookahead token. */
427 YYDPRINTF ((stderr
, "Shifting token %d (%s), ", looka_
, name_
[[ilooka_]]));
429 /* Discard the token being shifted unless it is eof. */
433 semantic_stack_
.push (value
);
434 location_stack_
.push (location
);
436 /* Count tokens shifted since error; after three, turn off error
444 /* Default action. */
446 n_
= defact_
[[state_]];
456 yyval
= semantic_stack_
[[len_
- 1]];
457 yyloc
= location_stack_
[[len_
- 1]];
461 yyval
= semantic_stack_
[[0]];
462 yyloc
= location_stack_
[[0]];
468 YYFPRINTF (stderr
, "Reducing via rule %d (line %d), ", n_
- 1, rline_
[[n_]]);
469 for (b4_uint_type(b4_prhs_max
) i
= prhs_
[[n_]];
471 YYFPRINTF (stderr
, "%s ", name_
[[rhs_
[i
]]]);
472 YYFPRINTF (stderr
, "-> %s\n", name_
[[r1_
[n_
]]]);
478 Slice
< LocationType
, LocationStack
> slice (location_stack_
, len_
);
479 YYLLOC_DEFAULT (yyloc
, slice
, len_
);
487 /* Line __line__ of __file__. */
488 #line __oline__ "__ofile__"
490 state_stack_
.pop (len_
);
491 semantic_stack_
.pop (len_
);
492 location_stack_
.pop (len_
);
497 YYFPRINTF (stderr
, "state stack now");
498 for (StateStack::ConstIterator i
= state_stack_
.begin ();
499 i
!= state_stack_
.end (); ++i
)
500 YYFPRINTF (stderr
, " %d", *i
);
501 YYFPRINTF (stderr
, "\n");
505 semantic_stack_
.push (yyval
);
506 location_stack_
.push (yyloc
);
508 /* Shift the result of the reduction. */
510 state_
= pgoto_
[[n_
- ntokens_
]] + state_stack_
[[0]];
511 if (state_
>= 0 && state_
<= last_
&& check_
[[state_]] == state_stack_
[[0]])
512 state_
= table_
[[state_]];
514 state_
= defgoto_
[[n_
- ntokens_
]];
517 /* Report and recover from errors. This is very incomplete. */
519 /* If not already recovering from an error, report this error. */
525 n_
= pact_
[[state_]];
526 if (n_
> flag_
&& n_
< last_
)
528 message
= "parse error, unexpected ";
529 message
+= name_
[[ilooka_]];
532 for (int x
= (n_
< 0 ? -n_
: 0); x
< ntokens_
+ nnts_
; ++x
)
533 if (check_
[[x
+ n_
]] == x
)
538 for (int x
= (n_
< 0 ? -n_
: 0); x
< ntokens_
+ nnts_
; ++x
)
539 if (check_
[[x
+ n_
]] == x
)
541 message
+= (!count
++) ? ", expecting " : " or ";
542 message
+= name_
[[x]];
549 message
= "parse error";
554 /* Error raised explicitly by an action. */
558 /* If just tried and failed to reuse lookahead token after an
559 error, discard it. */
561 /* Return failure if at end of input. */
564 YYDPRINTF ((stderr
, "Discarding token %d (%s).\n", looka_
, name_
[[ilooka_]]));
568 /* Else will try to reuse lookahead token after shifting the error
574 /* Pop the current state because it cannot handle the error token. */
577 if (!state_stack_
.height ())
579 state_
= (state_stack_
.pop (), state_stack_
[[0]]);
580 semantic_stack_
.pop ();
581 location_stack_
.pop ();;
586 YYFPRINTF (stderr
, "Error: state stack now");
587 for (StateStack::ConstIterator i
= state_stack_
.begin ();
588 i
!= state_stack_
.end (); ++i
)
589 YYFPRINTF (stderr
, " %d", *i
);
590 YYFPRINTF (stderr
, "\n");
595 n_
= pact_
[[state_]];
600 if (n_
< 0 || n_
> last_
|| check_
[[n_]] != terror_
)
617 YYDPRINTF ((stderr
, "Shifting error token, "));
619 semantic_stack_
.push (value
);
620 location_stack_
.push (location
);
638 looka_
= yylex (&value
, &location
);
640 looka_
= yylex (&value
);
644 /* YYPACT[[STATE-NUM]] -- Index in YYTABLE of the portion describing
647 yy::b4_name::pact_
[[]] =
652 /* YYDEFACT[[S]] -- default rule to reduce with in state S when YYTABLE
653 doesn't specify something else to do. Zero means the default is an
656 yy::b4_name::defact_
[[]] =
661 /* YYPGOTO[[NTERM-NUM]]. */
663 yy::b4_name::pgoto_
[[]] =
668 /* YYDEFGOTO[[NTERM-NUM]]. */
670 yy::b4_name::defgoto_
[[]] =
675 /* YYTABLE[[YYPACT[STATE-NUM]]]. What to do in state STATE-NUM. If
676 positive, shift that token. If negative, reduce the rule which
677 number is the opposite. If zero, do what YYDEFACT says. */
679 yy::b4_name::table_
[[]] =
686 yy::b4_name::check_
[[]] =
691 /* YYR1[[YYN]] -- Symbol number of symbol that rule YYN derives. */
692 const yy::b4_name::TokenNumberType
693 yy::b4_name::r1_
[[]] =
698 /* YYR2[[YYN]] -- Number of symbols composing right hand side of rule YYN. */
699 const b4_uint_type(b4_r2_max
)
700 yy::b4_name::r2_
[[]] =
705 #if YYDEBUG || YYERROR_VERBOSE
706 /* YYTNAME[[SYMBOL-NUM]] -- String name of the symbol SYMBOL-NUM.
707 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
709 const yy::b4_name::name_
[[]] =
716 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
717 const yy::b4_name::RhsNumberType
718 yy::b4_name::rhs_
[[]] =
723 /* YYPRHS[[YYN]] -- Index of the first RHS symbol of rule number YYN in
725 const b4_uint_type(b4_prhs_max
)
726 yy::b4_name::prhs_
[[]] =
731 /* YYRLINE[[YYN]] -- source line where rule number YYN was defined. */
732 const b4_uint_type(b4_rline_max
)
733 yy::b4_name::rline_
[[]] =
739 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
740 yy::b4_name::TokenNumberType
741 yy::b4_name::translate_ (int token
)
744 const TokenNumberType
749 if ((unsigned) token
<= user_token_number_max_
)
750 return translate_
[[token]];
755 const int yy::b4_name::eof_
= 0;
756 const int yy::b4_name::last_
= b4_last
;
757 const int yy::b4_name::flag_
= b4_flag
;
758 const int yy::b4_name::nnts_
= b4_nnts
;
759 const int yy::b4_name::nsym_
= b4_nsym
;
760 const int yy::b4_name::empty_
= -2;
761 const int yy::b4_name::final_
= b4_final
;
762 const int yy::b4_name::terror_
= 1;
763 const int yy::b4_name::errcode_
= 256;
764 const int yy::b4_name::ntokens_
= b4_ntokens
;
765 const int yy::b4_name::initdepth_
= b4_initdepth
;
767 const unsigned yy::b4_name::user_token_number_max_
= b4_user_token_number_max
;
768 const yy::b4_name::TokenNumberType
yy::b4_name::undef_token_
= b4_undef_token_number
;
775 #ifndef BISON_STACK_HH
776 # define BISON_STACK_HH
782 template < class T
, class S
= std::deque
< T
> >
787 typedef typename
S::iterator Iterator
;
788 typedef typename
S::const_iterator ConstIterator
;
794 Stack (unsigned n
) : seq_ (n
)
800 operator [[]] (unsigned index
)
802 return seq_
[[index]];
807 operator [[]] (unsigned index
) const
809 return seq_
[[index]];
834 inline ConstIterator
begin () const { return seq_
.begin (); }
835 inline ConstIterator
end () const { return seq_
.end (); }
842 template < class T
, class S
= Stack
< T
> >
847 Slice (const S
& stack
,
848 unsigned range
) : stack_ (stack
),
855 operator [[]] (unsigned index
) const
857 return stack_
[[range_
- index
]];
867 #endif // not BISON_STACK_HH
869 #output "location.hh"
872 #ifndef BISON_LOCATION_HH
873 # define BISON_LOCATION_HH
890 #endif // not BISON_LOCATION_HH