/* A Bison parser, made by GNU Bison 1.875. */ /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 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 2, 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, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. This special exception was added by the Free Software Foundation in version 1.24 of Bison. */ /* Written by Richard Stallman by simplifying the original so called ``semantic'' parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 0 /* Using locations. */ #define YYLSP_NEEDED 0 /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { UNSIGNED_INTEGER = 258, COMMENT = 259 }; #endif #define UNSIGNED_INTEGER 258 #define COMMENT 259 /* Copy the first part of user declarations. */ #line 10 "kal3.y" #include /* KDF9 assembler for USERCODE */ #include extern int yylex(); extern void yyerror(char *s); extern int tree; extern void endBblock(); /* called at end of B-block to create first 8 words of store and set pointers for main code generation */ extern void reserveStore(int p1, int p2); /* reserve store of type p1 for p2 words */ extern void Bblock(int p1, int p2); /* accept B-block data, either St nnn; or TL nnn; */ extern void storesyl(int p1); /* store single syllable instruction p1 */ extern void store2syl(int p1); /* store 2-syllable instruction p1 */ extern void qnum(int q); /* confirms that q is a valid Q-store number */ extern int twosylqx(int instr, int q1, int q2); /* evaluate two syllable Q-store instruction with 2 Q-store numbers in it or other lower byte */ extern int twosylshetc(int i0, int n); /* evaluate two syllable Q-store instruction with 1 Q-store number in it */ extern void storejump(int s1, int s2, int loc); /* store a jump to specified location */ extern void setlabel(int labno); /* record integer label */ extern int codeloc(int pno, int labno); /* evaluate location in the code -- result is syllable address */ extern int wordform(int loc); /* convert a syllable address to word address in SJNS format */ extern void store3syl(int instr, int addr); /* takes the output from dataloc and embeds in a SET or EXIT instruction */ extern void storememinstr(int instr, int addr, int mod); /* takes the output from data loc and embeds in a emmory accessing instruction */ extern int dataloc(int pno, int vno); /* get data location as word address for a V-store */ extern int ystoreloc(int yset, int yno); /* get ystore location yset will be the letter for YA YB etc */ extern void newproutine(int pno, int v); /* entering a new P-routine */ extern int keepMarker(); /* uses srcmarker to deliver a pointer to the first char of a sequence of digits */ extern int octalval(int p); /* delivers a 16-bit octal value from the pointer p */ extern void vfraction(int p, int sig); /* evalues integer or fraction with sig integral places */ extern void vfloat(int p, int exp); /* evaluates floating point V-store value */ extern void vfppos(); /* stores positive floating point V-store value */ extern void vfpneg(); /* stores negative floating point V-store value */ extern void voctal(int p, int sig); /* ditto octal */ extern void vqformat(int p1, int p2, int p3); /* constructs a Q-store format V-store value */ extern int negatevstore(); /* negates the vstore value deposited by vfraction, etc */ /* returns 0 if V-store vale was zero -- used for F-0.0 */ void setvstore(int vno, int lo, int hi); /* sets give V-store from value constructed in vstoreval */ /* for a full word lo = 0 and hi = 6, for top halp lo = 0 and hi = 3, for bottom half lo = 3 and hi = 6 */ extern void setprinterconst(int v1, int v2); /* sets a printer constant in a range of V-stores -- involves lexical cheating */ extern void startnewword(); /* inserts dummy instructions up to word boundary */ extern void fixY0(int zero, int zero2, int loc); /* locates Y0 at specified absolute address, e.g. Y0=E 4896 */ extern int progstart; // location at which code is to commence -- reset by START directive extern int ptform; // set to 8 if using the rounding rules found in the PT Usercode compiler /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) typedef int YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 #endif /* Copy the second part of user declarations. */ /* Line 214 of yacc.c. */ #line 206 "y.tab.c" #if ! defined (yyoverflow) || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # if YYSTACK_USE_ALLOCA # define YYSTACK_ALLOC alloca # else # ifndef YYSTACK_USE_ALLOCA # if defined (alloca) || defined (_ALLOCA_H) # define YYSTACK_ALLOC alloca # else # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0) # else # if defined (__STDC__) || defined (__cplusplus) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # endif # define YYSTACK_ALLOC malloc # define YYSTACK_FREE free # endif #endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */ #if (! defined (yyoverflow) \ && (! defined (__cplusplus) \ || (YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { short yyss; YYSTYPE yyvs; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (short) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # 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 49 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 1285 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 49 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 18 /* YYNRULES -- Number of rules. */ #define YYNRULES 399 /* YYNRULES -- Number of states. */ #define YYNSTATES 1130 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 259 #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, 22, 2, 24, 48, 47, 2, 2, 2, 2, 26, 33, 2, 20, 35, 23, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 10, 27, 17, 29, 2, 2, 9, 34, 31, 40, 6, 37, 13, 18, 41, 21, 42, 19, 14, 25, 12, 11, 36, 5, 7, 8, 32, 15, 16, 43, 39, 28, 2, 2, 2, 2, 30, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 44, 2, 2, 2, 2, 2, 38, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 45, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 46, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4 }; #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, 24, 44, 53, 64, 67, 71, 74, 78, 81, 85, 88, 95, 102, 108, 116, 120, 125, 130, 132, 134, 137, 139, 142, 146, 149, 152, 156, 161, 166, 172, 178, 183, 189, 196, 202, 209, 217, 224, 231, 238, 246, 252, 260, 267, 274, 282, 289, 296, 302, 309, 316, 322, 330, 337, 342, 348, 354, 361, 367, 374, 380, 387, 394, 402, 410, 414, 420, 426, 433, 440, 444, 446, 448, 451, 454, 457, 459, 462, 467, 471, 477, 481, 484, 489, 496, 501, 504, 509, 516, 521, 528, 531, 536, 539, 546, 554, 562, 567, 573, 579, 583, 591, 600, 609, 615, 622, 628, 632, 640, 649, 658, 664, 671, 679, 682, 684, 686, 689, 692, 695, 698, 701, 704, 707, 710, 713, 716, 719, 722, 725, 728, 731, 734, 737, 740, 743, 746, 749, 752, 755, 758, 761, 764, 767, 771, 775, 780, 783, 788, 791, 794, 797, 800, 803, 806, 812, 819, 826, 834, 841, 849, 857, 866, 869, 872, 874, 876, 878, 881, 883, 887, 893, 897, 900, 904, 909, 915, 921, 928, 934, 941, 948, 955, 962, 970, 978, 986, 988, 991, 999, 1007, 1016, 1024, 1033, 1042, 1050, 1054, 1059, 1065, 1069, 1074, 1079, 1083, 1086, 1091, 1097, 1101, 1106, 1111, 1115, 1118, 1123, 1129, 1133, 1138, 1143, 1147, 1150, 1155, 1161, 1167, 1171, 1177, 1182, 1190, 1195, 1202, 1209, 1217, 1226, 1231, 1236, 1243, 1251, 1256, 1261, 1267, 1273, 1278, 1283, 1286, 1292, 1298, 1303, 1309, 1314, 1319, 1325, 1331, 1338, 1342, 1347, 1350, 1354, 1358, 1361, 1365, 1369, 1374, 1378, 1382, 1385, 1389, 1393, 1398, 1402, 1406, 1409, 1413, 1417, 1422, 1426, 1432, 1437, 1443, 1449, 1456, 1462, 1467, 1472, 1477, 1484, 1491, 1497, 1501, 1505, 1512, 1516, 1521, 1529, 1535, 1541, 1546, 1551, 1558, 1564, 1571, 1576, 1582, 1587, 1593, 1598, 1604, 1609, 1613, 1617, 1621, 1625, 1631, 1637, 1643, 1649, 1655, 1662, 1668, 1675, 1681, 1688, 1694, 1701, 1709, 1716, 1724, 1731, 1733, 1738, 1745, 1752, 1758, 1766, 1775, 1785, 1791, 1797, 1803, 1809, 1815, 1821, 1828, 1835, 1842, 1849, 1856, 1863, 1870, 1877, 1884, 1891, 1898, 1905, 1912, 1919, 1926, 1933, 1940, 1948, 1956, 1964, 1972, 1980, 1988, 1996, 2004, 2012, 2020, 2029, 2039, 2046, 2053, 2060, 2067, 2074, 2081, 2088, 2095, 2102, 2109, 2116, 2123, 2130, 2137, 2144, 2151, 2158, 2165, 2172, 2179, 2186, 2193, 2200, 2207, 2214, 2221, 2228, 2235, 2237 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yysigned_char yyrhs[] = { 50, 0, -1, 51, 61, -1, 5, 6, 7, 8, 9, 5, 8, 10, 61, 11, 5, 12, 13, 5, 9, 14, 10, -1, 5, 6, 7, 8, 9, 5, 8, 10, 61, 11, 5, 12, 13, 5, 9, 14, 14, 6, 10, -1, 11, 5, 12, 13, 5, 9, 14, 10, -1, 11, 5, 12, 13, 5, 9, 14, 14, 6, 10, -1, 52, 51, -1, 15, 3, 10, -1, 15, 10, -1, 16, 3, 10, -1, 16, 10, -1, 62, 3, 10, -1, 62, 10, -1, 62, 3, 17, 6, 3, 10, -1, 18, 3, 17, 6, 3, 10, -1, 62, 3, 17, 6, 10, -1, 7, 8, 9, 5, 8, 3, 10, -1, 7, 8, 10, -1, 7, 8, 3, 10, -1, 8, 19, 3, 10, -1, 4, -1, 3, -1, 20, 3, -1, 3, -1, 11, 3, -1, 3, 11, 3, -1, 6, 3, -1, 19, 3, -1, 21, 54, 10, -1, 21, 7, 54, 10, -1, 21, 54, 17, 10, -1, 21, 54, 22, 17, 10, -1, 21, 54, 23, 17, 10, -1, 21, 54, 24, 10, -1, 21, 54, 25, 6, 10, -1, 21, 54, 26, 25, 6, 10, -1, 21, 54, 27, 28, 10, -1, 21, 54, 19, 8, 28, 10, -1, 21, 54, 26, 19, 8, 28, 10, -1, 21, 54, 29, 17, 28, 10, -1, 21, 54, 13, 6, 28, 10, -1, 21, 54, 30, 29, 28, 10, -1, 21, 54, 26, 13, 6, 28, 10, -1, 21, 54, 29, 28, 10, -1, 21, 54, 26, 13, 8, 28, 10, -1, 21, 54, 13, 8, 28, 10, -1, 21, 54, 27, 17, 28, 10, -1, 21, 54, 26, 19, 6, 28, 10, -1, 21, 54, 19, 6, 28, 10, -1, 21, 54, 30, 27, 28, 10, -1, 21, 54, 17, 28, 10, -1, 21, 54, 22, 17, 28, 10, -1, 21, 54, 23, 17, 28, 10, -1, 21, 54, 24, 28, 10, -1, 21, 54, 26, 25, 6, 28, 10, -1, 21, 54, 25, 6, 28, 10, -1, 21, 54, 15, 10, -1, 21, 54, 25, 15, 10, -1, 21, 54, 6, 25, 10, -1, 21, 54, 25, 6, 25, 10, -1, 21, 54, 6, 21, 10, -1, 21, 54, 25, 6, 21, 10, -1, 21, 54, 8, 5, 10, -1, 21, 54, 25, 8, 5, 10, -1, 21, 54, 31, 3, 28, 10, -1, 21, 54, 31, 3, 25, 28, 10, -1, 21, 54, 31, 3, 25, 28, 7, -1, 15, 3, 17, -1, 15, 3, 23, 3, 17, -1, 15, 3, 17, 60, 10, -1, 15, 3, 32, 17, 60, 10, -1, 15, 3, 19, 17, 60, 10, -1, 56, 11, 10, -1, 3, -1, 53, -1, 33, 53, -1, 9, 63, -1, 34, 58, -1, 58, -1, 34, 58, -1, 34, 58, 23, 3, -1, 58, 35, 3, -1, 58, 35, 3, 23, 3, -1, 58, 23, 3, -1, 20, 58, -1, 20, 58, 35, 3, -1, 20, 58, 35, 3, 23, 3, -1, 20, 58, 23, 3, -1, 33, 58, -1, 33, 58, 35, 3, -1, 33, 58, 35, 3, 23, 3, -1, 33, 58, 23, 3, -1, 36, 59, 23, 59, 23, 59, -1, 9, 63, -1, 37, 58, 35, 3, -1, 37, 58, -1, 37, 58, 35, 3, 38, 3, -1, 37, 58, 35, 3, 38, 20, 3, -1, 37, 58, 35, 3, 38, 33, 3, -1, 37, 58, 38, 3, -1, 37, 58, 38, 20, 3, -1, 37, 20, 58, 35, 3, -1, 37, 20, 58, -1, 37, 20, 58, 35, 3, 38, 3, -1, 37, 20, 58, 35, 3, 38, 20, 3, -1, 37, 20, 58, 35, 3, 38, 33, 3, -1, 37, 20, 58, 38, 3, -1, 37, 20, 58, 38, 20, 3, -1, 37, 33, 58, 35, 3, -1, 37, 33, 58, -1, 37, 33, 58, 35, 3, 38, 3, -1, 37, 33, 58, 35, 3, 38, 20, 3, -1, 37, 33, 58, 35, 3, 38, 33, 3, -1, 37, 33, 58, 38, 3, -1, 37, 33, 58, 38, 20, 3, -1, 33, 58, 35, 3, 23, 20, 3, -1, 61, 66, -1, 66, -1, 39, -1, 39, 9, -1, 39, 34, -1, 39, 31, -1, 39, 40, -1, 39, 6, -1, 39, 37, -1, 39, 13, -1, 39, 18, -1, 39, 41, -1, 39, 21, -1, 39, 42, -1, 39, 19, -1, 39, 14, -1, 39, 25, -1, 39, 12, -1, 39, 11, -1, 39, 36, -1, 39, 5, -1, 39, 7, -1, 39, 8, -1, 39, 32, -1, 39, 15, -1, 39, 16, -1, 39, 43, -1, 39, 39, -1, 39, 28, -1, 15, 53, -1, 15, 53, 32, -1, 15, 53, 19, -1, 15, 53, 11, 3, -1, 5, 53, -1, 5, 53, 11, 3, -1, 11, 3, -1, 6, 53, -1, 62, 53, -1, 16, 53, -1, 28, 53, -1, 18, 53, -1, 14, 3, 14, 3, 10, -1, 14, 3, 14, 3, 36, 10, -1, 14, 3, 14, 3, 25, 10, -1, 14, 3, 14, 3, 36, 25, 10, -1, 14, 3, 14, 3, 18, 10, -1, 14, 3, 14, 3, 36, 18, 10, -1, 14, 3, 14, 3, 18, 25, 10, -1, 14, 3, 14, 3, 36, 18, 25, 10, -1, 33, 3, -1, 20, 3, -1, 3, -1, 10, -1, 4, -1, 3, 10, -1, 57, -1, 11, 3, 10, -1, 11, 3, 15, 3, 10, -1, 19, 3, 10, -1, 63, 10, -1, 17, 63, 10, -1, 63, 14, 3, 10, -1, 17, 63, 14, 3, 10, -1, 63, 14, 3, 36, 10, -1, 17, 63, 14, 3, 36, 10, -1, 7, 6, 8, 3, 10, -1, 7, 6, 8, 34, 58, 10, -1, 7, 6, 8, 20, 3, 10, -1, 7, 6, 8, 33, 3, 10, -1, 7, 6, 8, 9, 63, 10, -1, 7, 6, 8, 9, 63, 32, 10, -1, 7, 6, 8, 9, 63, 19, 10, -1, 7, 6, 8, 9, 11, 3, 10, -1, 64, -1, 17, 64, -1, 14, 3, 8, 12, 36, 3, 10, -1, 41, 3, 8, 12, 36, 3, 10, -1, 41, 14, 3, 8, 12, 36, 3, 10, -1, 31, 3, 8, 12, 36, 3, 10, -1, 31, 14, 3, 8, 12, 36, 3, 10, -1, 31, 41, 3, 8, 12, 36, 3, 10, -1, 36, 3, 8, 12, 36, 3, 10, -1, 15, 5, 10, -1, 17, 8, 5, 10, -1, 34, 41, 8, 7, 10, -1, 44, 37, 10, -1, 44, 40, 37, 10, -1, 44, 33, 37, 10, -1, 44, 40, 10, -1, 44, 10, -1, 44, 33, 65, 10, -1, 44, 33, 31, 3, 10, -1, 45, 37, 10, -1, 45, 40, 37, 10, -1, 45, 33, 37, 10, -1, 45, 40, 10, -1, 45, 10, -1, 45, 33, 65, 10, -1, 45, 33, 31, 3, 10, -1, 43, 37, 10, -1, 43, 40, 37, 10, -1, 43, 33, 37, 10, -1, 43, 40, 10, -1, 43, 10, -1, 43, 33, 65, 10, -1, 43, 33, 31, 3, 10, -1, 25, 6, 13, 40, 10, -1, 12, 5, 10, -1, 11, 6, 5, 14, 10, -1, 8, 12, 34, 10, -1, 5, 12, 32, 25, 40, 18, 10, -1, 25, 6, 15, 10, -1, 5, 12, 32, 25, 40, 10, -1, 40, 32, 14, 14, 39, 10, -1, 5, 12, 32, 25, 40, 37, 10, -1, 5, 12, 32, 25, 40, 18, 37, 10, -1, 20, 40, 37, 10, -1, 33, 40, 37, 10, -1, 37, 19, 12, 9, 8, 10, -1, 37, 19, 12, 9, 8, 40, 10, -1, 9, 34, 7, 10, -1, 25, 6, 13, 10, -1, 9, 34, 7, 37, 10, -1, 25, 6, 13, 37, 10, -1, 14, 9, 43, 10, -1, 25, 12, 8, 10, -1, 20, 10, -1, 7, 41, 13, 25, 10, -1, 28, 6, 5, 12, 10, -1, 40, 32, 11, 10, -1, 40, 32, 11, 40, 10, -1, 37, 41, 43, 10, -1, 7, 8, 5, 10, -1, 31, 12, 25, 8, 10, -1, 5, 6, 15, 40, 10, -1, 6, 5, 9, 7, 6, 10, -1, 20, 40, 10, -1, 9, 25, 40, 10, -1, 33, 10, -1, 33, 40, 10, -1, 46, 41, 10, -1, 46, 10, -1, 46, 40, 10, -1, 46, 37, 10, -1, 46, 40, 37, 10, -1, 46, 5, 10, -1, 47, 41, 10, -1, 47, 10, -1, 47, 40, 10, -1, 47, 37, 10, -1, 47, 40, 37, 10, -1, 47, 5, 10, -1, 23, 41, 10, -1, 23, 10, -1, 23, 40, 10, -1, 23, 37, 10, -1, 23, 40, 37, 10, -1, 23, 5, 10, -1, 40, 41, 15, 41, 10, -1, 40, 41, 15, 10, -1, 40, 41, 15, 40, 10, -1, 40, 41, 15, 37, 10, -1, 40, 41, 15, 40, 37, 10, -1, 40, 41, 15, 5, 10, -1, 5, 6, 15, 10, -1, 31, 9, 34, 10, -1, 37, 5, 34, 10, -1, 7, 8, 9, 25, 40, 10, -1, 25, 6, 13, 40, 37, 10, -1, 14, 9, 43, 37, 10, -1, 33, 37, 10, -1, 20, 37, 10, -1, 7, 41, 13, 25, 37, 10, -1, 42, 3, 10, -1, 17, 42, 3, 10, -1, 37, 41, 25, 41, 7, 18, 10, -1, 14, 33, 41, 3, 10, -1, 14, 20, 41, 3, 10, -1, 25, 31, 3, 10, -1, 40, 31, 3, 10, -1, 41, 3, 17, 33, 3, 10, -1, 41, 3, 17, 3, 10, -1, 41, 3, 17, 20, 3, 10, -1, 17, 14, 3, 10, -1, 17, 5, 14, 3, 10, -1, 17, 41, 3, 10, -1, 17, 5, 41, 3, 10, -1, 17, 31, 3, 10, -1, 17, 5, 31, 3, 10, -1, 17, 36, 3, 10, -1, 14, 3, 10, -1, 41, 3, 10, -1, 31, 3, 10, -1, 36, 3, 10, -1, 17, 33, 14, 3, 10, -1, 17, 33, 41, 3, 10, -1, 17, 33, 31, 3, 10, -1, 17, 33, 36, 3, 10, -1, 19, 41, 25, 42, 10, -1, 17, 19, 41, 25, 42, 10, -1, 7, 18, 9, 65, 10, -1, 7, 18, 9, 40, 65, 10, -1, 7, 18, 19, 65, 10, -1, 7, 18, 19, 40, 65, 10, -1, 7, 18, 31, 65, 10, -1, 7, 18, 9, 31, 3, 10, -1, 7, 18, 9, 40, 31, 3, 10, -1, 7, 18, 19, 31, 3, 10, -1, 7, 18, 19, 40, 31, 3, 10, -1, 7, 18, 31, 31, 3, 10, -1, 55, -1, 12, 32, 8, 10, -1, 6, 43, 41, 8, 40, 10, -1, 6, 43, 41, 8, 3, 10, -1, 6, 43, 41, 8, 10, -1, 6, 43, 41, 8, 9, 63, 10, -1, 6, 43, 41, 8, 9, 11, 3, 10, -1, 6, 43, 41, 8, 3, 9, 11, 3, 10, -1, 31, 8, 36, 3, 10, -1, 11, 5, 36, 3, 10, -1, 11, 16, 36, 3, 10, -1, 8, 16, 36, 3, 10, -1, 19, 11, 36, 3, 10, -1, 14, 16, 36, 3, 10, -1, 14, 19, 34, 36, 3, 10, -1, 14, 34, 8, 36, 3, 10, -1, 11, 9, 5, 36, 3, 10, -1, 14, 6, 8, 36, 3, 10, -1, 14, 37, 5, 36, 3, 10, -1, 31, 19, 12, 36, 3, 10, -1, 8, 19, 12, 36, 3, 10, -1, 11, 5, 31, 36, 3, 10, -1, 14, 5, 6, 36, 3, 10, -1, 11, 5, 6, 36, 3, 10, -1, 14, 34, 5, 36, 3, 10, -1, 11, 16, 31, 36, 3, 10, -1, 14, 19, 16, 36, 3, 10, -1, 41, 25, 8, 36, 3, 10, -1, 14, 16, 6, 36, 3, 10, -1, 11, 16, 6, 36, 3, 10, -1, 8, 16, 6, 36, 3, 10, -1, 34, 32, 7, 39, 36, 3, 10, -1, 14, 13, 9, 11, 36, 3, 10, -1, 11, 13, 9, 11, 36, 3, 10, -1, 14, 19, 16, 6, 36, 3, 10, -1, 14, 37, 7, 42, 36, 3, 10, -1, 14, 34, 7, 42, 36, 3, 10, -1, 14, 5, 16, 40, 36, 3, 10, -1, 14, 34, 5, 6, 36, 3, 10, -1, 14, 37, 5, 6, 36, 3, 10, -1, 11, 5, 31, 6, 36, 3, 10, -1, 14, 16, 41, 11, 6, 36, 3, 10, -1, 14, 9, 25, 32, 9, 19, 36, 3, 10, -1, 11, 41, 9, 36, 3, 10, -1, 11, 41, 34, 36, 3, 10, -1, 11, 41, 31, 36, 3, 10, -1, 11, 41, 40, 36, 3, 10, -1, 11, 41, 6, 36, 3, 10, -1, 11, 41, 37, 36, 3, 10, -1, 11, 41, 13, 36, 3, 10, -1, 11, 41, 18, 36, 3, 10, -1, 11, 12, 9, 36, 3, 10, -1, 11, 12, 34, 36, 3, 10, -1, 11, 12, 31, 36, 3, 10, -1, 11, 12, 40, 36, 3, 10, -1, 11, 12, 6, 36, 3, 10, -1, 11, 12, 37, 36, 3, 10, -1, 11, 14, 9, 36, 3, 10, -1, 11, 14, 34, 36, 3, 10, -1, 11, 14, 31, 36, 3, 10, -1, 11, 14, 40, 36, 3, 10, -1, 11, 14, 6, 36, 3, 10, -1, 11, 14, 37, 36, 3, 10, -1, 11, 14, 13, 36, 3, 10, -1, 11, 14, 18, 36, 3, 10, -1, 11, 14, 42, 36, 3, 10, -1, 11, 14, 19, 36, 3, 10, -1, 11, 12, 13, 36, 3, 10, -1, 11, 12, 18, 36, 3, 10, -1, 11, 12, 42, 36, 3, 10, -1, 11, 12, 19, 36, 3, 10, -1, 48, -1, 26, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const unsigned short yyrline[] = { 0, 128, 128, 131, 132, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 146, 149, 151, 153, 154, 155, 156, 159, 160, 163, 164, 165, 166, 167, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 211, 212, 215, 216, 217, 218, 221, 224, 225, 226, 227, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 268, 271, 272, 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, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 318, 319, 320, 321, 322, 323, 324, 325, 328, 329, 330, 333, 334, 335, 336, 337, 338, 339, 341, 342, 344, 345, 346, 347, 349, 350, 351, 352, 353, 354, 355, 356, 358, 359, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 452, 453, 454, 455, 456, 457, 459, 460, 461, 462, 463, 464, 465, 466, 467, 469, 470, 472, 474, 475, 476, 477, 478, 479, 480, 482, 483, 484, 485, 486, 487, 488, 490, 491, 492, 493, 495, 496, 497, 498, 500, 501, 503, 504, 505, 506, 507, 509, 510, 511, 512, 513, 515, 516, 517, 518, 519, 520, 521, 522, 525, 526, 527, 528, 529, 530, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 561, 562, 565, 566, 567, 568, 569, 570, 571, 572, 574, 575, 576, 577, 578, 579, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 592, 593, 594, 595, 598, 599 }; #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", "UNSIGNED_INTEGER", "COMMENT", "'R'", "'E'", "'S'", "'T'", "'A'", "';'", "'P'", "'O'", "'G'", "'M'", "'V'", "'W'", "'='", "'H'", "'L'", "'-'", "'J'", "'!'", "'/'", "'#'", "'N'", "'*'", "'<'", "'Z'", "'>'", "'_'", "'C'", "'U'", "'+'", "'B'", "'.'", "'Q'", "'F'", "'~'", "'Y'", "'D'", "'I'", "'K'", "'X'", "'x'", "'×'", "'÷'", "'%'", "'$'", "$accept", "program", "p0head", "storespec", "integer", "codeloc", "jumpinstr", "vchars", "vspec", "digitsequence", "bit16", "vstoreval", "code", "ystref", "memref", "mqmq", "shiftval", "instruction", 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, 82, 69, 83, 84, 65, 59, 80, 79, 71, 77, 86, 87, 61, 72, 76, 45, 74, 33, 47, 35, 78, 42, 60, 90, 62, 95, 67, 85, 43, 66, 46, 81, 70, 126, 89, 68, 73, 75, 88, 120, 215, 247, 37, 36 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const unsigned char yyr1[] = { 0, 49, 50, 51, 51, 51, 51, 51, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 53, 53, 54, 54, 54, 54, 54, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 56, 56, 57, 57, 57, 57, 58, 59, 59, 59, 59, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 61, 61, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 64, 64, 64, 64, 64, 64, 64, 64, 65, 65, 65, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const unsigned char yyr2[] = { 0, 2, 2, 17, 19, 8, 10, 2, 3, 2, 3, 2, 3, 2, 6, 6, 5, 7, 3, 4, 4, 1, 1, 2, 1, 2, 3, 2, 2, 3, 4, 4, 5, 5, 4, 5, 6, 5, 6, 7, 6, 6, 6, 7, 5, 7, 6, 6, 7, 6, 6, 5, 6, 6, 5, 7, 6, 4, 5, 5, 6, 5, 6, 5, 6, 6, 7, 7, 3, 5, 5, 6, 6, 3, 1, 1, 2, 2, 2, 1, 2, 4, 3, 5, 3, 2, 4, 6, 4, 2, 4, 6, 4, 6, 2, 4, 2, 6, 7, 7, 4, 5, 5, 3, 7, 8, 8, 5, 6, 5, 3, 7, 8, 8, 5, 6, 7, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 4, 2, 4, 2, 2, 2, 2, 2, 2, 5, 6, 6, 7, 6, 7, 7, 8, 2, 2, 1, 1, 1, 2, 1, 3, 5, 3, 2, 3, 4, 5, 5, 6, 5, 6, 6, 6, 6, 7, 7, 7, 1, 2, 7, 7, 8, 7, 8, 8, 7, 3, 4, 5, 3, 4, 4, 3, 2, 4, 5, 3, 4, 4, 3, 2, 4, 5, 3, 4, 4, 3, 2, 4, 5, 5, 3, 5, 4, 7, 4, 6, 6, 7, 8, 4, 4, 6, 7, 4, 4, 5, 5, 4, 4, 2, 5, 5, 4, 5, 4, 4, 5, 5, 6, 3, 4, 2, 3, 3, 2, 3, 3, 4, 3, 3, 2, 3, 3, 4, 3, 3, 2, 3, 3, 4, 3, 5, 4, 5, 5, 6, 5, 4, 4, 4, 6, 6, 5, 3, 3, 6, 3, 4, 7, 5, 5, 4, 4, 6, 5, 6, 4, 5, 4, 5, 4, 5, 4, 3, 3, 3, 3, 5, 5, 5, 5, 5, 6, 5, 6, 5, 6, 5, 6, 7, 6, 7, 6, 1, 4, 6, 6, 5, 7, 8, 9, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 9, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 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 short yydefact[] = { 0, 21, 0, 0, 0, 0, 0, 0, 0, 119, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 11, 0, 137, 124, 138, 139, 120, 135, 134, 126, 132, 141, 142, 127, 131, 129, 133, 145, 122, 140, 121, 136, 125, 144, 123, 128, 130, 143, 1, 0, 170, 0, 0, 0, 0, 0, 169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 398, 327, 0, 172, 2, 0, 0, 190, 118, 7, 0, 13, 0, 0, 0, 18, 0, 0, 8, 10, 0, 171, 22, 0, 0, 0, 150, 0, 0, 153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 146, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 157, 0, 0, 0, 243, 0, 0, 24, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 156, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 206, 0, 0, 0, 213, 0, 0, 0, 0, 258, 0, 0, 0, 0, 264, 0, 0, 0, 0, 117, 154, 176, 0, 12, 0, 0, 19, 0, 20, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 224, 0, 0, 307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 199, 0, 148, 147, 0, 0, 0, 0, 152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 0, 175, 0, 0, 288, 253, 0, 0, 27, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 274, 272, 271, 0, 269, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 0, 0, 0, 287, 256, 0, 0, 0, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 290, 168, 0, 0, 0, 0, 0, 216, 219, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 209, 212, 0, 262, 260, 259, 0, 257, 268, 266, 265, 0, 263, 73, 0, 0, 0, 0, 0, 0, 281, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 226, 0, 0, 0, 254, 237, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 328, 0, 0, 0, 0, 0, 0, 241, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 149, 0, 0, 0, 200, 300, 0, 304, 0, 0, 0, 0, 306, 302, 291, 0, 0, 0, 233, 26, 30, 0, 0, 0, 0, 0, 57, 31, 0, 0, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 273, 238, 0, 0, 228, 242, 295, 0, 0, 0, 282, 0, 0, 0, 0, 234, 0, 0, 0, 283, 0, 0, 248, 296, 246, 0, 0, 0, 276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 167, 0, 166, 218, 221, 217, 0, 204, 207, 203, 0, 211, 214, 210, 261, 267, 178, 0, 0, 16, 0, 0, 0, 15, 251, 0, 0, 0, 0, 331, 0, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 317, 0, 0, 0, 319, 0, 321, 244, 0, 0, 338, 0, 239, 174, 0, 0, 0, 336, 225, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 337, 0, 0, 0, 0, 0, 0, 0, 0, 0, 158, 0, 0, 0, 0, 0, 0, 0, 286, 0, 0, 340, 0, 0, 0, 0, 294, 293, 0, 0, 0, 0, 0, 0, 0, 94, 85, 89, 80, 0, 0, 0, 75, 0, 0, 0, 96, 0, 0, 70, 0, 69, 0, 301, 305, 303, 0, 311, 313, 314, 312, 179, 0, 339, 315, 61, 59, 63, 0, 0, 51, 0, 0, 32, 0, 33, 0, 54, 35, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 37, 0, 44, 0, 0, 0, 0, 240, 223, 0, 245, 0, 335, 250, 0, 0, 0, 0, 201, 0, 0, 0, 247, 0, 280, 278, 277, 0, 275, 0, 298, 0, 0, 0, 0, 222, 208, 215, 180, 14, 0, 17, 0, 229, 0, 0, 252, 0, 330, 0, 0, 329, 152, 186, 0, 0, 184, 185, 183, 284, 322, 0, 318, 324, 0, 320, 326, 289, 357, 347, 350, 0, 348, 343, 382, 378, 394, 395, 397, 380, 379, 383, 381, 396, 0, 388, 384, 390, 391, 393, 386, 385, 389, 387, 392, 356, 352, 374, 370, 376, 377, 372, 371, 375, 373, 0, 162, 0, 160, 159, 0, 0, 349, 0, 344, 0, 0, 355, 0, 0, 353, 341, 0, 351, 0, 342, 0, 345, 0, 0, 0, 0, 0, 0, 77, 76, 78, 0, 103, 110, 0, 0, 84, 82, 72, 71, 316, 181, 41, 46, 49, 38, 52, 53, 62, 60, 56, 64, 0, 0, 0, 0, 36, 0, 47, 40, 50, 42, 0, 65, 285, 0, 0, 346, 0, 0, 0, 235, 0, 0, 230, 279, 0, 299, 297, 0, 354, 0, 5, 0, 227, 0, 231, 0, 0, 332, 189, 188, 187, 323, 325, 367, 360, 192, 164, 163, 0, 161, 364, 0, 359, 0, 361, 365, 363, 366, 362, 88, 86, 92, 90, 81, 0, 0, 0, 0, 0, 95, 100, 0, 0, 43, 45, 48, 39, 55, 67, 66, 195, 0, 0, 358, 198, 236, 292, 193, 0, 0, 0, 232, 0, 333, 165, 0, 368, 0, 0, 0, 102, 107, 0, 109, 114, 0, 0, 101, 83, 196, 197, 194, 0, 6, 334, 369, 87, 91, 0, 93, 0, 108, 0, 115, 97, 0, 0, 0, 116, 104, 0, 0, 111, 0, 0, 98, 99, 0, 105, 106, 112, 113, 0, 0, 0, 0, 3, 0, 0, 4 }; /* YYDEFGOTO[NTERM-NUM]. */ static const short yydefgoto[] = { -1, 10, 11, 12, 111, 177, 86, 87, 88, 556, 775, 557, 89, 90, 91, 92, 423, 93 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -956 static const short yypact[] = { 327, -956, 11, 25, 81, 59, 602, 610, 175, 192, 240, 102, 327, 613, 291, 612, 323, 353, 402, -956, 454, -956, 476, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, 484, -956, 543, 9, 235, 317, 5, -956, 10, 51, 341, 545, 112, 231, 112, 29, 89, 569, 211, 378, -956, 550, 41, 331, 578, 499, 2, 577, 483, 512, 339, 409, 422, 217, 251, -956, -956, 582, -956, 102, 112, 552, -956, -956, -956, 506, -956, 579, 627, 637, -956, 655, 650, -956, -956, 660, -956, -956, 654, 635, 665, 659, 662, 631, -956, 666, 621, 513, 663, 641, 125, 661, 640, 670, 204, 238, 673, 674, 262, 672, 288, 357, 346, 675, 676, 617, 590, 678, 50, 679, 55, 196, 646, 649, 72, 638, 560, 681, 528, -956, 45, 112, 677, 680, 686, 112, 651, 112, 690, 459, 691, 692, 693, 618, -956, -956, 687, 664, 682, -956, 688, 228, 694, 696, 575, 698, 699, 511, 701, -956, 702, 290, 703, 633, 695, 705, 704, -956, 639, 668, 683, 689, 712, 706, 713, -956, 710, 348, 714, 715, 642, 697, 716, 444, 719, 123, 709, 594, 722, 718, 717, -956, 64, 720, 352, -956, 336, 723, 393, -956, 394, 724, 461, 725, -956, 726, 462, 727, 728, -956, 729, 466, 730, 731, -956, -956, -956, 739, -956, 700, 734, -956, 721, -956, 740, 741, 130, 707, -956, 743, 742, 744, 404, 737, 732, 38, 54, 320, 733, 738, 735, 747, 736, 745, 467, -956, 748, 746, 166, 750, 749, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, -956, 788, 799, -956, 817, 785, 784, 786, 791, 469, 814, 790, 824, 818, 219, 792, 827, 828, 312, 793, 796, 364, 794, 275, 816, 831, 820, -956, 835, -956, -956, 836, 837, 838, 832, -956, 619, 819, 833, 842, 843, 844, 845, 839, 840, 841, -956, 849, -956, 850, 812, -956, -956, 846, 852, -956, 847, -956, -956, 615, 853, -956, 645, 851, 277, 648, 848, 854, 464, 592, 576, 158, 501, 628, 856, -956, -956, -956, 857, -956, 426, 858, 859, 860, 861, 862, -956, 863, 865, 855, 864, 826, 868, -956, -956, 867, 821, 871, 869, -956, 870, 873, 823, 874, 875, 438, 872, 280, 876, -956, 283, 879, 866, -956, -956, 880, 886, 887, 881, 882, -956, -956, 883, 891, 885, 888, -956, -956, 889, 893, 890, 894, -956, -956, 895, -956, -956, -956, 897, -956, -956, -956, -956, 898, -956, -956, 32, 614, 892, 900, 901, 899, -956, 902, 877, -956, 905, 63, 903, 376, 911, 912, 913, -956, 878, 916, 414, 910, 918, 423, 914, 919, 915, 472, -956, 920, 917, 923, -956, -956, 921, 922, 925, 904, 926, 924, 927, 930, 932, 933, 935, 936, 938, 939, 940, 941, 942, 943, 928, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 962, 964, 965, 966, -956, 934, 495, 968, 937, 969, 967, -956, 970, 961, 971, 972, 973, 963, 974, 975, 976, 977, 978, 980, 979, 981, 982, 985, 983, -956, 390, 913, 913, 913, 419, 437, 254, 984, 275, 884, 275, -956, 986, 988, 990, -956, -956, 987, -956, 991, 992, 993, 994, -956, -956, -956, 173, 995, 996, -956, -956, -956, 997, 998, 999, 931, 989, -956, -956, 1000, 1002, 1003, 486, 497, -956, 1001, 533, 1007, 1006, 652, 653, 1014, 1004, 1011, 1005, 1012, 1008, 1009, 152, -956, -956, 1013, 473, -956, -956, -956, 1015, 1010, 1017, -956, 1018, 1022, 1021, 1023, -956, 1016, 1028, 1019, -956, 1031, 1033, -956, -956, -956, 1032, 1020, 1034, -956, 1035, 474, 1037, 1024, 1038, 1040, 1046, 1029, 1047, -956, 1041, -956, -956, -956, -956, 1043, -956, -956, -956, 1044, -956, -956, -956, -956, -956, -956, 1048, 1051, -956, 1049, 1052, 1042, -956, -956, 44, 1053, 389, 405, -956, 1054, -956, 112, 1062, 305, 1056, 1057, 1058, 1059, 1060, 1068, 1063, -956, 1064, 1069, 1065, -956, 1066, -956, -956, 1067, 1070, -956, 1071, -956, -956, 1072, 1075, 1073, -956, -956, 1074, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1093, 1087, 1088, 1089, 1090, 1091, 1092, 1094, 1095, 1096, 1097, 1098, 1099, -956, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1115, -956, -5, 1109, 572, 1110, 1118, 1112, 1108, -956, 1120, 1114, -956, 1111, 1122, 1116, 1119, -956, -956, 1125, 1121, 1127, 1123, 1129, 1124, 1132, -956, 536, 568, 907, 390, 112, 913, -956, 1113, 913, 913, 180, 1134, 1135, -956, 1130, -956, 1131, -956, -956, -956, 1133, -956, -956, -956, -956, -956, 1136, -956, -956, -956, -956, -956, 1138, 1139, -956, 1140, 1141, -956, 1142, -956, 1143, -956, -956, 1144, 1145, 1146, 1147, -956, 1117, 1137, 1148, 1149, 517, 1150, -956, 1151, -956, 1152, 1153, 1154, 1156, -956, -956, 1157, -956, 1155, -956, -956, 1128, 1158, 1159, 1166, -956, 1167, 451, 1061, -956, 1161, -956, -956, -956, 1162, -956, 1170, -956, 1164, 1165, 1160, 1168, -956, -956, -956, -956, -956, 1169, -956, 624, -956, 475, 1171, -956, 1172, -956, 1177, 1174, -956, 1175, -956, 1176, 1178, -956, -956, -956, -956, -956, 1179, -956, -956, 1180, -956, -956, -956, -956, -956, -956, 1181, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, 1182, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, 1183, -956, 1184, -956, -956, 574, 1187, -956, 1188, -956, 1163, 1190, -956, 1198, 1192, -956, -956, 1193, -956, 1194, -956, 1195, -956, 1196, 1204, 1205, 1206, 1207, 1208, -956, -956, -956, 419, 244, 529, 1209, 263, -956, 1191, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, 1203, 1210, 1211, 1212, -956, 1213, -956, -956, -956, -956, 634, -956, -956, 1214, 1215, -956, 1216, 1217, 1218, -956, 1219, 1220, -956, -956, 1221, -956, -956, 1222, -956, 102, -956, 1226, -956, 1223, -956, 1231, 1225, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, -956, 1227, -956, -956, 1233, -956, 1228, -956, -956, -956, -956, -956, -956, 1224, -956, 1229, -956, 1230, 1236, 548, 1237, 549, 1232, -956, 1238, 1239, -956, -956, -956, -956, -956, -956, -956, -956, 1234, 1235, -956, -956, -956, -956, -956, 1240, 148, 1241, -956, 1244, -956, -956, 1245, -956, 1243, 554, 419, 1242, -956, 1246, 1247, -956, 1253, 447, -956, -956, -956, -956, -956, 22, -956, -956, -956, -956, -956, 1254, -956, 448, -956, 455, -956, -956, 1255, 1256, 429, -956, -956, 1257, 1258, -956, 1259, 1260, -956, -956, 1126, -956, -956, -956, -956, 1261, 1262, 1173, 625, -956, 1263, 1264, -956 }; /* YYPGOTO[NTERM-NUM]. */ static const short yypgoto[] = { -956, -956, 1252, -956, -53, 580, -956, -956, -956, -463, -955, 104, -253, 573, -61, 711, -210, -88 }; /* 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 -1 static const unsigned short yytable[] = { 114, 234, 163, 684, 1044, 928, 429, 201, 148, 149, 435, 165, 107, 124, 112, 125, 126, 14, 187, 127, 929, 202, 128, 129, 130, 124, 131, 1107, 126, 110, 122, 127, 166, 15, 128, 129, 130, 235, 131, 123, 167, 418, 663, 203, 188, 471, 474, 476, 107, 189, 190, 132, 113, 191, 865, 192, 133, 418, 419, 335, 193, 315, 866, 132, 17, 110, 674, 418, 664, 469, 168, 421, 675, 676, 419, 312, 336, 322, 470, 323, 324, 867, 194, 134, 419, 472, 337, 421, 768, 769, 770, 316, 778, 313, 473, 420, 317, 421, 114, 169, 16, 422, 148, 677, 187, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 107, 60, 61, 62, 63, 64, 65, 66, 67, 1099, 68, 170, 69, 70, 171, 71, 260, 110, 72, 409, 73, 74, 410, 75, 76, 456, 9, 77, 78, 79, 80, 81, 82, 83, 84, 85, 50, 51, 52, 53, 54, 55, 56, 57, 1092, 59, 261, 60, 61, 62, 63, 64, 65, 66, 67, 457, 68, 487, 69, 70, 602, 71, 827, 22, 72, 828, 73, 74, 793, 75, 76, 603, 9, 77, 78, 79, 80, 81, 82, 83, 84, 85, 23, 24, 25, 26, 27, 488, 28, 29, 30, 31, 32, 33, 794, 34, 35, 318, 36, 265, 962, 178, 37, 963, 266, 38, 179, 223, 39, 40, 537, 41, 224, 42, 43, 319, 44, 45, 46, 47, 48, 150, 151, 356, 152, 49, 115, 153, 116, 267, 154, 155, 62, 180, 64, 156, 181, 182, 117, 225, 538, 228, 226, 227, 157, 688, 229, 158, 692, 159, 357, 1050, 160, 272, 268, 9, 273, 161, 162, 269, 274, 118, 779, 549, 1045, 275, 276, 1046, 1051, 550, 636, 642, 588, 230, 780, 637, 231, 232, 277, 283, 551, 278, 284, 97, 279, 381, 285, 280, 643, 281, 589, 286, 287, 552, 553, 958, 554, 555, 960, 961, 875, 644, 638, 542, 288, 639, 640, 289, 418, 876, 290, 101, 382, 291, 119, 292, 1, 2, 120, 3, 4, 121, 877, 5, 418, 419, 195, 6, 7, 135, 8, 136, 137, 543, 211, 138, 475, 296, 421, 139, 297, 419, 140, 398, 298, 141, 142, 425, 293, 299, 102, 9, 427, 196, 421, 546, 197, 212, 428, 143, 144, 213, 300, 145, 214, 301, 679, 151, 302, 183, 399, 303, 680, 294, 426, 184, 155, 62, 295, 64, 679, 151, 418, 869, 870, 547, 153, 681, 431, 157, 155, 62, 462, 64, 185, 679, 151, 103, 463, 419, 9, 871, 418, 157, 215, 155, 62, 107, 64, 464, 433, 418, 421, 771, 9, 432, 434, 219, 157, 419, 267, 610, 465, 466, 110, 549, 1117, 216, 419, 9, 687, 217, 421, 633, 218, 1104, 1109, 772, 773, 691, 220, 421, 776, 1112, 221, 268, 999, 222, 611, 104, 269, 612, 1105, 1110, 406, 777, 437, 441, 343, 594, 1113, 446, 483, 634, 531, 1106, 1111, 696, 830, 848, 1012, 207, 407, 1114, 767, 344, 1000, 595, 105, 106, 345, 805, 208, 438, 442, 346, 774, 200, 447, 484, 742, 532, 807, 209, 697, 831, 849, 1013, 743, 806, 210, 238, 363, 604, 364, 744, 365, 255, 239, 366, 808, 367, 984, 368, 605, 369, 745, 256, 370, 371, 372, 373, 374, 375, 332, 376, 377, 378, 810, 257, 985, 107, 333, 146, 108, 147, 1081, 1084, 107, 811, 109, 186, 1097, 812, 951, 334, 813, 236, 110, 1047, 110, 237, 1048, 1082, 1085, 110, 952, 172, 13, 1098, 173, 174, 327, 172, 328, 175, 173, 931, 329, 1027, 13, 175, 240, 176, 599, 932, 953, 330, 233, 176, 600, 309, 933, 596, 1028, 597, 601, 412, 954, 413, 18, 310, 598, 204, 205, 198, 414, 19, 20, 872, 98, 95, 665, 206, 199, 21, 99, 100, 96, 666, 306, 253, 307, 350, 566, 254, 308, 351, 308, 1010, 1126, 582, 241, 1011, 1127, 583, 1058, 242, 325, 1059, 326, 384, 389, 385, 390, 402, 585, 403, 586, 590, 606, 591, 607, 816, 818, 817, 819, 782, 244, 784, 243, 245, 247, 248, 246, 249, 250, 251, 262, 252, 259, 258, 264, 270, 271, 263, 282, 338, 339, 305, 304, 311, 320, 314, 340, 321, 331, 341, 342, 347, 348, 349, 352, 355, 359, 353, 361, 362, 386, 391, 358, 451, 354, 387, 388, 956, 379, 380, 383, 393, 394, 396, 392, 395, 957, 397, 400, 408, 401, 411, 415, 416, 417, 405, 453, 424, 404, 458, 430, 436, 439, 440, 443, 444, 445, 448, 449, 450, 452, 455, 454, 459, 467, 478, 460, 480, 485, 461, 489, 360, 482, 1069, 468, 477, 0, 0, 0, 0, 490, 0, 0, 0, 0, 0, 0, 0, 479, 481, 502, 164, 0, 0, 0, 515, 0, 0, 0, 486, 0, 0, 0, 0, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 524, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 525, 516, 517, 518, 519, 520, 521, 522, 523, 526, 527, 529, 530, 528, 533, 534, 535, 539, 536, 540, 541, 545, 558, 559, 544, 548, 560, 561, 562, 563, 564, 565, 568, 567, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 580, 579, 581, 584, 608, 625, 587, 622, 620, 630, 592, 618, 609, 613, 614, 615, 593, 621, 616, 617, 619, 623, 624, 626, 0, 628, 627, 629, 647, 631, 632, 635, 645, 641, 648, 649, 650, 651, 652, 653, 654, 657, 667, 655, 656, 658, 783, 646, 668, 659, 660, 774, 661, 662, 670, 669, 673, 671, 678, 682, 683, 549, 672, 685, 686, 689, 690, 694, 698, 693, 695, 700, 699, 703, 705, 955, 701, 702, 708, 706, 709, 710, 707, 711, 712, 704, 713, 714, 715, 716, 717, 718, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 800, 733, 734, 735, 736, 719, 737, 732, 738, 739, 740, 741, 746, 748, 747, 752, 0, 749, 756, 757, 754, 750, 234, 753, 761, 763, 0, 758, 759, 765, 0, 0, 0, 0, 0, 781, 0, 785, 751, 786, 755, 787, 789, 790, 791, 792, 795, 796, 797, 798, 799, 802, 809, 814, 0, 760, 762, 815, 801, 764, 766, 820, 822, 824, 829, 837, 832, 774, 834, 835, 788, 803, 804, 821, 823, 836, 838, 825, 826, 840, 842, 843, 855, 844, 853, 846, 847, 833, 850, 852, 854, 856, 857, 839, 858, 859, 841, 864, 862, 860, 845, 851, 861, 863, 868, 873, 874, 878, 879, 880, 881, 882, 883, 886, 884, 885, 887, 888, 889, 893, 1001, 890, 891, 892, 894, 895, 0, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 0, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 930, 934, 935, 936, 938, 939, 941, 942, 937, 944, 943, 946, 945, 948, 947, 949, 950, 959, 964, 965, 1122, 966, 967, 0, 968, 0, 980, 969, 940, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 993, 0, 986, 987, 988, 989, 994, 981, 991, 992, 995, 997, 998, 1002, 1003, 1004, 1005, 1006, 982, 983, 1008, 1009, 1016, 1014, 990, 1015, 1017, 1018, 1019, 1125, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 996, 1007, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1049, 1053, 1052, 0, 0, 0, 1061, 1062, 1054, 1055, 1056, 1057, 1060, 1068, 0, 1063, 1064, 1065, 1066, 1067, 1070, 1071, 1072, 1073, 1075, 1074, 1076, 1080, 1083, 1087, 1088, 0, 1089, 1090, 1096, 1077, 0, 1101, 1091, 1093, 1078, 1079, 1094, 1095, 1103, 1108, 1115, 1116, 1118, 1119, 1120, 1121, 94, 0, 1123, 0, 0, 1128, 1086, 1124, 0, 0, 1129, 0, 0, 0, 0, 0, 1100, 0, 0, 0, 0, 1102 }; static const short yycheck[] = { 53, 89, 63, 466, 959, 10, 216, 5, 61, 62, 220, 64, 3, 3, 5, 5, 6, 6, 71, 9, 25, 19, 12, 13, 14, 3, 16, 5, 6, 20, 25, 9, 3, 8, 12, 13, 14, 90, 16, 34, 11, 3, 10, 41, 3, 255, 256, 257, 3, 8, 9, 41, 43, 12, 10, 14, 5, 3, 20, 14, 19, 6, 18, 41, 5, 20, 3, 3, 36, 31, 41, 33, 9, 10, 20, 25, 31, 5, 40, 7, 8, 37, 41, 32, 20, 31, 41, 33, 551, 552, 553, 36, 555, 43, 40, 31, 41, 33, 151, 10, 19, 37, 155, 40, 157, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, 14, 15, 16, 17, 18, 19, 20, 21, 1079, 23, 37, 25, 26, 40, 28, 6, 20, 31, 11, 33, 34, 14, 36, 37, 10, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 36, 14, 15, 16, 17, 18, 19, 20, 21, 40, 23, 6, 25, 26, 17, 28, 25, 3, 31, 28, 33, 34, 10, 36, 37, 28, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 5, 6, 7, 8, 9, 36, 11, 12, 13, 14, 15, 16, 36, 18, 19, 16, 21, 10, 35, 5, 25, 38, 15, 28, 10, 5, 31, 32, 6, 34, 10, 36, 37, 34, 39, 40, 41, 42, 43, 5, 6, 10, 8, 0, 6, 11, 8, 6, 14, 15, 16, 37, 18, 19, 40, 41, 18, 37, 36, 5, 40, 41, 28, 470, 10, 31, 473, 33, 37, 3, 36, 6, 31, 39, 9, 41, 42, 36, 13, 41, 23, 3, 35, 18, 19, 38, 20, 9, 5, 3, 10, 37, 35, 10, 40, 41, 31, 6, 20, 34, 9, 7, 37, 10, 13, 40, 20, 42, 28, 18, 19, 33, 34, 773, 36, 37, 776, 777, 10, 33, 37, 6, 31, 40, 41, 34, 3, 19, 37, 3, 37, 40, 12, 42, 4, 5, 16, 7, 8, 19, 32, 11, 3, 20, 10, 15, 16, 3, 18, 5, 6, 36, 10, 9, 31, 6, 33, 13, 9, 20, 16, 10, 13, 19, 20, 10, 6, 18, 12, 39, 31, 37, 33, 6, 40, 33, 37, 33, 34, 37, 31, 37, 40, 34, 5, 6, 37, 6, 37, 40, 11, 31, 37, 12, 15, 16, 36, 18, 5, 6, 3, 9, 10, 36, 11, 463, 10, 28, 15, 16, 3, 18, 31, 5, 6, 10, 9, 20, 39, 11, 3, 28, 10, 15, 16, 3, 18, 20, 31, 3, 33, 9, 39, 37, 37, 10, 28, 20, 6, 10, 33, 34, 20, 3, 12, 33, 20, 39, 31, 37, 33, 10, 40, 3, 3, 33, 34, 31, 33, 33, 20, 3, 37, 31, 10, 40, 37, 10, 36, 40, 20, 20, 25, 33, 10, 10, 14, 10, 20, 10, 10, 40, 10, 33, 33, 10, 10, 10, 10, 3, 43, 33, 550, 31, 40, 28, 17, 10, 36, 10, 14, 37, 37, 41, 554, 3, 37, 37, 10, 37, 10, 25, 37, 37, 37, 37, 18, 28, 3, 10, 6, 17, 8, 25, 10, 9, 17, 13, 28, 15, 10, 17, 28, 19, 36, 19, 22, 23, 24, 25, 26, 27, 11, 29, 30, 31, 10, 31, 28, 3, 19, 3, 6, 5, 3, 3, 3, 21, 12, 6, 3, 25, 23, 32, 28, 10, 20, 35, 20, 14, 38, 20, 20, 20, 35, 3, 0, 20, 6, 7, 17, 3, 19, 11, 6, 10, 23, 10, 12, 11, 8, 19, 13, 18, 23, 32, 11, 19, 19, 6, 25, 6, 25, 8, 25, 8, 35, 10, 3, 16, 15, 31, 32, 32, 17, 10, 3, 675, 3, 3, 3, 41, 41, 10, 9, 10, 10, 10, 8, 5, 10, 10, 10, 9, 14, 14, 14, 10, 10, 21, 10, 14, 14, 25, 7, 5, 5, 10, 7, 13, 8, 15, 10, 8, 6, 10, 8, 6, 27, 8, 29, 6, 6, 8, 8, 558, 13, 560, 10, 6, 32, 3, 15, 11, 9, 41, 12, 8, 34, 13, 7, 5, 5, 40, 9, 5, 3, 8, 10, 8, 41, 9, 3, 41, 10, 41, 3, 3, 3, 3, 10, 10, 3, 36, 3, 3, 8, 36, 11, 6, 25, 3, 5, 771, 10, 10, 10, 25, 3, 3, 34, 12, 772, 10, 7, 3, 8, 15, 3, 8, 10, 12, 8, 10, 34, 25, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 9, 3, 5, 3, 10, 10, 7, 3, 3, 8, 3, 174, 10, 1009, 25, 25, -1, -1, -1, -1, 14, -1, -1, -1, -1, -1, -1, -1, 36, 36, 11, 63, -1, -1, -1, 3, -1, -1, -1, 36, -1, -1, -1, -1, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 10, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 12, 36, 36, 36, 36, 36, 36, 36, 36, 3, 36, 36, 32, 40, 11, 36, 3, 36, 11, 3, 3, 36, 17, 3, 42, 42, 17, 3, 3, 3, 3, 10, 10, 25, 3, 3, 3, 3, 10, 10, 10, 3, 3, 42, 3, 10, 10, 5, 3, 39, 10, 36, 8, 41, 17, 3, 10, 10, 10, 10, 17, 8, 12, 12, 10, 8, 10, 7, -1, 10, 12, 9, 3, 10, 10, 14, 8, 12, 3, 3, 10, 10, 10, 3, 10, 3, 5, 10, 10, 10, 17, 36, 3, 10, 10, 959, 10, 10, 10, 9, 6, 10, 10, 3, 3, 3, 40, 40, 3, 10, 3, 3, 3, 10, 10, 3, 10, 3, 3, 23, 10, 10, 3, 10, 3, 3, 10, 3, 3, 36, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 28, 3, 3, 3, 3, 36, 3, 10, 3, 3, 3, 36, 3, 3, 36, 3, -1, 9, 3, 3, 6, 10, 1069, 10, 3, 3, -1, 10, 10, 3, -1, -1, -1, -1, -1, 10, -1, 10, 36, 10, 36, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 5, -1, 36, 36, 10, 28, 36, 36, 6, 10, 10, 10, 3, 10, 1079, 10, 10, 42, 28, 28, 28, 28, 12, 12, 28, 28, 10, 8, 7, 12, 10, 3, 10, 10, 36, 10, 10, 3, 3, 10, 36, 10, 10, 36, 14, 8, 10, 39, 36, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 3, 3, 10, 10, 10, 10, 10, 3, 18, 10, 10, 10, 10, 10, -1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, -1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 3, 10, 3, 10, 3, 10, 19, 3, 10, 3, 10, 3, 10, 10, 3, 23, 3, 3, 13, 10, 10, -1, 10, -1, 28, 10, 36, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, -1, 10, 10, 10, 10, 36, 28, 10, 10, 10, 3, 3, 10, 10, 3, 10, 10, 28, 28, 10, 10, 3, 10, 28, 11, 10, 10, 10, 14, 10, 10, 10, 10, 10, 10, 10, 36, 36, 10, 10, 36, 10, 3, 10, 10, 10, 10, 10, 3, 3, 3, 3, 3, 3, 10, 23, -1, -1, -1, 3, 3, 10, 10, 10, 10, 10, 3, -1, 10, 10, 10, 10, 10, 6, 10, 3, 10, 3, 10, 10, 3, 3, 3, 3, -1, 10, 10, 3, 23, -1, 3, 10, 10, 23, 23, 10, 10, 3, 3, 3, 3, 3, 3, 3, 3, 12, -1, 5, -1, -1, 6, 38, 9, -1, -1, 10, -1, -1, -1, -1, -1, 38, -1, -1, -1, -1, 38 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const unsigned char yystos[] = { 0, 4, 5, 7, 8, 11, 15, 16, 18, 39, 50, 51, 52, 62, 6, 8, 19, 5, 3, 10, 3, 10, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 18, 19, 21, 25, 28, 31, 32, 34, 36, 37, 39, 40, 41, 42, 43, 0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 28, 31, 33, 34, 36, 37, 40, 41, 42, 43, 44, 45, 46, 47, 48, 55, 56, 57, 61, 62, 63, 64, 66, 51, 3, 10, 7, 3, 9, 10, 3, 12, 10, 10, 17, 10, 3, 6, 12, 20, 53, 5, 43, 53, 6, 8, 18, 41, 12, 16, 19, 25, 34, 3, 5, 6, 9, 12, 13, 14, 16, 41, 5, 32, 3, 5, 6, 9, 13, 16, 19, 20, 33, 34, 37, 3, 5, 53, 53, 5, 6, 8, 11, 14, 15, 19, 28, 31, 33, 36, 41, 42, 63, 64, 53, 3, 11, 41, 10, 37, 40, 3, 6, 7, 11, 19, 54, 5, 10, 37, 40, 41, 6, 12, 31, 6, 53, 3, 8, 9, 12, 14, 19, 41, 10, 37, 40, 32, 41, 3, 5, 19, 41, 31, 32, 41, 3, 14, 25, 3, 10, 33, 37, 40, 10, 33, 37, 40, 10, 33, 37, 40, 5, 10, 37, 40, 41, 5, 10, 37, 40, 41, 11, 66, 53, 10, 14, 10, 17, 8, 10, 5, 10, 13, 6, 15, 32, 3, 11, 9, 41, 8, 5, 9, 9, 19, 31, 13, 34, 6, 36, 12, 40, 7, 10, 15, 6, 31, 36, 5, 5, 6, 9, 13, 18, 19, 31, 34, 37, 40, 42, 9, 6, 9, 13, 18, 19, 31, 34, 37, 40, 42, 6, 31, 36, 6, 9, 13, 18, 31, 34, 37, 40, 10, 8, 8, 10, 14, 6, 16, 8, 25, 43, 9, 6, 36, 41, 16, 34, 41, 41, 5, 7, 8, 5, 7, 17, 19, 23, 32, 10, 11, 19, 32, 14, 31, 41, 5, 3, 3, 41, 3, 14, 31, 36, 41, 3, 3, 3, 10, 14, 10, 36, 25, 10, 10, 37, 11, 3, 54, 3, 3, 6, 8, 10, 13, 15, 17, 19, 22, 23, 24, 25, 26, 27, 29, 30, 31, 10, 10, 10, 37, 10, 13, 15, 8, 3, 5, 8, 10, 36, 34, 25, 3, 12, 3, 10, 10, 37, 7, 8, 8, 10, 34, 12, 25, 43, 3, 11, 14, 15, 8, 10, 17, 3, 8, 10, 3, 20, 31, 33, 37, 65, 10, 10, 37, 31, 37, 65, 10, 10, 37, 31, 37, 65, 10, 10, 37, 10, 10, 10, 37, 10, 10, 10, 10, 37, 10, 10, 3, 6, 9, 8, 5, 3, 10, 40, 25, 3, 7, 8, 3, 9, 20, 33, 34, 10, 25, 31, 40, 65, 31, 40, 65, 31, 65, 25, 10, 36, 3, 36, 10, 10, 37, 3, 36, 6, 36, 3, 14, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 11, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 3, 36, 36, 36, 36, 36, 36, 36, 36, 10, 12, 3, 36, 40, 36, 32, 10, 37, 11, 36, 3, 11, 6, 36, 36, 3, 3, 6, 36, 42, 36, 6, 36, 42, 3, 9, 20, 33, 34, 36, 37, 58, 60, 17, 3, 17, 3, 3, 3, 3, 10, 10, 25, 10, 3, 3, 3, 3, 10, 10, 10, 3, 3, 42, 10, 3, 10, 21, 25, 5, 6, 8, 10, 10, 28, 6, 8, 17, 17, 10, 28, 6, 8, 15, 13, 19, 25, 17, 28, 17, 28, 27, 29, 3, 10, 10, 37, 40, 10, 10, 10, 12, 12, 3, 10, 8, 8, 36, 8, 10, 39, 7, 12, 10, 9, 41, 10, 10, 10, 40, 14, 5, 10, 37, 40, 41, 12, 3, 20, 33, 8, 36, 3, 3, 3, 10, 10, 10, 3, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 36, 3, 10, 5, 3, 9, 10, 10, 40, 6, 3, 9, 10, 40, 10, 5, 11, 63, 3, 3, 58, 40, 3, 31, 65, 10, 3, 31, 65, 10, 3, 10, 10, 37, 3, 10, 3, 10, 10, 3, 36, 3, 10, 10, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 36, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 10, 3, 3, 3, 3, 3, 3, 3, 3, 36, 10, 18, 25, 36, 3, 36, 3, 9, 10, 36, 3, 10, 6, 36, 3, 3, 10, 10, 36, 3, 36, 3, 36, 3, 36, 63, 58, 58, 58, 9, 33, 34, 53, 59, 20, 33, 58, 23, 35, 10, 60, 17, 60, 10, 10, 10, 42, 10, 10, 10, 10, 10, 36, 10, 10, 10, 10, 10, 28, 28, 10, 28, 28, 10, 28, 10, 28, 10, 10, 21, 25, 28, 5, 10, 6, 8, 6, 8, 6, 28, 10, 28, 10, 28, 28, 25, 28, 10, 10, 37, 10, 36, 10, 10, 12, 3, 12, 36, 10, 36, 8, 7, 10, 39, 10, 10, 10, 37, 10, 36, 10, 3, 3, 12, 3, 10, 10, 10, 10, 10, 8, 10, 14, 10, 18, 37, 10, 9, 10, 11, 63, 10, 3, 10, 19, 32, 10, 10, 10, 10, 10, 3, 10, 10, 3, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 25, 10, 10, 18, 25, 10, 3, 10, 19, 3, 10, 36, 3, 10, 10, 3, 10, 3, 10, 3, 10, 3, 23, 35, 23, 35, 23, 63, 53, 58, 23, 58, 58, 35, 38, 3, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 28, 28, 28, 28, 10, 28, 10, 10, 10, 10, 28, 10, 10, 3, 36, 10, 36, 3, 3, 10, 40, 18, 10, 10, 3, 10, 10, 36, 10, 10, 10, 14, 10, 37, 10, 11, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 25, 10, 10, 36, 10, 3, 10, 10, 10, 10, 10, 3, 3, 3, 3, 3, 59, 35, 38, 35, 38, 3, 3, 20, 23, 10, 10, 10, 10, 10, 7, 10, 10, 3, 3, 10, 10, 10, 10, 10, 3, 61, 6, 10, 3, 10, 10, 3, 10, 23, 23, 23, 3, 3, 20, 3, 3, 20, 38, 3, 3, 10, 10, 10, 11, 10, 10, 10, 3, 3, 20, 59, 38, 3, 38, 3, 3, 20, 33, 5, 3, 3, 20, 33, 3, 20, 33, 3, 3, 12, 3, 3, 3, 3, 13, 5, 9, 14, 10, 14, 6, 10 }; #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__) # define YYSIZE_T __SIZE_TYPE__ #endif #if ! defined (YYSIZE_T) && defined (size_t) # define YYSIZE_T size_t #endif #if ! defined (YYSIZE_T) # if defined (__STDC__) || defined (__cplusplus) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # endif #endif #if ! defined (YYSIZE_T) # define YYSIZE_T unsigned int #endif #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrlab1 /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. */ #define YYFAIL goto yyerrlab #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ yytoken = YYTRANSLATE (yychar); \ YYPOPSTACK; \ goto yybackup; \ } \ else \ { \ yyerror ("syntax error: cannot back up");\ YYERROR; \ } \ while (0) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Compute the default location (before the actions are run). */ #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ Current.first_line = Rhs[1].first_line; \ Current.first_column = Rhs[1].first_column; \ Current.last_line = Rhs[N].last_line; \ Current.last_column = Rhs[N].last_column; #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (YYLEX_PARAM) #else # define YYLEX yylex () #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (0) # define YYDSYMPRINT(Args) \ do { \ if (yydebug) \ yysymprint Args; \ } while (0) # define YYDSYMPRINTF(Title, Token, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yysymprint (stderr, \ Token, Value); \ YYFPRINTF (stderr, "\n"); \ } \ } while (0) /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (cinluded). | `------------------------------------------------------------------*/ #if defined (__STDC__) || defined (__cplusplus) static void yy_stack_print (short *bottom, short *top) #else static void yy_stack_print (bottom, top) short *bottom; short *top; #endif { YYFPRINTF (stderr, "Stack now"); for (/* Nothing. */; bottom <= top; ++bottom) YYFPRINTF (stderr, " %d", *bottom); YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (0) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if defined (__STDC__) || defined (__cplusplus) static void yy_reduce_print (int yyrule) #else static void yy_reduce_print (yyrule) int yyrule; #endif { int yyi; unsigned int yylineno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ", yyrule - 1, yylineno); /* Print the symbols being reduced, and their result. */ for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++) YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]); YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]); } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (Rule); \ } while (0) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YYDSYMPRINT(Args) # define YYDSYMPRINTF(Title, Token, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #if YYMAXDEPTH == 0 # undef YYMAXDEPTH #endif #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined (__GLIBC__) && defined (_STRING_H) # define yystrlen strlen # else /* Return the length of YYSTR. */ static YYSIZE_T # if defined (__STDC__) || defined (__cplusplus) yystrlen (const char *yystr) # else yystrlen (yystr) const char *yystr; # endif { register const char *yys = yystr; while (*yys++ != '\0') continue; return yys - yystr - 1; } # endif # endif # ifndef yystpcpy # if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE) # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ static char * # if defined (__STDC__) || defined (__cplusplus) yystpcpy (char *yydest, const char *yysrc) # else yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; # endif { register char *yyd = yydest; register const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif #endif /* !YYERROR_VERBOSE */ #if YYDEBUG /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if defined (__STDC__) || defined (__cplusplus) static void yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) #else static void yysymprint (yyoutput, yytype, yyvaluep) FILE *yyoutput; int yytype; YYSTYPE *yyvaluep; #endif { /* Pacify ``unused variable'' warnings. */ (void) yyvaluep; if (yytype < YYNTOKENS) { YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); # ifdef YYPRINT YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # endif } else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); switch (yytype) { default: break; } YYFPRINTF (yyoutput, ")"); } #endif /* ! YYDEBUG */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ #if defined (__STDC__) || defined (__cplusplus) static void yydestruct (int yytype, YYSTYPE *yyvaluep) #else static void yydestruct (yytype, yyvaluep) int yytype; YYSTYPE *yyvaluep; #endif { /* Pacify ``unused variable'' warnings. */ (void) yyvaluep; switch (yytype) { default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM # if defined (__STDC__) || defined (__cplusplus) int yyparse (void *YYPARSE_PARAM); # else int yyparse (); # endif #else /* ! YYPARSE_PARAM */ #if defined (__STDC__) || defined (__cplusplus) int yyparse (void); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM # if defined (__STDC__) || defined (__cplusplus) int yyparse (void *YYPARSE_PARAM) # else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; # endif #else /* ! YYPARSE_PARAM */ #if defined (__STDC__) || defined (__cplusplus) int yyparse (void) #else int yyparse () #endif #endif { register int yystate; register int yyn; int yyresult; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* Lookahead token as an internal (translated) token number. */ int yytoken = 0; /* Three stacks and their tools: `yyss': related to states, `yyvs': related to semantic values, `yyls': related to locations. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ short yyssa[YYINITDEPTH]; short *yyss = yyssa; register short *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs = yyvsa; register YYSTYPE *yyvsp; #define YYPOPSTACK (yyvsp--, yyssp--) YYSIZE_T yystacksize = YYINITDEPTH; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; /* When reducing, the number of symbols on the RHS of the reduced rule. */ int yylen; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. so pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; short *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow ("parser stack overflow", &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyoverflowlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyoverflowlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { short *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyoverflowlab; YYSTACK_RELOCATE (yyss); YYSTACK_RELOCATE (yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. */ /* Read a lookahead token if we need one and don't already have one. */ /* yyresume: */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yyn == YYPACT_NINF) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YYDSYMPRINTF ("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; yyn = yytable[yyn]; if (yyn <= 0) { if (yyn == 0 || yyn == YYTABLE_NINF) goto yyerrlab; yyn = -yyn; goto yyreduce; } if (yyn == YYFINAL) YYACCEPT; /* Shift the lookahead token. */ YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken])); /* Discard the token being shifted unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; *++yyvsp = yylval; /* 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: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: #line 128 "kal3.y" { printf("Reached end of file\n"); } break; case 3: #line 131 "kal3.y" { endBblock(); } break; case 4: #line 132 "kal3.y" { endBblock(); } break; case 5: #line 133 "kal3.y" { endBblock(); } break; case 6: #line 134 "kal3.y" { endBblock(); } break; case 8: #line 138 "kal3.y" { reserveStore('V', yyvsp[-1]); } break; case 10: #line 140 "kal3.y" { reserveStore('W', yyvsp[-1]); } break; case 12: #line 142 "kal3.y" { reserveStore('Y' + yyvsp[-2] * 256, yyvsp[-1]); } break; case 14: #line 145 "kal3.y" { fixY0(yyvsp[-5], yyvsp[-4], yyvsp[-1]); } break; case 15: #line 147 "kal3.y" { fixY0(-3, yyvsp[-4], yyvsp[-1]); } break; case 16: #line 149 "kal3.y" { fprintf(stderr,"Y0=E; not understood\n"); } break; case 17: #line 152 "kal3.y" { progstart = yyvsp[-1] + ptform; } break; case 19: #line 154 "kal3.y" { Bblock('S', yyvsp[-1]); } break; case 20: #line 155 "kal3.y" { Bblock('L', yyvsp[-1]); } break; case 23: #line 160 "kal3.y" { yyval = -yyvsp[0]; } break; case 24: #line 163 "kal3.y" { yyval = codeloc(-1, yyvsp[0]); } break; case 25: #line 164 "kal3.y" { yyval = codeloc(yyvsp[0], 0); } break; case 26: #line 165 "kal3.y" { yyval = codeloc(yyvsp[0], yyvsp[-2]); } break; case 27: #line 166 "kal3.y" { yyval = yyvsp[0] * 6; } break; case 28: #line 167 "kal3.y" { yyval = codeloc(2999, 0); printf("L%d not available\n", yyvsp[0]); } break; case 29: #line 170 "kal3.y" { storejump(0200, 0260, yyvsp[-1]); } break; case 30: #line 171 "kal3.y" { storejump(0200, 0320, yyvsp[-1]); } break; case 31: #line 172 "kal3.y" { storejump(0220, 0020, yyvsp[-2]); } break; case 32: #line 173 "kal3.y" { storejump(0200, 0020, yyvsp[-3]); } break; case 33: #line 174 "kal3.y" { storejump(0200, 0020, yyvsp[-3]); } break; case 34: #line 175 "kal3.y" { storejump(0200, 0020, yyvsp[-2]); } break; case 35: #line 176 "kal3.y" { storejump(0200, 0020, yyvsp[-3]); } break; case 36: #line 177 "kal3.y" { storejump(0200, 0020, yyvsp[-4]); } break; case 37: #line 178 "kal3.y" { storejump(0220, 0040, yyvsp[-3]); } break; case 38: #line 179 "kal3.y" { storejump(0220, 0040, yyvsp[-4]); } break; case 39: #line 180 "kal3.y" { storejump(0220, 0040, yyvsp[-5]); } break; case 40: #line 181 "kal3.y" { storejump(0200, 0040, yyvsp[-4]); } break; case 41: #line 182 "kal3.y" { storejump(0200, 0040, yyvsp[-4]); } break; case 42: #line 183 "kal3.y" { storejump(0200, 0040, yyvsp[-4]); } break; case 43: #line 184 "kal3.y" { storejump(0200, 0040, yyvsp[-5]); } break; case 44: #line 185 "kal3.y" { storejump(0220, 0100, yyvsp[-3]); } break; case 45: #line 186 "kal3.y" { storejump(0220, 0100, yyvsp[-5]); } break; case 46: #line 187 "kal3.y" { storejump(0220, 0100, yyvsp[-4]); } break; case 47: #line 188 "kal3.y" { storejump(0200, 0100, yyvsp[-4]); } break; case 48: #line 189 "kal3.y" { storejump(0200, 0100, yyvsp[-5]); } break; case 49: #line 190 "kal3.y" { storejump(0200, 0100, yyvsp[-4]); } break; case 50: #line 191 "kal3.y" { storejump(0200, 0100, yyvsp[-4]); } break; case 51: #line 192 "kal3.y" { storejump(0220, 0140, yyvsp[-3]); } break; case 52: #line 193 "kal3.y" { storejump(0200, 0140, yyvsp[-4]); } break; case 53: #line 194 "kal3.y" { storejump(0200, 0140, yyvsp[-4]); } break; case 54: #line 195 "kal3.y" { storejump(0200, 0140, yyvsp[-3]); } break; case 55: #line 196 "kal3.y" { storejump(0200, 0140, yyvsp[-5]); } break; case 56: #line 197 "kal3.y" { storejump(0200, 0140, yyvsp[-4]); } break; case 57: #line 198 "kal3.y" { storejump(0220, 0200, yyvsp[-2]); } break; case 58: #line 199 "kal3.y" { storejump(0200, 0200, yyvsp[-3]); } break; case 59: #line 200 "kal3.y" { storejump(0220, 0240, yyvsp[-3]); } break; case 60: #line 201 "kal3.y" { storejump(0200, 0240, yyvsp[-4]); } break; case 61: #line 202 "kal3.y" { storejump(0220, 0300, yyvsp[-3]); } break; case 62: #line 203 "kal3.y" { storejump(0200, 0300, yyvsp[-4]); } break; case 63: #line 204 "kal3.y" { storejump(0220, 0340, yyvsp[-3]); } break; case 64: #line 205 "kal3.y" { storejump(0200, 0340, yyvsp[-4]); } break; case 65: #line 206 "kal3.y" { qnum(yyvsp[-2]); storejump(0240, yyvsp[-2]<<4, yyvsp[-4]); } break; case 66: #line 207 "kal3.y" { qnum(yyvsp[-3]); storejump(0260, yyvsp[-3]<<4, yyvsp[-5]); } break; case 67: #line 208 "kal3.y" { store2syl(twosylqx(0177, yyvsp[-3], 0)); } break; case 68: #line 211 "kal3.y" { setprinterconst(yyvsp[-1], yyvsp[-1]); } break; case 69: #line 212 "kal3.y" { setprinterconst(yyvsp[-3], yyvsp[-1]); } break; case 70: #line 215 "kal3.y" { setvstore(yyvsp[-3], 0, 6); } break; case 71: #line 216 "kal3.y" { setvstore(yyvsp[-4], 0, 3); } break; case 72: #line 217 "kal3.y" { setvstore(yyvsp[-4], 3, 6); } break; case 74: #line 221 "kal3.y" { yyval = keepMarker(); } break; case 76: #line 225 "kal3.y" { yyval = yyvsp[0]; } break; case 77: #line 226 "kal3.y" { yyval = yyvsp[0]; } break; case 78: #line 227 "kal3.y" { yyval = octalval(yyvsp[0]); } break; case 79: #line 230 "kal3.y" { vfraction(yyvsp[0], 47); } break; case 80: #line 231 "kal3.y" { voctal(yyvsp[0], 47); } break; case 81: #line 232 "kal3.y" { voctal(yyvsp[-2], yyvsp[0]); } break; case 82: #line 233 "kal3.y" { vfraction(yyvsp[-2], 47); } break; case 83: #line 234 "kal3.y" { vfraction(yyvsp[-4], yyvsp[0]); } break; case 84: #line 235 "kal3.y" { vfraction(yyvsp[-2], yyvsp[0]); } break; case 85: #line 236 "kal3.y" { vfraction(yyvsp[0], 47); negatevstore(); } break; case 86: #line 237 "kal3.y" { vfraction(yyvsp[-2], 47); negatevstore(); } break; case 87: #line 238 "kal3.y" { vfraction(yyvsp[-4], yyvsp[0]); negatevstore(); } break; case 88: #line 239 "kal3.y" { vfraction(yyvsp[-2], yyvsp[0]); negatevstore(); } break; case 89: #line 240 "kal3.y" { vfraction(yyvsp[0], 47); } break; case 90: #line 241 "kal3.y" { vfraction(yyvsp[-2], 47); } break; case 91: #line 242 "kal3.y" { vfraction(yyvsp[-4], yyvsp[0]); } break; case 92: #line 243 "kal3.y" { vfraction(yyvsp[-2], yyvsp[0]); } break; case 93: #line 244 "kal3.y" { vqformat(yyvsp[-4], yyvsp[-2], yyvsp[0]); } break; case 94: #line 245 "kal3.y" { vqformat(0, 0, yyvsp[0]); } break; case 95: #line 246 "kal3.y" { vfloat(yyvsp[-2], 0); vfppos(); } break; case 96: #line 247 "kal3.y" { vfloat(yyvsp[0], 0); vfppos(); } break; case 97: #line 248 "kal3.y" { vfloat(yyvsp[-4], yyvsp[0]); vfppos(); } break; case 98: #line 249 "kal3.y" { vfloat(yyvsp[-5], -yyvsp[0]); vfppos(); } break; case 99: #line 250 "kal3.y" { vfloat(yyvsp[-5], yyvsp[0]); vfppos(); } break; case 100: #line 251 "kal3.y" { vfloat(yyvsp[-2], yyvsp[0]); vfppos(); } break; case 101: #line 252 "kal3.y" { vfloat(yyvsp[-3], -yyvsp[0]); vfppos(); } break; case 102: #line 253 "kal3.y" { vfloat(yyvsp[-2], 0); vfpneg(); } break; case 103: #line 254 "kal3.y" { vfloat(yyvsp[0], 0); vfpneg(); } break; case 104: #line 255 "kal3.y" { vfloat(yyvsp[-4], yyvsp[0]); vfpneg(); } break; case 105: #line 256 "kal3.y" { vfloat(yyvsp[-5], -yyvsp[0]); vfpneg(); } break; case 106: #line 257 "kal3.y" { vfloat(yyvsp[-5], yyvsp[0]); vfpneg(); } break; case 107: #line 258 "kal3.y" { vfloat(yyvsp[-2], yyvsp[0]); vfpneg(); } break; case 108: #line 259 "kal3.y" { vfloat(yyvsp[-3], -yyvsp[0]); vfpneg(); } break; case 109: #line 260 "kal3.y" { vfloat(yyvsp[-2], 0); vfppos(); } break; case 110: #line 261 "kal3.y" { vfloat(yyvsp[0], 0); vfppos(); } break; case 111: #line 262 "kal3.y" { vfloat(yyvsp[-4], yyvsp[0]); vfppos(); } break; case 112: #line 263 "kal3.y" { vfloat(yyvsp[-5], -yyvsp[0]); vfppos(); } break; case 113: #line 264 "kal3.y" { vfloat(yyvsp[-5], yyvsp[0]); vfppos(); } break; case 114: #line 265 "kal3.y" { vfloat(yyvsp[-2], yyvsp[0]); vfppos(); } break; case 115: #line 266 "kal3.y" { vfloat(yyvsp[-3], -yyvsp[0]); vfppos(); } break; case 116: #line 268 "kal3.y" { vfraction(yyvsp[-5], -yyvsp[0]); } break; case 119: #line 275 "kal3.y" { yyval = 0; } break; case 120: #line 276 "kal3.y" { yyval = 1; } break; case 121: #line 277 "kal3.y" { yyval = 2; } break; case 122: #line 278 "kal3.y" { yyval = 3; } break; case 123: #line 279 "kal3.y" { yyval = 4; } break; case 124: #line 280 "kal3.y" { yyval = 5; } break; case 125: #line 281 "kal3.y" { yyval = 6; } break; case 126: #line 282 "kal3.y" { yyval = 7; } break; case 127: #line 283 "kal3.y" { yyval = 8; } break; case 128: #line 284 "kal3.y" { yyval = 9; } break; case 129: #line 285 "kal3.y" { yyval = 10; } break; case 130: #line 286 "kal3.y" { yyval = 11; } break; case 131: #line 287 "kal3.y" { yyval = 12; } break; case 132: #line 288 "kal3.y" { yyval = 13; } break; case 133: #line 289 "kal3.y" { yyval = 14; } break; case 134: #line 290 "kal3.y" { yyval = 15; } break; case 135: #line 291 "kal3.y" { yyval = 16; } break; case 136: #line 292 "kal3.y" { yyval = 17; } break; case 137: #line 293 "kal3.y" { yyval = 18; } break; case 138: #line 294 "kal3.y" { yyval = 19; } break; case 139: #line 295 "kal3.y" { yyval = 20; } break; case 140: #line 296 "kal3.y" { yyval = 21; } break; case 141: #line 297 "kal3.y" { yyval = 22; } break; case 142: #line 298 "kal3.y" { yyval = 23; } break; case 143: #line 299 "kal3.y" { yyval = 24; } break; case 144: #line 300 "kal3.y" { yyval = 25; } break; case 145: #line 301 "kal3.y" { yyval = 26; } break; case 146: #line 304 "kal3.y" { yyval = dataloc(-1, yyvsp[0]); } break; case 147: #line 305 "kal3.y" { yyval = dataloc(-1, yyvsp[-1]) << 1; } break; case 148: #line 306 "kal3.y" { yyval = (dataloc(-1, yyvsp[-1]) << 1) | 1; } break; case 149: #line 307 "kal3.y" { yyval = dataloc(yyvsp[0], yyvsp[-2]); } break; case 150: #line 308 "kal3.y" { yyval = wordform(codeloc(-1, yyvsp[0])); } break; case 151: #line 309 "kal3.y" { yyval = wordform(codeloc(yyvsp[0], yyvsp[-2])); } break; case 152: #line 310 "kal3.y" { yyval = codeloc(yyvsp[0], 0)/6; } break; case 153: #line 311 "kal3.y" { yyval = yyvsp[0] & 07777; } break; case 154: #line 312 "kal3.y" { yyval = ystoreloc(yyvsp[-1], yyvsp[0]); } break; case 155: #line 313 "kal3.y" { yyval = ystoreloc(-1, yyvsp[0]); } break; case 156: #line 314 "kal3.y" { yyval = ystoreloc(-2, yyvsp[0]); } break; case 157: #line 315 "kal3.y" { yyval = ystoreloc(-3, yyvsp[0]); } break; case 158: #line 318 "kal3.y" {yyval = twosylqx(0100, yyvsp[-1], yyvsp[-3]); } break; case 159: #line 319 "kal3.y" {yyval = twosylqx(0102, yyvsp[-2], yyvsp[-4]); } break; case 160: #line 320 "kal3.y" {yyval = twosylqx(0110, yyvsp[-2], yyvsp[-4]); } break; case 161: #line 321 "kal3.y" {yyval = twosylqx(0112, yyvsp[-3], yyvsp[-5]); } break; case 162: #line 322 "kal3.y" {yyval = twosylqx(0104, yyvsp[-2], yyvsp[-4]); } break; case 163: #line 323 "kal3.y" {yyval = twosylqx(0106, yyvsp[-3], yyvsp[-5]); } break; case 164: #line 324 "kal3.y" {yyval = twosylqx(0114, yyvsp[-3], yyvsp[-5]); } break; case 165: #line 325 "kal3.y" {yyval = twosylqx(0116, yyvsp[-4], yyvsp[-6]); } break; case 166: #line 328 "kal3.y" { yyval = yyvsp[0]; } break; case 167: #line 329 "kal3.y" { yyval = (-yyvsp[0]) & 0177; } break; case 171: #line 335 "kal3.y" { setlabel(yyvsp[-1]); } break; case 173: #line 337 "kal3.y" { newproutine(yyvsp[-1], -1); } break; case 174: #line 338 "kal3.y" { newproutine(yyvsp[-3], yyvsp[-1]); } break; case 175: #line 339 "kal3.y" { newproutine(-yyvsp[-1], -1); } break; case 176: #line 341 "kal3.y" { storememinstr(0300, yyvsp[-1], 0); } break; case 177: #line 342 "kal3.y" { storememinstr(0301, yyvsp[-1], 0); } break; case 178: #line 344 "kal3.y" { qnum(yyvsp[-1]); storememinstr(0300, yyvsp[-3], yyvsp[-1]); } break; case 179: #line 345 "kal3.y" { qnum(yyvsp[-1]); storememinstr(0301, yyvsp[-3], yyvsp[-1]); } break; case 180: #line 346 "kal3.y" { qnum(yyvsp[-2]); storememinstr(0302, yyvsp[-4], yyvsp[-2]); } break; case 181: #line 347 "kal3.y" { qnum(yyvsp[-2]); storememinstr(0303, yyvsp[-4], yyvsp[-2]); } break; case 182: #line 349 "kal3.y" { store3syl(0304, yyvsp[-1]); } break; case 183: #line 350 "kal3.y" { store3syl(0304, octalval(yyvsp[-1])); } break; case 184: #line 351 "kal3.y" { store3syl(0304, (-yyvsp[-1])&0177777); } break; case 185: #line 352 "kal3.y" { store3syl(0304, yyvsp[-1]); } break; case 186: #line 353 "kal3.y" { store3syl(0304, yyvsp[-1]); } break; case 187: #line 354 "kal3.y" { store3syl(0304, yyvsp[-2]<<1); } break; case 188: #line 355 "kal3.y" { store3syl(0304, (yyvsp[-2]<<1) + 1); } break; case 189: #line 356 "kal3.y" { store3syl(0304, codeloc(yyvsp[-1], 0)/6); } break; case 190: #line 358 "kal3.y" { store2syl(yyvsp[0]); } break; case 191: #line 359 "kal3.y" { store2syl(256 + yyvsp[0]); } break; case 192: #line 361 "kal3.y" { store2syl(twosylqx(0151, yyvsp[-5], yyvsp[-1])); } break; case 193: #line 362 "kal3.y" { store2syl(twosylqx(0152, yyvsp[-5], yyvsp[-1])); } break; case 194: #line 363 "kal3.y" { store2syl(twosylqx(0153, yyvsp[-5], yyvsp[-1])); } break; case 195: #line 364 "kal3.y" { store2syl(twosylqx(0154, yyvsp[-5], yyvsp[-1])); } break; case 196: #line 365 "kal3.y" { store2syl(twosylqx(0155, yyvsp[-5], yyvsp[-1])); } break; case 197: #line 366 "kal3.y" { store2syl(twosylqx(0156, yyvsp[-5], yyvsp[-1])); } break; case 198: #line 367 "kal3.y" { store2syl(twosylqx(0157, yyvsp[-5], yyvsp[-1])); } break; case 199: #line 368 "kal3.y" { storesyl(001); } break; case 200: #line 369 "kal3.y" { storesyl(002); } break; case 201: #line 370 "kal3.y" { storesyl(003); } break; case 202: #line 378 "kal3.y" { storesyl(004); } break; case 203: #line 379 "kal3.y" { storesyl(005); } break; case 204: #line 380 "kal3.y" { storesyl(007); } break; case 205: #line 381 "kal3.y" { storesyl(034); } break; case 206: #line 382 "kal3.y" { storesyl(035); } break; case 207: #line 383 "kal3.y" { store2syl(twosylshetc(0163, 2*yyvsp[-1] + 1)); } break; case 208: #line 384 "kal3.y" { store2syl(twosylqx(0163, yyvsp[-1], 0)); } break; case 209: #line 385 "kal3.y" { storesyl(004); } break; case 210: #line 386 "kal3.y" { storesyl(005); } break; case 211: #line 387 "kal3.y" { storesyl(007); } break; case 212: #line 388 "kal3.y" { storesyl(034); } break; case 213: #line 389 "kal3.y" { storesyl(035); } break; case 214: #line 390 "kal3.y" { store2syl(twosylshetc(0163, 2*yyvsp[-1] + 1)); } break; case 215: #line 391 "kal3.y" { store2syl(twosylqx(0163, yyvsp[-1], 0)); } break; case 216: #line 392 "kal3.y" { storesyl(004); } break; case 217: #line 393 "kal3.y" { storesyl(005); } break; case 218: #line 394 "kal3.y" { storesyl(007); } break; case 219: #line 395 "kal3.y" { storesyl(034); } break; case 220: #line 396 "kal3.y" { storesyl(035); } break; case 221: #line 397 "kal3.y" { store2syl(twosylshetc(0163, 2*yyvsp[-1] + 1)); } break; case 222: #line 398 "kal3.y" { store2syl(twosylqx(0163, yyvsp[-1], 0)); } break; case 223: #line 399 "kal3.y" { storesyl(010); } break; case 224: #line 400 "kal3.y" { storesyl(011); } break; case 225: #line 401 "kal3.y" { storesyl(012); } break; case 226: #line 402 "kal3.y" { storesyl(013); } break; case 227: #line 403 "kal3.y" { storesyl(014); } break; case 228: #line 404 "kal3.y" { storesyl(015); } break; case 229: #line 405 "kal3.y" { storesyl(016); } break; case 230: #line 406 "kal3.y" { storesyl(017); } break; case 231: #line 407 "kal3.y" { storesyl(020); } break; case 232: #line 408 "kal3.y" { storesyl(021); } break; case 233: #line 409 "kal3.y" { storesyl(022); } break; case 234: #line 410 "kal3.y" { storesyl(023); } break; case 235: #line 411 "kal3.y" { storesyl(024); } break; case 236: #line 412 "kal3.y" { storesyl(025); } break; case 237: #line 413 "kal3.y" { storesyl(026); } break; case 238: #line 414 "kal3.y" { storesyl(027); } break; case 239: #line 415 "kal3.y" { storesyl(030); } break; case 240: #line 416 "kal3.y" { storesyl(031); } break; case 241: #line 417 "kal3.y" { storesyl(032); } break; case 242: #line 418 "kal3.y" { storesyl(033); } break; case 243: #line 419 "kal3.y" { storesyl(036); } break; case 244: #line 420 "kal3.y" { storesyl(037); } break; case 245: #line 421 "kal3.y" { storesyl(041); } break; case 246: #line 422 "kal3.y" { storesyl(042); } break; case 247: #line 423 "kal3.y" { storesyl(043); } break; case 248: #line 424 "kal3.y" { storesyl(045); } break; case 249: #line 425 "kal3.y" { storesyl(047); } break; case 250: #line 426 "kal3.y" { storesyl(050); } break; case 251: #line 427 "kal3.y" { storesyl(051); } break; case 252: #line 428 "kal3.y" { storesyl(052); } break; case 253: #line 429 "kal3.y" { storesyl(053); } break; case 254: #line 430 "kal3.y" { storesyl(054); } break; case 255: #line 431 "kal3.y" { storesyl(056); } break; case 256: #line 432 "kal3.y" { storesyl(057); } break; case 257: #line 433 "kal3.y" { storesyl(044); } break; case 258: #line 434 "kal3.y" { storesyl(060); } break; case 259: #line 435 "kal3.y" { storesyl(061); } break; case 260: #line 436 "kal3.y" { storesyl(062); } break; case 261: #line 437 "kal3.y" { storesyl(063); } break; case 262: #line 438 "kal3.y" { storesyl(064); } break; case 263: #line 439 "kal3.y" { storesyl(044); } break; case 264: #line 440 "kal3.y" { storesyl(060); } break; case 265: #line 441 "kal3.y" { storesyl(061); } break; case 266: #line 442 "kal3.y" { storesyl(062); } break; case 267: #line 443 "kal3.y" { storesyl(063); } break; case 268: #line 444 "kal3.y" { storesyl(064); } break; case 269: #line 445 "kal3.y" { storesyl(044); } break; case 270: #line 446 "kal3.y" { storesyl(060); } break; case 271: #line 447 "kal3.y" { storesyl(061); } break; case 272: #line 448 "kal3.y" { storesyl(062); } break; case 273: #line 449 "kal3.y" { storesyl(063); } break; case 274: #line 450 "kal3.y" { storesyl(064); } break; case 275: #line 452 "kal3.y" { storesyl(044); } break; case 276: #line 453 "kal3.y" { storesyl(060); } break; case 277: #line 454 "kal3.y" { storesyl(061); } break; case 278: #line 455 "kal3.y" { storesyl(062); } break; case 279: #line 456 "kal3.y" { storesyl(063); } break; case 280: #line 457 "kal3.y" { storesyl(064); } break; case 281: #line 459 "kal3.y" { storesyl(065); } break; case 282: #line 460 "kal3.y" { storesyl(066); } break; case 283: #line 461 "kal3.y" { storesyl(067); } break; case 284: #line 462 "kal3.y" { storesyl(070); } break; case 285: #line 463 "kal3.y" { storesyl(071); } break; case 286: #line 464 "kal3.y" { storesyl(072); } break; case 287: #line 465 "kal3.y" { storesyl(074); } break; case 288: #line 466 "kal3.y" { storesyl(075); } break; case 289: #line 467 "kal3.y" { storesyl(077); } break; case 290: #line 469 "kal3.y" { store2syl(twosylshetc(0176, 128>>yyvsp[-1])); } break; case 291: #line 470 "kal3.y" { store2syl(twosylshetc(0175, 128>>yyvsp[-1])); } break; case 292: #line 472 "kal3.y" { newproutine(-1, -1); } break; case 293: #line 474 "kal3.y" { store2syl(twosylqx(0140, yyvsp[-1], 0)); } break; case 294: #line 475 "kal3.y" { store2syl(twosylqx(0141, yyvsp[-1], 0)); } break; case 295: #line 476 "kal3.y" { store2syl(twosylqx(0142, yyvsp[-1], 0)); } break; case 296: #line 477 "kal3.y" { store2syl(twosylqx(0143, yyvsp[-1], 0)); } break; case 297: #line 478 "kal3.y" { store2syl(twosylqx(0144 + ((yyvsp[-1]-1)&1)*2, yyvsp[-4], 0)); } break; case 298: #line 479 "kal3.y" { store2syl(twosylqx(0144 + ((yyvsp[-1]-1)&1)*2, yyvsp[-3], 0)); } break; case 299: #line 480 "kal3.y" { store2syl(twosylqx(0145 + ((yyvsp[-1]-1)&1)*2, yyvsp[-4], 0)); } break; case 300: #line 482 "kal3.y" { store2syl(twosylqx(0170, yyvsp[-1], 2)); } break; case 301: #line 483 "kal3.y" { store2syl(twosylqx(0170, yyvsp[-1], 3)); } break; case 302: #line 484 "kal3.y" { store2syl(twosylqx(0170, yyvsp[-1], 4)); } break; case 303: #line 485 "kal3.y" { store2syl(twosylqx(0170, yyvsp[-1], 5)); } break; case 304: #line 486 "kal3.y" { store2syl(twosylqx(0170, yyvsp[-1], 010)); } break; case 305: #line 487 "kal3.y" { store2syl(twosylqx(0170, yyvsp[-1], 011)); } break; case 306: #line 488 "kal3.y" { store2syl(twosylqx(0170, yyvsp[-1], 016)); } break; case 307: #line 490 "kal3.y" { store2syl(twosylqx(0171, yyvsp[-1], 2)); } break; case 308: #line 491 "kal3.y" { store2syl(twosylqx(0171, yyvsp[-1], 4)); } break; case 309: #line 492 "kal3.y" { store2syl(twosylqx(0171, yyvsp[-1], 010)); } break; case 310: #line 493 "kal3.y" { store2syl(twosylqx(0171, yyvsp[-1], 016)); } break; case 311: #line 495 "kal3.y" { store2syl(twosylqx(0172, yyvsp[-1], 2)); } break; case 312: #line 496 "kal3.y" { store2syl(twosylqx(0172, yyvsp[-1], 4)); } break; case 313: #line 497 "kal3.y" { store2syl(twosylqx(0172, yyvsp[-1], 010)); } break; case 314: #line 498 "kal3.y" { store2syl(twosylqx(0172, yyvsp[-1], 016)); } break; case 315: #line 500 "kal3.y" { store2syl(twosylshetc(0173, 0)); } break; case 316: #line 501 "kal3.y" { store2syl(twosylshetc(0174, 0)); } break; case 317: #line 503 "kal3.y" { store2syl(twosylshetc(0161, 2*yyvsp[-1] + 1)); } break; case 318: #line 504 "kal3.y" { store2syl(twosylshetc(0162, 2*yyvsp[-1] + 1)); } break; case 319: #line 505 "kal3.y" { store2syl(twosylshetc(0164, 2*yyvsp[-1] + 1)); } break; case 320: #line 506 "kal3.y" { store2syl(twosylshetc(0166, 2*yyvsp[-1] + 1)); } break; case 321: #line 507 "kal3.y" { store2syl(twosylshetc(0167, 2*yyvsp[-1] + 1)); } break; case 322: #line 509 "kal3.y" { store2syl(twosylqx(0161, yyvsp[-1], 0)); } break; case 323: #line 510 "kal3.y" { store2syl(twosylqx(0162, yyvsp[-1], 0)); } break; case 324: #line 511 "kal3.y" { store2syl(twosylqx(0164, yyvsp[-1], 0)); } break; case 325: #line 512 "kal3.y" { store2syl(twosylqx(0166, yyvsp[-1], 0)); } break; case 326: #line 513 "kal3.y" { store2syl(twosylqx(0167, yyvsp[-1], 0)); } break; case 328: #line 516 "kal3.y" { store3syl(0200, (0220<<8)); } break; case 329: #line 517 "kal3.y" { store3syl(0222, (0360<<8)); } break; case 330: #line 518 "kal3.y" { store3syl(0202 - ((yyvsp[-1]&1)<<1), (0360<<8)+(yyvsp[-1]>>1)); } break; case 331: #line 519 "kal3.y" { store3syl(0202, (0360<<8)); } break; case 332: #line 520 "kal3.y" { store3syl(0202, (0360<<8) + yyvsp[-1]); } break; case 333: #line 521 "kal3.y" { store3syl(0202, (0360<<8) + codeloc(yyvsp[-1], 0)); } break; case 334: #line 523 "kal3.y" { store3syl(0202 - ((yyvsp[-4]&1)<<1), (0360<<8) + codeloc(yyvsp[-1], 0)); } break; case 335: #line 525 "kal3.y" { store2syl(twosylqx(0120, yyvsp[-1], 000)); } break; case 336: #line 526 "kal3.y" { store2syl(twosylqx(0124, yyvsp[-1], 000)); } break; case 337: #line 527 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 000)); } break; case 338: #line 528 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 000)); } break; case 339: #line 529 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 000)); } break; case 340: #line 530 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 000)); } break; case 341: #line 532 "kal3.y" { store2syl(twosylqx(0120, yyvsp[-1], 004)); } break; case 342: #line 533 "kal3.y" { store2syl(twosylqx(0120, yyvsp[-1], 010)); } break; case 343: #line 534 "kal3.y" { store2syl(twosylqx(0121, yyvsp[-1], 000)); } break; case 344: #line 535 "kal3.y" { store2syl(twosylqx(0122, yyvsp[-1], 000)); } break; case 345: #line 536 "kal3.y" { store2syl(twosylqx(0124, yyvsp[-1], 000)); } break; case 346: #line 537 "kal3.y" { store2syl(twosylqx(0124, yyvsp[-1], 002)); } break; case 347: #line 538 "kal3.y" { store2syl(twosylqx(0124, yyvsp[-1], 004)); } break; case 348: #line 539 "kal3.y" { store2syl(twosylqx(0124, yyvsp[-1], 010)); } break; case 349: #line 540 "kal3.y" { store2syl(twosylqx(0125, yyvsp[-1], 000)); } break; case 350: #line 541 "kal3.y" { store2syl(twosylqx(0125, yyvsp[-1], 000)); } break; case 351: #line 542 "kal3.y" { store2syl(twosylqx(0126, yyvsp[-1], 000)); } break; case 352: #line 543 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 010)); } break; case 353: #line 544 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 010)); } break; case 354: #line 545 "kal3.y" { store2syl(twosylqx(0134, yyvsp[-1], 002)); } break; case 355: #line 546 "kal3.y" { store2syl(twosylqx(0131, yyvsp[-1], 000)); } break; case 356: #line 547 "kal3.y" { store2syl(twosylqx(0131, yyvsp[-1], 000)); } break; case 357: #line 548 "kal3.y" { store2syl(twosylqx(0131, yyvsp[-1], 000)); } break; case 358: #line 550 "kal3.y" { store2syl(twosylqx(0120, yyvsp[-1], 002)); } break; case 359: #line 551 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 014)); } break; case 360: #line 552 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 014)); } break; case 361: #line 553 "kal3.y" { store2syl(twosylqx(0131, yyvsp[-1], 010)); } break; case 362: #line 554 "kal3.y" { store2syl(twosylqx(0134, yyvsp[-1], 000)); } break; case 363: #line 555 "kal3.y" { store2syl(twosylqx(0136, yyvsp[-1], 000)); } break; case 364: #line 556 "kal3.y" { store2syl(twosylqx(0136, yyvsp[-1], 010)); } break; case 365: #line 557 "kal3.y" { store2syl(twosylqx(0127, yyvsp[-1], 000)); } break; case 366: #line 558 "kal3.y" { store2syl(twosylqx(0125, yyvsp[-1], 000)); } break; case 367: #line 559 "kal3.y" { store2syl(twosylqx(0125, yyvsp[-1], 010)); } break; case 368: #line 561 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 004)); } break; case 369: #line 562 "kal3.y" { store2syl(twosylqx(0120, yyvsp[-1], 001)); } break; case 370: #line 565 "kal3.y" { store2syl(twosylqx(0124, yyvsp[-1], 000)); } break; case 371: #line 566 "kal3.y" { store2syl(twosylqx(0125, yyvsp[-1], 000)); } break; case 372: #line 567 "kal3.y" { store2syl(twosylqx(0124, yyvsp[-1], 010)); } break; case 373: #line 568 "kal3.y" { store2syl(twosylqx(0125, yyvsp[-1], 010)); } break; case 374: #line 569 "kal3.y" { store2syl(twosylqx(0126, yyvsp[-1], 000)); } break; case 375: #line 570 "kal3.y" { store2syl(twosylqx(0127, yyvsp[-1], 000)); } break; case 376: #line 571 "kal3.y" { store2syl(twosylqx(0126, yyvsp[-1], 010)); } break; case 377: #line 572 "kal3.y" { store2syl(twosylqx(0127, yyvsp[-1], 010)); } break; case 378: #line 574 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 000)); } break; case 379: #line 575 "kal3.y" { store2syl(twosylqx(0131, yyvsp[-1], 000)); } break; case 380: #line 576 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 010)); } break; case 381: #line 577 "kal3.y" { store2syl(twosylqx(0131, yyvsp[-1], 010)); } break; case 382: #line 578 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 014)); } break; case 383: #line 579 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 004)); } break; case 384: #line 581 "kal3.y" { store2syl(twosylqx(0134, yyvsp[-1], 000)); } break; case 385: #line 582 "kal3.y" { store2syl(twosylqx(0120, yyvsp[-1], 010)); } break; case 386: #line 583 "kal3.y" { store2syl(twosylqx(0120, yyvsp[-1], 004)); } break; case 387: #line 584 "kal3.y" { store2syl(twosylqx(0136, yyvsp[-1], 010)); } break; case 388: #line 585 "kal3.y" { store2syl(twosylqx(0136, yyvsp[-1], 000)); } break; case 389: #line 586 "kal3.y" { store2syl(twosylqx(0122, yyvsp[-1], 000)); } break; case 390: #line 587 "kal3.y" { store2syl(twosylqx(0122, yyvsp[-1], 004)); } break; case 391: #line 588 "kal3.y" { store2syl(twosylqx(0130, yyvsp[-1], 002)); } break; case 392: #line 589 "kal3.y" { store2syl(twosylqx(0134, yyvsp[-1], 004)); } break; case 393: #line 590 "kal3.y" { store2syl(twosylqx(0136, yyvsp[-1], 004)); } break; case 394: #line 592 "kal3.y" { store2syl(twosylqx(0132, yyvsp[-1], 000)); } break; case 395: #line 593 "kal3.y" { store2syl(twosylqx(0133, yyvsp[-1], 000)); } break; case 396: #line 594 "kal3.y" { store2syl(twosylqx(0133, yyvsp[-1], 010)); } break; case 397: #line 595 "kal3.y" { store2syl(twosylqx(0132, yyvsp[-1], 010)); } break; case 398: #line 598 "kal3.y" { startnewword(); } break; case 399: #line 599 "kal3.y" { startnewword(); } break; } /* Line 991 of yacc.c. */ #line 3960 "y.tab.c" yyvsp -= yylen; yyssp -= yylen; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* Now `shift' the result of the reduction. Determine what state that goes to, based on the state we popped back to and the rule number reduced by. */ yyn = yyr1[yyn]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) 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; #if YYERROR_VERBOSE yyn = yypact[yystate]; if (YYPACT_NINF < yyn && yyn < YYLAST) { YYSIZE_T yysize = 0; int yytype = YYTRANSLATE (yychar); char *yymsg; int yyx, yycount; yycount = 0; /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. */ for (yyx = yyn < 0 ? -yyn : 0; yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) yysize += yystrlen (yytname[yyx]) + 15, yycount++; yysize += yystrlen ("syntax error, unexpected ") + 1; yysize += yystrlen (yytname[yytype]); yymsg = (char *) YYSTACK_ALLOC (yysize); if (yymsg != 0) { char *yyp = yystpcpy (yymsg, "syntax error, unexpected "); yyp = yystpcpy (yyp, yytname[yytype]); if (yycount < 5) { yycount = 0; for (yyx = yyn < 0 ? -yyn : 0; yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) { const char *yyq = ! yycount ? ", expecting " : " or "; yyp = yystpcpy (yyp, yyq); yyp = yystpcpy (yyp, yytname[yyx]); yycount++; } } yyerror (yymsg); YYSTACK_FREE (yymsg); } else yyerror ("syntax error; also virtual memory exhausted"); } else #endif /* YYERROR_VERBOSE */ yyerror ("syntax error"); } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ /* Return failure if at end of input. */ if (yychar == YYEOF) { /* Pop the error token. */ YYPOPSTACK; /* Pop the rest of the stack. */ while (yyss < yyssp) { YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp); yydestruct (yystos[*yyssp], yyvsp); YYPOPSTACK; } YYABORT; } YYDSYMPRINTF ("Error: discarding", yytoken, &yylval, &yylloc); yydestruct (yytoken, &yylval); yychar = YYEMPTY; } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab2; /*----------------------------------------------------. | yyerrlab1 -- error raised explicitly by an action. | `----------------------------------------------------*/ yyerrlab1: /* Suppress GCC warning that yyerrlab1 is unused when no action invokes YYERROR. */ #if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__) __attribute__ ((__unused__)) #endif goto yyerrlab2; /*---------------------------------------------------------------. | yyerrlab2 -- pop states until the error token can be shifted. | `---------------------------------------------------------------*/ yyerrlab2: 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 (yyssp == yyss) YYABORT; YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp); yydestruct (yystos[yystate], yyvsp); yyvsp--; yystate = *--yyssp; YY_STACK_PRINT (yyss, yyssp); } if (yyn == YYFINAL) YYACCEPT; YYDPRINTF ((stderr, "Shifting error token, ")); *++yyvsp = yylval; yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #ifndef yyoverflow /*----------------------------------------------. | yyoverflowlab -- parser overflow comes here. | `----------------------------------------------*/ yyoverflowlab: yyerror ("parser stack overflow"); yyresult = 2; /* Fall through. */ #endif yyreturn: #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif return yyresult; } #line 601 "kal3.y"