33 #line 128 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:397
36 #define TRY(Loc, Stm) \
42 catch (std::exception& e) \
44 error(Loc, e.what()); \
49 #line 50 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:397
54 #line 55 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:404
57 # if defined __cplusplus && 201103L <= __cplusplus
58 # define YY_NULLPTR nullptr
68 #line 69 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:412
70 #line 71 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:413
106 o << t.first <<
"->" << t.second;
118 return driver_.
scanner_->lex(driver_);
124 #line 125 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:413
128 # if defined YYENABLE_NLS && YYENABLE_NLS
130 # include <libintl.h>
131 # define YY_(msgid) dgettext ("bison-runtime", msgid)
135 # define YY_(msgid) msgid
139 #define YYRHSLOC(Rhs, K) ((Rhs)[K].location)
144 # ifndef YYLLOC_DEFAULT
145 # define YYLLOC_DEFAULT(Current, Rhs, N) \
149 (Current).begin = YYRHSLOC (Rhs, 1).begin; \
150 (Current).end = YYRHSLOC (Rhs, N).end; \
154 (Current).begin = (Current).end = YYRHSLOC (Rhs, 0).end; \
161 #define YYUSE(E) ((void) (E))
167 # define YYCDEBUG if (yydebug_) (*yycdebug_)
169 # define YY_SYMBOL_PRINT(Title, Symbol) \
173 *yycdebug_ << Title << ' '; \
174 yy_print_ (*yycdebug_, Symbol); \
175 *yycdebug_ << std::endl; \
179 # define YY_REDUCE_PRINT(Rule) \
182 yy_reduce_print_ (Rule); \
185 # define YY_STACK_PRINT() \
193 # define YYCDEBUG if (false) std::cerr
194 # define YY_SYMBOL_PRINT(Title, Symbol) YYUSE(Symbol)
195 # define YY_REDUCE_PRINT(Rule) static_cast<void>(0)
196 # define YY_STACK_PRINT() static_cast<void>(0)
200 #define yyerrok (yyerrstatus_ = 0)
201 #define yyclearin (yyla.clear ())
203 #define YYACCEPT goto yyacceptlab
204 #define YYABORT goto yyabortlab
205 #define YYERROR goto yyerrorlab
206 #define YYRECOVERING() (!!yyerrstatus_)
208 #line 11 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:479
209 namespace vcsn {
namespace detail {
namespace dot {
210 #line 211 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:479
222 std::string yyr =
"";
223 char const *yyp = yystr;
230 goto do_not_strip_quotes;
234 goto do_not_strip_quotes;
243 do_not_strip_quotes: ;
255 yycdebug_ (&
std::cerr),
257 driver_ (driver__yyarg)
273 : state (empty_state)
278 : state (other.state)
305 if (state == empty_state)
320 switch (that.type_get ())
394 template <
typename Base>
404 template <
typename Base>
409 std::ostream& yyoutput = yyo;
416 yyo << (yytype <
yyntokens_ ?
"token" :
"nterm")
423 #line 172 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:636
425 #line 426 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:636
437 #line 176 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:636
439 #line 440 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:636
472 #line 172 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:636
474 #line 475 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:636
479 #line 176 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:636
481 #line 482 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:636
486 #line 280 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:636
488 #line 489 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:636
493 #line 176 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:636
495 #line 496 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:636
507 #line 172 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:636
509 #line 510 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:636
514 #line 176 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:636
516 #line 517 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:636
521 #line 172 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:636
523 #line 524 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:636
617 int yyerrstatus_ = 0;
632 YYCDEBUG <<
"Starting parse" << std::endl;
636 #line 145 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:741
641 #line 642 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:741
675 yyla.
move (yylookahead);
687 yyn += yyla.type_get ();
706 yypush_ (
"Shifting", yyn, yyla);
779 #line 187 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
781 #line 782 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
785 #line 189 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
789 for (
auto s: yystack_[1].value.as<
states_t > ())
792 #line 793 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
796 #line 198 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
798 #line 799 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
802 #line 199 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
804 #line 805 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
814 #line 201 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
816 #line 817 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
820 #line 202 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
822 #line 823 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
838 #line 208 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
840 #line 841 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
844 #line 213 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
848 #line 849 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
852 #line 221 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
854 #line 855 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
858 #line 222 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
860 #line 861 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
864 #line 227 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
867 static const string_t vcsn_context{
"vcsn_context"};
870 else if (yystack_[2].value.as<
string_t > () == vcsn_context)
876 #line 877 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
880 #line 242 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
884 #line 885 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
888 #line 258 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
890 #line 891 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
894 #line 259 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
896 #line 897 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
900 #line 263 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
902 #line 903 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
906 #line 264 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
908 #line 909 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
912 #line 283 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
914 for (
auto s1: yystack_[2].value.as<
states_t > ())
915 for (
auto s2: yystack_[0].value.as<
states_t > ())
919 #line 920 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
923 #line 290 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
926 for (
auto s1: yystack_[2].value.as<
paths_t > ().
ends)
927 for (
auto s2: yystack_[0].value.as<
states_t > ())
931 #line 932 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
935 #line 301 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
940 #line 941 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
944 #line 309 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
948 #line 949 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
952 #line 316 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
966 #line 967 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
982 #line 338 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
984 #line 985 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
994 #line 343 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
996 #line 997 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
1000 #line 347 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
1002 #line 1003 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
1006 #line 348 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:859
1008 #line 1009 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
1012 #line 1013 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:859
1045 if (yyerrstatus_ == 3)
1051 if (yyla.type_get () ==
yyeof_)
1053 else if (!yyla.
empty ())
1090 yyn =
yypact_[yystack_[0].state];
1103 if (yystack_.size () == 1)
1116 error_token.
state = yyn;
1117 yypush_ (
"Shifting", error_token);
1133 yy_destroy_ (
"Cleanup: discarding lookahead", yyla);
1138 while (1 < yystack_.size ())
1148 YYCDEBUG <<
"Exception caught: cleaning lookahead and stack"
1178 enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
1180 char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
1209 int yytoken = yyla.type_get ();
1210 yyarg[yycount++] =
yytname_[yytoken];
1217 int yyxbegin = yyn < 0 ? -yyn : 0;
1219 int yychecklim =
yylast_ - yyn + 1;
1221 for (
int yyx = yyxbegin; yyx < yyxend; ++yyx)
1225 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
1239 #define YYCASE_(N, S) \
1244 YYCASE_(1,
YY_(
"syntax error, unexpected %s"));
1245 YYCASE_(2,
YY_(
"syntax error, unexpected %s, expecting %s"));
1246 YYCASE_(3,
YY_(
"syntax error, unexpected %s, expecting %s or %s"));
1247 YYCASE_(4,
YY_(
"syntax error, unexpected %s, expecting %s or %s or %s"));
1248 YYCASE_(5,
YY_(
"syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1255 for (
char const* yyp = yyformat; *yyp; ++yyp)
1256 if (yyp[0] ==
'%' && yyp[1] ==
's' && yyi < yycount)
1274 29, 20, 45, -23, 42, -23, -23, 1, 41, 41,
1275 41, 20, -23, -23, 5, 36, -23, -23, 40, 10,
1276 -23, -23, 26, 43, 37, -23, -23, -23, 47, 7,
1277 44, 46, -23, -23, -23, 14, 14, -23, -23, -23,
1278 48, -13, -23, 51, -23, -23, -23, 50, 52, -23,
1279 -23, -23, -23, -23, -23, 37, 41, 21, 53, -23,
1286 0, 37, 0, 38, 0, 1, 3, 0, 0, 0,
1287 0, 37, 3, 2, 32, 21, 7, 8, 0, 14,
1288 6, 5, 14, 9, 23, 12, 10, 11, 0, 0,
1289 0, 0, 31, 22, 4, 0, 0, 15, 29, 30,
1290 0, 18, 24, 0, 3, 36, 16, 33, 32, 27,
1291 25, 26, 28, 19, 20, 23, 14, 0, 0, 17,
1298 -23, -23, -11, -23, -23, 32, -22, -20, -23, -23,
1299 -23, 2, 8, -23, -23, -23, 11, -23, 13, 54
1305 -1, 2, 7, 15, 16, 37, 38, 17, 42, 55,
1306 34, 43, 18, 19, 20, 21, 22, 32, 23, 4
1312 39, 29, 53, 54, 41, 8, 9, 10, 11, 12,
1313 13, 8, 9, 10, 11, 12, 45, 30, 14, 31,
1314 24, 11, 12, 36, 14, 8, 9, 10, 11, 12,
1315 61, 48, 1, 57, 60, 41, 24, 3, 14, -25,
1316 25, 26, 27, 49, 52, 5, 50, 50, 51, 51,
1317 6, 24, 33, 35, 40, 44, -26, 59, 0, 0,
1318 30, 46, 56, 47, 58, 28, 31, 0, 0, 0,
1325 22, 12, 15, 16, 24, 4, 5, 6, 7, 8,
1326 9, 4, 5, 6, 7, 8, 9, 12, 17, 14,
1327 10, 7, 8, 13, 17, 4, 5, 6, 7, 8,
1328 9, 17, 3, 44, 56, 55, 10, 17, 17, 13,
1329 8, 9, 10, 35, 36, 0, 35, 36, 35, 36,
1330 8, 10, 16, 13, 17, 8, 13, 55, -1, -1,
1331 12, 17, 11, 17, 14, 11, 14, -1, -1, -1,
1338 0, 3, 19, 17, 37, 0, 8, 20, 4, 5,
1339 6, 7, 8, 9, 17, 21, 22, 25, 30, 31,
1340 32, 33, 34, 36, 10, 23, 23, 23, 37, 20,
1341 12, 14, 35, 16, 28, 13, 13, 23, 24, 24,
1342 17, 25, 26, 29, 8, 9, 17, 17, 17, 30,
1343 34, 36, 30, 15, 16, 27, 11, 20, 14, 29,
1350 0, 18, 19, 20, 20, 21, 21, 21, 21, 21,
1351 22, 22, 22, 23, 24, 24, 25, 26, 27, 27,
1352 27, 28, 28, 29, 29, 30, 30, 31, 31, 32,
1353 33, 34, 35, 35, 35, 36, 36, 37, 37
1359 0, 2, 5, 0, 3, 1, 1, 1, 1, 1,
1360 2, 2, 2, 4, 0, 1, 3, 3, 0, 1,
1361 1, 0, 1, 0, 1, 1, 1, 3, 3, 2,
1362 2, 2, 0, 2, 4, 5, 3, 0, 1
1372 "END",
"error",
"$undefined",
"\"digraph\"",
"\"edge\"",
"\"graph\"",
1373 "\"node\"",
"\"subgraph\"",
"\"{\"",
"\"}\"",
"\"[\"",
"\"]\"",
"\"=\"",
1374 "\"->\"",
"\":\"",
"\",\"",
"\";\"",
"ID",
"$accept",
"graph",
1375 "stmt_list",
"stmt",
"attr_stmt",
"attr_list",
"attr_list.opt",
1376 "attr_assign",
"a_list.1",
"comma.opt",
"semi.opt",
"a_list.0",
"nodes",
1377 "path",
"edge_stmt",
"node_stmt",
"node_id",
"port.opt",
"subgraph",
1382 const unsigned short int
1385 0, 183, 183, 187, 188, 198, 199, 200, 201, 202,
1386 206, 207, 208, 212, 221, 222, 226, 241, 248, 248,
1387 248, 252, 253, 258, 259, 263, 264, 282, 289, 300,
1388 308, 315, 336, 337, 338, 342, 343, 347, 348
1408 unsigned int yylno =
yyrline_[yyrule];
1409 int yynrhs =
yyr2_[yyrule];
1411 *
yycdebug_ <<
"Reducing stack by rule " << yyrule - 1
1412 <<
" (line " << yylno <<
"):" << std::endl;
1414 for (
int yyi = 0; yyi < yynrhs; yyi++)
1421 #line 11 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:1167
1423 #line 1424 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.cc" // lalr1.cc:1167
1424 #line 350 "/Users/akim/src/lrde/2/lib/vcsn/dot/parse.yy" // lalr1.cc:1168
std::shared_ptr< vcsn::automaton_editor > edit_
An automaton editor that stores the one being built.
static const signed char yypact_[]
static bool yy_table_value_is_error_(int yyvalue)
Whether the given yytable_ value indicates a syntax error.
auto transitions(const Aut &aut) -> decltype(all_transitions(aut, is_special_t< Aut >
All the transition indexes between visible states.
symbol_number_type type_get() const
The (internal) type number (corresponding to state).
static const unsigned char yystos_[]
static const signed char yypgoto_[]
static const signed char yydefgoto_[]
#define YYLLOC_DEFAULT(Current, Rhs, N)
const_iterator begin() const
static const signed char yypact_ninf_
void yypush_(const char *m, stack_symbol_type &s)
Push a new state on the stack.
location(const position &b, const position &e)
Construct a location from b to e.
std::vector< stack_symbol_type >::const_reverse_iterator const_iterator
int debug_level_type
Type for debugging levels.
state_type state
The state.
virtual void yy_reduce_print_(int r)
Report on the debug stream that the rule r is going to be reduced.
void yy_print_(std::ostream &yyo, const basic_symbol< Base > &yysym) const
Display a symbol type, value and location.
T & build()
Instantiate an empty T in here.
by_state()
Default constructor.
void move(self_type &other)
Move the content of other to this.
virtual void error(const location_type &loc, const std::string &msg)
Report a syntax error.
debug_level_type debug_level() const
The current debugging level.
virtual void yystack_print_()
Print the state stack on the debug stream.
basic_symbol< by_type > symbol_type
"External" symbols: returned by the scanner.
void require(Bool b, Args &&...args)
If b is not verified, raise an error with args as message.
static const unsigned short int yyrline_[]
location_t location_
The inital location.
virtual std::string yysyntax_error_(state_type yystate, const symbol_type &yyla) const
Generate an error message.
Define the vcsn::detail::dot::parser class.
parser(driver &driver__yyarg)
Build a parser object.
std::unique_ptr< yyFlexLexer > scanner_
The scanner.
state_type yy_lr_goto_state_(state_type yystate, int yysym)
Compute post-reduction state.
void set_debug_stream(std::ostream &)
Set the current debugging stream.
#define YY_SYMBOL_PRINT(Title, Symbol)
void yy_destroy_(const char *yymsg, basic_symbol< Base > &yysym) const
Reclaim the memory associated to a symbol.
static parser::symbol_type yylex(driver &driver_)
Use our local scanner object.
void yypop_(unsigned int n=1)
Pop n symbols the three stacks.
void error(const location_t &l, const std::string &m)
Report an error m at l.
std::vector< string_t > states_t
void push(T &t)
Steal the contents of t.
static const char *const yytname_[]
For a symbol, its name in clear.
static const signed char yytable_[]
#define YY_REDUCE_PRINT(Rule)
static const unsigned char yyr1_[]
static const unsigned char yydefact_[]
virtual int parse()
Parse.
static std::string yytnamerr_(const char *n)
Convert the symbol name n to a form suitable for a diagnostic.
std::ostream & debug_stream() const
The current debugging stream.
Syntax errors thrown from user actions.
#define TRY(Loc, Stm)
Run Stm, and bounces exceptions into parse errors at Loc.
std::ostream & dot(const Aut &aut, std::ostream &out=std::cout, format fmt={}, bool mathjax=false)
Print an automaton in Graphviz's Dot format.
void move(basic_symbol &s)
Destructive move, s is emptied into this.
Termination state number.
location_type location
The location.
const_iterator end() const
"Internal" symbol: element of the stack.
static const unsigned char yyr2_[]
void clear()
Destroy contents, and record that is empty.
void setup_(const location_t &l, const std::string &ctx)
From context_, build edit_.
stack_symbol_type()
Construct an empty symbol.
static const signed char yycheck_[]
value_impl< detail::label_tag > label
void move(by_state &that)
Steal the symbol type from that.
State and public interface for Dot parsing.
static std::ostream & operator<<(std::ostream &o, const states_t ss)
int state_type
State numbers.
stack_symbol_type & operator=(const stack_symbol_type &that)
Assignment, needed by push_back.
static const signed char yytable_ninf_
void clear()
Record that this symbol is empty.
T & as()
Accessor to a built T.
void set_debug_level(debug_level_type l)
Set the current debugging level.
semantic_type value
The semantic value.
S::size_type size() const
Present a slice of the top of a stack.
stack_type yystack_
The stack.
bool empty() const
Whether empty.
transitions_t transitions
int symbol_number_type
Symbol type: an internal symbol number.
void pop(unsigned int n=1)
static bool yy_pact_value_is_default_(int yyvalue)
Whether the given yypact_ value indicates a defaulted state.
Type access provider for state based symbols.