⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mwmparse.c

📁 安装DDD之前
💻 C
📖 第 1 页 / 共 5 页
字号:
#   define YYCOPY(To, From, Count)		\      do					\	{					\	  register YYSIZE_T yyi;		\	  for (yyi = 0; yyi < (Count); yyi++)	\	    (To)[yyi] = (From)[yyi];		\	}					\      while (0)#  endif# endif/* Relocate STACK from its old location to the new one.  The   local variables YYSIZE and YYSTACKSIZE give the old and new number of   elements in the stack, and YYPTR gives the new location of the   stack.  Advance YYPTR to a properly aligned location for the next   stack.  */# define YYSTACK_RELOCATE(Stack)					\    do									\      {									\	YYSIZE_T yynewbytes;						\	YYCOPY (&yyptr->Stack, Stack, yysize);				\	Stack = &yyptr->Stack;						\	yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \	yyptr += yynewbytes / sizeof (*yyptr);				\      }									\    while (0)#endif#if defined (__STDC__) || defined (__cplusplus)   typedef signed char yysigned_char;#else   typedef short yysigned_char;#endif/* YYFINAL -- State number of the termination state. */#define YYFINAL  2/* YYLAST -- Last index in YYTABLE.  */#define YYLAST   385/* YYNTOKENS -- Number of terminals. */#define YYNTOKENS  102/* YYNNTS -- Number of nonterminals. */#define YYNNTS  30/* YYNRULES -- Number of rules. */#define YYNRULES  133/* YYNRULES -- Number of states. */#define YYNSTATES  176/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */#define YYUNDEFTOK  2#define YYMAXUTOK   347#define YYTRANSLATE(YYX) 						\  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */static const unsigned char yytranslate[] ={       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,   100,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,   101,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,      96,     2,    97,     2,    98,     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,    99,     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,    93,    95,    94,     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,      15,    16,    17,    18,    19,    20,    21,    22,    23,    24,      25,    26,    27,    28,    29,    30,    31,    32,    33,    34,      35,    36,    37,    38,    39,    40,    41,    42,    43,    44,      45,    46,    47,    48,    49,    50,    51,    52,    53,    54,      55,    56,    57,    58,    59,    60,    61,    62,    63,    64,      65,    66,    67,    68,    69,    70,    71,    72,    73,    74,      75,    76,    77,    78,    79,    80,    81,    82,    83,    84,      85,    86,    87,    88,    89,    90,    91,    92};#if YYDEBUG/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in   YYRHS.  */static const unsigned short yyprhs[] ={       0,     0,     3,     6,     7,     9,    11,    13,    14,    21,      24,    26,    27,    31,    32,    39,    42,    44,    45,    49,      50,    57,    60,    62,    63,    68,    70,    71,    75,    77,      79,    81,    83,    85,    87,    89,    91,    93,    95,    97,      99,   104,   108,   114,   119,   122,   124,   126,   128,   130,     132,   134,   136,   138,   140,   142,   144,   146,   148,   150,     152,   154,   156,   158,   160,   162,   164,   166,   168,   170,     172,   174,   176,   178,   180,   182,   184,   186,   188,   190,     193,   196,   197,   199,   202,   205,   208,   211,   213,   215,     217,   220,   222,   225,   227,   229,   231,   234,   236,   238,     240,   242,   244,   246,   248,   251,   253,   256,   259,   261,     263,   265,   267,   269,   272,   275,   278,   280,   282,   284,     286,   288,   290,   291,   294,   296,   298,   300,   302,   304,     306,   308,   310,   312};/* YYRHS -- A `-1'-separated list of the rules' RHS. */static const short yyrhs[] ={     103,     0,    -1,   103,   104,    -1,    -1,   105,    -1,   109,      -1,   113,    -1,    -1,    27,   131,   106,    93,   107,    94,      -1,   107,   108,    -1,     1,    -1,    -1,   120,   118,   128,      -1,    -1,    73,   131,   110,    93,   111,    94,    -1,   111,     112,    -1,     1,    -1,    -1,   121,   118,   128,    -1,    -1,      75,   131,   114,    93,   115,    94,    -1,   115,   116,    -1,       1,    -1,    -1,   125,   127,   117,   128,    -1,   121,    -1,      -1,   118,    95,   119,    -1,   119,    -1,    86,    -1,    71,      -1,    76,    -1,    77,    -1,    78,    -1,    90,    -1,    88,      -1,    54,    -1,     6,    -1,     4,    -1,     1,    -1,   122,      96,   124,    97,    -1,    96,   124,    97,    -1,   122,    96,      72,    97,    92,    -1,    96,    72,    97,    92,    -1,   122,     123,    -1,   123,    -1,    28,    -1,    87,    -1,     3,    -1,      74,    -1,    79,    -1,    80,    -1,    81,    -1,    82,    -1,      83,    -1,     9,    -1,    10,    -1,     8,    -1,     7,    -1,      13,    -1,    14,    -1,    12,    -1,    11,    -1,    17,    -1,      18,    -1,    16,    -1,    15,    -1,    21,    -1,    22,    -1,      20,    -1,    19,    -1,    25,    -1,    26,    -1,    24,    -1,      23,    -1,     1,    -1,   131,    -1,   126,    -1,     1,    -1,      98,   131,    -1,    99,   131,    -1,    -1,    29,    -1,    30,     129,    -1,    31,   129,    -1,    32,   131,    -1,   100,   131,      -1,    33,    -1,    34,    -1,    35,    -1,    36,   129,    -1,      37,    -1,    38,   131,    -1,    39,    -1,    40,    -1,    41,      -1,    42,   129,    -1,    43,    -1,    44,    -1,    45,    -1,      46,    -1,    47,    -1,    48,    -1,    49,    -1,    50,   129,      -1,    51,    -1,    53,   129,    -1,    52,   129,    -1,    56,      -1,    57,    -1,    58,    -1,    61,    -1,    60,    -1,    59,     129,    -1,    62,   129,    -1,    63,   131,    -1,    64,    -1,      65,    -1,    66,    -1,    67,    -1,     1,    -1,   130,    -1,      -1,   101,   131,    -1,    86,    -1,    90,    -1,    89,    -1,      71,    -1,    91,    -1,    55,    -1,    84,    -1,    85,    -1,       5,    -1,    92,    -1};/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */static const unsigned short yyrline[] ={       0,   254,   254,   255,   258,   259,   260,   264,   263,   285,     286,   292,   295,   402,   401,   423,   424,   430,   433,   486,     485,   496,   497,   503,   506,   608,   611,   614,   616,   620,     622,   624,   626,   628,   630,   632,   634,   636,   638,   640,     644,   649,   656,   661,   668,   670,   674,   676,   678,   680,     682,   684,   686,   688,   690,   694,   700,   706,   712,   718,     724,   730,   736,   742,   748,   754,   760,   766,   772,   778,     784,   790,   796,   802,   808,   814,   823,   825,   827,   835,     839,   850,   853,   858,   863,   868,   873,   878,   883,   888,     893,   898,   903,   908,   913,   918,   923,   928,   933,   938,     943,   948,   953,   958,   963,   968,   973,   978,   983,   988,     993,   998,  1003,  1008,  1013,  1018,  1023,  1028,  1033,  1038,    1043,  1051,  1054,  1057,  1059,  1061,  1063,  1065,  1067,  1069,    1071,  1073,  1075,  1078};#endif#if YYDEBUG || YYERROR_VERBOSE/* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.   First, the terminals, then, starting at YYNTOKENS, nonterminals. */static const char *const yytname[] ={  "$end", "error", "$undefined", "ALT_TOK", "APP_TOK", "BACK_TOK",   "BORDER_TOK", "BTN1_CLICK2_TOK", "BTN1_CLICK_TOK", "BTN1_DOWN_TOK",   "BTN1_UP_TOK", "BTN2_CLICK2_TOK", "BTN2_CLICK_TOK", "BTN2_DOWN_TOK",   "BTN2_UP_TOK", "BTN3_CLICK2_TOK", "BTN3_CLICK_TOK", "BTN3_DOWN_TOK",   "BTN3_UP_TOK", "BTN4_CLICK2_TOK", "BTN4_CLICK_TOK", "BTN4_DOWN_TOK",   "BTN4_UP_TOK", "BTN5_CLICK2_TOK", "BTN5_CLICK_TOK", "BTN5_DOWN_TOK",   "BTN5_UP_TOK", "BUTTONS_TOK", "CTRL_TOK", "FBEEP_TOK",   "FCIRCLE_DOWN_TOK", "FCIRCLE_UP_TOK", "FEXEC_TOK", "FFOCUS_COLOR_TOK",   "FFOCUS_KEY_TOK", "FKILL_TOK", "FLOWER_TOK", "FMAXIMIZE_TOK",   "FMENU_TOK", "FMINIMIZE_TOK", "FMOVE_TOK", "FNEXT_CMAP_TOK",   "FNEXT_KEY_TOK", "FNOP_TOK", "FNORMALIZE_TOK", "FNORMANDRAISE_TOK",   "FPACK_ICONS_TOK", "FPASS_KEYS_TOK", "FPOST_WMENU_TOK",   "FPREV_CMAP_TOK", "FPREV_KEY_TOK", "FQUIT_MWM_TOK", "FRAISE_LOWER_TOK",   "FRAISE_TOK", "FRAME_TOK", "FREE_FAMILY_TOK", "FREFRESH_TOK",   "FREFRESH_WIN_TOK", "FRESIZE_TOK", "FRESTART_TOK",   "FRESTOREANDRAISE_TOK", "FRESTORE_TOK", "FSCREEN_TOK", "FSEND_MSG_TOK",   "FSEPARATOR_TOK", "FSET_BEHAVIOR_TOK", "FTITLE_TOK", "FWINDOWLIST_TOK",   "FDESK_TOK", "FTOGGLE_PAGE_TOK", "FGOTO_PAGE_TOK", "ICON_TOK",   "KEY_TOK", "KEYS_TOK", "LOCK_TOK", "MENU_TOK", "MENUB_TOK",   "MINIMIZEB_TOK", "MAXIMIZEB_TOK", "MOD1_TOK", "MOD2_TOK", "MOD3_TOK",   "MOD4_TOK", "MOD5_TOK", "NEXT_TOK", "PREV_TOK", "ROOT_TOK", "SHIFT_TOK",   "TITLE_TOK", "TRANSIENT_TOK", "WINDOW_TOK", "WITHIN_TOK", "STRING_TOK",   "'{'", "'}'", "'|'", "'<'", "'>'", "'@'", "'_'", "'!'", "'-'",   "$accept", "res_file", "binding", "button_bindings", "@1",   "button_list", "button_binding", "key_bindings", "@2", "key_list",   "key_binding", "menu_bindings", "@3", "item_list", "item_binding",   "accelerator", "context", "object", "button", "key", "modifier_list",   "modifier_name", "button_event_name", "label", "bitmap_file",   "mnemonic", "function", "optional_arg", "arg", "string", 0};#endif# ifdef YYPRINT/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to   token YYLEX-NUM.  */static const unsigned short yytoknum[] ={       0,   256,   257,   258,   259,   260,   261,   262,   263,   264,     265,   266,   267,   268,   269,   270,   271,   272,   273,   274,     275,   276,   277,   278,   279,   280,   281,   282,   283,   284,     285,   286,   287,   288,   289,   290,   291,   292,   293,   294,     295,   296,   297,   298,   299,   300,   301,   302,   303,   304,     305,   306,   307,   308,   309,   310,   311,   312,   313,   314,     315,   316,   317,   318,   319,   320,   321,   322,   323,   324,     325,   326,   327,   328,   329,   330,   331,   332,   333,   334,     335,   336,   337,   338,   339,   340,   341,   342,   343,   344,     345,   346,   347,   123,   125,   124,    60,    62,    64,    95,      33,    45};# endif/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */static const unsigned char yyr1[] ={       0,   102,   103,   103,   104,   104,   104,   106,   105,   107,     107,   107,   108,   110,   109,   111,   111,   111,   112,   114,     113,   115,   115,   115,   116,   117,   117,   118,   118,   119,     119,   119,   119,   119,   119,   119,   119,   119,   119,   119,     120,   120,   121,   121,   122,   122,   123,   123,   123,   123,     123,   123,   123,   123,   123,   124,   124,   124,   124,   124,     124,   124,   124,   124,   124,   124,   124,   124,   124,   124,     124,   124,   124,   124,   124,   124,   125,   125,   125,   126,     127,   127,   128,   128,   128,   128,   128,   128,   128,   128,     128,   128,   128,   128,   128,   128,   128,   128,   128,   128,     128,   128,   128,   128,   128,   128,   128,   128,   128,   128,     128,   128,   128,   128,   128,   128,   128,   128,   128,   128,     128,   129,   129,   130,   130,   130,   130,   130,   130,   130,     130,   130,   130,   131};/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */static const unsigned char yyr2[] ={       0,     2,     2,     0,     1,     1,     1,     0,     6,     2,       1,     0,     3,     0,     6,     2,     1,     0,     3,     0,       6,     2,     1,     0,     4,     1,     0,     3,     1,     1,       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,       4,     3,     5,     4,     2,     1,     1,     1,     1,     1,       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,       1,     1,     1,     1,     1,     1,     1,     1,     1,     2,       2,     0,     1,     2,     2,     2,     2,     1,     1,     1,       2,     1,     2,     1,     1,     1,     2,     1,     1,     1,       1,     1,     1,     1,     2,     1,     2,     2,     1,     1,       1,     1,     1,     2,     2,     2,     1,     1,     1,     1,       1,     1,     0,     2,     1,     1,     1,     1,     1,     1,       1,     1,     1,     1};/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero   means the default is an error.  */static const unsigned char yydefact[] ={       3,     0,     1,     0,     0,     0,     2,     4,     5,     6,     133,     7,    13,    19,     0,     0,     0,     0,     0,     0,      10,     0,    16,     0,    22,     0,    48,    46,    49,    50,      51,    52,    53,    54,    47,     8,     0,     9,     0,     0,      45,    14,     0,    15,     0,     0,    78,    20,     0,    21,      81,    77,    76,    75,    58,    57,    55,    56,    62,    61,      59,    60,    66,    65,    63,    64,    70,    69,    67,    68,      74,    73,    71,    72,     0,    39,    38,    37,    36,    30,      31,    32,    33,    29,    35,    34,     0,    28,     0,    44,       0,     0,     0,    79,     0,    26,    41,   120,    82,   122,     122,     0,    87,    88,    89,   122,    91,     0,    93,    94,      95,   122,    97,    98,    99,   100,   101,   102,   103,   122,     105,   122,   122,   108,   109,   110,   122,   112,   111,   122,       0,   116,   117,   118,   119,     0,     0,    12,     0,     0,      18,     0,    80,     0,    25,   132,   129,   127,   130,   131,     124,   126,   125,   128,     0,    83,   121,    84,    85,    90,      92,    96,   104,   107,   106,   113,   114,   115,    27,    86,      40,    43,     0,    24,   123,    42};/* YYDEFGOTO[NTERM-NUM]. */static const short yydefgoto[] ={      -1,     1,     6,     7,    14,    21,    37,     8,    15,    23,      43,     9,    16,    25,    49,   143,    86,    87,    38,    44,      45,    40,    74,    50,    51,    95,   137,   155,   156,    11};/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing   STATE-NUM.  */#define YYPACT_NINF -105static const short yypact[] ={    -105,    11,  -105,   -87,   -87,   -87,  -105,  -105,  -105,  -105,    -105,  -105,  -105,  -105,   -86,   -85,   -83,   117,   200,     1,    -105,   174,  -105,   224,  -105,     2,  -105,  -105,  -105,  -105,    -105,  -105,  -105,  -105,  -105,  -105,   359,  -105,    31,   234,    -105,  -105,   -59,  -105,    31,   257,  -105,  -105,   -87,  -105,     -80,  -105,  -105,  -105,  -105,  -105,  -105,  -105,  -105,  -105,    -105,  -105,  -105,  -105,  -105,  -105,  -105,  -105,  -105,  -105,    -105,  -105,  -105,  -105,   -81,  -105,  -105,  -105,  -105,  -105,    -105,  -105,  -105,  -105,  -105,  -105,    16,  -105,   359,  -105,     -77,    16,   -58,  -105,   -87,   269,  -105,  -105,  -105,   135,     135,   -87,  -105,  -105,  -105,   135,  -105,   -87,  -105,  -105,    -105,   135,  -105,  -105,  -105,  -105,  -105,  -105,  -105,   135,    -105,   135,   135,  -105,  -105,  -105,   135,  -105,  -105,   135,     -87,  -105,  -105,  -105,  -105,    31,   -87,  -105,   -75,   -68,    -105,   -70,  -105,   122,  -105,  -105,  -105,  -105,  -105,  -105,    -105,  -105,  -105,  -105,   -87,  -105,  -105,  -105,  -105,  -105,    -105,  -105,  -105,  -105,  -105,  -105,  -105,  -105,  -105,  -105,    -105,  -105,   -64,  -105,  -105,  -105};/* YYPGOTO[NTERM-NUM].  */static const yysigned_char yypgoto[] ={    -105,  -105,  -105,  -105,  -105,  -105,  -105,  -105,  -105,  -105,    -105,  -105,  -105,  -105,  -105,  -105,   -15,  -104,  -105,   -61,      15,   -33,   -49,  -105,  -105,  -105,   -73,   -96,  -105,    -4};/* 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.   If YYTABLE_NINF, syntax error.  */#define YYTABLE_NINF -24static const short yytable[] ={      12,    13,    24,    46,   157,    10,    89,    17,    18,   159,      19,     2,    89,    90,   141,   161,    96,    97,   140,    94,     139,    52,   170,   162,   171,   163,   164,   172,   175,    91,     165,   168,    75,   166,   144,    76,    39,    77,     3,   138,       0,     0,     0,     0,    93,    98,    99,   100,   101,   102,     103,   104,   105,   106,   107,   108,   109,   110,   111,   112,     113,   114,   115,   116,   117,   118,   119,   120,   121,   122,     173,     0,   123,   124,   125,   126,   127,   128,   129,   130,     131,   132,   133,   134,     4,    78,     5,     0,     0,     0,     142,     0,     0,   -23,    10,   -23,    47,   158,     0,   -23,      48,     0,    79,   160,     0,     0,     0,    80,    81,    82,       0,   135,     0,     0,     0,     0,   136,    83,    20,    84,     -11,    85,     0,    97,     0,     0,   167,     0,     0,     0,       0,     0,   169,     0,     0,     0,     0,     0,     0,     0,     145,     0,     0,     0,     0,   -11,     0,     0,     0,     0,     174,    98,    99,   100,   101,   102,   103,   104,   105,   106,     107,   108,   109,   110,   111,   112,   113,   114,   115,   116,     117,   118,   119,   120,   121,   122,     0,    26,   123,   124,     125,   126,   127,   128,   129,   130,   131,   132,   133,   134,     146,   -11,     0,     0,     0,     0,   -11,   -11,   -11,   -11,     -11,    22,    27,   -17,   -11,     0,   147,     0,     0,     0,       0,   -11,     0,   -11,     0,     0,     0,     0,     0,   148,     149,   150,   136,     0,   151,   152,   153,    26,   -17,     0,       0,     0,     0,     0,     0,     0,   154,    26,     0,     0,       0,     0,     0,     0,     0,     0,     0,     0,    28,     0,       0,     0,    27,    29,    30,    31,    32,    33,     0,     0,      26,    34,    27,     0,     0,     0,     0,     0,    35,     0,      36,     0,    26,     0,   -17,     0,     0,     0,     0,   -17,     -17,   -17,   -17,   -17,     0,    27,     0,   -17,     0,     0,       0,     0,     0,     0,   -17,     0,   -17,    27,    28,     0,       0,     0,     0,    29,    30,    31,    32,    33,    28,     0,       0,    34,     0,    29,    30,    31,    32,    33,    41,     0,      42,    34,     0,     0,     0,     0,     0,     0,     0,     0,      88,    28,     0,     0,     0,     0,    29,    30,    31,    32,      33,     0,     0,    28,    34,     0,     0,     0,    29,    30,      31,    32,    33,    92,     0,     0,    34,     0,     0,     0,      53,     0,     0,     0,     0,    42,    54,    55,    56,    57,      58,    59,    60,    61,    62,    63,    64,    65,    66,    67,      68,    69,    70,    71,    72,    73};static const short yycheck[] ={       4,     5,     1,     1,   100,    92,    39,    93,    93,   105,      93,     0,    45,    72,    72,   111,    97,     1,    91,    99,      97,    25,    97,   119,    92,   121,   122,    97,    92,    44,     126,   135,     1,   129,    95,     4,    21,     6,    27,    88,      -1,    -1,    -1,    -1,    48,    29,    30,    31,    32,    33,      34,    35,    36,    37,    38,    39,    40,    41,    42,    43,      44,    45,    46,    47,    48,    49,    50,    51,    52,    53,     143,    -1,    56,    57,    58,    59,    60,    61,    62,    63,      64,    65,    66,    67,    73,    54,    75,    -1,    -1,    -1,      94,    -1,    -1,    92,    92,    94,    94,   101,    -1,    98,      98,    -1,    71,   107,    -1,    -1,    -1,    76,    77,    78,      -1,    95,    -1,    -1,    -1,    -1,   100,    86,     1,    88,       3,    90,    -1,     1,    -1,    -1,   130,    -1,    -1,    -1,      -1,    -1,   136,    -1,    -1,    -1,    -1,    -1,    -1,    -1,       5,    -1,    -1,    -1,    -1,    28,    -1,    -1,    -1,    -1,     154,    29,    30,    31,    32,    33,    34,    35,    36,    37,      38,    39,    40,    41,    42,    43,    44,    45,    46,    47,      48,    49,    50,    51,    52,    53,    -1,     3,    56,    57,      58,    59,    60,    61,    62,    63,    64,    65,    66,    67,      55,    74,    -1,    -1,    -1,    -1,    79,    80,    81,    82,      83,     1,    28,     3,    87,    -1,    71,    -1,    -1,    -1,      -1,    94,    -1,    96,    -1,    -1,    -1,    -1,    -1,    84,      85,    86,   100,    -1,    89,    90,    91,     3,    28,    -1,      -1,    -1,    -1,    -1,    -1,    -1,   101,     3,    -1,    -1,      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    74,    -1,      -1,    -1,    28,    79,    80,    81,    82,    83,    -1,    -1,       3,    87,    28,    -1,    -1,    -1,    -1,    -1,    94,    -1,      96,    -1,     3,    -1,    74,    -1,    -1,    -1,    -1,    79,      80,    81,    82,    83,    -1,    28,    -1,    87,    -1,    -1,      -1,    -1,    -1,    -1,    94,    -1,    96,    28,    74,    -1,      -1,    -1,    -1,    79,    80,    81,    82,    83,    74,    -1,      -1,    87,    -1,    79,    80,    81,    82,    83,    94,    -1,      96,    87,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,      96,    74,    -1,    -1,    -1,    -1,    79,    80,    81,    82,      83,    -1,    -1,    74,    87,    -1,    -1,    -1,    79,    80,      81,    82,    83,    96,    -1,    -1,    87,    -1,    -1,    -1,       1,    -1,    -1,    -1,    -1,    96,     7,     8,     9,    10,      11,    12,    13,    14,    15,    16,    17,    18,    19,    20,      21,    22,    23,    24,    25,    26};/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing   symbol of state STATE-NUM.  */static const unsigned char yystos[] ={

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -