/* A Bison parser, made by GNU Bison 2.4.3. */ /* Skeleton implementation for Bison LALR(1) parsers in C++ Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* First part of user declarations. */ /* Line 311 of lalr1.cc */ #line 40 "knot_parser/knot_parser.cc" #include "knot_parser.hh" /* User implementation prologue. */ /* Line 317 of lalr1.cc */ #line 49 "knot_parser/knot_parser.cc" /* Unqualified %code blocks. */ /* Line 318 of lalr1.cc */ #line 15 "knot_parser/knot_parser.yy" #define YY_DECL \ yy::knot_parser::token_type knot_yylex (yy::knot_parser::semantic_type *yylval) YY_DECL; /* Line 318 of lalr1.cc */ #line 29 "knot_parser/knot_parser.yy" #define yylex knot_yylex /* Line 318 of lalr1.cc */ #line 68 "knot_parser/knot_parser.cc" #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* FIXME: INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #define YYUSE(e) ((void) (e)) /* Enable debugging if requested. */ #if YYDEBUG /* A pseudo ostream that takes yydebug_ into account. */ # define YYCDEBUG if (yydebug_) (*yycdebug_) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug_) \ { \ *yycdebug_ << Title << ' '; \ yy_symbol_print_ ((Type), (Value), (Location)); \ *yycdebug_ << std::endl; \ } \ } while (false) # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug_) \ yy_reduce_print_ (Rule); \ } while (false) # define YY_STACK_PRINT() \ do { \ if (yydebug_) \ yystack_print_ (); \ } while (false) #else /* !YYDEBUG */ # define YYCDEBUG if (false) std::cerr # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_REDUCE_PRINT(Rule) # define YY_STACK_PRINT() #endif /* !YYDEBUG */ #define yyerrok (yyerrstatus_ = 0) #define yyclearin (yychar = yyempty_) #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab #define YYRECOVERING() (!!yyerrstatus_) namespace yy { /* Line 380 of lalr1.cc */ #line 134 "knot_parser/knot_parser.cc" #if YYERROR_VERBOSE /* Return YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. */ std::string knot_parser::yytnamerr_ (const char *yystr) { if (*yystr == '"') { std::string yyr = ""; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: yyr += *yyp; break; case '"': return yyr; } do_not_strip_quotes: ; } return yystr; } #endif /// Build a parser object. knot_parser::knot_parser (knot_diagram &parsed_knot_yyarg) : #if YYDEBUG yydebug_ (false), yycdebug_ (&std::cerr), #endif parsed_knot (parsed_knot_yyarg) { } knot_parser::~knot_parser () { } #if YYDEBUG /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ inline void knot_parser::yy_symbol_value_print_ (int yytype, const semantic_type* yyvaluep, const location_type* yylocationp) { YYUSE (yylocationp); YYUSE (yyvaluep); switch (yytype) { default: break; } } void knot_parser::yy_symbol_print_ (int yytype, const semantic_type* yyvaluep, const location_type* yylocationp) { *yycdebug_ << (yytype < yyntokens_ ? "token" : "nterm") << ' ' << yytname_[yytype] << " (" << *yylocationp << ": "; yy_symbol_value_print_ (yytype, yyvaluep, yylocationp); *yycdebug_ << ')'; } #endif void knot_parser::yydestruct_ (const char* yymsg, int yytype, semantic_type* yyvaluep, location_type* yylocationp) { YYUSE (yylocationp); YYUSE (yymsg); YYUSE (yyvaluep); YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { default: break; } } void knot_parser::yypop_ (unsigned int n) { yystate_stack_.pop (n); yysemantic_stack_.pop (n); yylocation_stack_.pop (n); } #if YYDEBUG std::ostream& knot_parser::debug_stream () const { return *yycdebug_; } void knot_parser::set_debug_stream (std::ostream& o) { yycdebug_ = &o; } knot_parser::debug_level_type knot_parser::debug_level () const { return yydebug_; } void knot_parser::set_debug_level (debug_level_type l) { yydebug_ = l; } #endif int knot_parser::parse () { /// Lookahead and lookahead in internal form. int yychar = yyempty_; int yytoken = 0; /* State. */ int yyn; int yylen = 0; int yystate = 0; /* Error handling. */ int yynerrs_ = 0; int yyerrstatus_ = 0; /// Semantic value of the lookahead. semantic_type yylval; /// Location of the lookahead. location_type yylloc; /// The locations where the error started and ended. location_type yyerror_range[3]; /// $$. semantic_type yyval; /// @$. location_type yyloc; int yyresult; YYCDEBUG << "Starting parse" << std::endl; /* Initialize the stacks. The initial state will be pushed in yynewstate, since the latter expects the semantical and the location values to have been already stored, initialize these stacks with a primary value. */ yystate_stack_ = state_stack_type (0); yysemantic_stack_ = semantic_stack_type (0); yylocation_stack_ = location_stack_type (0); yysemantic_stack_.push (yylval); yylocation_stack_.push (yylloc); /* New state. */ yynewstate: yystate_stack_.push (yystate); YYCDEBUG << "Entering state " << yystate << std::endl; /* Accept? */ if (yystate == yyfinal_) goto yyacceptlab; goto yybackup; /* Backup. */ yybackup: /* Try to take a decision without lookahead. */ yyn = yypact_[yystate]; if (yyn == yypact_ninf_) goto yydefault; /* Read a lookahead token. */ if (yychar == yyempty_) { YYCDEBUG << "Reading a token: "; yychar = yylex (&yylval); } /* Convert token to internal form. */ if (yychar <= yyeof_) { yychar = yytoken = yyeof_; YYCDEBUG << "Now at end of input." << std::endl; } else { yytoken = yytranslate_ (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || yylast_ < yyn || yycheck_[yyn] != yytoken) goto yydefault; /* Reduce or error. */ yyn = yytable_[yyn]; if (yyn <= 0) { if (yyn == 0 || yyn == yytable_ninf_) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the token being shifted. */ yychar = yyempty_; yysemantic_stack_.push (yylval); yylocation_stack_.push (yylloc); /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus_) --yyerrstatus_; yystate = yyn; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact_[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: yylen = yyr2_[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, use the top of the stack. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. */ if (yylen) yyval = yysemantic_stack_[yylen - 1]; else yyval = yysemantic_stack_[0]; { slice slice (yylocation_stack_, yylen); YYLLOC_DEFAULT (yyloc, slice, yylen); } YY_REDUCE_PRINT (yyn); switch (yyn) { case 10: /* Line 678 of lalr1.cc */ #line 67 "knot_parser/knot_parser.yy" { unsigned n = (yysemantic_stack_[(3) - (1)].integer), k = (yysemantic_stack_[(3) - (3)].integer); if (n >= 1 && n <= 10 && k >= 1 && k <= rolfsen_crossing_knots (n)) parsed_knot = knot_diagram (rolfsen_knot (n, k)); else { fprintf (stderr, "knot_parser: no such Rolfsen knot `%d_%d'\n", n, k); exit (EXIT_FAILURE); } } break; case 11: /* Line 678 of lalr1.cc */ #line 85 "knot_parser/knot_parser.yy" { unsigned n = (yysemantic_stack_[(3) - (1)].integer), k = (yysemantic_stack_[(3) - (3)].integer); bool alt = (yysemantic_stack_[(3) - (2)].alternating); if (n >= 1 && n <= 16 && k >= 1 && k <= htw_knots (n, alt)) parsed_knot = knot_diagram (htw_knot (n, alt, k)); else { fprintf (stderr, "knot_parser: no such HTW knot `%d%c%d'\n", n, alt ? 'a' : 'n', k); exit (EXIT_FAILURE); } } break; case 12: /* Line 678 of lalr1.cc */ #line 104 "knot_parser/knot_parser.yy" { unsigned n = (yysemantic_stack_[(4) - (2)].integer), k = (yysemantic_stack_[(4) - (4)].integer); bool alt = (yysemantic_stack_[(4) - (3)].alternating); if (n >= 1 && n <= 14 && k >= 1 && k <= mt_links (n, alt)) parsed_knot = knot_diagram (mt_link (n, alt, k)); else { fprintf (stderr, "knot_parser: no such MT link `%d%c%d'\n", n, alt ? 'a' : 'n', k); exit (EXIT_FAILURE); } } break; case 13: /* Line 678 of lalr1.cc */ #line 123 "knot_parser/knot_parser.yy" { parsed_knot = knot_diagram (planar_diagram ("", *(yysemantic_stack_[(4) - (3)].int_vec2))); } break; case 14: /* Line 678 of lalr1.cc */ #line 125 "knot_parser/knot_parser.yy" { parsed_knot = knot_diagram (planar_diagram ("", *(yysemantic_stack_[(4) - (3)].int_vec2))); } break; case 15: /* Line 678 of lalr1.cc */ #line 130 "knot_parser/knot_parser.yy" { basedvector, 1> even_labels (1); even_labels[1] = *(yysemantic_stack_[(4) - (3)].int_vec); parsed_knot = knot_diagram (dt_code ("", even_labels)); } break; case 16: /* Line 678 of lalr1.cc */ #line 136 "knot_parser/knot_parser.yy" { parsed_knot = knot_diagram (dt_code ("", *(yysemantic_stack_[(4) - (3)].int_vec2))); } break; case 17: /* Line 678 of lalr1.cc */ #line 138 "knot_parser/knot_parser.yy" { parsed_knot = knot_diagram (dt_code ("", (yysemantic_stack_[(4) - (3)].string))); } break; case 18: /* Line 678 of lalr1.cc */ #line 143 "knot_parser/knot_parser.yy" { parsed_knot = knot_diagram (torus_knot ((yysemantic_stack_[(6) - (3)].integer), (yysemantic_stack_[(6) - (5)].integer))); } break; case 19: /* Line 678 of lalr1.cc */ #line 148 "knot_parser/knot_parser.yy" { parsed_knot = knot_diagram (braid ((yysemantic_stack_[(6) - (3)].integer), *(yysemantic_stack_[(6) - (5)].int_vec))); } break; case 20: /* Line 678 of lalr1.cc */ #line 153 "knot_parser/knot_parser.yy" { unsigned unknot_ar[1][4] = { { 2, 1, 3, 4, }, }; parsed_knot = knot_diagram ("U", 1, unknot_ar); } break; case 23: /* Line 678 of lalr1.cc */ #line 168 "knot_parser/knot_parser.yy" { basedvector, 1> *v = new basedvector, 1> (); v->append (*(yysemantic_stack_[(1) - (1)].int_vec)); (yyval.int_vec2) = v; } break; case 24: /* Line 678 of lalr1.cc */ #line 175 "knot_parser/knot_parser.yy" { basedvector, 1> *v = (yysemantic_stack_[(3) - (1)].int_vec2); v->append (*(yysemantic_stack_[(3) - (3)].int_vec)); (yyval.int_vec2) = v; } break; case 25: /* Line 678 of lalr1.cc */ #line 184 "knot_parser/knot_parser.yy" { (yyval.int_vec) = (yysemantic_stack_[(3) - (2)].int_vec); } break; case 26: /* Line 678 of lalr1.cc */ #line 186 "knot_parser/knot_parser.yy" { (yyval.int_vec) = (yysemantic_stack_[(3) - (2)].int_vec); } break; case 27: /* Line 678 of lalr1.cc */ #line 191 "knot_parser/knot_parser.yy" { basedvector *v = new basedvector (); v->append ((yysemantic_stack_[(1) - (1)].integer)); (yyval.int_vec) = v; } break; case 28: /* Line 678 of lalr1.cc */ #line 198 "knot_parser/knot_parser.yy" { basedvector *v = (yysemantic_stack_[(3) - (1)].int_vec); v->append ((yysemantic_stack_[(3) - (3)].integer)); (yyval.int_vec) = v; } break; case 29: /* Line 678 of lalr1.cc */ #line 207 "knot_parser/knot_parser.yy" { basedvector, 1> *v = new basedvector, 1> (); v->append (*(yysemantic_stack_[(1) - (1)].int_vec)); (yyval.int_vec2) = v; } break; case 30: /* Line 678 of lalr1.cc */ #line 214 "knot_parser/knot_parser.yy" { basedvector, 1> *v = (yysemantic_stack_[(3) - (1)].int_vec2); v->append (*(yysemantic_stack_[(3) - (3)].int_vec)); (yyval.int_vec2) = v; } break; case 31: /* Line 678 of lalr1.cc */ #line 223 "knot_parser/knot_parser.yy" { basedvector *v = new basedvector (); v->append ((yysemantic_stack_[(10) - (3)].integer)); v->append ((yysemantic_stack_[(10) - (5)].integer)); v->append ((yysemantic_stack_[(10) - (7)].integer)); v->append ((yysemantic_stack_[(10) - (9)].integer)); (yyval.int_vec) = v; } break; /* Line 678 of lalr1.cc */ #line 650 "knot_parser/knot_parser.cc" default: break; } YY_SYMBOL_PRINT ("-> $$ =", yyr1_[yyn], &yyval, &yyloc); yypop_ (yylen); yylen = 0; YY_STACK_PRINT (); yysemantic_stack_.push (yyval); yylocation_stack_.push (yyloc); /* Shift the result of the reduction. */ yyn = yyr1_[yyn]; yystate = yypgoto_[yyn - yyntokens_] + yystate_stack_[0]; if (0 <= yystate && yystate <= yylast_ && yycheck_[yystate] == yystate_stack_[0]) yystate = yytable_[yystate]; else yystate = yydefgoto_[yyn - yyntokens_]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* If not already recovering from an error, report this error. */ if (!yyerrstatus_) { ++yynerrs_; error (yylloc, yysyntax_error_ (yystate)); } yyerror_range[1] = yylloc; if (yyerrstatus_ == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= yyeof_) { /* Return failure if at end of input. */ if (yychar == yyeof_) YYABORT; } else { yydestruct_ ("Error: discarding", yytoken, &yylval, &yylloc); yychar = yyempty_; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (false) goto yyerrorlab; yyerror_range[1] = yylocation_stack_[yylen - 1]; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ yypop_ (yylen); yylen = 0; yystate = yystate_stack_[0]; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus_ = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact_[yystate]; if (yyn != yypact_ninf_) { yyn += yyterror_; if (0 <= yyn && yyn <= yylast_ && yycheck_[yyn] == yyterror_) { yyn = yytable_[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yystate_stack_.height () == 1) YYABORT; yyerror_range[1] = yylocation_stack_[0]; yydestruct_ ("Error: popping", yystos_[yystate], &yysemantic_stack_[0], &yylocation_stack_[0]); yypop_ (); yystate = yystate_stack_[0]; YY_STACK_PRINT (); } yyerror_range[2] = yylloc; // Using YYLLOC is tempting, but would change the location of // the lookahead. YYLOC is available though. YYLLOC_DEFAULT (yyloc, yyerror_range, 2); yysemantic_stack_.push (yylval); yylocation_stack_.push (yyloc); /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos_[yyn], &yysemantic_stack_[0], &yylocation_stack_[0]); yystate = yyn; goto yynewstate; /* Accept. */ yyacceptlab: yyresult = 0; goto yyreturn; /* Abort. */ yyabortlab: yyresult = 1; goto yyreturn; yyreturn: if (yychar != yyempty_) yydestruct_ ("Cleanup: discarding lookahead", yytoken, &yylval, &yylloc); /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ yypop_ (yylen); while (yystate_stack_.height () != 1) { yydestruct_ ("Cleanup: popping", yystos_[yystate_stack_[0]], &yysemantic_stack_[0], &yylocation_stack_[0]); yypop_ (); } return yyresult; } // Generate an error message. std::string knot_parser::yysyntax_error_ (int yystate) { std::string res; YYUSE (yystate); #if YYERROR_VERBOSE int yyn = yypact_[yystate]; if (yypact_ninf_ < yyn && yyn <= yylast_) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = yylast_ - yyn + 1; int yyxend = yychecklim < yyntokens_ ? yychecklim : yyntokens_; int count = 0; for (int x = yyxbegin; x < yyxend; ++x) if (yycheck_[x + yyn] == x && x != yyterror_) ++count; // FIXME: This method of building the message is not compatible // with internationalization. It should work like yacc.c does it. // That is, first build a string that looks like this: // "syntax error, unexpected %s or %s or %s" // Then, invoke YY_ on this string. // Finally, use the string as a format to output // yytname_[tok], etc. // Until this gets fixed, this message appears in English only. res = "syntax error, unexpected "; res += yytnamerr_ (yytname_[tok]); if (count < 5) { count = 0; for (int x = yyxbegin; x < yyxend; ++x) if (yycheck_[x + yyn] == x && x != yyterror_) { res += (!count++) ? ", expecting " : " or "; res += yytnamerr_ (yytname_[x]); } } } else #endif res = YY_("syntax error"); return res; } /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ const signed char knot_parser::yypact_ninf_ = -36; const signed char knot_parser::yypact_[] = { -1, 10, -9, 25, 26, 37, 9, -36, 43, -36, -36, -36, -36, -36, -36, -36, -36, -36, -36, 41, 42, -7, -3, 44, 24, 45, -36, -36, -36, 30, 46, 46, 7, -36, 11, -36, -36, 33, 12, 15, -4, 48, 34, 49, 16, -2, -36, 0, -36, 47, -36, -36, -36, 51, 0, -36, 53, 38, -36, -36, -36, -36, -36, 50, 39, 55, -36, -36, 52, 57, 54, 58, 59, -36 }; /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ const unsigned char knot_parser::yydefact_[] = { 0, 0, 0, 0, 0, 0, 0, 20, 0, 2, 3, 4, 5, 6, 7, 9, 8, 21, 22, 0, 0, 0, 0, 0, 0, 0, 1, 10, 11, 0, 0, 0, 0, 23, 0, 29, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 14, 0, 17, 16, 15, 0, 0, 12, 0, 0, 26, 25, 24, 30, 28, 0, 0, 0, 19, 18, 0, 0, 0, 0, 0, 31 }; /* YYPGOTO[NTERM-NUM]. */ const signed char knot_parser::yypgoto_[] = { -36, -36, -36, -36, -36, -36, -36, -36, -36, -36, 40, 56, -35, 8, -36, 13 }; /* YYDEFGOTO[NTERM-NUM]. */ const signed char knot_parser::yydefgoto_[] = { -1, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 32, 33, 39, 34, 35 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If zero, do what YYDEFACT says. */ const signed char knot_parser::yytable_ninf_ = -1; const unsigned char knot_parser::yytable_[] = { 36, 29, 1, 2, 3, 4, 5, 21, 6, 30, 7, 37, 60, 30, 31, 54, 30, 53, 31, 63, 59, 31, 17, 18, 46, 19, 47, 25, 48, 51, 49, 47, 52, 58, 53, 53, 17, 18, 44, 45, 24, 22, 23, 26, 27, 28, 43, 40, 42, 36, 50, 55, 57, 56, 62, 29, 64, 65, 68, 67, 70, 72, 61, 0, 41, 0, 0, 66, 0, 0, 0, 69, 0, 71, 0, 0, 73, 0, 38 }; /* YYCHECK. */ const signed char knot_parser::yycheck_[] = { 3, 8, 3, 4, 5, 6, 7, 16, 9, 16, 11, 14, 47, 16, 21, 19, 16, 19, 21, 54, 22, 21, 12, 13, 17, 15, 19, 18, 17, 17, 19, 19, 17, 17, 19, 19, 12, 13, 30, 31, 3, 16, 16, 0, 3, 3, 16, 3, 3, 3, 17, 3, 3, 19, 3, 8, 3, 19, 3, 20, 3, 3, 49, -1, 24, -1, -1, 17, -1, -1, -1, 19, -1, 19, -1, -1, 17, -1, 22 }; /* STOS_[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ const unsigned char knot_parser::yystos_[] = { 0, 3, 4, 5, 6, 7, 9, 11, 24, 25, 26, 27, 28, 29, 30, 31, 32, 12, 13, 15, 33, 16, 16, 16, 3, 18, 0, 3, 3, 8, 16, 21, 34, 35, 37, 38, 3, 14, 34, 36, 3, 33, 3, 16, 36, 36, 17, 19, 17, 19, 17, 17, 17, 19, 19, 3, 19, 3, 17, 22, 35, 38, 3, 35, 3, 19, 17, 20, 3, 19, 3, 19, 3, 17 }; #if YYDEBUG /* TOKEN_NUMBER_[YYLEX-NUM] -- Internal symbol number corresponding to YYLEX-NUM. */ const unsigned short int knot_parser::yytoken_number_[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 95, 91, 93, 40, 44, 41, 123, 125 }; #endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ const unsigned char knot_parser::yyr1_[] = { 0, 23, 24, 24, 24, 24, 24, 24, 24, 24, 25, 26, 27, 28, 28, 29, 29, 29, 30, 31, 32, 33, 33, 34, 34, 35, 35, 36, 36, 37, 37, 38 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ const unsigned char knot_parser::yyr2_[] = { 0, 2, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 4, 4, 4, 4, 4, 4, 6, 6, 1, 1, 1, 1, 3, 3, 3, 1, 3, 1, 3, 10 }; #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at \a yyntokens_, nonterminals. */ const char* const knot_parser::yytname_[] = { "\"end of file\"", "error", "$undefined", "INT", "PD", "DT", "BR", "LINK", "X", "T", "U", "UNKNOT", "ALT", "NONALT", "STRING", "'_'", "'['", "']'", "'('", "','", "')'", "'{'", "'}'", "$accept", "knot", "rolfsen_knot", "htw_knot", "mt_link", "planar_diagram", "dt", "torus_link", "braid", "unknot", "alt_spec", "int_vec2", "int_vec", "int_vec_1", "crossing_vec", "crossing", 0 }; #endif #if YYDEBUG /* YYRHS -- A `-1'-separated list of the rules' RHS. */ const knot_parser::rhs_number_type knot_parser::yyrhs_[] = { 24, 0, -1, 25, -1, 26, -1, 27, -1, 28, -1, 29, -1, 30, -1, 32, -1, 31, -1, 3, 15, 3, -1, 3, 33, 3, -1, 7, 3, 33, 3, -1, 4, 16, 34, 17, -1, 4, 16, 37, 17, -1, 5, 16, 36, 17, -1, 5, 16, 34, 17, -1, 5, 16, 14, 17, -1, 9, 18, 3, 19, 3, 20, -1, 6, 16, 3, 19, 35, 17, -1, 11, -1, 12, -1, 13, -1, 35, -1, 34, 19, 35, -1, 21, 36, 22, -1, 16, 36, 17, -1, 3, -1, 36, 19, 3, -1, 38, -1, 37, 19, 38, -1, 8, 16, 3, 19, 3, 19, 3, 19, 3, 17, -1 }; /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ const unsigned char knot_parser::yyprhs_[] = { 0, 0, 3, 5, 7, 9, 11, 13, 15, 17, 19, 23, 27, 32, 37, 42, 47, 52, 57, 64, 71, 73, 75, 77, 79, 83, 87, 91, 93, 97, 99, 103 }; /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ const unsigned char knot_parser::yyrline_[] = { 0, 55, 55, 56, 57, 58, 59, 60, 61, 62, 66, 84, 103, 122, 124, 129, 135, 137, 142, 147, 152, 162, 163, 167, 174, 183, 185, 190, 197, 206, 213, 222 }; // Print the state stack on the debug stream. void knot_parser::yystack_print_ () { *yycdebug_ << "Stack now"; for (state_stack_type::const_iterator i = yystate_stack_.begin (); i != yystate_stack_.end (); ++i) *yycdebug_ << ' ' << *i; *yycdebug_ << std::endl; } // Report on the debug stream that the rule \a yyrule is going to be reduced. void knot_parser::yy_reduce_print_ (int yyrule) { unsigned int yylno = yyrline_[yyrule]; int yynrhs = yyr2_[yyrule]; /* Print the symbols being reduced, and their result. */ *yycdebug_ << "Reducing stack by rule " << yyrule - 1 << " (line " << yylno << "):" << std::endl; /* The symbols being reduced. */ for (int yyi = 0; yyi < yynrhs; yyi++) YY_SYMBOL_PRINT (" $" << yyi + 1 << " =", yyrhs_[yyprhs_[yyrule] + yyi], &(yysemantic_stack_[(yynrhs) - (yyi + 1)]), &(yylocation_stack_[(yynrhs) - (yyi + 1)])); } #endif // YYDEBUG /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ knot_parser::token_number_type knot_parser::yytranslate_ (int t) { static const token_number_type translate_table[] = { 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, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 18, 20, 2, 2, 19, 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, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 16, 2, 17, 2, 15, 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, 21, 2, 22, 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, 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, 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, 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, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 }; if ((unsigned int) t <= yyuser_token_number_max_) return translate_table[t]; else return yyundef_token_; } const int knot_parser::yyeof_ = 0; const int knot_parser::yylast_ = 78; const int knot_parser::yynnts_ = 16; const int knot_parser::yyempty_ = -2; const int knot_parser::yyfinal_ = 26; const int knot_parser::yyterror_ = 1; const int knot_parser::yyerrcode_ = 256; const int knot_parser::yyntokens_ = 23; const unsigned int knot_parser::yyuser_token_number_max_ = 269; const knot_parser::token_number_type knot_parser::yyundef_token_ = 2; } // yy /* Line 1054 of lalr1.cc */ #line 1121 "knot_parser/knot_parser.cc" /* Line 1056 of lalr1.cc */ #line 233 "knot_parser/knot_parser.yy" void yy::knot_parser::error (const yy::knot_parser::location_type &l, const std::string &m) { fprintf (stderr, "knot_parser: parse error.\n"); exit (EXIT_FAILURE); } void knot_scan_string (const char *s); knot_diagram parse_knot (const char *s) { knot_scan_string (s); knot_diagram d; yy::knot_parser parser (d); parser.parse (); return d; }