/* A Bison parser, made by GNU Bison 2.7. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton 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 /* Bison version. */ #define YYBISON_VERSION "2.7" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 0 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Substitute the variable and function names. */ #define yyparse fortran_parse #define yylex fortran_lex #define yyerror fortran_error #define yylval fortran_lval #define yychar fortran_char #define yydebug fortran_debug #define yynerrs fortran_nerrs /* Copy the first part of user declarations. */ /* Line 371 of yacc.c */ #line 36 "fortran.y" #define YYMAXDEPTH 1000 #include #include #include #include "decl.h" extern int line_num_input; char c_selectorname[LONG_M]; char ligne[LONG_M]; char truename[LONG_VNAME]; char identcopy[LONG_VNAME]; int c_selectorgiven=0; listvar *curlistvar; int in_select_case_stmt=0; typedim c_selectordim; listcouple *coupletmp; int removeline=0; int token_since_endofstmt = 0; int increment_nbtokens = 1; int in_complex_literal = 0; int close_or_connect = 0; long int my_position; long int my_position_before; int suborfun = 0; int indeclaration = 0; int endoffile = 0; int in_inquire = 0; int in_char_selector = 0; int in_kind_selector =0; int char_length_toreset = 0; typedim my_dim; listvar *test; char linebuf1[1024]; char linebuf2[1024]; int fortran_error(const char *s) { if (endoffile == 1) { endoffile = 0; return 0; } printf("%s line %d, file %s culprit = |%s|\n", s, line_num_input, cur_filename, strcat(linebuf1, linebuf2)); exit(1); } /* Line 371 of yacc.c */ #line 128 "fortran.tab.c" # ifndef YY_NULL # if defined __cplusplus && 201103L <= __cplusplus # define YY_NULL nullptr # else # define YY_NULL 0 # endif # endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 1 #endif #if YYDEBUG extern int fortran_debug; #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { TOK_NEQV = 258, TOK_EQV = 259, TOK_XOR = 260, TOK_OR = 261, TOK_AND = 262, TOK_NOT = 263, TOK_NE = 264, TOK_EQ = 265, TOK_GE = 266, TOK_LE = 267, TOK_GT = 268, TOK_LT = 269, TOK_DSLASH = 270, TOK_SLASH = 271, TOK_DASTER = 272, TOK_SEMICOLON = 273, TOK_PARAMETER = 274, TOK_RESULT = 275, TOK_ONLY = 276, TOK_INCLUDE = 277, TOK_SUBROUTINE = 278, TOK_PROGRAM = 279, TOK_FUNCTION = 280, TOK_LABEL_FORMAT = 281, TOK_LABEL_CONTINUE = 282, TOK_LABEL_END_DO = 283, TOK_MAX = 284, TOK_TANH = 285, TOK_COMMENT = 286, TOK_WHERE = 287, TOK_ELSEWHEREPAR = 288, TOK_ELSEWHERE = 289, TOK_ENDWHERE = 290, TOK_MAXVAL = 291, TOK_TRIM = 292, TOK_NULL_PTR = 293, TOK_SUM = 294, TOK_SQRT = 295, TOK_CASE = 296, TOK_SELECTCASE = 297, TOK_FILE = 298, TOK_REC = 299, TOK_NAME_EQ = 300, TOK_IOLENGTH = 301, TOK_ACCESS = 302, TOK_ACTION = 303, TOK_FORM = 304, TOK_RECL = 305, TOK_STATUS = 306, TOK_UNIT = 307, TOK_OPENED = 308, TOK_FMT = 309, TOK_NML = 310, TOK_END = 311, TOK_EOR = 312, TOK_EOF = 313, TOK_ERR = 314, TOK_POSITION = 315, TOK_IOSTAT = 316, TOK_IOMSG = 317, TOK_EXIST = 318, TOK_MIN = 319, TOK_FLOAT = 320, TOK_EXP = 321, TOK_LEN = 322, TOK_COS = 323, TOK_COSH = 324, TOK_ACOS = 325, TOK_NINT = 326, TOK_CYCLE = 327, TOK_SIN = 328, TOK_SINH = 329, TOK_ASIN = 330, TOK_EQUIVALENCE = 331, TOK_BACKSPACE = 332, TOK_LOG = 333, TOK_TAN = 334, TOK_ATAN = 335, TOK_RECURSIVE = 336, TOK_ABS = 337, TOK_MOD = 338, TOK_SIGN = 339, TOK_MINLOC = 340, TOK_MAXLOC = 341, TOK_EXIT = 342, TOK_KIND = 343, TOK_MOLD = 344, TOK_SOURCE = 345, TOK_ERRMSG = 346, TOK_MINVAL = 347, TOK_PUBLIC = 348, TOK_PRIVATE = 349, TOK_ALLOCATABLE = 350, TOK_RETURN = 351, TOK_THEN = 352, TOK_ELSEIF = 353, TOK_ELSE = 354, TOK_ENDIF = 355, TOK_PRINT = 356, TOK_PLAINGOTO = 357, TOK_LOGICALIF = 358, TOK_LOGICALIF_PAR = 359, TOK_PLAINDO = 360, TOK_CONTAINS = 361, TOK_ENDDO = 362, TOK_MODULE = 363, TOK_ENDMODULE = 364, TOK_WHILE = 365, TOK_CONCURRENT = 366, TOK_ALLOCATE = 367, TOK_OPEN = 368, TOK_CLOSE = 369, TOK_INQUIRE = 370, TOK_WRITE_PAR = 371, TOK_WRITE = 372, TOK_FLUSH = 373, TOK_READ_PAR = 374, TOK_READ = 375, TOK_REWIND = 376, TOK_DEALLOCATE = 377, TOK_NULLIFY = 378, TOK_DIMENSION = 379, TOK_ENDSELECT = 380, TOK_EXTERNAL = 381, TOK_INTENT = 382, TOK_INTRINSIC = 383, TOK_NAMELIST = 384, TOK_DEFAULT = 385, TOK_OPTIONAL = 386, TOK_POINTER = 387, TOK_CONTINUE = 388, TOK_SAVE = 389, TOK_TARGET = 390, TOK_IMPLICIT = 391, TOK_NONE = 392, TOK_CALL = 393, TOK_STAT = 394, TOK_POINT_TO = 395, TOK_COMMON = 396, TOK_GLOBAL = 397, TOK_LEFTAB = 398, TOK_RIGHTAB = 399, TOK_PAUSE = 400, TOK_PROCEDURE = 401, TOK_STOP = 402, TOK_FOURDOTS = 403, TOK_HEXA = 404, TOK_ASSIGNTYPE = 405, TOK_OUT = 406, TOK_INOUT = 407, TOK_IN = 408, TOK_USE = 409, TOK_EQUALEQUAL = 410, TOK_SLASHEQUAL = 411, TOK_INFEQUAL = 412, TOK_SUPEQUAL = 413, TOK_TRUE = 414, TOK_FALSE = 415, TOK_LABEL = 416, TOK_LABEL_DJVIEW = 417, TOK_PLAINDO_LABEL_DJVIEW = 418, TOK_PLAINDO_LABEL = 419, TOK_TYPE = 420, TOK_TYPEPAR = 421, TOK_ENDTYPE = 422, TOK_COMMACOMPLEX = 423, TOK_REAL = 424, TOK_INTEGER = 425, TOK_LOGICAL = 426, TOK_DOUBLEPRECISION = 427, TOK_ENDSUBROUTINE = 428, TOK_ENDFUNCTION = 429, TOK_ENDPROGRAM = 430, TOK_ENDUNIT = 431, TOK_CHARACTER = 432, TOK_CHAR_CONSTANT = 433, TOK_CHAR_CUT = 434, TOK_DATA = 435, TOK_CHAR_MESSAGE = 436, TOK_CSTREAL = 437, TOK_COMPLEX = 438, TOK_DOUBLECOMPLEX = 439, TOK_NAME = 440, TOK_CSTINT = 441 }; #endif #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 387 of yacc.c */ #line 89 "fortran.y" char na[LONG_M]; listdim *d; listvar *l; listcouple *lc; listname *lnn; typedim dim1; variable *v; /* Line 387 of yacc.c */ #line 365 "fortran.tab.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif extern YYSTYPE fortran_lval; #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int fortran_parse (void *YYPARSE_PARAM); #else int fortran_parse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int fortran_parse (void); #else int fortran_parse (); #endif #endif /* ! YYPARSE_PARAM */ /* Copy the second part of user declarations. */ /* Line 390 of yacc.c */ #line 393 "fortran.tab.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(Msgid) dgettext ("bison-runtime", Msgid) # endif # endif # ifndef YY_ # define YY_(Msgid) Msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(E) ((void) (E)) #else # define YYUSE(E) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(N) (N) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ /* Use EXIT_SUCCESS as a witness for stdlib.h. */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* 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 (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* 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_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from SRC to DST. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(Dst, Src, Count) \ __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src))) # else # define YYCOPY(Dst, Src, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (Dst)[yyi] = (Src)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 2 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 4537 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 203 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 518 /* YYNRULES -- Number of rules. */ #define YYNRULES 1063 /* YYNRULES -- Number of states. */ #define YYNSTATES 1719 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 441 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 197, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 199, 2, 2, 193, 194, 21, 19, 3, 20, 2, 198, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 2, 195, 5, 196, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 201, 2, 202, 2, 200, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint16 yyprhs[] = { 0, 0, 3, 4, 7, 9, 11, 13, 16, 18, 20, 24, 27, 29, 33, 37, 39, 43, 45, 46, 48, 50, 52, 54, 56, 58, 59, 61, 63, 65, 68, 71, 74, 76, 78, 81, 84, 87, 90, 93, 96, 99, 102, 105, 109, 113, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 144, 146, 149, 152, 155, 157, 159, 161, 163, 164, 166, 169, 170, 176, 177, 184, 186, 187, 193, 198, 200, 203, 205, 209, 211, 213, 217, 223, 228, 232, 235, 238, 240, 242, 244, 246, 248, 250, 252, 254, 257, 260, 262, 265, 267, 269, 270, 272, 273, 275, 278, 279, 281, 282, 284, 286, 289, 291, 293, 295, 297, 299, 301, 303, 305, 307, 309, 311, 313, 314, 316, 319, 320, 322, 324, 327, 329, 331, 332, 334, 338, 339, 341, 343, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 388, 390, 392, 394, 396, 398, 401, 406, 409, 411, 413, 415, 417, 419, 421, 423, 425, 427, 429, 431, 433, 435, 437, 439, 441, 443, 445, 447, 449, 451, 453, 454, 456, 458, 460, 461, 463, 465, 467, 469, 471, 472, 475, 479, 483, 484, 488, 489, 493, 494, 498, 499, 503, 504, 508, 509, 513, 514, 516, 520, 526, 529, 531, 534, 536, 540, 542, 544, 546, 549, 551, 555, 561, 563, 565, 567, 569, 571, 573, 574, 577, 578, 580, 582, 592, 598, 604, 614, 618, 624, 627, 631, 635, 637, 639, 641, 643, 645, 647, 648, 653, 658, 666, 667, 670, 671, 674, 676, 680, 682, 684, 688, 690, 693, 697, 698, 700, 702, 705, 707, 712, 713, 715, 719, 721, 725, 727, 729, 734, 736, 738, 742, 747, 748, 752, 754, 756, 757, 759, 762, 765, 768, 770, 772, 777, 779, 783, 785, 789, 793, 798, 800, 804, 806, 810, 812, 814, 816, 820, 824, 826, 828, 830, 832, 836, 838, 840, 846, 852, 860, 862, 863, 864, 871, 872, 875, 876, 878, 881, 885, 887, 889, 890, 896, 898, 899, 905, 907, 909, 911, 913, 915, 917, 919, 923, 928, 930, 932, 933, 935, 938, 941, 944, 946, 948, 950, 951, 952, 957, 959, 961, 963, 965, 967, 969, 973, 977, 979, 981, 983, 985, 989, 991, 994, 996, 1000, 1002, 1006, 1007, 1010, 1011, 1014, 1016, 1020, 1023, 1025, 1027, 1029, 1030, 1035, 1036, 1039, 1041, 1045, 1047, 1049, 1050, 1056, 1057, 1059, 1062, 1066, 1071, 1073, 1077, 1079, 1083, 1085, 1087, 1097, 1109, 1111, 1115, 1117, 1119, 1121, 1123, 1126, 1129, 1132, 1134, 1136, 1138, 1140, 1142, 1143, 1146, 1148, 1150, 1152, 1154, 1156, 1158, 1160, 1162, 1164, 1165, 1166, 1173, 1174, 1180, 1181, 1189, 1190, 1191, 1199, 1201, 1205, 1209, 1210, 1211, 1218, 1219, 1221, 1222, 1224, 1226, 1230, 1232, 1234, 1236, 1238, 1239, 1244, 1245, 1251, 1253, 1257, 1262, 1264, 1268, 1270, 1274, 1282, 1283, 1290, 1292, 1296, 1298, 1302, 1304, 1308, 1309, 1316, 1318, 1322, 1324, 1326, 1328, 1329, 1330, 1338, 1339, 1341, 1343, 1347, 1348, 1350, 1351, 1356, 1358, 1362, 1364, 1365, 1371, 1373, 1375, 1377, 1379, 1381, 1383, 1385, 1387, 1389, 1391, 1393, 1395, 1397, 1399, 1401, 1406, 1411, 1415, 1418, 1419, 1423, 1425, 1426, 1432, 1434, 1436, 1438, 1440, 1445, 1446, 1448, 1452, 1455, 1457, 1460, 1464, 1469, 1472, 1474, 1478, 1483, 1486, 1488, 1491, 1495, 1500, 1503, 1504, 1506, 1507, 1508, 1517, 1518, 1521, 1523, 1527, 1530, 1534, 1536, 1538, 1540, 1544, 1547, 1549, 1551, 1552, 1556, 1558, 1562, 1565, 1566, 1569, 1571, 1573, 1574, 1575, 1584, 1586, 1590, 1591, 1594, 1596, 1600, 1603, 1607, 1609, 1611, 1613, 1615, 1619, 1621, 1623, 1627, 1629, 1633, 1635, 1638, 1642, 1644, 1647, 1649, 1651, 1653, 1655, 1657, 1659, 1663, 1665, 1667, 1671, 1673, 1675, 1677, 1679, 1681, 1683, 1685, 1687, 1689, 1691, 1693, 1695, 1697, 1700, 1702, 1706, 1708, 1712, 1714, 1718, 1720, 1722, 1724, 1726, 1728, 1730, 1732, 1734, 1736, 1737, 1739, 1741, 1743, 1745, 1747, 1749, 1751, 1753, 1758, 1764, 1770, 1778, 1783, 1784, 1788, 1790, 1794, 1796, 1800, 1803, 1807, 1809, 1811, 1815, 1817, 1819, 1821, 1827, 1833, 1834, 1837, 1838, 1842, 1843, 1847, 1853, 1855, 1857, 1859, 1861, 1863, 1868, 1874, 1877, 1881, 1884, 1888, 1889, 1891, 1892, 1895, 1897, 1899, 1901, 1905, 1909, 1914, 1917, 1923, 1927, 1932, 1935, 1941, 1945, 1950, 1953, 1959, 1963, 1970, 1979, 1985, 1989, 1991, 1993, 1995, 1998, 2002, 2007, 2009, 2011, 2015, 2018, 2020, 2022, 2024, 2026, 2028, 2030, 2032, 2035, 2040, 2042, 2044, 2046, 2048, 2050, 2052, 2054, 2056, 2061, 2065, 2068, 2072, 2076, 2079, 2080, 2082, 2086, 2092, 2093, 2095, 2098, 2101, 2102, 2104, 2107, 2110, 2119, 2126, 2133, 2141, 2144, 2148, 2151, 2155, 2161, 2165, 2166, 2168, 2171, 2174, 2175, 2184, 2185, 2192, 2196, 2201, 2202, 2206, 2207, 2212, 2213, 2218, 2220, 2222, 2226, 2228, 2231, 2234, 2238, 2240, 2243, 2247, 2251, 2262, 2266, 2269, 2273, 2275, 2277, 2279, 2281, 2283, 2285, 2287, 2288, 2289, 2297, 2299, 2303, 2305, 2308, 2311, 2314, 2317, 2320, 2323, 2326, 2329, 2332, 2336, 2338, 2340, 2341, 2348, 2350, 2354, 2356, 2359, 2362, 2365, 2369, 2375, 2382, 2387, 2394, 2400, 2407, 2412, 2419, 2421, 2425, 2427, 2429, 2432, 2434, 2436, 2439, 2442, 2445, 2448, 2451, 2454, 2457, 2459, 2461, 2463, 2465, 2469, 2471, 2473, 2475, 2479, 2481, 2483, 2489, 2491, 2495, 2497, 2499, 2505, 2513, 2517, 2523, 2525, 2529, 2531, 2534, 2537, 2540, 2543, 2547, 2553, 2555, 2559, 2561, 2564, 2567, 2570, 2573, 2574, 2582, 2583, 2593, 2594, 2596, 2600, 2602, 2605, 2608, 2611, 2614, 2617, 2620, 2623, 2627, 2630, 2633, 2636, 2637, 2643, 2644, 2646, 2647, 2652, 2653, 2660, 2661, 2663, 2664, 2666, 2669, 2670, 2672, 2674, 2677, 2679, 2681, 2683, 2686, 2687, 2688, 2697, 2698, 2710, 2711, 2713, 2717, 2718, 2720, 2726, 2727, 2729, 2730, 2732, 2733, 2738, 2739, 2740, 2747, 2748, 2750, 2751, 2753, 2755, 2756, 2759, 2761, 2765, 2769, 2771, 2775, 2777, 2779, 2781, 2783, 2785, 2789, 2794, 2796, 2800, 2802, 2807, 2809, 2813, 2815, 2819, 2820, 2826, 2827, 2831, 2832, 2838, 2839, 2840, 2848, 2849, 2854, 2856, 2858, 2860, 2862, 2866, 2868, 2872, 2874, 2876, 2878, 2879, 2881, 2883, 2886, 2888, 2890, 2892, 2898, 2899, 2900, 2911, 2913, 2915, 2916, 2918, 2923, 2924, 2932, 2933, 2935, 2941, 2942, 2949, 2951, 2958, 2959, 2960, 2962, 2963, 2964, 2969, 2970, 2972, 2974, 2978, 2980, 2982, 2986, 2991, 2992, 2997, 2999, 3001, 3005, 3009, 3011, 3015, 3017, 3018, 3020 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int16 yyrhs[] = { 204, 0, -1, -1, 204, 205, -1, 206, -1, 207, -1, 1, -1, 197, 209, -1, 24, -1, 64, -1, 206, 197, 209, -1, 206, 24, -1, 208, -1, 207, 24, 197, -1, 207, 24, 208, -1, 210, -1, 28, 212, 209, -1, 37, -1, -1, 652, -1, 211, -1, 632, -1, 691, -1, 702, -1, 184, -1, -1, 3, -1, 219, -1, 232, -1, 501, 216, -1, 215, 501, -1, 11, 501, -1, 19, -1, 20, -1, 19, 501, -1, 20, 501, -1, 21, 501, -1, 23, 501, -1, 13, 501, -1, 7, 501, -1, 16, 501, -1, 196, 501, -1, 195, 501, -1, 196, 5, 501, -1, 195, 5, 501, -1, 17, 501, -1, 14, 501, -1, 15, 501, -1, 12, 501, -1, 6, 501, -1, 8, 501, -1, 9, 501, -1, 10, 501, -1, 22, 217, -1, 5, 218, -1, -1, 501, -1, 5, 501, -1, 22, 501, -1, 5, 501, -1, 501, -1, 231, -1, 226, -1, 221, -1, -1, 224, -1, 224, 443, -1, -1, 226, 193, 222, 227, 194, -1, -1, 226, 193, 223, 227, 194, 443, -1, 109, -1, -1, 231, 193, 225, 227, 194, -1, 219, 199, 719, 219, -1, 220, -1, 220, 228, -1, 229, -1, 228, 3, 229, -1, 501, -1, 230, -1, 501, 4, 501, -1, 501, 4, 501, 4, 501, -1, 4, 501, 4, 501, -1, 4, 4, 501, -1, 4, 501, -1, 501, 4, -1, 4, -1, 191, -1, 165, -1, 166, -1, 44, -1, 192, -1, 188, -1, 155, -1, 232, 191, -1, 233, 234, -1, 184, -1, 233, 184, -1, 187, -1, 185, -1, -1, 443, -1, -1, 501, -1, 237, 238, -1, -1, 645, -1, -1, 239, -1, 240, -1, 239, 240, -1, 290, -1, 392, -1, 631, -1, 406, -1, 251, -1, 330, -1, 513, -1, 514, -1, 539, -1, 587, -1, 714, -1, 606, -1, -1, 242, -1, 252, 243, -1, -1, 244, -1, 245, -1, 244, 245, -1, 252, -1, 631, -1, -1, 247, -1, 112, 206, 248, -1, -1, 249, -1, 250, -1, 249, 250, -1, 691, -1, 702, -1, 364, -1, 422, -1, 369, -1, 386, -1, 416, -1, 669, -1, 672, -1, 412, -1, 397, -1, 253, -1, 539, -1, 569, -1, 559, -1, 525, -1, 457, -1, 513, -1, 677, -1, 600, -1, 587, -1, 558, -1, 474, -1, 585, -1, 584, -1, 622, -1, 78, 235, -1, 129, 193, 720, 194, -1, 115, 717, -1, 568, -1, 625, -1, 593, -1, 514, -1, 606, -1, 604, -1, 714, -1, 619, -1, 588, -1, 524, -1, 605, -1, 586, -1, 231, -1, 256, -1, 257, -1, 258, -1, 276, -1, 279, -1, 289, -1, 280, -1, 288, -1, 231, -1, -1, 260, -1, 167, -1, 192, -1, -1, 262, -1, 168, -1, 506, -1, 21, -1, 4, -1, -1, 265, 266, -1, 172, 266, 194, -1, 172, 314, 194, -1, -1, 176, 267, 273, -1, -1, 175, 268, 273, -1, -1, 178, 269, 273, -1, -1, 189, 270, 273, -1, -1, 183, 271, 284, -1, -1, 177, 272, 273, -1, -1, 274, -1, 193, 511, 194, -1, 193, 94, 5, 511, 194, -1, 21, 192, -1, 276, -1, 488, 276, -1, 192, -1, 192, 200, 277, -1, 192, -1, 191, -1, 279, -1, 488, 279, -1, 188, -1, 188, 200, 277, -1, 193, 281, 174, 282, 194, -1, 275, -1, 278, -1, 231, -1, 275, -1, 278, -1, 258, -1, -1, 21, 287, -1, -1, 285, -1, 286, -1, 193, 73, 5, 263, 3, 94, 5, 511, 194, -1, 193, 263, 3, 511, 194, -1, 193, 94, 5, 511, 194, -1, 193, 94, 5, 511, 3, 73, 5, 263, 194, -1, 193, 263, 194, -1, 193, 73, 5, 263, 194, -1, 21, 287, -1, 21, 287, 3, -1, 193, 263, 194, -1, 276, -1, 184, -1, 187, -1, 185, -1, 165, -1, 166, -1, -1, 292, 291, 300, 299, -1, 171, 293, 191, 206, -1, 171, 294, 191, 193, 297, 194, 206, -1, -1, 294, 154, -1, -1, 3, 295, -1, 296, -1, 295, 3, 296, -1, 346, -1, 298, -1, 297, 3, 298, -1, 191, -1, 173, 206, -1, 173, 191, 206, -1, -1, 301, -1, 302, -1, 301, 302, -1, 303, -1, 264, 304, 307, 206, -1, -1, 154, -1, 3, 305, 154, -1, 306, -1, 305, 3, 306, -1, 346, -1, 101, -1, 130, 193, 310, 194, -1, 138, -1, 308, -1, 307, 3, 308, -1, 231, 309, 283, 311, -1, -1, 193, 310, 194, -1, 350, -1, 356, -1, -1, 312, -1, 5, 508, -1, 146, 345, -1, 146, 313, -1, 432, -1, 231, -1, 231, 193, 315, 194, -1, 316, -1, 315, 3, 316, -1, 263, -1, 254, 5, 263, -1, 314, 193, 194, -1, 314, 193, 318, 194, -1, 319, -1, 318, 3, 319, -1, 320, -1, 254, 5, 320, -1, 501, -1, 520, -1, 523, -1, 149, 322, 150, -1, 323, 322, 324, -1, 325, -1, 201, -1, 202, -1, 326, -1, 325, 3, 326, -1, 501, -1, 327, -1, 193, 325, 3, 328, 194, -1, 329, 5, 506, 3, 506, -1, 329, 5, 506, 3, 506, 3, 506, -1, 545, -1, -1, -1, 331, 264, 333, 339, 332, 206, -1, -1, 334, 154, -1, -1, 335, -1, 3, 336, -1, 335, 3, 336, -1, 346, -1, 101, -1, -1, 130, 193, 337, 349, 194, -1, 132, -1, -1, 133, 193, 338, 363, 194, -1, 134, -1, 137, -1, 25, -1, 138, -1, 140, -1, 141, -1, 340, -1, 339, 3, 340, -1, 342, 347, 283, 343, -1, 231, -1, 191, -1, -1, 344, -1, 5, 508, -1, 146, 345, -1, 146, 313, -1, 675, -1, 99, -1, 100, -1, -1, -1, 193, 348, 349, 194, -1, 350, -1, 354, -1, 356, -1, 358, -1, 361, -1, 351, -1, 350, 3, 351, -1, 352, 4, 353, -1, 353, -1, 507, -1, 507, -1, 355, -1, 354, 3, 355, -1, 4, -1, 352, 4, -1, 357, -1, 356, 3, 357, -1, 4, -1, 359, 360, 21, -1, -1, 350, 3, -1, -1, 352, 4, -1, 362, -1, 361, 3, 362, -1, 360, 21, -1, 159, -1, 157, -1, 158, -1, -1, 346, 366, 365, 206, -1, -1, 400, 367, -1, 368, -1, 367, 3, 368, -1, 191, -1, 668, -1, -1, 186, 373, 371, 370, 206, -1, -1, 372, -1, 427, 373, -1, 372, 427, 373, -1, 374, 22, 375, 22, -1, 376, -1, 374, 3, 376, -1, 381, -1, 375, 3, 381, -1, 434, -1, 377, -1, 193, 378, 3, 380, 5, 511, 3, 511, 194, -1, 193, 378, 3, 380, 5, 511, 3, 511, 3, 511, 194, -1, 379, -1, 378, 3, 379, -1, 451, -1, 449, -1, 377, -1, 545, -1, 384, 382, -1, 276, 382, -1, 288, 382, -1, 275, -1, 278, -1, 345, -1, 313, -1, 317, -1, -1, 21, 383, -1, 255, -1, 384, -1, 275, -1, 278, -1, 345, -1, 313, -1, 317, -1, 385, -1, 432, -1, -1, -1, 387, 130, 400, 389, 388, 206, -1, -1, 191, 193, 390, 349, 194, -1, -1, 389, 3, 191, 193, 391, 349, 194, -1, -1, -1, 25, 393, 193, 395, 194, 394, 206, -1, 396, -1, 395, 3, 396, -1, 191, 5, 508, -1, -1, -1, 398, 140, 400, 401, 399, 206, -1, -1, 154, -1, -1, 402, -1, 403, -1, 402, 3, 403, -1, 341, -1, 404, -1, 426, -1, 231, -1, -1, 405, 142, 408, 206, -1, -1, 405, 142, 143, 407, 206, -1, 409, -1, 408, 3, 409, -1, 264, 193, 410, 194, -1, 411, -1, 410, 3, 411, -1, 191, -1, 191, 20, 191, -1, 135, 22, 191, 22, 414, 413, 206, -1, -1, 413, 427, 22, 191, 22, 414, -1, 415, -1, 414, 3, 415, -1, 435, -1, 82, 417, 206, -1, 418, -1, 417, 3, 418, -1, -1, 193, 419, 421, 3, 420, 194, -1, 421, -1, 420, 3, 421, -1, 435, -1, 451, -1, 443, -1, -1, -1, 147, 423, 425, 429, 428, 424, 206, -1, -1, 426, -1, 18, -1, 22, 191, 22, -1, -1, 3, -1, -1, 428, 427, 426, 429, -1, 430, -1, 429, 3, 430, -1, 191, -1, -1, 191, 193, 431, 349, 194, -1, 451, -1, 452, -1, 450, -1, 443, -1, 434, -1, 432, -1, 231, -1, 437, -1, 434, -1, 434, -1, 440, -1, 434, -1, 442, -1, 434, -1, 445, -1, 445, 193, 444, 194, -1, 288, 193, 444, 194, -1, 505, 4, 505, -1, 447, 446, -1, -1, 446, 199, 447, -1, 231, -1, -1, 231, 193, 448, 453, 194, -1, 450, -1, 445, -1, 445, -1, 445, -1, 445, 193, 444, 194, -1, -1, 454, -1, 453, 3, 454, -1, 501, 455, -1, 4, -1, 4, 501, -1, 4, 4, 501, -1, 4, 501, 4, 501, -1, 154, 501, -1, 456, -1, 231, 5, 501, -1, 231, 5, 21, 260, -1, 21, 260, -1, 4, -1, 4, 501, -1, 4, 4, 501, -1, 4, 501, 4, 501, -1, 154, 501, -1, -1, 504, -1, -1, -1, 118, 193, 458, 465, 460, 194, 459, 206, -1, -1, 3, 461, -1, 462, -1, 461, 3, 462, -1, 97, 464, -1, 145, 5, 463, -1, 441, -1, 439, -1, 466, -1, 465, 3, 466, -1, 467, 468, -1, 435, -1, 450, -1, -1, 193, 469, 194, -1, 470, -1, 469, 3, 470, -1, 471, 473, -1, -1, 472, 4, -1, 506, -1, 506, -1, -1, -1, 128, 193, 475, 477, 478, 194, 476, 206, -1, 467, -1, 477, 3, 467, -1, -1, 3, 479, -1, 480, -1, 479, 3, 480, -1, 97, 464, -1, 145, 5, 463, -1, 432, -1, 257, -1, 321, -1, 675, -1, 193, 501, 194, -1, 481, -1, 482, -1, 482, 486, 483, -1, 483, -1, 484, 487, 483, -1, 484, -1, 488, 484, -1, 485, 488, 484, -1, 275, -1, 485, 275, -1, 23, -1, 21, -1, 22, -1, 19, -1, 20, -1, 485, -1, 489, 490, 485, -1, 18, -1, 489, -1, 489, 492, 489, -1, 13, -1, 12, -1, 17, -1, 15, -1, 16, -1, 14, -1, 161, -1, 162, -1, 195, -1, 163, -1, 196, -1, 164, -1, 491, -1, 497, 491, -1, 493, -1, 494, 498, 493, -1, 494, -1, 495, 499, 494, -1, 495, -1, 496, 500, 495, -1, 11, -1, 10, -1, 9, -1, 7, -1, 6, -1, 496, -1, 503, -1, 501, -1, 501, -1, -1, 506, -1, 504, -1, 506, -1, 501, -1, 510, -1, 503, -1, 512, -1, 504, -1, 434, 5, 501, 206, -1, 260, 434, 5, 501, 206, -1, 432, 515, 146, 520, 206, -1, 432, 193, 517, 194, 146, 520, 206, -1, 432, 146, 523, 206, -1, -1, 193, 516, 194, -1, 518, -1, 516, 3, 518, -1, 519, -1, 517, 3, 519, -1, 472, 4, -1, 472, 4, 473, -1, 434, -1, 191, -1, 433, 199, 521, -1, 501, -1, 521, -1, 522, -1, 38, 193, 532, 194, 531, -1, 529, 526, 527, 528, 535, -1, -1, 526, 530, -1, -1, 527, 533, 526, -1, -1, 528, 534, 526, -1, 38, 193, 532, 194, 206, -1, 531, -1, 524, -1, 525, -1, 513, -1, 501, -1, 39, 532, 194, 206, -1, 39, 532, 194, 191, 206, -1, 40, 206, -1, 40, 191, 206, -1, 41, 206, -1, 41, 191, 206, -1, -1, 538, -1, -1, 538, 245, -1, 540, -1, 549, -1, 540, -1, 541, 546, 547, -1, 543, 546, 547, -1, 191, 4, 170, 206, -1, 170, 206, -1, 191, 4, 170, 544, 206, -1, 170, 544, 206, -1, 191, 4, 169, 206, -1, 169, 206, -1, 191, 4, 169, 544, 206, -1, 169, 544, 206, -1, 191, 4, 111, 206, -1, 111, 206, -1, 191, 4, 111, 544, 206, -1, 111, 544, 206, -1, 213, 545, 5, 501, 3, 501, -1, 213, 545, 5, 501, 3, 501, 3, 501, -1, 213, 116, 193, 501, 194, -1, 213, 117, 536, -1, 231, -1, 537, -1, 548, -1, 262, 587, -1, 261, 113, 206, -1, 261, 113, 191, 206, -1, 550, -1, 553, -1, 541, 546, 551, -1, 262, 552, -1, 457, -1, 513, -1, 677, -1, 600, -1, 474, -1, 622, -1, 585, -1, 127, 718, -1, 129, 193, 720, 194, -1, 568, -1, 625, -1, 593, -1, 606, -1, 604, -1, 619, -1, 524, -1, 605, -1, 541, 546, 554, 555, -1, 541, 546, 555, -1, 542, 546, -1, 554, 542, 546, -1, 542, 546, 556, -1, 262, 253, -1, -1, 191, -1, 78, 557, 206, -1, 564, 537, 560, 562, 567, -1, -1, 561, -1, 560, 561, -1, 565, 537, -1, -1, 563, -1, 562, 561, -1, 566, 537, -1, 259, 191, 4, 110, 501, 194, 103, 206, -1, 259, 110, 501, 194, 103, 206, -1, 104, 193, 501, 194, 103, 206, -1, 104, 193, 501, 194, 103, 191, 206, -1, 105, 206, -1, 105, 191, 206, -1, 106, 206, -1, 106, 191, 206, -1, 259, 110, 501, 194, 253, -1, 572, 570, 576, -1, -1, 571, -1, 570, 571, -1, 575, 537, -1, -1, 191, 4, 48, 193, 501, 194, 573, 206, -1, -1, 48, 193, 501, 194, 574, 206, -1, 47, 579, 206, -1, 47, 579, 191, 206, -1, -1, 131, 577, 206, -1, -1, 131, 191, 578, 206, -1, -1, 193, 580, 581, 194, -1, 136, -1, 582, -1, 581, 3, 582, -1, 583, -1, 583, 4, -1, 4, 583, -1, 583, 4, 583, -1, 501, -1, 93, 206, -1, 93, 191, 206, -1, 108, 260, 206, -1, 259, 110, 501, 194, 260, 3, 260, 3, 260, 206, -1, 259, 139, 206, -1, 153, 206, -1, 153, 589, 206, -1, 509, -1, 511, -1, 591, -1, 21, -1, 592, -1, 506, -1, 438, -1, -1, -1, 119, 193, 594, 596, 194, 595, 206, -1, 597, -1, 596, 3, 597, -1, 591, -1, 58, 591, -1, 53, 502, -1, 54, 502, -1, 65, 260, -1, 49, 598, -1, 55, 502, -1, 67, 441, -1, 66, 502, -1, 56, 506, -1, 57, 5, 502, -1, 502, -1, 439, -1, -1, 120, 193, 601, 602, 194, 206, -1, 603, -1, 602, 3, 603, -1, 591, -1, 58, 591, -1, 67, 441, -1, 65, 260, -1, 57, 5, 502, -1, 259, 125, 607, 194, 206, -1, 259, 125, 607, 194, 611, 206, -1, 259, 126, 610, 206, -1, 259, 126, 610, 3, 611, 206, -1, 259, 122, 607, 194, 206, -1, 259, 122, 607, 194, 613, 206, -1, 259, 107, 610, 206, -1, 259, 107, 610, 3, 613, 206, -1, 609, -1, 607, 3, 609, -1, 191, -1, 590, -1, 58, 590, -1, 610, -1, 608, -1, 61, 608, -1, 60, 610, -1, 62, 260, -1, 63, 260, -1, 65, 260, -1, 67, 441, -1, 50, 506, -1, 503, -1, 260, -1, 21, -1, 612, -1, 611, 3, 612, -1, 434, -1, 615, -1, 614, -1, 613, 3, 614, -1, 501, -1, 615, -1, 193, 616, 3, 618, 194, -1, 617, -1, 616, 3, 617, -1, 612, -1, 614, -1, 545, 5, 506, 3, 506, -1, 545, 5, 506, 3, 506, 3, 506, -1, 127, 591, 206, -1, 127, 193, 620, 194, 206, -1, 621, -1, 620, 3, 621, -1, 591, -1, 58, 591, -1, 68, 599, -1, 67, 441, -1, 65, 260, -1, 124, 591, 206, -1, 124, 193, 623, 194, 206, -1, 624, -1, 623, 3, 624, -1, 591, -1, 58, 591, -1, 67, 441, -1, 68, 599, -1, 65, 260, -1, -1, 121, 628, 193, 629, 194, 626, 206, -1, -1, 121, 628, 193, 52, 441, 194, 613, 627, 206, -1, -1, 630, -1, 629, 3, 630, -1, 591, -1, 58, 591, -1, 49, 598, -1, 53, 439, -1, 54, 439, -1, 65, 260, -1, 69, 436, -1, 67, 441, -1, 51, 5, 439, -1, 59, 436, -1, 56, 441, -1, 32, 206, -1, -1, 635, 653, 634, 633, 637, -1, -1, 641, -1, -1, 114, 191, 636, 206, -1, -1, 405, 182, 639, 640, 638, 206, -1, -1, 114, -1, -1, 191, -1, 715, 642, -1, -1, 643, -1, 644, -1, 643, 644, -1, 691, -1, 702, -1, 647, -1, 645, 647, -1, -1, -1, 405, 160, 646, 650, 191, 662, 648, 206, -1, -1, 405, 160, 646, 650, 191, 3, 27, 4, 651, 649, 206, -1, -1, 154, -1, 3, 661, 154, -1, -1, 665, -1, 654, 653, 241, 246, 656, -1, -1, 236, -1, -1, 242, -1, -1, 30, 191, 655, 206, -1, -1, -1, 657, 182, 659, 660, 658, 206, -1, -1, 30, -1, -1, 191, -1, 134, -1, -1, 3, 663, -1, 664, -1, 663, 3, 664, -1, 191, 146, 191, -1, 666, -1, 665, 3, 666, -1, 668, -1, 667, -1, 664, -1, 191, -1, 191, -1, 132, 670, 206, -1, 132, 154, 670, 206, -1, 671, -1, 670, 3, 671, -1, 191, -1, 134, 400, 673, 206, -1, 674, -1, 673, 3, 674, -1, 191, -1, 684, 193, 194, -1, -1, 684, 193, 676, 685, 194, -1, -1, 682, 678, 206, -1, -1, 682, 193, 194, 679, 206, -1, -1, -1, 682, 193, 680, 685, 194, 681, 206, -1, -1, 259, 144, 683, 684, -1, 231, -1, 124, -1, 175, -1, 686, -1, 685, 3, 686, -1, 687, -1, 254, 5, 687, -1, 501, -1, 434, -1, 231, -1, -1, 689, -1, 690, -1, 689, 690, -1, 264, -1, 114, -1, 87, -1, 692, 653, 241, 246, 699, -1, -1, -1, 688, 31, 695, 193, 693, 711, 194, 697, 694, 206, -1, 191, -1, 191, -1, -1, 698, -1, 26, 193, 191, 194, -1, -1, 405, 182, 701, 640, 707, 700, 206, -1, -1, 31, -1, 703, 653, 241, 246, 706, -1, -1, 688, 29, 705, 709, 704, 206, -1, 191, -1, 405, 182, 708, 640, 707, 206, -1, -1, -1, 29, -1, -1, -1, 193, 710, 711, 194, -1, -1, 712, -1, 713, -1, 712, 3, 713, -1, 696, -1, 21, -1, 259, 102, 206, -1, 259, 102, 506, 206, -1, -1, 259, 112, 716, 206, -1, 197, -1, 191, -1, 193, 231, 194, -1, 193, 192, 194, -1, 192, -1, 193, 214, 194, -1, 191, -1, -1, 231, -1, 720, 3, 231, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint16 yyrline[] = { 0, 512, 512, 513, 515, 516, 517, 519, 521, 522, 523, 524, 527, 528, 529, 531, 532, 540, 558, 562, 563, 564, 568, 569, 582, 850, 851, 1102, 1103, 1104, 1105, 1106, 1108, 1109, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1135, 1136, 1137, 1138, 1141, 1142, 1145, 1146, 1147, 1151, 1162, 1163, 1164, 1164, 1165, 1165, 1167, 1168, 1168, 1177, 1189, 1190, 1193, 1194, 1197, 1198, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1209, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1264, 1267, 1268, 1269, 1270, 1272, 1273, 1283, 1284, 1336, 1339, 1340, 1365, 1366, 1370, 1371, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1398, 1399, 1403, 1406, 1407, 1411, 1412, 1416, 1417, 1420, 1421, 1425, 1429, 1430, 1433, 1434, 1438, 1439, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1456, 1457, 1458, 1459, 1460, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1517, 1520, 1525, 1526, 1530, 1531, 1532, 1533, 1535, 1539, 1558, 1559, 1563, 1564, 1568, 1569, 1573, 1577, 1578, 1579, 1590, 1590, 1592, 1593, 1598, 1598, 1600, 1600, 1602, 1602, 1604, 1604, 1606, 1606, 1608, 1608, 1613, 1614, 1620, 1622, 1624, 1631, 1632, 1637, 1638, 1643, 1644, 1660, 1661, 1666, 1667, 1674, 1680, 1681, 1682, 1686, 1687, 1688, 1691, 1692, 1697, 1698, 1703, 1704, 1705, 1706, 1707, 1711, 1713, 1715, 1716, 1720, 1722, 1727, 1728, 1729, 1733, 1734, 1738, 1738, 1743, 1744, 1747, 1748, 1751, 1752, 1755, 1756, 1760, 1763, 1764, 1767, 1771, 1772, 1775, 1776, 1780, 1781, 1785, 1789, 1792, 1793, 1794, 1797, 1798, 1802, 1803, 1804, 1805, 1808, 1809, 1813, 1836, 1837, 1841, 1842, 1845, 1846, 1850, 1851, 1852, 1856, 1861, 1863, 1866, 1867, 1871, 1872, 1876, 1877, 1880, 1881, 1885, 1886, 1890, 1891, 1892, 1896, 1898, 1913, 1917, 1921, 1925, 1926, 1931, 1932, 1936, 1941, 1943, 1948, 1952, 1953, 1952, 2020, 2021, 2024, 2025, 2029, 2030, 2034, 2035, 2037, 2037, 2039, 2041, 2041, 2043, 2044, 2046, 2048, 2050, 2052, 2057, 2059, 2064, 2098, 2101, 2104, 2105, 2109, 2115, 2121, 2130, 2134, 2136, 2141, 2142, 2142, 2147, 2149, 2151, 2153, 2155, 2159, 2165, 2174, 2176, 2181, 2186, 2190, 2196, 2205, 2207, 2212, 2218, 2227, 2232, 2255, 2256, 2275, 2276, 2280, 2281, 2285, 2289, 2291, 2293, 2299, 2298, 2317, 2318, 2322, 2324, 2329, 2330, 2335, 2334, 2349, 2350, 2353, 2354, 2358, 2368, 2370, 2376, 2378, 2383, 2384, 2388, 2394, 2401, 2403, 2408, 2409, 2413, 2417, 2422, 2424, 2426, 2428, 2429, 2430, 2431, 2432, 2436, 2437, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2465, 2473, 2478, 2480, 2478, 2525, 2525, 2534, 2534, 2547, 2548, 2547, 2567, 2569, 2574, 2591, 2592, 2591, 2599, 2600, 2603, 2604, 2607, 2608, 2612, 2614, 2615, 2619, 2623, 2627, 2629, 2628, 2640, 2641, 2645, 2648, 2649, 2653, 2654, 2658, 2661, 2662, 2664, 2665, 2669, 2673, 2676, 2677, 2681, 2681, 2684, 2685, 2689, 2690, 2691, 2696, 2697, 2696, 2706, 2707, 2715, 2721, 2729, 2730, 2733, 2734, 2738, 2740, 2748, 2754, 2754, 2763, 2764, 2765, 2766, 2775, 2778, 2791, 2794, 2798, 2802, 2805, 2809, 2812, 2815, 2819, 2820, 2822, 2837, 2842, 2847, 2848, 2853, 2855, 2855, 2867, 2871, 2876, 2881, 2883, 2890, 2891, 2893, 2915, 2917, 2919, 2921, 2923, 2925, 2927, 2928, 2930, 2932, 2936, 2938, 2940, 2942, 2944, 2947, 2961, 2965, 2966, 2965, 2974, 2975, 2979, 2980, 2984, 2985, 2989, 2993, 2997, 2998, 3002, 3006, 3007, 3010, 3011, 3015, 3016, 3020, 3023, 3024, 3028, 3032, 3036, 3037, 3036, 3042, 3043, 3046, 3047, 3051, 3052, 3056, 3057, 3066, 3076, 3077, 3078, 3079, 3084, 3089, 3090, 3094, 3095, 3102, 3103, 3105, 3107, 3108, 3113, 3117, 3119, 3123, 3125, 3130, 3131, 3136, 3139, 3140, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3155, 3156, 3158, 3163, 3164, 3170, 3171, 3177, 3178, 3183, 3184, 3189, 3193, 3197, 3201, 3202, 3206, 3209, 3213, 3217, 3221, 3222, 3225, 3229, 3236, 3240, 3244, 3247, 3251, 3257, 3258, 3270, 3271, 3272, 3280, 3281, 3285, 3286, 3290, 3291, 3295, 3299, 3303, 3306, 3315, 3319, 3320, 3321, 3325, 3329, 3332, 3333, 3336, 3337, 3340, 3341, 3345, 3349, 3350, 3351, 3355, 3359, 3363, 3364, 3368, 3369, 3374, 3375, 3379, 3383, 3386, 3387, 3392, 3393, 3397, 3402, 3403, 3414, 3415, 3416, 3417, 3420, 3421, 3422, 3423, 3427, 3428, 3429, 3430, 3435, 3436, 3437, 3438, 3442, 3446, 3455, 3456, 3460, 3461, 3472, 3473, 3479, 3489, 3494, 3495, 3496, 3497, 3498, 3499, 3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507, 3508, 3509, 3510, 3520, 3521, 3524, 3525, 3536, 3541, 3544, 3545, 3549, 3553, 3556, 3557, 3558, 3561, 3564, 3565, 3566, 3569, 3573, 3574, 3578, 3579, 3583, 3584, 3588, 3589, 3593, 3597, 3600, 3601, 3602, 3605, 3609, 3609, 3610, 3610, 3614, 3615, 3619, 3619, 3620, 3620, 3625, 3625, 3626, 3630, 3631, 3636, 3637, 3638, 3639, 3643, 3647, 3648, 3652, 3656, 3660, 3664, 3665, 3669, 3670, 3674, 3675, 3676, 3680, 3684, 3688, 3688, 3688, 3691, 3692, 3696, 3697, 3698, 3699, 3700, 3701, 3702, 3703, 3704, 3705, 3706, 3710, 3714, 3718, 3718, 3722, 3723, 3727, 3728, 3729, 3730, 3731, 3735, 3736, 3737, 3738, 3742, 3743, 3747, 3748, 3750, 3751, 3754, 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768, 3772, 3773, 3774, 3777, 3778, 3781, 3782, 3786, 3787, 3791, 3792, 3796, 3799, 3800, 3804, 3805, 3809, 3810, 3814, 3815, 3819, 3820, 3824, 3825, 3826, 3827, 3828, 3832, 3833, 3837, 3838, 3842, 3843, 3844, 3845, 3846, 3852, 3851, 3855, 3854, 3859, 3863, 3864, 3868, 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878, 3882, 3886, 3886, 3889, 3890, 3895, 3894, 3915, 3914, 3939, 3940, 3943, 3944, 3947, 3950, 3951, 3954, 3955, 3958, 3959, 3962, 3963, 3967, 3972, 3971, 4010, 4009, 4061, 4062, 4063, 4067, 4068, 4073, 4076, 4077, 4080, 4081, 4086, 4085, 4099, 4100, 4099, 4111, 4112, 4114, 4115, 4118, 4122, 4125, 4131, 4135, 4144, 4154, 4156, 4165, 4173, 4181, 4189, 4193, 4197, 4198, 4201, 4202, 4205, 4209, 4213, 4214, 4217, 4221, 4222, 4222, 4229, 4228, 4242, 4241, 4254, 4255, 4254, 4269, 4269, 4293, 4294, 4295, 4299, 4300, 4305, 4313, 4324, 4325, 4335, 4338, 4339, 4343, 4344, 4348, 4350, 4352, 4357, 4362, 4363, 4361, 4386, 4411, 4416, 4417, 4421, 4438, 4437, 4442, 4443, 4447, 4452, 4451, 4466, 4483, 4488, 4532, 4533, 4537, 4538, 4538, 4543, 4544, 4549, 4561, 4575, 4577, 4582, 4583, 4588, 4587, 4623, 4624, 4731, 4732, 4733, 4734, 4735, 4752, 4845, 4846 }; #endif #if YYDEBUG || YYERROR_VERBOSE || 0 /* YYTNAME[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", "','", "':'", "'='", "TOK_NEQV", "TOK_EQV", "TOK_XOR", "TOK_OR", "TOK_AND", "TOK_NOT", "TOK_NE", "TOK_EQ", "TOK_GE", "TOK_LE", "TOK_GT", "TOK_LT", "TOK_DSLASH", "'+'", "'-'", "'*'", "TOK_SLASH", "TOK_DASTER", "TOK_SEMICOLON", "TOK_PARAMETER", "TOK_RESULT", "TOK_ONLY", "TOK_INCLUDE", "TOK_SUBROUTINE", "TOK_PROGRAM", "TOK_FUNCTION", "TOK_LABEL_FORMAT", "TOK_LABEL_CONTINUE", "TOK_LABEL_END_DO", "TOK_MAX", "TOK_TANH", "TOK_COMMENT", "TOK_WHERE", "TOK_ELSEWHEREPAR", "TOK_ELSEWHERE", "TOK_ENDWHERE", "TOK_MAXVAL", "TOK_TRIM", "TOK_NULL_PTR", "TOK_SUM", "TOK_SQRT", "TOK_CASE", "TOK_SELECTCASE", "TOK_FILE", "TOK_REC", "TOK_NAME_EQ", "TOK_IOLENGTH", "TOK_ACCESS", "TOK_ACTION", "TOK_FORM", "TOK_RECL", "TOK_STATUS", "TOK_UNIT", "TOK_OPENED", "TOK_FMT", "TOK_NML", "TOK_END", "TOK_EOR", "TOK_EOF", "TOK_ERR", "TOK_POSITION", "TOK_IOSTAT", "TOK_IOMSG", "TOK_EXIST", "TOK_MIN", "TOK_FLOAT", "TOK_EXP", "TOK_LEN", "TOK_COS", "TOK_COSH", "TOK_ACOS", "TOK_NINT", "TOK_CYCLE", "TOK_SIN", "TOK_SINH", "TOK_ASIN", "TOK_EQUIVALENCE", "TOK_BACKSPACE", "TOK_LOG", "TOK_TAN", "TOK_ATAN", "TOK_RECURSIVE", "TOK_ABS", "TOK_MOD", "TOK_SIGN", "TOK_MINLOC", "TOK_MAXLOC", "TOK_EXIT", "TOK_KIND", "TOK_MOLD", "TOK_SOURCE", "TOK_ERRMSG", "TOK_MINVAL", "TOK_PUBLIC", "TOK_PRIVATE", "TOK_ALLOCATABLE", "TOK_RETURN", "TOK_THEN", "TOK_ELSEIF", "TOK_ELSE", "TOK_ENDIF", "TOK_PRINT", "TOK_PLAINGOTO", "TOK_LOGICALIF", "TOK_LOGICALIF_PAR", "TOK_PLAINDO", "TOK_CONTAINS", "TOK_ENDDO", "TOK_MODULE", "TOK_ENDMODULE", "TOK_WHILE", "TOK_CONCURRENT", "TOK_ALLOCATE", "TOK_OPEN", "TOK_CLOSE", "TOK_INQUIRE", "TOK_WRITE_PAR", "TOK_WRITE", "TOK_FLUSH", "TOK_READ_PAR", "TOK_READ", "TOK_REWIND", "TOK_DEALLOCATE", "TOK_NULLIFY", "TOK_DIMENSION", "TOK_ENDSELECT", "TOK_EXTERNAL", "TOK_INTENT", "TOK_INTRINSIC", "TOK_NAMELIST", "TOK_DEFAULT", "TOK_OPTIONAL", "TOK_POINTER", "TOK_CONTINUE", "TOK_SAVE", "TOK_TARGET", "TOK_IMPLICIT", "TOK_NONE", "TOK_CALL", "TOK_STAT", "TOK_POINT_TO", "TOK_COMMON", "TOK_GLOBAL", "TOK_LEFTAB", "TOK_RIGHTAB", "TOK_PAUSE", "TOK_PROCEDURE", "TOK_STOP", "TOK_FOURDOTS", "TOK_HEXA", "TOK_ASSIGNTYPE", "TOK_OUT", "TOK_INOUT", "TOK_IN", "TOK_USE", "TOK_EQUALEQUAL", "TOK_SLASHEQUAL", "TOK_INFEQUAL", "TOK_SUPEQUAL", "TOK_TRUE", "TOK_FALSE", "TOK_LABEL", "TOK_LABEL_DJVIEW", "TOK_PLAINDO_LABEL_DJVIEW", "TOK_PLAINDO_LABEL", "TOK_TYPE", "TOK_TYPEPAR", "TOK_ENDTYPE", "TOK_COMMACOMPLEX", "TOK_REAL", "TOK_INTEGER", "TOK_LOGICAL", "TOK_DOUBLEPRECISION", "TOK_ENDSUBROUTINE", "TOK_ENDFUNCTION", "TOK_ENDPROGRAM", "TOK_ENDUNIT", "TOK_CHARACTER", "TOK_CHAR_CONSTANT", "TOK_CHAR_CUT", "TOK_DATA", "TOK_CHAR_MESSAGE", "TOK_CSTREAL", "TOK_COMPLEX", "TOK_DOUBLECOMPLEX", "TOK_NAME", "TOK_CSTINT", "'('", "')'", "'<'", "'>'", "'\\n'", "'/'", "'%'", "'_'", "'['", "']'", "$accept", "input", "line", "line-break", "suite_line_list", "suite_line", "fin_line", "program-unit", "external-subprogram", "filename", "opt_comma", "uexpr", "signe", "operation", "after_slash", "after_equal", "lhs", "beforefunctionuse", "array_ele_substring_func_ref", "$@4", "$@5", "begin_array", "$@6", "structure_component", "funarglist", "funargs", "funarg", "triplet", "ident", "simple_const", "string_constant", "opt_substring", "opt_expr", "specification-part", "opt-use-stmt-list", "opt-declaration-construct-list", "declaration-construct-list", "declaration-construct", "opt-execution-part", "execution-part", "opt-execution-part-construct-list", "execution-part-construct-list", "execution-part-construct", "opt-internal-subprogram-part", "internal-subprogram-part", "opt-internal-subprogram", "internal-subprogram-list", "internal-subprogram", "other-specification-stmt", "executable-construct", "action-stmt", "keyword", "scalar-constant", "constant", "literal-constant", "named-constant", "opt-label", "label", "opt-label-djview", "label-djview", "type-param-value", "declaration-type-spec", "$@7", "intrinsic-type-spec", "$@8", "$@9", "$@10", "$@11", "$@12", "$@13", "opt-kind-selector", "kind-selector", "signed-int-literal-constant", "int-literal-constant", "kind-param", "signed-real-literal-constant", "real-literal-constant", "complex-literal-constant", "real-part", "imag-part", "opt-char_length-star", "opt-char-selector", "char-selector", "length-selector", "char-length", "char-literal-constant", "logical-literal-constant", "derived-type-def", "$@14", "derived-type-stmt", "opt-type-attr-spec-list-comma-fourdots", "opt-type-attr-spec-list-comma", "type-attr-spec-list", "type-attr-spec", "type-param-name-list", "type-param-name", "end-type-stmt", "opt-component-part", "component-part", "component-def-stmt", "data-component-def-stmt", "opt-component-attr-spec-list-comma-2points", "component-attr-spec-list", "component-attr-spec", "component-decl-list", "component-decl", "opt-component-array-spec", "component-array-spec", "opt-component-initialization", "component-initialization", "initial-data-target", "derived-type-spec", "type-param-spec-list", "type-param-spec", "structure-constructor", "component-spec-list", "component-spec", "component-data-source", "array-constructor", "ac-spec", "lbracket", "rbracket", "ac-value-list", "ac-value", "ac-implied-do", "ac-implied-do-control", "ac-do-variable", "type-declaration-stmt", "$@15", "$@16", "opt-attr-spec-construct", "opt-attr-spec-comma-list", "attr-spec-comma-list", "attr-spec", "$@17", "$@18", "entity-decl-list", "entity-decl", "object-name", "object-name-noident", "opt-initialization", "initialization", "null-init", "access-spec", "opt-array-spec-par", "$@19", "array-spec", "explicit-shape-spec-list", "explicit-shape-spec", "lower-bound", "upper-bound", "assumed-shape-spec-list", "assumed-shape-spec", "deferred-shape-spec-list", "deferred-shape-spec", "assumed-size-spec", "opt-explicit-shape-spec-list-comma", "opt-lower-bound-2points", "implied-shape-spec-list", "implied-shape-spec", "intent-spec", "access-stmt", "$@20", "opt-access-id-list", "access-id-list", "access-id", "data-stmt", "$@21", "opt-data-stmt-set-nlist", "data-stmt-set-nlist", "data-stmt-set", "data-stmt-object-list", "data-stmt-value-list", "data-stmt-object", "data-implied-do", "data-i-do-object-list", "data-i-do-object", "data-i-do-variable", "data-stmt-value", "opt-data-stmt-star", "data-stmt-constant", "scalar-constant-subobject", "constant-subobject", "dimension-stmt", "$@22", "$@23", "array-name-spec-list", "$@24", "$@25", "parameter-stmt", "$@26", "$@27", "named-constant-def-list", "named-constant-def", "save-stmt", "$@28", "$@29", "opt-TOK_FOURDOTS", "opt-saved-entity-list", "saved-entity-list", "saved-entity", "proc-pointer-name", "get_my_position", "implicit-stmt", "$@30", "implicit-spec-list", "implicit-spec", "letter-spec-list", "letter-spec", "namelist-stmt", "opt-namelist-other", "namelist-group-object-list", "namelist-group-object", "equivalence-stmt", "equivalence-set-list", "equivalence-set", "$@31", "equivalence-object-list", "equivalence-object", "common-stmt", "$@32", "$@33", "opt-common-block-name", "common-block-name", "opt-comma", "opt-common-block-list", "common-block-object-list", "common-block-object", "$@34", "designator", "scalar-variable", "variable", "variable-name", "scalar-logical-variable", "logical-variable", "char-variable", "scalar-default-char-variable", "default-char-variable", "scalar-int-variable", "int-variable", "substring", "substring-range", "data-ref", "opt-part-ref", "part-ref", "$@35", "scalar-structure-component", "structure-component", "array-element", "array-section", "section-subscript-list", "section-subscript", "section_subscript_ambiguous", "vector-subscript", "allocate-stmt", "$@36", "$@37", "opt-alloc-opt-list-comma", "alloc-opt-list", "alloc-opt", "stat-variable", "errmsg-variable", "allocation-list", "allocation", "allocate-object", "opt-allocate-shape-spec-list-par", "allocate-shape-spec-list", "allocate-shape-spec", "opt-lower-bound-expr", "lower-bound-expr", "upper-bound-expr", "deallocate-stmt", "$@38", "$@39", "allocate-object-list", "opt-dealloc-opt-list-comma", "dealloc-opt-list", "dealloc-opt", "primary", "level-1-expr", "mult-operand", "add-operand", "level-2-expr", "power-op", "mult-op", "add-op", "level-3-expr", "concat-op", "level-4-expr", "rel-op", "and-operand", "or-operand", "equiv-operand", "level-5-expr", "not-op", "and-op", "or-op", "equiv-op", "expr", "scalar-default-char-expr", "default-char-expr", "int-expr", "opt-scalar-int-expr", "scalar-int-expr", "specification-expr", "constant-expr", "scalar-default-char-constant-expr", "default-char-constant-expr", "scalar-int-constant-expr", "int-constant-expr", "assignment-stmt", "pointer-assignment-stmt", "opt-bounds-spec-list-par", "bounds-spec-list", "bounds-remapping-list", "bounds-spec", "bounds-remapping", "data-target", "procedure-component-name", "proc-component-ref", "proc-target", "where-stmt", "where-construct", "opt-where-body-construct", "opt-masked-elsewhere-construct", "opt-elsewhere-construct", "where-construct-stmt", "where-body-construct", "where-assignment-stmt", "mask-expr", "masked-elsewhere-stmt", "elsewhere-stmt", "end-where-stmt", "forall-header", "block", "opt-execution-part-construct", "do-construct", "block-do-construct", "label-do-stmt", "label-do-stmt-djview", "nonlabel-do-stmt", "loop-control", "do-variable", "do-block", "end-do", "end-do-stmt", "nonblock-do-construct", "action-term-do-construct", "do-term-action-stmt", "do-term-action-stmt-special", "outer-shared-do-construct", "label-do-stmt-djview-do-block-list", "inner-shared-do-construct", "do-term-shared-stmt", "opt-do-construct-name", "cycle-stmt", "if-construct", "opt-else-if-stmt-block", "else-if-stmt-block", "opt-else-stmt-block", "else-stmt-block", "if-then-stmt", "else-if-stmt", "else-stmt", "end-if-stmt", "if-stmt", "case-construct", "opt_case-stmt-block", "case-stmt-block", "select-case-stmt", "$@40", "$@41", "case-stmt", "end-select-stmt", "$@42", "$@43", "case-selector", "$@44", "case-value-range-list", "case-value-range", "case-value", "exit-stmt", "goto-stmt", "arithmetic-if-stmt", "continue-stmt", "stop-stmt", "stop-code", "io-unit", "file-unit-number", "internal-file-variable", "open-stmt", "$@45", "$@46", "connect-spec-list", "connect-spec", "file-name-expr", "iomsg-variable", "close-stmt", "$@47", "close-spec-list", "close-spec", "read-stmt", "write-stmt", "print-stmt", "io-control-spec-list", "namelist-group-name", "io-control-spec", "format", "input-item-list", "input-item", "output-item-list", "output-item", "io-implied-do", "io-implied-do-object-list", "io-implied-do-object", "io-implied-do-control", "rewind-stmt", "position-spec-list", "position-spec", "flush-stmt", "flush-spec-list", "flush-spec", "inquire-stmt", "$@48", "$@49", "set_in_inquire", "inquire-spec-list", "inquire-spec", "format-stmt", "module", "$@50", "opt-module-subprogram-part", "module-stmt", "$@51", "end-module-stmt", "$@52", "opt-tok-module", "opt-ident", "module-subprogram-part", "opt-module-subprogram-list", "module-subprogram-list", "module-subprogram", "use-stmt-list", "save_olduse", "use-stmt", "$@53", "$@54", "opt-module-nature-2points", "opt-only-list", "main-program", "opt-specification-part", "program-stmt", "$@55", "end-program-stmt", "$@56", "$@57", "opt-tok-program", "opt-tok-name", "module-nature", "opt-rename-list", "rename-list", "rename", "only-list", "only", "only-use-name", "generic-spec", "external-stmt", "external-name-list", "external-name", "intrinsic-stmt", "intrinsic-procedure-name-list", "intrinsic-procedure-name", "function-reference", "$@58", "call-stmt", "$@59", "$@60", "$@61", "$@62", "before-call-stmt", "$@63", "procedure-designator", "actual-arg-spec-list", "actual-arg-spec", "actual-arg", "opt-prefix", "prefix", "prefix-spec", "function-subprogram", "function-stmt", "$@64", "$@65", "function-name", "dummy-arg-name", "opt-suffix", "suffix", "end-function-stmt", "$@66", "opt-tok-function", "subroutine-subprogram", "subroutine-stmt", "$@67", "subroutine-name", "end-subroutine-stmt", "close_subroutine", "opt-tok-subroutine", "opt-dummy-arg-list-par", "$@68", "opt-dummy-arg-list", "dummy-arg-list", "dummy-arg", "return-stmt", "contains-stmt", "$@69", "opt_name", "after_rewind", "declare_after_percent", "pointer_name_list", YY_NULL }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 44, 58, 61, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 43, 45, 42, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 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, 40, 41, 60, 62, 10, 47, 37, 95, 91, 93 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint16 yyr1[] = { 0, 203, 204, 204, 205, 205, 205, 206, 206, 206, 206, 206, 207, 207, 207, 208, 208, 208, 209, 210, 210, 210, 211, 211, 212, 213, 213, 214, 214, 214, 214, 214, 215, 215, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 217, 217, 217, 217, 218, 218, 219, 219, 219, 220, 221, 221, 222, 221, 223, 221, 224, 225, 224, 226, 227, 227, 228, 228, 229, 229, 230, 230, 230, 230, 230, 230, 230, 231, 232, 232, 232, 232, 232, 232, 232, 232, 233, 233, 233, 233, 234, 234, 235, 235, 236, 237, 237, 238, 238, 239, 239, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 241, 241, 242, 243, 243, 244, 244, 245, 245, 246, 246, 247, 248, 248, 249, 249, 250, 250, 251, 251, 251, 251, 251, 251, 251, 251, 251, 252, 252, 252, 252, 252, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 254, 255, 256, 256, 257, 257, 257, 257, 257, 258, 259, 259, 260, 260, 261, 261, 262, 263, 263, 263, 265, 264, 264, 264, 267, 266, 268, 266, 269, 266, 270, 266, 271, 266, 272, 266, 273, 273, 274, 274, 274, 275, 275, 276, 276, 277, 277, 278, 278, 279, 279, 280, 281, 281, 281, 282, 282, 282, 283, 283, 284, 284, 285, 285, 285, 285, 285, 286, 286, 286, 286, 287, 287, 288, 288, 288, 289, 289, 291, 290, 292, 292, 293, 293, 294, 294, 295, 295, 296, 297, 297, 298, 299, 299, 300, 300, 301, 301, 302, 303, 304, 304, 304, 305, 305, 306, 306, 306, 306, 307, 307, 308, 309, 309, 310, 310, 311, 311, 312, 312, 312, 313, 314, 314, 315, 315, 316, 316, 317, 317, 318, 318, 319, 319, 320, 320, 320, 321, 321, 322, 323, 324, 325, 325, 326, 326, 327, 328, 328, 329, 331, 332, 330, 333, 333, 334, 334, 335, 335, 336, 336, 337, 336, 336, 338, 336, 336, 336, 336, 336, 336, 336, 339, 339, 340, 341, 342, 343, 343, 344, 344, 344, 345, 346, 346, 347, 348, 347, 349, 349, 349, 349, 349, 350, 350, 351, 351, 352, 353, 354, 354, 355, 355, 356, 356, 357, 358, 359, 359, 360, 360, 361, 361, 362, 363, 363, 363, 365, 364, 366, 366, 367, 367, 368, 368, 370, 369, 371, 371, 372, 372, 373, 374, 374, 375, 375, 376, 376, 377, 377, 378, 378, 379, 379, 379, 380, 381, 381, 381, 381, 381, 381, 381, 381, 382, 382, 383, 383, 383, 383, 383, 383, 383, 384, 385, 387, 388, 386, 390, 389, 391, 389, 393, 394, 392, 395, 395, 396, 398, 399, 397, 400, 400, 401, 401, 402, 402, 403, 403, 403, 404, 405, 406, 407, 406, 408, 408, 409, 410, 410, 411, 411, 412, 413, 413, 414, 414, 415, 416, 417, 417, 419, 418, 420, 420, 421, 421, 421, 423, 424, 422, 425, 425, 426, 426, 427, 427, 428, 428, 429, 429, 430, 431, 430, 432, 432, 432, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 443, 443, 444, 445, 446, 446, 447, 448, 447, 449, 450, 451, 452, 452, 453, 453, 453, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 455, 455, 455, 455, 455, 455, 456, 458, 459, 457, 460, 460, 461, 461, 462, 462, 463, 464, 465, 465, 466, 467, 467, 468, 468, 469, 469, 470, 471, 471, 472, 473, 475, 476, 474, 477, 477, 478, 478, 479, 479, 480, 480, 481, 481, 481, 481, 481, 482, 483, 483, 484, 484, 485, 485, 485, 485, 485, 486, 487, 487, 488, 488, 489, 489, 490, 491, 491, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 493, 493, 494, 494, 495, 495, 496, 496, 497, 498, 499, 500, 500, 501, 502, 503, 504, 505, 505, 506, 507, 508, 509, 510, 511, 512, 513, 513, 514, 514, 514, 515, 515, 516, 516, 517, 517, 518, 519, 520, 521, 522, 523, 523, 523, 524, 525, 526, 526, 527, 527, 528, 528, 529, 530, 530, 530, 531, 532, 533, 533, 534, 534, 535, 535, 536, 537, 538, 538, 539, 539, 539, 540, 540, 541, 541, 541, 541, 542, 542, 542, 542, 543, 543, 543, 543, 544, 544, 544, 544, 545, 546, 547, 547, 548, 548, 549, 549, 550, 551, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 552, 553, 553, 554, 554, 555, 556, 557, 557, 558, 559, 560, 560, 560, 561, 562, 562, 562, 563, 564, 564, 565, 565, 566, 566, 567, 567, 568, 569, 570, 570, 570, 571, 573, 572, 574, 572, 575, 575, 577, 576, 578, 576, 580, 579, 579, 581, 581, 582, 582, 582, 582, 583, 584, 584, 585, 586, 587, 588, 588, 589, 589, 590, 590, 590, 591, 592, 594, 595, 593, 596, 596, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 598, 599, 601, 600, 602, 602, 603, 603, 603, 603, 603, 604, 604, 604, 604, 605, 605, 606, 606, 607, 607, 608, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 610, 610, 610, 611, 611, 612, 612, 613, 613, 614, 614, 615, 616, 616, 617, 617, 618, 618, 619, 619, 620, 620, 621, 621, 621, 621, 621, 622, 622, 623, 623, 624, 624, 624, 624, 624, 626, 625, 627, 625, 628, 629, 629, 630, 630, 630, 630, 630, 630, 630, 630, 630, 630, 630, 631, 633, 632, 634, 634, 636, 635, 638, 637, 639, 639, 640, 640, 641, 642, 642, 643, 643, 644, 644, 645, 645, 646, 648, 647, 649, 647, 650, 650, 650, 651, 651, 652, 653, 653, 241, 241, 655, 654, 657, 658, 656, 659, 659, 660, 660, 661, 662, 662, 663, 663, 664, 665, 665, 666, 666, 666, 667, 668, 669, 669, 670, 670, 671, 672, 673, 673, 674, 675, 676, 675, 678, 677, 679, 677, 680, 681, 677, 683, 682, 684, 684, 684, 685, 685, 686, 686, 687, 687, 687, 688, 688, 689, 689, 690, 690, 690, 691, 693, 694, 692, 695, 696, 697, 697, 698, 700, 699, 701, 701, 702, 704, 703, 705, 706, 707, 708, 708, 709, 710, 709, 711, 711, 712, 712, 713, 713, 714, 714, 716, 715, 717, 717, 718, 718, 718, 718, 718, 719, 720, 720 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 0, 2, 1, 1, 1, 2, 1, 1, 3, 2, 1, 3, 3, 1, 3, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 1, 2, 2, 2, 1, 1, 1, 1, 0, 1, 2, 0, 5, 0, 6, 1, 0, 5, 4, 1, 2, 1, 3, 1, 1, 3, 5, 4, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 1, 0, 1, 0, 1, 2, 0, 1, 0, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 2, 0, 1, 1, 2, 1, 1, 0, 1, 3, 0, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 2, 3, 3, 0, 3, 0, 3, 0, 3, 0, 3, 0, 3, 0, 3, 0, 1, 3, 5, 2, 1, 2, 1, 3, 1, 1, 1, 2, 1, 3, 5, 1, 1, 1, 1, 1, 1, 0, 2, 0, 1, 1, 9, 5, 5, 9, 3, 5, 2, 3, 3, 1, 1, 1, 1, 1, 1, 0, 4, 4, 7, 0, 2, 0, 2, 1, 3, 1, 1, 3, 1, 2, 3, 0, 1, 1, 2, 1, 4, 0, 1, 3, 1, 3, 1, 1, 4, 1, 1, 3, 4, 0, 3, 1, 1, 0, 1, 2, 2, 2, 1, 1, 4, 1, 3, 1, 3, 3, 4, 1, 3, 1, 3, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 1, 1, 5, 5, 7, 1, 0, 0, 6, 0, 2, 0, 1, 2, 3, 1, 1, 0, 5, 1, 0, 5, 1, 1, 1, 1, 1, 1, 1, 3, 4, 1, 1, 0, 1, 2, 2, 2, 1, 1, 1, 0, 0, 4, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 1, 2, 1, 3, 1, 3, 0, 2, 0, 2, 1, 3, 2, 1, 1, 1, 0, 4, 0, 2, 1, 3, 1, 1, 0, 5, 0, 1, 2, 3, 4, 1, 3, 1, 3, 1, 1, 9, 11, 1, 3, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 0, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 6, 0, 5, 0, 7, 0, 0, 7, 1, 3, 3, 0, 0, 6, 0, 1, 0, 1, 1, 3, 1, 1, 1, 1, 0, 4, 0, 5, 1, 3, 4, 1, 3, 1, 3, 7, 0, 6, 1, 3, 1, 3, 1, 3, 0, 6, 1, 3, 1, 1, 1, 0, 0, 7, 0, 1, 1, 3, 0, 1, 0, 4, 1, 3, 1, 0, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 3, 2, 0, 3, 1, 0, 5, 1, 1, 1, 1, 4, 0, 1, 3, 2, 1, 2, 3, 4, 2, 1, 3, 4, 2, 1, 2, 3, 4, 2, 0, 1, 0, 0, 8, 0, 2, 1, 3, 2, 3, 1, 1, 1, 3, 2, 1, 1, 0, 3, 1, 3, 2, 0, 2, 1, 1, 0, 0, 8, 1, 3, 0, 2, 1, 3, 2, 3, 1, 1, 1, 1, 3, 1, 1, 3, 1, 3, 1, 2, 3, 1, 2, 1, 1, 1, 1, 1, 1, 3, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 3, 1, 3, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 5, 7, 4, 0, 3, 1, 3, 1, 3, 2, 3, 1, 1, 3, 1, 1, 1, 5, 5, 0, 2, 0, 3, 0, 3, 5, 1, 1, 1, 1, 1, 4, 5, 2, 3, 2, 3, 0, 1, 0, 2, 1, 1, 1, 3, 3, 4, 2, 5, 3, 4, 2, 5, 3, 4, 2, 5, 3, 6, 8, 5, 3, 1, 1, 1, 2, 3, 4, 1, 1, 3, 2, 1, 1, 1, 1, 1, 1, 1, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 4, 3, 2, 3, 3, 2, 0, 1, 3, 5, 0, 1, 2, 2, 0, 1, 2, 2, 8, 6, 6, 7, 2, 3, 2, 3, 5, 3, 0, 1, 2, 2, 0, 8, 0, 6, 3, 4, 0, 3, 0, 4, 0, 4, 1, 1, 3, 1, 2, 2, 3, 1, 2, 3, 3, 10, 3, 2, 3, 1, 1, 1, 1, 1, 1, 1, 0, 0, 7, 1, 3, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 1, 1, 0, 6, 1, 3, 1, 2, 2, 2, 3, 5, 6, 4, 6, 5, 6, 4, 6, 1, 3, 1, 1, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 5, 1, 3, 1, 1, 5, 7, 3, 5, 1, 3, 1, 2, 2, 2, 2, 3, 5, 1, 3, 1, 2, 2, 2, 2, 0, 7, 0, 9, 0, 1, 3, 1, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 0, 5, 0, 1, 0, 4, 0, 6, 0, 1, 0, 1, 2, 0, 1, 1, 2, 1, 1, 1, 2, 0, 0, 8, 0, 11, 0, 1, 3, 0, 1, 5, 0, 1, 0, 1, 0, 4, 0, 0, 6, 0, 1, 0, 1, 1, 0, 2, 1, 3, 3, 1, 3, 1, 1, 1, 1, 1, 3, 4, 1, 3, 1, 4, 1, 3, 1, 3, 0, 5, 0, 3, 0, 5, 0, 0, 7, 0, 4, 1, 1, 1, 1, 3, 1, 3, 1, 1, 1, 0, 1, 1, 2, 1, 1, 1, 5, 0, 0, 10, 1, 1, 0, 1, 4, 0, 7, 0, 1, 5, 0, 6, 1, 6, 0, 0, 1, 0, 0, 4, 0, 1, 1, 3, 1, 1, 3, 4, 0, 4, 1, 1, 3, 3, 1, 3, 1, 0, 1, 3 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint16 yydefact[] = { 2, 0, 1, 6, 8, 0, 0, 17, 9, 1019, 1018, 0, 18, 3, 4, 5, 12, 15, 20, 1017, 0, 21, 106, 19, 106, 0, 201, 1015, 22, 106, 23, 106, 24, 18, 960, 928, 207, 205, 215, 209, 213, 211, 88, 303, 0, 0, 7, 11, 18, 201, 202, 957, 108, 0, 107, 943, 191, 191, 0, 0, 1018, 1016, 191, 191, 16, 0, 0, 217, 217, 217, 217, 241, 217, 0, 203, 204, 10, 13, 14, 453, 0, 0, 364, 365, 25, 0, 462, 0, 499, 193, 25, 263, 254, 256, 0, 255, 88, 194, 536, 105, 109, 110, 116, 0, 192, 0, 112, 259, 117, 201, 400, 142, 144, 145, 0, 113, 150, 0, 0, 115, 149, 146, 143, 520, 0, 518, 529, 534, 517, 515, 516, 118, 119, 120, 706, 704, 704, 707, 733, 734, 121, 123, 114, 147, 148, 122, 945, 944, 0, 192, 924, 927, 201, 0, 0, 103, 0, 0, 0, 0, 0, 0, 909, 0, 0, 0, 0, 0, 88, 133, 125, 191, 151, 0, 156, 162, 157, 172, 178, 155, 684, 152, 161, 154, 704, 169, 153, 782, 164, 163, 180, 160, 177, 171, 159, 174, 179, 173, 176, 165, 170, 158, 994, 175, 1036, 1041, 1024, 0, 133, 133, 961, 929, 0, 0, 208, 218, 206, 216, 210, 0, 0, 214, 242, 243, 212, 200, 645, 618, 619, 199, 1004, 0, 257, 258, 1005, 230, 224, 0, 321, 536, 0, 601, 307, 613, 185, 186, 188, 189, 187, 0, 305, 602, 0, 600, 605, 606, 608, 610, 620, 0, 623, 637, 639, 641, 643, 650, 0, 653, 656, 198, 603, 0, 0, 923, 492, 0, 490, 26, 720, 0, 0, 0, 986, 0, 984, 463, 0, 0, 502, 712, 0, 0, 0, 0, 0, 506, 0, 413, 418, 520, 417, 0, 537, 111, 0, 0, 0, 0, 654, 201, 334, 398, 0, 462, 462, 201, 0, 0, 0, 0, 654, 533, 728, 191, 195, 195, 950, 1052, 472, 936, 201, 939, 941, 942, 0, 0, 88, 536, 166, 104, 0, 0, 806, 0, 1055, 1054, 168, 564, 820, 838, 0, 0, 818, 0, 0, 0, 589, 0, 811, 652, 660, 662, 813, 659, 814, 661, 0, 0, 0, 962, 134, 126, 191, 129, 131, 132, 0, 0, 0, 0, 1001, 0, 686, 764, 0, 0, 783, 704, 998, 0, 1042, 1034, 1021, 472, 472, 221, 0, 0, 0, 253, 250, 0, 0, 0, 0, 0, 320, 323, 326, 325, 0, 0, 536, 613, 234, 186, 0, 0, 0, 0, 0, 304, 0, 615, 0, 616, 617, 0, 614, 222, 0, 185, 611, 626, 625, 630, 628, 629, 627, 622, 631, 632, 634, 636, 633, 635, 0, 0, 646, 0, 647, 0, 649, 648, 0, 638, 992, 0, 0, 0, 489, 0, 702, 727, 0, 722, 0, 0, 982, 990, 0, 988, 0, 504, 0, 0, 503, 714, 266, 267, 269, 0, 264, 0, 425, 0, 421, 540, 424, 539, 423, 507, 406, 506, 0, 0, 0, 25, 25, 544, 1050, 0, 871, 224, 870, 652, 869, 0, 810, 0, 0, 0, 655, 281, 0, 201, 277, 279, 0, 0, 0, 337, 0, 404, 401, 402, 405, 0, 464, 474, 0, 0, 476, 88, 600, 0, 519, 679, 680, 681, 0, 0, 587, 0, 0, 670, 672, 0, 0, 0, 0, 705, 197, 25, 0, 0, 191, 704, 709, 729, 735, 0, 755, 191, 710, 0, 951, 0, 0, 0, 925, 940, 695, 0, 0, 762, 807, 808, 0, 0, 0, 0, 0, 0, 0, 0, 653, 900, 0, 898, 896, 0, 0, 0, 0, 891, 0, 889, 887, 0, 1062, 0, 812, 0, 201, 955, 0, 130, 0, 816, 0, 0, 0, 0, 0, 0, 0, 0, 88, 524, 819, 858, 815, 817, 0, 861, 855, 860, 0, 0, 0, 0, 0, 694, 692, 693, 688, 685, 691, 0, 768, 765, 704, 798, 796, 0, 792, 784, 781, 785, 996, 0, 995, 1044, 0, 1044, 0, 1020, 0, 1033, 0, 219, 0, 0, 0, 0, 248, 0, 325, 318, 0, 227, 226, 231, 225, 0, 186, 604, 308, 306, 322, 319, 185, 607, 609, 612, 621, 624, 640, 642, 644, 991, 0, 0, 0, 456, 521, 0, 496, 498, 529, 497, 491, 0, 726, 0, 983, 985, 0, 987, 0, 0, 512, 508, 510, 0, 261, 0, 0, 0, 0, 410, 414, 536, 430, 222, 431, 228, 435, 433, 0, 434, 432, 0, 415, 435, 444, 302, 0, 363, 719, 0, 711, 0, 548, 0, 0, 536, 0, 545, 553, 562, 563, 1051, 0, 853, 0, 531, 654, 0, 282, 0, 0, 260, 278, 349, 341, 0, 344, 0, 347, 348, 350, 351, 352, 338, 340, 357, 332, 353, 366, 335, 0, 399, 0, 0, 447, 356, 468, 460, 465, 466, 469, 470, 0, 0, 201, 473, 0, 667, 674, 0, 669, 0, 0, 676, 0, 663, 530, 535, 716, 0, 0, 0, 0, 0, 0, 0, 737, 741, 738, 752, 736, 746, 743, 730, 748, 740, 750, 753, 749, 751, 742, 747, 739, 756, 704, 754, 0, 969, 0, 970, 1053, 932, 0, 788, 578, 540, 579, 567, 575, 580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 825, 0, 823, 0, 0, 0, 0, 842, 0, 840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 912, 0, 910, 901, 904, 528, 902, 527, 526, 837, 525, 903, 0, 0, 892, 895, 894, 893, 0, 0, 592, 594, 0, 167, 0, 135, 201, 138, 140, 141, 965, 191, 868, 816, 859, 863, 857, 862, 864, 865, 866, 867, 0, 0, 0, 0, 849, 1003, 1002, 0, 0, 0, 684, 0, 0, 766, 0, 769, 704, 767, 0, 0, 790, 794, 0, 0, 536, 0, 1011, 1010, 0, 1006, 1008, 1049, 1025, 1048, 0, 1045, 1046, 1035, 0, 1031, 1039, 0, 252, 0, 0, 0, 0, 324, 190, 238, 236, 237, 0, 0, 0, 0, 454, 0, 654, 0, 0, 989, 521, 484, 486, 488, 505, 513, 0, 500, 268, 272, 0, 270, 536, 422, 0, 426, 407, 411, 537, 0, 428, 429, 0, 0, 412, 427, 223, 229, 721, 713, 0, 549, 556, 552, 0, 0, 538, 557, 0, 547, 0, 878, 0, 876, 879, 664, 532, 287, 0, 289, 0, 284, 286, 293, 0, 290, 0, 273, 342, 345, 0, 0, 367, 239, 339, 403, 449, 0, 0, 0, 0, 475, 481, 0, 479, 477, 677, 678, 675, 588, 0, 671, 0, 673, 0, 665, 718, 25, 0, 731, 0, 1060, 1058, 0, 744, 0, 0, 191, 758, 757, 952, 0, 946, 933, 934, 690, 682, 0, 0, 0, 0, 577, 836, 651, 830, 827, 828, 831, 834, 0, 826, 829, 833, 832, 0, 821, 0, 843, 845, 844, 0, 0, 914, 0, 0, 915, 916, 922, 913, 523, 921, 522, 917, 919, 918, 0, 905, 899, 897, 890, 888, 0, 0, 1063, 0, 139, 966, 967, 0, 780, 0, 192, 856, 851, 0, 0, 847, 874, 0, 872, 875, 0, 0, 0, 0, 0, 684, 683, 687, 0, 0, 776, 0, 770, 763, 771, 0, 805, 0, 799, 801, 791, 0, 793, 997, 0, 0, 999, 1043, 0, 1026, 1032, 934, 1040, 934, 220, 0, 249, 0, 246, 245, 536, 0, 0, 330, 232, 993, 658, 458, 457, 0, 0, 494, 0, 725, 0, 0, 506, 388, 511, 0, 0, 0, 0, 0, 0, 190, 437, 182, 183, 184, 439, 440, 442, 443, 441, 436, 438, 309, 0, 0, 311, 313, 676, 315, 316, 317, 416, 550, 0, 0, 554, 546, 0, 558, 561, 878, 883, 884, 875, 0, 881, 0, 854, 0, 0, 283, 0, 239, 0, 280, 274, 388, 0, 354, 333, 388, 0, 358, 388, 0, 448, 461, 467, 0, 0, 478, 674, 0, 0, 715, 0, 732, 0, 0, 32, 33, 91, 71, 94, 257, 258, 254, 256, 255, 230, 224, 0, 0, 27, 63, 65, 62, 536, 28, 101, 653, 0, 0, 759, 0, 0, 971, 972, 0, 935, 930, 789, 0, 0, 568, 569, 576, 565, 0, 582, 0, 0, 835, 824, 0, 846, 841, 839, 920, 0, 911, 0, 0, 0, 593, 595, 596, 590, 786, 968, 963, 773, 0, 0, 852, 0, 848, 850, 0, 0, 0, 698, 0, 700, 689, 0, 777, 0, 778, 803, 0, 797, 802, 795, 536, 1009, 1007, 0, 1047, 0, 1022, 1027, 1038, 1038, 0, 0, 327, 0, 455, 0, 493, 530, 723, 487, 483, 0, 382, 0, 369, 374, 0, 377, 370, 380, 371, 384, 372, 390, 0, 373, 392, 657, 379, 501, 0, 271, 262, 0, 235, 233, 0, 0, 310, 551, 555, 559, 0, 0, 877, 386, 0, 295, 0, 296, 285, 0, 297, 291, 0, 396, 397, 395, 0, 0, 240, 0, 0, 355, 359, 0, 451, 482, 480, 666, 717, 0, 31, 1057, 1059, 30, 1061, 66, 529, 67, 72, 1056, 95, 98, 96, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 29, 745, 191, 953, 0, 0, 947, 0, 574, 571, 0, 0, 0, 0, 581, 584, 586, 822, 907, 906, 598, 0, 0, 0, 0, 0, 0, 0, 873, 0, 0, 696, 699, 701, 0, 779, 800, 804, 1000, 0, 0, 1029, 0, 0, 0, 0, 495, 0, 0, 514, 389, 383, 0, 0, 0, 0, 378, 394, 390, 509, 0, 314, 312, 560, 0, 882, 0, 288, 0, 0, 294, 0, 0, 292, 298, 343, 346, 368, 360, 362, 361, 302, 450, 388, 0, 64, 64, 64, 0, 54, 60, 49, 39, 50, 51, 52, 48, 38, 46, 47, 40, 45, 34, 35, 36, 0, 0, 53, 56, 37, 0, 42, 0, 41, 980, 948, 979, 954, 975, 978, 977, 974, 973, 931, 573, 572, 570, 566, 583, 0, 599, 597, 591, 787, 964, 191, 0, 772, 697, 0, 774, 0, 1023, 0, 1037, 0, 0, 0, 724, 0, 375, 376, 379, 382, 0, 381, 385, 391, 387, 393, 0, 0, 880, 299, 301, 300, 0, 74, 61, 75, 0, 0, 0, 59, 57, 58, 44, 43, 0, 0, 908, 0, 775, 1028, 1030, 244, 247, 328, 0, 383, 0, 419, 0, 452, 72, 87, 76, 77, 80, 79, 68, 0, 73, 949, 976, 809, 0, 485, 0, 0, 0, 85, 0, 86, 70, 329, 420, 885, 84, 0, 78, 81, 0, 83, 0, 886, 82 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int16 yydefgoto[] = { -1, 1, 13, 14, 15, 16, 46, 17, 18, 33, 279, 1304, 1305, 1492, 1599, 1581, 1306, 1661, 1307, 1577, 1578, 1308, 1579, 1309, 1662, 1688, 1689, 1690, 337, 1311, 1312, 1471, 338, 51, 52, 99, 100, 101, 169, 170, 371, 372, 373, 369, 370, 908, 909, 910, 102, 171, 172, 240, 1224, 1225, 241, 974, 173, 104, 555, 1084, 242, 19, 20, 44, 68, 67, 70, 72, 71, 69, 214, 215, 243, 244, 673, 414, 245, 246, 416, 977, 1275, 221, 222, 223, 400, 247, 248, 106, 309, 107, 292, 293, 478, 479, 997, 998, 763, 514, 515, 516, 517, 761, 1037, 1038, 1041, 1042, 1265, 1433, 1565, 1566, 729, 730, 249, 250, 731, 1237, 1238, 1239, 251, 405, 252, 681, 406, 407, 408, 1199, 1200, 108, 109, 1048, 519, 520, 521, 775, 1269, 1270, 778, 779, 788, 780, 1450, 1451, 732, 110, 1050, 1273, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1445, 111, 522, 311, 524, 525, 112, 719, 492, 493, 295, 296, 733, 297, 298, 485, 486, 1001, 734, 1007, 1233, 735, 736, 113, 114, 1055, 786, 1276, 1575, 115, 272, 1207, 694, 695, 116, 117, 1056, 286, 789, 790, 791, 792, 53, 119, 794, 531, 532, 1060, 1061, 120, 1214, 988, 989, 121, 275, 276, 458, 1208, 697, 122, 288, 1217, 475, 793, 494, 994, 713, 714, 1215, 253, 535, 124, 846, 1127, 1128, 620, 892, 893, 1616, 890, 125, 510, 126, 321, 127, 499, 488, 128, 129, 130, 748, 749, 1026, 750, 174, 578, 1504, 1096, 1327, 1328, 1617, 1501, 849, 850, 851, 1098, 1331, 1332, 1333, 1334, 1065, 175, 599, 1515, 904, 1139, 1348, 1349, 254, 255, 256, 257, 258, 424, 427, 259, 260, 446, 261, 447, 262, 263, 264, 265, 266, 449, 451, 454, 267, 1099, 1100, 268, 511, 352, 1415, 1205, 362, 363, 364, 365, 176, 177, 318, 543, 544, 545, 546, 1242, 538, 539, 1243, 178, 179, 382, 636, 934, 180, 637, 638, 573, 935, 1163, 1164, 704, 322, 323, 181, 134, 135, 557, 136, 280, 464, 324, 558, 559, 137, 138, 560, 822, 139, 561, 562, 1085, 340, 182, 183, 640, 641, 939, 940, 184, 642, 941, 1171, 185, 186, 385, 386, 187, 1516, 1094, 387, 648, 947, 1179, 645, 943, 1175, 1176, 1177, 188, 189, 190, 191, 192, 366, 621, 622, 623, 193, 579, 1337, 863, 864, 1101, 894, 194, 580, 870, 871, 195, 196, 197, 624, 625, 626, 627, 1155, 1254, 1029, 1030, 1031, 1257, 1258, 1558, 198, 596, 597, 199, 588, 589, 200, 1344, 1621, 350, 884, 885, 375, 21, 328, 150, 22, 66, 570, 1499, 1091, 1323, 151, 329, 330, 331, 54, 326, 55, 1321, 1670, 567, 1607, 23, 56, 24, 65, 605, 606, 1517, 1144, 1353, 840, 1089, 1319, 1608, 1609, 1610, 1611, 526, 143, 283, 284, 144, 470, 471, 270, 692, 201, 389, 948, 651, 1380, 202, 630, 271, 953, 954, 955, 25, 26, 27, 28, 29, 655, 1532, 207, 958, 1383, 1384, 657, 1635, 1189, 30, 31, 654, 205, 659, 1533, 1191, 391, 653, 959, 960, 961, 203, 152, 568, 346, 1081, 1576, 601 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -1394 static const yytype_int16 yypact[] = { -1394, 1431, -1394, -1394, -1394, -49, -36, -1394, -1394, -1394, 39, 837, -1394, -1394, 155, 218, -1394, -1394, -1394, -1394, 855, -1394, 194, -1394, 194, 189, 624, -1394, -1394, 194, -1394, 194, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 101, 233, 268, -1394, -1394, -1394, 869, -1394, -1394, 4057, 229, 194, -1394, 512, 2546, 303, 355, -1394, -1394, 2546, 2546, -1394, 188, 188, 86, 86, 86, 86, 95, 86, 132, -1394, -1394, -1394, -1394, -1394, -1394, 188, 361, -1394, -1394, 98, 296, 421, 598, -1394, -1394, 98, 109, -1394, -1394, 800, -1394, 658, -1394, 434, -1394, 4057, -1394, -1394, 313, 697, 495, -1394, -1394, -1394, 549, 422, -1394, -1394, -1394, 604, -1394, -1394, 625, 651, -1394, -1394, -1394, -1394, -18, 764, -1394, 615, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 691, -1394, -1394, -1394, 892, 667, 669, 1351, 432, -53, 475, 674, 676, 683, -1394, 3782, 3837, 687, 690, 3574, 812, 731, -1394, 4247, -1394, 1042, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 827, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 709, -1394, -1394, 716, -1394, 729, 731, 731, 155, 155, 700, 3103, -1394, -1394, -1394, -1394, -1394, 411, 1061, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 3867, -1394, -1394, -1394, 727, 730, 3882, -1394, 87, 927, -1394, -1394, -1394, 760, -1394, -1394, 495, -1394, 82, -1394, -1394, 3867, -1394, -1394, 932, -1394, 756, 253, 1456, 951, -1394, -1394, 947, 949, 781, 2103, -1394, -1394, -1394, -1394, 768, 769, 155, -1394, 103, -1394, -1394, 155, 322, 188, 783, -1394, 118, -1394, -1394, 786, 789, 610, 155, 188, 699, 790, 433, 487, 130, 608, -1394, -1394, -1394, -1394, 13, -1394, -1394, 3574, 3585, 188, 967, 3882, 657, 210, -1394, 795, 421, 421, 14, 3913, 3882, 843, 3882, 3882, 798, -1394, 4169, 409, 834, 263, -1394, -1394, -1394, 895, -1394, -1394, -1394, 3882, 3882, 336, 434, -1394, -1394, 188, 188, 155, 188, -1394, -1394, -1394, -1394, -1394, -1394, 811, 3434, -1394, 188, 3464, 188, -1394, 819, 155, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 188, 362, 188, -1394, -1394, -1394, 4270, -1394, -1394, -1394, 3882, 3133, 3133, 3585, -1394, 1014, 556, 918, -5, 76, -1394, -1394, 841, 188, -1394, -1394, -1394, -1394, -1394, -1394, 1031, 846, 132, -1394, -1394, 1032, 1038, 112, 3867, 898, 1048, -1394, -1394, -1394, 644, 644, 482, 871, -1394, 879, 888, 1456, 874, 132, 132, -1394, 868, -1394, 1456, -1394, -1394, 1456, -1394, -1394, 1456, 901, 756, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 2103, 2103, -1394, 3882, -1394, 3882, -1394, -1394, 3882, -1394, 882, 887, 697, 361, 155, 886, -1394, -1394, 1087, 155, 118, 783, 155, -1394, 160, -1394, 1073, -1394, 906, 908, -1394, 155, 1101, -1394, -1394, 188, -1394, 913, -1394, 1105, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 169, 800, 800, 762, 98, 98, 1119, 155, 188, -1394, 114, -1394, -1394, -1394, 195, 155, 3882, 916, 1113, -1394, 341, 952, 723, -1394, -1394, 1850, 933, 972, 1126, 188, -1394, 1128, -1394, -1394, 944, 158, -1394, 948, 201, -1394, -1394, 93, 946, -1394, -1394, -1394, -1394, 188, 1146, -1394, 115, 134, -1394, -1394, 697, 188, 957, 819, -1394, -1394, 98, 1149, 1043, 4345, -1394, -1394, -1394, -1394, -25, -1394, 331, -1394, 1025, -1394, 969, 188, 979, -1394, -1394, -1394, 968, 971, 155, 155, 155, 819, 3218, 3519, 2975, 3882, -53, 697, 697, 874, -1394, 137, -1394, 155, 3882, -53, 697, 697, -1394, 138, -1394, 155, 819, -1394, 147, 155, 970, 555, -1394, 987, -1394, 980, -1394, 3882, 3639, 3585, 982, -53, -53, -53, 697, -1394, -1394, -1394, -1394, -1394, -1394, 161, -1394, -1394, -1394, 168, 207, 440, 1060, 697, -1394, -1394, -1394, 1137, -1394, -1394, 984, 803, -1394, -1394, -1394, -1394, 442, 988, -1394, -1394, -1394, -1394, 3882, 155, 83, 188, 83, 996, -1394, 1000, -1394, 3882, -1394, 990, 132, 3882, 3882, -1394, 1187, 874, -1394, 3867, -1394, -1394, -1394, -1394, 234, 1017, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 756, 253, 1175, -1394, 947, 949, -1394, 3882, 1189, 171, -1394, 496, 1195, -1394, -1394, 1007, -1394, -1394, 3882, -1394, 3882, 155, -1394, 786, 155, 819, 1183, 1013, 1204, -1394, 699, 155, 1018, 487, 188, 800, -1394, -1394, 1015, -1394, 1191, -1394, -1394, 176, -1394, 1021, -1394, -1394, 710, -1394, 1191, -1394, 1194, 534, -1394, 155, 188, 155, 188, 1176, -53, 3882, 125, 174, -1394, -1394, 116, -1394, 155, 3960, 155, 188, -1394, 3882, 659, -1394, 819, 485, -1394, -1394, -1394, -1394, 1023, -1394, 1024, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 1215, -1394, 1026, -1394, 1850, 155, 795, 1027, 1218, -1394, -1394, -1394, 1219, -1394, -1394, -1394, 188, 1033, 549, 155, 1034, 155, 3882, 3882, -1394, 3882, 1077, -1394, 188, 155, -1394, -1394, 155, 188, 1062, 501, 1036, 3989, 1039, 1206, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 834, -1394, -1394, 1095, -1394, 1084, 1236, 155, 1130, 476, -1394, -1394, -1394, -1394, 1239, -1394, 1054, 3882, 3882, 3882, 3882, 3882, 1245, 3882, -53, 3882, 697, -1394, 193, -1394, 1246, 3882, -53, 697, -1394, 197, -1394, 3882, 1251, 697, 697, 697, 697, 3882, 697, -53, 697, 697, -1394, 200, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 3434, 188, -1394, -1394, -1394, -1394, 3464, 188, -1394, 1254, 819, -1394, 3882, -1394, 976, -1394, -1394, -1394, 1228, 2759, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 3133, 3650, 425, 909, 155, -1394, -1394, 3882, 3882, 864, -1394, 3882, 505, -1394, 645, -1394, -1394, -1394, 1555, 188, 155, -1394, 188, 188, 87, 1255, -1394, -1394, 202, -1394, -1394, -1394, -1394, -1394, 1065, 1260, -1394, 155, 1071, 1235, 1238, 1075, -1394, 203, 205, 1076, 3867, -1394, -1394, -1394, -1394, -1394, 1080, 211, 3882, 887, -1394, 697, 3882, 1082, 1274, -1394, -1394, 1276, -1394, -1394, -1394, -1394, 908, 567, -1394, -1394, 212, -1394, 182, -1394, 1278, -1394, 155, -1394, 132, 579, -1394, -1394, 3697, 762, -1394, -1394, -1394, -1394, 155, 155, 3882, 1282, -1394, -1394, 3734, 1119, -1394, 1634, 3882, -1394, 3960, -1394, 258, -1394, -1394, 155, -1394, -1394, 1094, -1394, 353, -1394, -1394, 1097, 266, -1394, 188, 155, -1394, -1394, 933, 188, -1394, 1270, -1394, -1394, -1394, 1102, 188, 188, 158, 155, 1272, 214, -1394, -1394, -1394, -1394, -1394, -1394, 1291, -1394, 1292, -1394, 697, 155, 155, 98, 188, 155, 3882, 2901, 2425, 3379, -1394, 819, 3882, 1839, -1394, 834, -1394, 143, -1394, -1394, 1107, 155, -1394, 188, 414, 1108, 3882, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 3882, -1394, -1394, -1394, -1394, 3218, -1394, 3882, -1394, -1394, -1394, 3519, 188, -1394, 697, 1111, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 3294, -1394, -1394, 155, -1394, 155, 445, 1115, -1394, 1121, -1394, -1394, 1133, 188, -1394, 1592, 350, -1394, 155, 258, 3960, 155, -1394, 318, -1394, -1394, 318, 1123, 1132, 577, 613, -1394, -1394, 556, 1135, 188, 155, 623, -1394, -1394, -1394, 3882, -1394, 220, -1394, 1295, 155, 188, 155, 155, 3882, 3882, -1394, -1394, 83, 1301, -1394, 1107, -1394, 1107, -1394, 1242, -1394, 1264, -1394, -1394, 182, 1139, 1334, -1394, -1394, -1394, -1394, -1394, -1394, 188, 225, -1394, 1150, -1394, 3882, 819, 364, 1681, -1394, 188, 610, 1018, 188, 3882, 234, 540, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 1335, 240, -1394, -1394, 1144, -1394, -1394, -1394, -1394, -1394, 3882, -53, -1394, -1394, 3882, 1342, -1394, 874, -1394, -1394, -1394, 1345, -1394, 3960, 155, 1923, 659, -1394, 1923, 1270, 819, 155, 155, 1681, 696, -1394, 155, 1681, 411, 105, 1681, 1160, 155, 155, -1394, 1166, 1033, -1394, -1394, 3882, 188, 155, 188, 155, 1164, 3882, -1394, -1394, -1394, -1394, -1394, 582, 592, 634, 744, 865, 444, 562, 1165, 3882, 1167, -1394, 697, 1181, 491, 1188, 870, 1880, 243, 1186, -1394, 1378, 1237, 1381, -1394, 188, -1394, -1394, 155, 697, 1382, 1383, -1394, -1394, -1394, 246, -1394, 3882, 1384, -1394, -1394, 188, -1394, -1394, 155, -1394, 3960, -1394, 188, 697, 1387, -1394, 1390, -1394, -1394, -1394, -1394, -1394, 155, 3882, -53, 155, 909, 155, 155, 1293, 650, 188, 155, 188, 155, 556, 1296, 155, 188, 155, -1394, 1555, -1394, 3882, 155, 434, -1394, -1394, 188, -1394, 1201, -1394, -1394, -1394, -1394, 1393, 1395, -1394, 3882, 155, 697, -1394, -1394, 1392, -1394, 155, 1385, -1394, 1209, 1402, -1394, 1405, -1394, 1403, -1394, 1407, -1394, -1394, 3882, 1396, 1408, -1394, -1394, 1412, 155, 908, -1394, 155, 1415, -1394, -1394, 3913, 3913, -1394, -1394, -1394, -1394, 3882, 3960, -1394, -1394, 1226, 1419, 1420, 1407, -1394, 1229, 121, -1394, 1231, -1394, -1394, -1394, 1232, 1233, -1394, 3882, 533, -1394, -1394, 1234, -1394, -1394, -1394, 155, 155, 467, -1394, -1394, -1394, -1394, -1394, -1394, 1007, -1394, 108, -1394, -1394, 1241, -1394, -1394, 2513, 3882, 3882, 3882, 3882, 3882, 3882, 3882, 3882, 3882, 3882, 3882, 3882, 3882, 3882, 2329, 3882, 2559, 2599, -1394, -1394, 1839, 1244, 1247, 1248, 155, 188, -1394, -1394, 697, 50, 188, 3882, -1394, -1394, -1394, 155, 1427, 155, -1394, 697, 262, 188, 188, 188, 1243, 1433, -1394, 188, 188, 155, 155, 155, 682, 155, -1394, -1394, 155, 1249, 188, -1394, 188, 3882, 132, 1439, -1394, 3882, 1252, -1394, 3882, 3771, 2016, 1440, 1441, 1428, -1394, -1394, 3882, 1204, 3882, -1394, -1394, -1394, 1445, -1394, 1257, -1394, 3882, 3882, -1394, 3882, 533, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 1681, -1, -1394, -1394, -1394, 3882, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 3882, 3882, -1394, -1394, -1394, 3882, -1394, 3882, -1394, 1237, -1394, -1394, 1450, -1394, -1394, -1394, -1394, -1394, 155, -1394, -1394, -1394, 155, -1394, 188, -1394, -1394, 155, 155, 155, 1839, -53, 155, 155, 188, 155, 1262, 155, 188, 155, 1269, 1273, 3882, -1394, 1432, -1394, -1394, -1394, -1394, 1454, -1394, -1394, -1394, -1394, -1394, 247, 3882, -1394, -1394, -1394, -1394, 1275, 1167, 1280, 2127, 1283, 1286, 1287, -1394, -1394, -1394, -1394, -1394, 188, 1244, 155, 188, 155, -1394, 155, -1394, -1394, 1463, 819, -1394, 3882, -1394, 1471, -1394, -1394, 2220, 1481, -1394, -1394, 1482, -1394, 697, -1394, 155, -1394, 155, 3882, -1394, 1299, 3882, 3882, 1483, 2127, 3882, -1394, -1394, -1394, 1487, -1394, 3882, -1394, 1492, 3882, -1394, 3882, -1394, -1394 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int16 yypgoto[] = { -1394, -1394, -1394, 635, -1394, 1436, 548, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -79, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -666, -1394, -206, -1394, -11, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 1399, 857, -1394, -1394, -1394, 119, 735, -1394, -1394, -1394, 595, -1394, -68, -892, -632, -1394, -1394, 499, 500, -42, 34, -1394, 627, -217, -80, -1394, 1488, -1394, -1394, -1394, -1394, -1394, -1394, 1050, -1394, -205, -183, 1096, -448, -195, -1394, -1394, -1394, 244, -1394, -1394, -1394, 236, -37, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 796, -1394, 293, -1394, -1394, -1394, 998, -1394, -1394, -1394, 252, -1394, 249, -1394, 256, -1394, -1394, -972, 1510, -1394, 1103, 516, -1394, 100, 102, -1394, 1277, -1394, -1394, 1124, -598, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 748, -1394, -1394, -1394, 486, -1394, -1394, -1394, -1394, -971, -254, -1394, -1394, -1189, -438, -1112, -1170, -1107, -1394, -10, -413, -13, -1394, -1394, 131, -1394, -4, -1394, -1394, -1394, -1394, -1394, 763, -1394, -1394, -1394, -1394, -415, -1394, -1394, 1045, -247, -1394, 831, -1394, 541, -603, -1394, 547, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 574, -1394, -1394, -1394, -29, -1394, -1394, 506, -1394, 9, -1394, -1394, -1394, 761, -1394, 276, -1394, -1394, -116, 356, -1394, -1394, 1109, -1394, -1394, -939, -1394, -1394, -1394, -1394, -276, -472, -1394, 153, 578, -1394, 1178, -1394, 1964, -452, 694, -1394, -1394, -821, -1394, -498, -1394, -456, -292, -289, -1394, 1028, -1394, -1394, -249, -285, -1394, -1394, 551, -1394, -1394, 1030, -1394, -1394, -1394, -1394, 74, 71, 248, -1394, 493, -566, -1394, -1394, 84, -1394, -251, 259, 1035, -1394, -1394, -1394, -1394, -1394, 80, -1394, -1394, 385, 1, 1151, -1394, -1394, -193, 1148, -1394, 1330, -1394, 1152, 1147, 1145, -1394, -1394, -1394, -1394, -1394, 1529, -755, -140, -163, 842, -72, -936, -1047, -1394, -1394, -200, -1394, -44, 332, -1394, -1394, -1394, 801, 807, -508, 806, -1394, 1297, -371, -375, -861, -1394, -1394, -1394, -1394, -813, -820, -1394, -1394, -1394, -1394, -166, -1394, 343, -1394, -1394, 1051, -1394, -74, -694, -106, 1290, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 1056, -1394, -1394, -1394, -1394, -1394, -558, -1394, -1394, -1394, -1394, -1394, -1394, 1055, -1394, -1394, 1240, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, 250, -1100, -1394, 1063, -1394, -3, -1394, -1394, 1016, 507, -1394, 1074, -1394, -1394, -1394, 521, 765, 1040, 1079, -1394, -1394, 519, 1090, 1099, -12, 1281, 1020, 725, -234, 724, -850, -856, -963, -859, -1394, 221, -1394, 1104, -1394, 757, 1110, -1394, 770, 1112, -1394, -1394, -1394, -1394, 531, 466, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -434, -1394, -1394, -1394, 1337, -1394, -1394, 1616, -1394, -1394, -1394, -1394, -1394, 681, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1029, -1394, 0, -1394, -1393, -1394, 1394, 1210, -1394, -1394, 973, -479, -1394, 1131, -1394, -1394, -1394, -1394, -1394, -1394, 1058, 994, 497, 511, -1394, -1394, 1663, -129, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -1394, -114, -1394, -1394, -1394, -1394, 309, -1394, -1394, -1394, 1052, -1394, 517, 468, -1394, -1394, -1394, -1394, -1394, 616 }; /* 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 YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1015 static const yytype_int16 yytable[] = { 43, 269, 699, 403, 361, 487, 698, 635, 131, 490, 103, 634, 476, 397, 148, 105, 290, 739, 383, 950, 105, 720, 1146, 332, 1002, 105, 105, 360, 549, 310, 325, 1093, 413, 903, 1230, 1232, 399, 480, 333, 806, 141, 98, 415, 1209, 417, 489, 98, 484, 726, 140, 361, 98, 98, 428, 1122, 1123, 131, 105, 103, 1320, 950, 118, 239, 105, 1255, 430, 541, 105, 1157, 1157, 1151, 507, 972, 1372, 1165, 429, 431, 1156, 1156, 721, 1441, 312, 938, 98, 1446, 420, 889, 1452, 141, 98, 149, 1435, -181, 98, 1435, 899, -520, 140, 1102, 1103, 1104, 277, 1612, 374, 956, 1109, 459, 212, 1295, 118, 1448, -537, 291, 1160, 89, 665, 219, -194, 801, 924, 1024, 467, 4, 384, 497, 1008, 1563, 4, 316, -537, 1021, 643, 1012, 491, 105, 32, 225, 803, -194, 97, 895, 901, 4, 226, 553, 629, 413, 1325, 269, 413, 905, 227, 228, 229, -408, 34, 415, 529, 417, 415, 98, 417, 8, 708, 925, 506, 554, 8, 1256, 700, 1317, 925, 491, 701, 980, 317, 473, 1022, -194, 47, 474, 662, 8, 498, 4, 821, 11, -727, 644, 1255, 42, 343, 1316, -409, -408, 1326, 1111, 1006, 754, 413, 1117, 332, 678, 1132, 796, 1183, 1193, 646, 1195, 415, 928, 417, 4, 518, 1183, 1219, 333, 1282, 58, 4, 59, 649, 676, 1373, 8, 4, 412, 976, 1392, 513, 35, 4, 501, -409, 431, 530, 512, 506, 506, 506, 1546, 682, 49, 1424, 682, 542, 905, 431, 512, 1505, 1682, 1449, 8, 227, 228, 374, 230, 1290, 990, 8, 432, 1259, -537, -265, 776, 8, 565, 1564, 463, 1266, 1025, 8, 227, 228, 957, 1529, 421, 1201, 1612, 213, 302, 231, 4, 98, 527, 528, 105, -520, 220, 847, 4, 724, -520, 1256, 73, 12, 1431, 232, 233, 1341, 12, 727, 1367, 738, 374, 1004, 666, 234, -194, 802, 847, -194, 98, 725, 411, 12, 92, 93, 302, 95, 235, 1358, 8, 42, 236, 237, 269, -408, 804, 848, 8, 896, 902, 238, 1318, 105, 752, 569, 633, 504, 412, 906, 4, 412, 759, 105, 600, 269, 269, 42, 848, 1335, 48, 1356, -472, 926, 1262, 12, 1338, 1345, -761, 98, 927, 1110, -336, 981, -409, 491, 1023, 308, 1116, 98, 1435, 972, 1646, 302, 1121, 1236, 918, 1124, 1546, 1170, 8, 1130, 132, 12, 1658, 1112, 4, 146, 1435, 1118, 12, 412, 1133, 133, 1184, 1194, 12, 1196, -761, 1570, 656, 658, 12, 1203, 1220, 1346, 1283, 239, 603, 504, 504, 504, 1374, 304, 632, 566, 432, 1393, 305, 105, 235, 741, 743, 42, 236, 74, 8, 487, 1642, 685, 132, 490, 1425, 513, 1643, 1493, 461, 462, 1506, 1683, 551, 133, -196, 236, 968, 696, 1642, 4, 281, 835, 306, 1538, 1643, 12, 4, 105, 105, 728, 966, 480, 75, 12, 969, 970, 4, 1255, 1614, 489, 975, 484, 506, 497, 1548, 911, 942, 1571, 1572, 811, 727, 428, 738, 98, 98, 723, 1510, 282, 747, 8, 912, 607, 429, 430, 204, 760, 8, 361, 89, 1157, 4, 361, 361, 429, 1500, 1039, 8, 1263, 1520, 4, 105, 1325, 820, 42, 817, 12, 1655, 787, 142, 105, 145, 838, 1218, 97, 1500, 4, 699, 739, 776, 4, 698, 739, 498, -761, 92, 93, 98, 95, 915, 98, 8, 42, 1345, 1014, 830, 98, 206, 105, 105, 8, 1067, 950, 1069, 825, 274, 1013, 105, 105, 1229, 1326, 825, 12, 726, 1286, 230, 8, 142, 696, 145, 8, 491, 1256, 1347, 98, 98, 285, 285, 552, 553, 47, 105, 64, 98, 98, -1013, -506, -1013, 482, 696, -506, 1346, 269, 1656, 1657, 153, 105, 76, 149, 227, 228, 554, 4, 1146, 236, 398, 42, 98, 1644, 1548, 92, 93, 495, 95, -462, 1548, 234, 42, 887, 1152, 930, 287, 98, 12, 341, 483, 1644, 898, 302, 473, 12, 496, 42, 474, 944, 89, -93, 42, 4, -93, 12, 949, 8, 9, 89, 410, 1093, 504, 4, 921, 922, 923, 92, 93, -1014, 95, -1014, -235, 230, 42, 97, 92, 93, 301, 95, 973, -235, 344, 42, 97, 60, 353, 355, 345, 12, 4, 302, 1043, 8, 42, 89, 294, 949, 12, 105, 1467, 1468, 512, 8, 308, 302, -61, 1210, 1075, 700, -926, -536, 1167, 701, 12, 987, 210, 211, 12, 230, 97, 57, 4, 999, 234, 98, 62, 9, 63, 1010, 8, 273, 530, 92, 93, 278, 95, 11, 235, 89, 42, 289, 236, 11, 1066, 542, 1086, 542, 1011, 1005, 313, 1146, 1556, -136, 60, -536, 92, 93, 1398, 95, 232, 233, 8, 42, 97, 639, 1040, 1169, 48, -92, 234, 1385, 1460, 1386, 82, 83, 1034, 990, 411, 92, 93, 314, 95, 235, 1363, 319, 42, 236, 1222, -89, 12, 1172, -89, 425, 426, 1019, 911, 227, 228, -90, 1105, 506, -90, 452, 453, 1035, 635, 342, 1236, 315, 634, 912, 11, 1036, 82, 83, 633, 1228, 358, 327, 1365, 724, 847, 105, 320, 683, 12, 415, 684, 738, 1370, 727, 367, 738, -97, -97, 12, -97, 413, 1434, 105, -97, 1434, 725, -97, 11, -275, 105, 415, 98, 417, 671, 672, 105, 105, 105, 105, 1522, 105, 368, 105, 105, 848, 12, 1436, 847, 98, 1436, 1464, 1442, 1443, 1444, 1472, 98, 587, 752, 334, 595, 335, 98, 98, 98, 98, 347, 98, 348, 98, 98, 1147, 1631, 384, 413, 349, 105, 632, 12, 356, 92, 93, 357, 95, 415, 230, 417, 42, 848, 105, 105, 395, 1108, 1140, 11, -276, 5, -1013, 6, -1013, 1115, 388, 98, 1161, 1162, 7, 639, 937, 390, 460, 512, 1663, 1664, 1129, 465, 98, 98, 468, 208, 209, -1013, 392, -1013, -1013, 477, -1013, 410, -100, -100, 411, -100, 419, 269, -222, -100, 699, 234, -100, 500, 698, 508, 1417, 393, 394, 105, 92, 93, 1148, 95, 235, 556, 563, 42, 236, 423, 9, 448, 450, 504, 1198, 456, 457, 433, 434, 435, 436, 437, 438, 439, 739, 696, 509, 728, 282, 575, 576, 469, 577, 9, 472, 481, 9, 10, 92, 93, 523, 95, 590, 547, 598, 42, 635, 294, 239, 1223, 634, 550, 239, 723, 1288, 602, 552, 604, 581, -1013, 60, -1013, 1039, 60, 42, 747, 36, 37, 38, 39, 412, 1422, 631, 1465, 40, 1420, 639, 1465, 652, 542, 41, 727, 42, 738, 36, 37, 38, 39, 105, 650, 660, 663, 40, 429, 661, 11, 1147, 664, 41, -233, 787, 105, 669, -99, -99, 670, -99, -228, 1470, 93, -99, 95, 361, -99, 98, 42, 675, 9, 11, 225, 77, 11, 677, 1310, 680, 600, 226, 98, -937, -223, 691, -938, 693, 703, 227, 228, 229, 105, 696, 739, 862, 869, 883, 886, 60, 399, 705, 92, 93, 710, 95, 711, 897, 712, 42, 706, 1152, 700, 715, 709, 717, 701, 718, 98, 757, 105, 440, 441, 442, 443, 716, 758, 216, 217, 218, 633, 224, 744, 777, 762, 781, 696, 105, 782, 226, 784, 740, 742, 401, 785, 753, 98, 227, 228, 745, 795, 755, 1414, 304, 798, 444, 445, 11, 305, 800, 808, 376, 812, 98, 402, 813, 783, -137, 839, 841, 843, 844, 907, 377, 845, 797, 378, 379, 913, 932, 1377, 949, 919, 914, 799, 933, 936, 964, 946, 1017, 306, 965, 807, 967, 230, 380, 226, 810, 1414, 971, -229, 1414, 439, 979, 227, 228, 1414, 982, 632, 983, 1414, 987, 842, 1414, 991, 992, 993, 1005, 996, 231, 1421, 1006, 1066, 1009, -445, 1045, 1046, 1047, 1049, 1053, 1054, 1057, 1071, 1059, 1063, 232, 233, 990, 1077, 123, 1074, 1082, 381, 306, 123, 234, 1706, 1087, 1088, 123, 123, 1095, 230, 1090, 92, 93, 1097, 95, 235, 1106, 1113, 42, 236, 237, 1040, 1120, 1138, 1143, 1185, 1182, 1066, 238, 1186, 929, 1187, 1188, 1190, 231, 1192, 1197, 105, 299, 746, 1202, 105, 1211, 1212, 123, 1213, 945, 1427, 299, 1221, 232, 233, 1246, 1261, 105, 962, 1264, 1274, 1281, 1277, 234, 1284, 1285, 98, 1322, 1375, 230, 98, 1330, 92, 93, 1342, 95, 235, 105, 1350, 42, 236, 237, 305, 98, 1351, 1083, 1361, 1537, 1638, 238, 105, 355, 633, 1352, 231, 1362, 1382, 377, 1368, 105, 378, 379, 1389, 98, 1637, 1387, 1388, 1414, 1390, 1423, 232, 233, -519, 1394, 306, 1429, 98, 1430, 123, 380, 234, 1652, 1453, 1003, 105, 98, 1454, 1458, 1461, 92, 93, 226, 95, 235, 1107, 1463, 42, 236, 237, 227, 228, 361, 1114, 1466, -760, 1015, 238, 1016, 1469, 1494, 696, 1495, 1496, 1497, 1125, 1503, 1502, 1508, 361, 1519, 1032, 1513, 1514, 1531, 1539, 1521, 1044, 1535, 1526, 1536, 632, 587, 1541, 1465, 1542, 1544, 1540, 595, 1543, 1545, 1550, 105, 239, 633, -760, -378, 1549, 1552, 1198, 1559, 105, 1560, 1562, 1561, 1567, 1568, 1569, 1574, 1058, 1259, 2, 3, 542, -254, 1606, 1628, 1627, 1613, 1318, 1633, 1072, 1639, 1641, 1432, 1649, 1073, 98, 1076, 1650, 1653, 1654, 1147, 1671, 1680, 4, 1675, 105, 1681, 5, -1013, 6, -1013, 1677, 269, 105, 1698, 1678, 7, 1685, 1414, 1414, 1414, 1686, 1701, 230, 105, 1692, 1414, 1092, 1693, 1694, 1700, 98, 1704, 78, 1705, 1711, 1414, 1414, 1714, 98, 632, 1708, 534, 8, 1716, 1659, 1712, 303, 231, 123, 98, 1414, 1142, 1226, 1227, 674, 50, 1439, 1447, 995, 1418, 764, 1437, 1440, 232, 233, 9, 361, 1438, 45, 1231, 679, 1554, 1553, 234, 105, 667, 422, 1051, 1135, 1648, 1271, 1647, 92, 93, 1137, 95, 235, 722, 1547, 336, 236, 237, 10, 1651, 1052, -760, 1000, 123, 1244, 238, 1234, 1206, 534, 534, 1062, 1455, 1173, 299, 1150, 1153, 1280, 1699, 1660, 226, 1679, 702, 1396, 1551, 1216, 1168, 1249, 227, 228, 1131, 1618, 809, 1178, 230, 1684, 1180, 1181, 1622, 1147, 818, 595, 1329, 1620, 105, 819, 1507, 1512, 1623, 687, 455, 686, 689, 690, 1033, 688, 1068, 11, 1064, 231, -201, -201, -201, -201, 1070, 823, 836, 540, -201, 564, 98, 837, 862, 824, -201, 232, 233, 1528, 869, 647, 1707, 917, 12, 1709, 826, 234, 1336, 920, 900, 827, 1339, 1119, 1250, 883, 92, 93, 1717, 95, 235, 226, 828, 42, 236, 237, 1149, 1557, 1158, 227, 228, 829, 105, 238, 1136, 628, 831, 1148, 1673, 1343, 1260, 1134, 832, 571, 833, 987, 147, 1696, 299, 299, 737, 466, 1267, 707, 1268, 230, 1379, 986, 98, 1272, 339, 1399, 978, 834, 931, 61, 1278, 1279, 226, 1378, 304, 1534, 359, 0, 1314, 305, 227, 228, 1355, 1381, 231, 0, 0, 963, 0, 1287, 1289, 0, 0, 0, 377, 0, 0, 378, 379, 0, 232, 233, 0, 0, 0, 299, 0, 0, 0, 1324, 234, 306, 0, 0, 299, 0, 380, 0, 0, 92, 93, 0, 95, 235, 0, 0, 42, 236, 237, 0, 0, 0, 0, 1340, 0, 0, 238, 0, 230, 0, 409, 0, 299, 299, 0, 0, 418, 0, 0, 0, 0, 299, 299, 0, 0, 0, 0, 0, 0, 0, 1354, 409, 0, 231, 0, 0, 1357, 0, 0, 534, 1359, 0, 0, 1360, 0, 299, 1364, 1366, 0, 232, 233, 0, 1369, 0, 1371, 230, 0, 0, 0, 234, 299, 0, 0, 0, 1376, 0, 0, 0, 92, 93, 0, 95, 235, 0, 0, 42, 236, 237, 0, 534, 231, 0, 0, 0, 505, 238, 0, 0, 0, 0, 0, 0, 1391, 0, 0, 537, 232, 233, 548, 1397, 0, 0, 1416, 0, 0, 1419, 234, 0, 0, 0, 0, 0, 0, 572, 574, 92, 93, 0, 95, 235, 534, 0, 42, 236, 237, 765, 0, 814, 0, 0, 586, 0, 238, 586, 0, 1473, 1474, 1475, 1476, 1477, 1478, 0, 1479, 1480, 1481, 1482, 1483, 1484, 299, 1485, 1486, 1487, 1488, 1489, 0, 608, 359, 359, 505, 0, 0, 0, 0, 0, 0, 0, 0, 155, 0, 0, 0, 1456, 0, 1457, 0, 0, 0, 1432, 0, 0, 0, 0, 156, 668, 226, 0, 0, 0, 0, 0, 0, 0, 227, 228, 0, 0, 0, 157, 0, 82, 83, 766, 0, 0, 158, 0, 1498, 159, 160, 161, 162, 0, 0, 163, 0, 0, 164, 165, 166, 0, 0, 0, 1509, 0, 0, 0, 0, 0, 0, 1511, 767, 0, 768, 769, 770, 0, 0, 771, 772, 0, 773, 774, 167, 0, 0, 0, 0, 1523, 1524, 0, 1525, 0, 0, 0, 0, 1527, 89, 0, 0, 0, 0, 0, 0, 0, 0, 1530, 0, 0, 0, 0, 1645, 0, 299, 92, 93, 0, 95, 226, 751, 0, 42, 97, 0, 0, 0, 227, 228, 0, 756, 299, 0, 0, 0, 0, 0, 0, 299, 230, 0, 0, 0, 0, 299, 299, 299, 299, 0, 299, 300, 299, 299, 0, 0, 0, 0, 0, 0, 0, 307, 0, 0, 0, 231, 0, 677, 1490, 1491, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 233, 0, 0, 123, 0, 0, 0, 0, 0, 234, 0, 0, 0, 0, 534, 0, 299, 299, 92, 93, 0, 95, 235, 0, 0, 42, 236, 237, 0, 0, 0, 0, 0, 227, 228, 238, 0, 0, 0, 0, 0, 0, 1687, 0, 0, 1615, 0, 0, 0, 226, 1619, 230, 505, 0, 0, 0, 0, 227, 228, 0, 0, 1624, 1625, 1626, 0, 0, 0, 1629, 1630, 0, 0, 0, 1632, 0, 0, 0, 231, 0, 1634, 0, 1636, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 952, 232, 233, 0, 737, 0, 0, 534, 737, 0, 0, 234, 0, 0, 0, 0, 0, 0, 0, 409, 92, 93, 0, 95, 235, 534, 0, 42, 236, 237, 0, 0, 0, 0, 0, 0, 0, 238, 0, 0, 0, 952, 0, 0, 1702, 0, 0, 230, 0, 0, 0, 226, 984, 0, 985, 0, 0, 0, 0, 227, 228, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 230, 231, 0, 0, 0, 1672, 0, 0, 0, 0, 0, 123, 0, 0, 0, 1674, 0, 232, 233, 1676, 0, 0, 1018, 0, 1020, 231, 0, 234, 0, 536, 0, 0, 1028, 0, 0, 0, 92, 93, 0, 95, 235, 232, 233, 42, 236, 237, 0, 299, 0, 0, 0, 234, 0, 238, 1695, 0, 0, 1697, 0, 0, 92, 93, 0, 95, 235, 0, 0, 42, 236, 237, 0, 0, 0, 0, 0, 299, 0, 238, 0, 534, 0, 0, 0, 1597, 0, 0, 0, 0, 0, 226, 619, 619, 299, 230, 0, 0, 0, 227, 228, 0, 1598, 0, 0, 0, 0, 0, 0, 0, 0, 534, 534, 0, 0, 0, 0, 0, 0, 0, 231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 505, 505, 505, 505, 232, 233, 0, 0, 505, 0, 0, 0, 0, 0, 234, 0, 0, 0, 0, 0, 505, 0, 0, 92, 93, 0, 95, 235, 0, 0, 42, 236, 237, 0, 0, 0, 0, 0, 0, 0, 238, 0, 0, 0, 0, 0, 0, 0, 0, 0, -224, -224, 0, -224, -224, 1141, -224, -224, -224, -224, -224, -224, -224, -224, -224, -224, -224, -224, -224, 0, 0, 0, 230, 359, 1028, 0, 0, 300, 300, 0, 1159, 572, 0, 0, 1166, 0, 0, 0, 0, 0, 0, 1174, 0, 0, 0, 0, 0, 231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -224, 0, 0, 0, 0, 232, 233, 0, 0, 0, 0, 409, 0, 0, 299, 234, 0, 0, 0, 1204, 0, 0, 805, 0, 92, 93, 0, 95, 235, 1580, 0, 42, 236, 237, 299, 226, 0, 0, 0, 0, 0, 238, 0, 227, 228, 0, 0, 299, 0, 1241, 0, 0, 0, 0, 0, 0, 299, 1245, 0, 888, 891, 1248, 751, 0, 1251, 1252, 0, 1253, 888, 891, 0, 0, 0, 0, 0, 1602, 0, 0, 0, 0, 0, 226, 0, 0, 0, 0, 619, 0, 0, 227, 228, 0, 888, 0, 0, 153, 0, -224, -224, -224, -224, 0, 0, 0, 0, 154, 0, 307, 0, 0, 0, 0, 534, 534, 0, 1604, 0, 572, 0, 534, 1313, 226, 0, 1315, 0, 0, 951, 0, -224, 227, 228, -224, -224, -224, 0, 155, 411, 0, 1573, 0, 0, 0, 0, 0, 0, 0, 505, 299, 230, 0, 156, 0, 0, 505, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 157, 0, 951, 84, -124, 0, 0, 158, 231, 0, 159, 160, 161, 162, 0, 0, 163, 0, 123, 164, 165, 166, 0, 0, 232, 233, 299, 1028, 0, 230, 300, 0, 0, 0, 234, 0, 0, 299, 0, 0, 0, 0, 0, 92, 93, 167, 95, 235, 1174, 0, 42, 236, 237, 0, 231, 0, 0, 952, 952, 89, 238, 0, 90, 0, 0, 0, 0, 0, 0, 230, 232, 233, 0, 0, -124, 0, 92, 93, 0, 95, 234, 0, 0, 168, 97, 0, 0, 1395, 1573, 92, 93, 0, 95, 235, 231, 0, 42, 236, 237, 0, 0, 0, 0, 0, 0, 0, 238, 0, 0, 0, 232, 233, 0, 0, 0, 0, 0, 0, 0, 0, 234, 1426, 0, 0, 0, 1428, 0, 0, 0, 92, 93, 0, 95, 235, 1028, 0, 42, 236, 237, 0, 0, 0, 0, 814, 0, 0, 238, 0, 0, 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1459, 0, 0, 0, 0, 888, 0, 0, 0, 0, 0, 0, 888, 0, 1462, 0, 0, 155, 888, 891, 891, 888, 0, 1126, 0, 888, 1126, 0, 0, 0, 0, 0, 156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1145, 0, 0, 0, 0, 157, 0, 0, 0, 1028, 0, 0, 158, 0, 0, 159, 160, 161, 162, 0, 0, 163, 1518, 0, 164, 165, 166, 619, 0, 1154, 1154, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1174, 0, 1174, 0, 0, -88, -88, 0, -88, -88, 167, -88, -88, -88, -88, -88, -88, -88, -88, -88, -88, -88, -88, -88, 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 93, 0, 95, 0, 0, 0, 42, 97, 1241, 1241, 0, 0, 0, 0, 1555, 1028, 0, 0, 0, 0, 0, -88, 0, 0, 0, 0, 0, 0, 0, 1240, 0, 0, 0, 1204, 0, 0, 0, 0, 0, 0, 0, 0, 226, 0, 0, 0, 0, 1154, 0, 0, 227, 228, 0, 0, 0, 0, 0, 0, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1600, 1601, 1603, 1605, 0, 0, 0, 872, 0, 873, 874, 875, 876, 0, 877, 0, 878, 879, 805, 0, 0, 0, 0, 880, 0, 881, 0, 882, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -88, -88, -88, -88, 0, 0, 1640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 891, 0, 0, 0, 0, 0, 0, 0, 1204, -88, -88, 0, -88, -88, -88, 230, -88, 0, 0, 0, 0, 0, 0, 0, 0, 1665, 0, 0, 307, 0, 226, 0, 1154, 0, 0, 0, 0, 0, 227, 228, 231, 0, 1666, 1667, 0, 0, 0, 1668, 0, 1669, 0, 0, 0, 0, 0, 0, 232, 233, 0, 0, 226, 0, 951, 951, 0, 0, 234, 0, 227, 228, 609, 0, 0, 0, 0, 92, 93, 0, 95, 235, 0, 0, 42, 236, 237, 0, 0, 0, 0, 0, 0, 0, 238, 0, 0, 0, 0, 0, 0, 610, 0, 0, 0, 0, 0, 0, 1691, 611, 0, 612, 613, 614, 615, 396, 616, 0, 617, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1703, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, 226, 0, 1710, 0, 1691, 1713, 0, 0, 227, 228, 0, 1715, 0, 0, 0, 0, 1718, 0, 0, 0, 0, 0, 0, 231, 0, 0, 0, 0, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 852, 232, 233, 0, 853, 854, 855, 856, 857, 858, 0, 234, 0, 0, 0, 231, 859, 860, 861, 0, 92, 93, 891, 95, 235, 0, 0, 42, 236, 237, 0, 232, 233, 89, 0, 0, 0, 238, 226, 0, 0, 234, 891, 0, 0, 0, 227, 228, 0, 0, 92, 93, 0, 95, 235, 1154, 0, 618, 503, 237, 0, 0, 0, 0, 0, 0, 0, 238, 0, 0, 0, 0, 0, 0, 0, 230, 872, 0, 873, 0, 875, 876, 0, 877, 0, 878, 879, 0, 0, 0, 0, 0, 880, 0, 881, 0, 882, 0, 0, 0, 231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 233, 0, 0, 1240, 1240, 0, 1291, 0, 0, 234, 1154, 0, 0, 0, 1292, 1293, 0, 0, 92, 93, 0, 95, 235, 0, 0, 42, 236, 237, 0, 0, 0, 0, 0, 0, 230, 238, 0, 0, 0, 1294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 591, 0, 0, 0, 0, 0, 231, 592, 226, 593, 594, 0, 0, 0, 0, 0, 227, 228, 0, 0, 0, 0, 232, 233, 0, 0, 0, 0, 0, 888, 0, 0, 234, 0, 0, 0, 0, 0, 226, 0, 888, 92, 93, 0, 95, 235, 227, 228, 42, 236, 237, 1295, 0, 0, 0, 582, 0, 0, 238, 0, 0, 0, 583, 0, 584, 585, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 591, 0, 0, 0, 0, 0, 231, 592, 226, 593, 594, 0, 1296, 0, 0, 0, 227, 228, 0, 0, 0, 0, 1297, 1298, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, 0, 230, 0, 0, 0, 0, 1299, 1300, 0, 1301, 1302, 0, 0, 42, 1303, 237, 0, 0, 0, 865, 866, 0, 0, 238, 0, 0, 231, 867, 226, 868, 0, 230, 0, 0, 0, 0, 227, 228, 0, 226, 0, 4, 232, 233, 0, 0, 0, 227, 228, 502, 0, 0, 234, 0, 0, 0, 231, 0, 0, 0, 0, 92, 93, 0, 95, 235, 0, 0, 42, 236, 237, 0, 232, 233, 0, 0, 0, 0, 238, 0, 0, 8, 234, 0, 0, 0, 230, 0, 0, 0, 0, 92, 93, 226, 95, 235, 0, 0, 42, 236, 237, 227, 228, 916, 226, 0, 0, 0, 238, 0, 0, 231, 227, 228, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 233, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, 0, 230, 0, 0, 0, 0, 92, 93, 0, 95, 235, 226, 230, 42, 236, 237, 0, 8, 0, 227, 228, 0, 0, 238, 0, 0, 231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 231, 0, 0, 0, 0, 232, 233, 0, 0, 0, 0, 226, 0, 0, 0, 234, 232, 233, 89, 227, 228, 1247, 0, 0, 92, 93, 234, 95, 235, 230, 0, 42, 236, 237, 0, 92, 93, 12, 95, 235, 230, 238, 42, 503, 237, 0, 0, 0, 226, 0, 0, 0, 238, 0, 231, 0, 227, 228, -391, 226, 0, 0, 0, 0, 0, 231, 0, 227, 228, 0, 232, 233, 0, 0, 0, 0, 0, 0, 0, 0, 234, 232, 233, 0, 0, 0, 0, 230, 0, 92, 93, 234, 95, 235, 0, 0, 42, 236, 237, 0, 92, 93, 0, 95, 235, 0, 238, 42, 236, 1027, 0, 0, 231, 12, 226, 0, 0, 238, 0, 0, 0, 0, 227, 228, 230, 0, 0, 0, 232, 233, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, 0, 0, 0, 226, 0, 0, 92, 93, 231, 95, 235, 227, 228, 533, 236, 237, 1235, 0, 226, 0, 230, 0, 0, 238, 232, 233, 227, 228, 0, 0, 0, 230, 0, 0, 234, 0, 0, 0, 0, 0, 0, 0, 0, 92, 93, 231, 95, 235, 0, 226, 42, 236, 237, 0, 0, 0, 231, 227, 228, 0, 238, 232, 233, 0, 0, 0, 0, 0, 0, 0, 0, 234, 232, 233, 0, 0, 0, 0, 0, 0, 92, 93, 234, 95, 235, 0, 230, 42, 236, 237, 0, 92, 93, 0, 95, 235, 226, 238, 42, 236, 351, 0, 0, 0, 227, 228, 0, 0, 238, 0, 0, 231, 0, 0, 0, 0, 230, 0, 0, 0, 0, 0, 0, 0, 0, 226, 0, 232, 233, 0, 0, 230, 0, 227, 228, 0, 0, 234, 0, 0, 0, 231, 0, 0, 0, 0, 92, 93, 0, 95, 235, 0, 0, 42, 236, 354, 231, 232, 233, 0, 0, 0, 230, 238, 0, 0, 0, 234, 0, 0, 0, 0, 232, 233, 0, 0, 92, 93, 0, 95, 235, 0, 234, 42, 236, 404, 0, 231, 0, 0, 0, 92, 93, 238, 95, 235, 0, 0, 42, 236, 237, 0, 0, 232, 233, 0, 0, 79, 238, 230, 0, 0, 0, 234, 80, 0, 0, 0, 0, 0, 0, 0, 92, 93, 0, 95, 235, 0, 0, 533, 236, 237, 0, 0, 231, 0, 0, 0, 230, 238, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 233, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, 231, 81, 0, 0, 0, 0, 92, 93, 0, 95, 235, 0, 0, 42, 236, 1027, 232, 233, 82, 83, 0, 0, 0, 238, 0, 0, 234, 0, 0, 0, 84, 0, 0, 0, 0, 92, 93, 0, 95, 235, 0, 0, 1078, 1079, 1080, 0, 0, 0, 0, -446, 0, 85, 238, 86, 87, 0, 0, 0, 0, -459, 0, -472, 0, 80, 0, 0, 88, 0, 0, 153, 0, 0, 0, 0, 0, 0, 0, 0, -703, 154, 0, 0, 0, 0, 0, 0, 89, 0, 0, 90, 91, -331, 0, 0, -331, -331, -331, -331, 0, 0, 0, 0, -331, 92, 93, 94, 95, 0, -331, 155, 96, 97, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -703, -703, -703, 0, 157, 0, 80, 84, 0, -703, 0, 158, 153, 0, 159, 160, 161, 162, 0, 0, 163, 0, 154, 164, 165, 166, 0, -703, 0, 80, 0, 0, 0, 0, 0, 153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 154, 0, 0, 0, 167, 0, 0, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 89, -703, -703, 90, 156, 0, 0, 0, 0, 0, 0, 0, 155, 0, 0, 0, 0, 92, 93, 157, 95, 0, 84, -127, 168, 97, 158, 156, 0, 159, 160, 161, 162, 0, 0, 163, 0, 0, 164, 165, 166, 0, 157, 0, 0, 84, -128, 814, 0, 158, 0, 0, 159, 160, 161, 162, 0, 0, 163, 0, 0, 164, 165, 166, 167, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 89, 0, 0, 90, 0, 0, 0, 0, 0, 167, 0, 0, 0, 0, 0, -127, 0, 92, 93, 0, 95, 0, 0, 89, 168, 97, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -128, 157, 92, 93, 0, 95, -196, 0, 0, 168, 97, 159, 160, 161, 162, 0, 0, 163, 0, 0, 815, 165, 816, 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, 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 93, 0, 95, 0, 0, 0, 42, 97 }; #define yypact_value_is_default(Yystate) \ (!!((Yystate) == (-1394))) #define yytable_value_is_error(Yytable_value) \ YYID (0) static const yytype_int16 yycheck[] = { 11, 73, 458, 220, 167, 294, 458, 382, 52, 294, 52, 382, 288, 213, 56, 52, 90, 496, 184, 651, 57, 493, 914, 152, 718, 62, 63, 167, 320, 109, 136, 844, 237, 599, 1006, 1006, 219, 291, 152, 547, 52, 52, 237, 982, 237, 294, 57, 294, 496, 52, 213, 62, 63, 258, 875, 876, 100, 94, 100, 1088, 692, 52, 73, 100, 1027, 258, 317, 104, 927, 928, 926, 305, 670, 1173, 935, 258, 259, 927, 928, 494, 1269, 110, 640, 94, 1273, 3, 584, 1276, 100, 100, 56, 1261, 5, 104, 1264, 593, 3, 100, 853, 854, 855, 3, 1495, 171, 21, 860, 3, 21, 109, 100, 5, 3, 3, 933, 167, 3, 21, 3, 3, 617, 4, 3, 24, 47, 111, 728, 5, 24, 146, 21, 5, 136, 735, 3, 171, 184, 4, 3, 24, 192, 3, 3, 24, 11, 169, 379, 351, 97, 220, 354, 3, 19, 20, 21, 24, 191, 351, 143, 351, 354, 171, 354, 64, 3, 3, 305, 191, 64, 1027, 458, 27, 3, 3, 458, 3, 193, 18, 3, 64, 24, 22, 398, 64, 170, 24, 556, 172, 5, 193, 1152, 191, 157, 1084, 24, 64, 145, 3, 21, 3, 404, 3, 330, 419, 3, 3, 3, 3, 131, 3, 404, 3, 404, 24, 3, 3, 3, 330, 3, 29, 24, 31, 387, 417, 3, 64, 24, 237, 675, 3, 309, 191, 24, 304, 64, 417, 315, 308, 377, 378, 379, 1410, 424, 24, 3, 427, 317, 3, 430, 320, 3, 3, 146, 64, 19, 20, 323, 124, 1077, 710, 64, 259, 3, 154, 154, 518, 64, 3, 146, 279, 3, 154, 64, 19, 20, 191, 1375, 194, 971, 1671, 193, 193, 149, 24, 294, 313, 314, 323, 194, 193, 578, 24, 496, 199, 1152, 193, 197, 1259, 165, 166, 1120, 197, 496, 1163, 496, 372, 720, 194, 175, 194, 194, 599, 197, 323, 496, 200, 197, 184, 185, 193, 187, 188, 3, 64, 191, 192, 193, 398, 197, 194, 578, 64, 194, 194, 201, 191, 372, 499, 328, 382, 305, 351, 194, 24, 354, 3, 382, 357, 419, 420, 191, 599, 1106, 197, 3, 160, 194, 3, 197, 1113, 97, 24, 372, 194, 861, 154, 194, 197, 3, 194, 193, 868, 382, 1542, 971, 1544, 193, 874, 1009, 612, 877, 1550, 939, 64, 881, 52, 197, 1575, 194, 24, 160, 1560, 194, 197, 404, 194, 52, 194, 194, 197, 194, 64, 1448, 393, 394, 197, 194, 194, 145, 194, 420, 48, 377, 378, 379, 194, 102, 382, 154, 417, 194, 107, 458, 188, 497, 498, 191, 192, 194, 64, 718, 1542, 430, 100, 718, 194, 515, 1543, 194, 116, 117, 194, 194, 323, 100, 113, 192, 663, 458, 1560, 24, 154, 557, 139, 1392, 1561, 197, 24, 494, 495, 496, 660, 715, 194, 197, 664, 665, 24, 1430, 1497, 718, 675, 718, 612, 111, 1410, 604, 642, 1449, 1449, 553, 675, 686, 675, 494, 495, 496, 1342, 191, 499, 64, 604, 372, 675, 686, 191, 154, 64, 660, 167, 1358, 24, 664, 665, 686, 1325, 759, 64, 154, 1358, 24, 547, 97, 556, 191, 556, 197, 1563, 528, 52, 556, 52, 563, 994, 192, 1345, 24, 982, 1006, 782, 24, 982, 1010, 170, 197, 184, 185, 547, 187, 610, 550, 64, 191, 97, 738, 556, 556, 191, 584, 585, 64, 801, 1183, 803, 556, 193, 738, 593, 594, 1006, 145, 563, 197, 1010, 1071, 124, 64, 100, 578, 100, 64, 3, 1430, 1138, 584, 585, 154, 154, 168, 169, 24, 617, 33, 593, 594, 29, 18, 31, 154, 599, 22, 145, 663, 1564, 1564, 38, 632, 48, 563, 19, 20, 191, 24, 1494, 192, 193, 191, 617, 1543, 1544, 184, 185, 3, 187, 191, 1550, 175, 191, 583, 193, 630, 22, 632, 197, 191, 191, 1561, 592, 193, 18, 197, 22, 191, 22, 191, 167, 191, 191, 24, 194, 197, 651, 64, 87, 167, 200, 1458, 612, 24, 614, 615, 616, 184, 185, 29, 187, 31, 174, 124, 191, 192, 184, 185, 4, 187, 675, 174, 191, 191, 192, 114, 163, 164, 197, 197, 24, 193, 191, 64, 191, 167, 193, 692, 197, 720, 193, 194, 758, 64, 193, 193, 199, 983, 191, 982, 182, 199, 191, 982, 197, 710, 65, 66, 197, 124, 192, 24, 24, 718, 175, 720, 29, 87, 31, 3, 64, 80, 796, 184, 185, 84, 187, 172, 188, 167, 191, 90, 192, 172, 800, 801, 836, 803, 22, 193, 130, 1627, 1430, 182, 114, 199, 184, 185, 1214, 187, 165, 166, 64, 191, 192, 104, 761, 106, 197, 191, 175, 1189, 194, 1191, 99, 100, 101, 1213, 200, 184, 185, 140, 187, 188, 191, 5, 191, 192, 193, 191, 197, 941, 194, 21, 22, 745, 909, 19, 20, 191, 856, 925, 194, 6, 7, 130, 1165, 156, 1424, 142, 1165, 909, 172, 138, 99, 100, 844, 1006, 167, 112, 191, 1010, 1095, 844, 193, 424, 197, 1006, 427, 1006, 191, 1010, 4, 1010, 184, 185, 197, 187, 1027, 1261, 861, 191, 1264, 1010, 194, 172, 173, 868, 1027, 844, 1027, 191, 192, 874, 875, 876, 877, 191, 879, 112, 881, 882, 1095, 197, 1261, 1138, 861, 1264, 1308, 157, 158, 159, 1312, 868, 351, 1022, 193, 354, 193, 874, 875, 876, 877, 193, 879, 193, 881, 882, 914, 191, 47, 1080, 193, 914, 844, 197, 193, 184, 185, 193, 187, 1080, 124, 1080, 191, 1138, 927, 928, 192, 859, 905, 172, 173, 28, 29, 30, 31, 867, 193, 914, 40, 41, 37, 104, 105, 193, 275, 983, 1578, 1579, 880, 280, 927, 928, 283, 62, 63, 29, 193, 31, 29, 290, 31, 200, 184, 185, 200, 187, 5, 1005, 174, 191, 1392, 175, 194, 304, 1392, 306, 1218, 208, 209, 982, 184, 185, 914, 187, 188, 324, 325, 191, 192, 23, 87, 10, 9, 925, 971, 193, 193, 12, 13, 14, 15, 16, 17, 18, 1449, 982, 5, 1010, 191, 340, 341, 191, 343, 87, 191, 191, 87, 114, 184, 185, 191, 187, 353, 146, 355, 191, 1367, 193, 1005, 1006, 1367, 199, 1009, 1010, 1074, 366, 168, 368, 193, 29, 114, 31, 1262, 114, 191, 1022, 175, 176, 177, 178, 1027, 1222, 4, 1308, 183, 1221, 104, 1312, 389, 1097, 189, 1222, 191, 1222, 175, 176, 177, 178, 1071, 194, 5, 5, 183, 1222, 194, 172, 1084, 5, 189, 174, 1057, 1084, 150, 184, 185, 3, 187, 174, 184, 185, 191, 187, 1221, 194, 1071, 191, 174, 87, 172, 4, 197, 172, 194, 1080, 202, 1082, 11, 1084, 182, 174, 194, 182, 191, 193, 19, 20, 21, 1120, 1095, 1564, 579, 580, 581, 582, 114, 1274, 5, 184, 185, 22, 187, 191, 591, 191, 191, 466, 193, 1392, 3, 470, 193, 1392, 3, 1120, 194, 1148, 161, 162, 163, 164, 481, 4, 68, 69, 70, 1165, 72, 4, 191, 173, 154, 1138, 1165, 3, 11, 3, 497, 498, 73, 191, 501, 1148, 19, 20, 21, 193, 507, 1215, 102, 199, 195, 196, 172, 107, 4, 194, 110, 4, 1165, 94, 113, 522, 182, 134, 191, 182, 194, 193, 122, 194, 531, 125, 126, 182, 110, 1182, 1183, 191, 194, 540, 39, 193, 182, 191, 4, 139, 182, 548, 194, 124, 144, 11, 553, 1261, 3, 174, 1264, 18, 5, 19, 20, 1269, 3, 1165, 193, 1273, 1213, 568, 1276, 22, 193, 3, 193, 191, 149, 1222, 21, 1285, 193, 21, 193, 193, 3, 193, 193, 3, 3, 146, 191, 191, 165, 166, 1680, 193, 52, 169, 193, 191, 139, 57, 175, 1693, 154, 3, 62, 63, 3, 124, 114, 184, 185, 193, 187, 188, 5, 5, 191, 192, 193, 1266, 5, 3, 30, 194, 5, 1333, 201, 3, 629, 194, 31, 29, 149, 194, 194, 1308, 94, 154, 194, 1312, 194, 3, 100, 3, 645, 1247, 104, 5, 165, 166, 4, 193, 1325, 654, 193, 21, 20, 191, 175, 4, 4, 1308, 191, 4, 124, 1312, 194, 184, 185, 194, 187, 188, 1345, 194, 191, 192, 193, 107, 1325, 194, 110, 194, 1390, 1536, 201, 1358, 815, 1367, 191, 149, 194, 26, 122, 194, 1367, 125, 126, 194, 1345, 1535, 94, 73, 1410, 5, 5, 165, 166, 199, 194, 139, 4, 1358, 3, 171, 144, 175, 1552, 193, 719, 1392, 1367, 191, 194, 194, 184, 185, 11, 187, 188, 858, 199, 191, 192, 193, 19, 20, 1535, 866, 193, 24, 741, 201, 743, 191, 194, 1392, 4, 146, 3, 878, 3, 5, 4, 1552, 1356, 756, 5, 3, 193, 3, 103, 762, 5, 103, 5, 1367, 895, 194, 1693, 3, 3, 22, 901, 4, 3, 3, 1449, 1424, 1458, 64, 4, 21, 3, 1430, 194, 1458, 3, 194, 4, 194, 194, 194, 194, 794, 3, 0, 1, 1505, 193, 191, 3, 194, 191, 191, 191, 806, 3, 191, 4, 4, 811, 1458, 813, 21, 5, 194, 1494, 3, 22, 24, 194, 1494, 4, 28, 29, 30, 31, 194, 1536, 1502, 3, 194, 37, 194, 1542, 1543, 1544, 193, 3, 124, 1513, 194, 1550, 844, 194, 194, 1682, 1494, 3, 49, 4, 4, 1560, 1561, 3, 1502, 1458, 194, 316, 64, 4, 1576, 1704, 100, 149, 323, 1513, 1575, 909, 1006, 1006, 411, 20, 1265, 1274, 715, 1219, 515, 1262, 1266, 165, 166, 87, 1682, 1264, 11, 1006, 420, 1424, 1423, 175, 1564, 404, 252, 782, 896, 1545, 1047, 1544, 184, 185, 902, 187, 188, 495, 1410, 191, 192, 193, 114, 1550, 784, 197, 718, 372, 1010, 201, 1006, 980, 377, 378, 796, 1282, 4, 382, 926, 927, 1057, 1680, 1576, 11, 1639, 459, 1213, 1417, 993, 937, 1022, 19, 20, 882, 1503, 550, 944, 124, 1653, 947, 948, 1513, 1627, 556, 1080, 1095, 1505, 1627, 556, 1333, 1345, 1514, 447, 266, 446, 451, 454, 758, 449, 801, 172, 798, 149, 175, 176, 177, 178, 803, 556, 561, 316, 183, 325, 1627, 561, 1111, 556, 189, 165, 166, 1373, 1117, 385, 1698, 611, 197, 1701, 556, 175, 1111, 613, 594, 556, 1117, 872, 4, 1132, 184, 185, 1714, 187, 188, 11, 556, 191, 192, 193, 925, 1430, 928, 19, 20, 556, 1693, 201, 901, 378, 556, 1627, 1628, 1132, 1029, 895, 556, 330, 556, 1680, 54, 1671, 494, 495, 496, 281, 1041, 467, 1043, 124, 1183, 708, 1693, 1048, 155, 4, 692, 556, 630, 26, 1055, 1056, 11, 1182, 102, 1386, 167, -1, 1082, 107, 19, 20, 110, 1186, 149, -1, -1, 655, -1, 1074, 1075, -1, -1, -1, 122, -1, -1, 125, 126, -1, 165, 166, -1, -1, -1, 547, -1, -1, -1, 1094, 175, 139, -1, -1, 556, -1, 144, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, -1, -1, -1, -1, 1118, -1, -1, 201, -1, 124, -1, 231, -1, 584, 585, -1, -1, 237, -1, -1, -1, -1, 593, 594, -1, -1, -1, -1, -1, -1, -1, 1145, 252, -1, 149, -1, -1, 1151, -1, -1, 611, 1155, -1, -1, 1158, -1, 617, 1161, 1162, -1, 165, 166, -1, 1167, -1, 1169, 124, -1, -1, -1, 175, 632, -1, -1, -1, 1179, -1, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, -1, 651, 149, -1, -1, -1, 305, 201, -1, -1, -1, -1, -1, -1, 1207, -1, -1, 316, 165, 166, 319, 1214, -1, -1, 1217, -1, -1, 1220, 175, -1, -1, -1, -1, -1, -1, 334, 335, 184, 185, -1, 187, 188, 692, -1, 191, 192, 193, 25, -1, 38, -1, -1, 351, -1, 201, 354, -1, 5, 6, 7, 8, 9, 10, -1, 12, 13, 14, 15, 16, 17, 720, 19, 20, 21, 22, 23, -1, 376, 377, 378, 379, -1, -1, -1, -1, -1, -1, -1, -1, 78, -1, -1, -1, 1286, -1, 1288, -1, -1, -1, 4, -1, -1, -1, -1, 93, 404, 11, -1, -1, -1, -1, -1, -1, -1, 19, 20, -1, -1, -1, 108, -1, 99, 100, 101, -1, -1, 115, -1, 1321, 118, 119, 120, 121, -1, -1, 124, -1, -1, 127, 128, 129, -1, -1, -1, 1337, -1, -1, -1, -1, -1, -1, 1344, 130, -1, 132, 133, 134, -1, -1, 137, 138, -1, 140, 141, 153, -1, -1, -1, -1, 1362, 1363, -1, 1365, -1, -1, -1, -1, 1370, 167, -1, -1, -1, -1, -1, -1, -1, -1, 1380, -1, -1, -1, -1, 4, -1, 844, 184, 185, -1, 187, 11, 499, -1, 191, 192, -1, -1, -1, 19, 20, -1, 509, 861, -1, -1, -1, -1, -1, -1, 868, 124, -1, -1, -1, -1, 874, 875, 876, 877, -1, 879, 94, 881, 882, -1, -1, -1, -1, -1, -1, -1, 104, -1, -1, -1, 149, -1, 194, 195, 196, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 165, 166, -1, -1, 914, -1, -1, -1, -1, -1, 175, -1, -1, -1, -1, 925, -1, 927, 928, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, -1, -1, -1, -1, -1, 19, 20, 201, -1, -1, -1, -1, -1, -1, 4, -1, -1, 1499, -1, -1, -1, 11, 1504, 124, 612, -1, -1, -1, -1, 19, 20, -1, -1, 1515, 1516, 1517, -1, -1, -1, 1521, 1522, -1, -1, -1, 1526, -1, -1, -1, 149, -1, 1532, -1, 1534, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 651, 165, 166, -1, 1006, -1, -1, 1009, 1010, -1, -1, 175, -1, -1, -1, -1, -1, -1, -1, 670, 184, 185, -1, 187, 188, 1027, -1, 191, 192, 193, -1, -1, -1, -1, -1, -1, -1, 201, -1, -1, -1, 692, -1, -1, 4, -1, -1, 124, -1, -1, -1, 11, 703, -1, 705, -1, -1, -1, -1, 19, 20, -1, -1, -1, -1, -1, -1, -1, -1, 1071, -1, 124, 149, -1, -1, -1, 1621, -1, -1, -1, -1, -1, 1084, -1, -1, -1, 1631, -1, 165, 166, 1635, -1, -1, 744, -1, 746, 149, -1, 175, -1, 316, -1, -1, 754, -1, -1, -1, 184, 185, -1, 187, 188, 165, 166, 191, 192, 193, -1, 1120, -1, -1, -1, 175, -1, 201, 1670, -1, -1, 1673, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, -1, -1, -1, -1, -1, 1148, -1, 201, -1, 1152, -1, -1, -1, 5, -1, -1, -1, -1, -1, 11, 377, 378, 1165, 124, -1, -1, -1, 19, 20, -1, 22, -1, -1, -1, -1, -1, -1, -1, -1, 1182, 1183, -1, -1, -1, -1, -1, -1, -1, 149, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 852, 853, 854, 855, 165, 166, -1, -1, 860, -1, -1, -1, -1, -1, 175, -1, -1, -1, -1, -1, 872, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, -1, -1, -1, -1, -1, -1, -1, 201, -1, -1, -1, -1, -1, -1, -1, -1, -1, 6, 7, -1, 9, 10, 907, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, -1, -1, -1, 124, 925, 926, -1, -1, 494, 495, -1, 932, 933, -1, -1, 936, -1, -1, -1, -1, -1, -1, 943, -1, -1, -1, -1, -1, 149, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 64, -1, -1, -1, -1, 165, 166, -1, -1, -1, -1, 971, -1, -1, 1325, 175, -1, -1, -1, 979, -1, -1, 547, -1, 184, 185, -1, 187, 188, 5, -1, 191, 192, 193, 1345, 11, -1, -1, -1, -1, -1, 201, -1, 19, 20, -1, -1, 1358, -1, 1009, -1, -1, -1, -1, -1, -1, 1367, 1017, -1, 584, 585, 1021, 1022, -1, 1024, 1025, -1, 1027, 593, 594, -1, -1, -1, -1, -1, 5, -1, -1, -1, -1, -1, 11, -1, -1, -1, -1, 611, -1, -1, 19, 20, -1, 617, -1, -1, 38, -1, 161, 162, 163, 164, -1, -1, -1, -1, 48, -1, 632, -1, -1, -1, -1, 1423, 1424, -1, 5, -1, 1077, -1, 1430, 1080, 11, -1, 1083, -1, -1, 651, -1, 192, 19, 20, 195, 196, 197, -1, 78, 200, -1, 1449, -1, -1, -1, -1, -1, -1, -1, 1106, 1458, 124, -1, 93, -1, -1, 1113, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 108, -1, 692, 111, 112, -1, -1, 115, 149, -1, 118, 119, 120, 121, -1, -1, 124, -1, 1494, 127, 128, 129, -1, -1, 165, 166, 1502, 1152, -1, 124, 720, -1, -1, -1, 175, -1, -1, 1513, -1, -1, -1, -1, -1, 184, 185, 153, 187, 188, 1173, -1, 191, 192, 193, -1, 149, -1, -1, 1182, 1183, 167, 201, -1, 170, -1, -1, -1, -1, -1, -1, 124, 165, 166, -1, -1, 182, -1, 184, 185, -1, 187, 175, -1, -1, 191, 192, -1, -1, 1212, 1564, 184, 185, -1, 187, 188, 149, -1, 191, 192, 193, -1, -1, -1, -1, -1, -1, -1, 201, -1, -1, -1, 165, 166, -1, -1, -1, -1, -1, -1, -1, -1, 175, 1246, -1, -1, -1, 1250, -1, -1, -1, 184, 185, -1, 187, 188, 1259, -1, 191, 192, 193, -1, -1, -1, -1, 38, -1, -1, 201, -1, -1, -1, -1, 1627, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1291, -1, -1, -1, -1, 861, -1, -1, -1, -1, -1, -1, 868, -1, 1305, -1, -1, 78, 874, 875, 876, 877, -1, 879, -1, 881, 882, -1, -1, -1, -1, -1, 93, -1, -1, -1, -1, -1, -1, -1, -1, -1, 103, -1, -1, -1, -1, 108, -1, -1, -1, 1342, -1, -1, 115, -1, -1, 118, 119, 120, 121, -1, -1, 124, 1355, -1, 127, 128, 129, 925, -1, 927, 928, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1373, -1, 1375, -1, -1, 6, 7, -1, 9, 10, 153, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 167, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 184, 185, -1, 187, -1, -1, -1, 191, 192, 1423, 1424, -1, -1, -1, -1, 1429, 1430, -1, -1, -1, -1, -1, 64, -1, -1, -1, -1, -1, -1, -1, 1009, -1, -1, -1, 1448, -1, -1, -1, -1, -1, -1, -1, -1, 11, -1, -1, -1, -1, 1027, -1, -1, 19, 20, -1, -1, -1, -1, -1, -1, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, -1, -1, -1, 49, -1, 51, 52, 53, 54, -1, 56, -1, 58, 59, 1071, -1, -1, -1, -1, 65, -1, 67, -1, 69, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 161, 162, 163, 164, -1, -1, 1539, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1120, -1, -1, -1, -1, -1, -1, -1, 1563, 192, 193, -1, 195, 196, 197, 124, 199, -1, -1, -1, -1, -1, -1, -1, -1, 1580, -1, -1, 1148, -1, 11, -1, 1152, -1, -1, -1, -1, -1, 19, 20, 149, -1, 1597, 1598, -1, -1, -1, 1602, -1, 1604, -1, -1, -1, -1, -1, -1, 165, 166, -1, -1, 11, -1, 1182, 1183, -1, -1, 175, -1, 19, 20, 21, -1, -1, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, -1, -1, -1, -1, -1, -1, -1, 201, -1, -1, -1, -1, -1, -1, 50, -1, -1, -1, -1, -1, -1, 1661, 58, -1, 60, 61, 62, 63, 94, 65, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1687, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 124, -1, 11, -1, 1702, -1, 1704, 1705, -1, -1, 19, 20, -1, 1711, -1, -1, -1, -1, 1716, -1, -1, -1, -1, -1, -1, 149, -1, -1, -1, -1, 124, -1, -1, -1, -1, -1, -1, -1, -1, -1, 49, 165, 166, -1, 53, 54, 55, 56, 57, 58, -1, 175, -1, -1, -1, 149, 65, 66, 67, -1, 184, 185, 1325, 187, 188, -1, -1, 191, 192, 193, -1, 165, 166, 167, -1, -1, -1, 201, 11, -1, -1, 175, 1345, -1, -1, -1, 19, 20, -1, -1, 184, 185, -1, 187, 188, 1358, -1, 191, 192, 193, -1, -1, -1, -1, -1, -1, -1, 201, -1, -1, -1, -1, -1, -1, -1, 124, 49, -1, 51, -1, 53, 54, -1, 56, -1, 58, 59, -1, -1, -1, -1, -1, 65, -1, 67, -1, 69, -1, -1, -1, 149, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 165, 166, -1, -1, 1423, 1424, -1, 11, -1, -1, 175, 1430, -1, -1, -1, 19, 20, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, -1, -1, -1, -1, -1, -1, 124, 201, -1, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, -1, -1, -1, 149, 65, 11, 67, 68, -1, -1, -1, -1, -1, 19, 20, -1, -1, -1, -1, 165, 166, -1, -1, -1, -1, -1, 1502, -1, -1, 175, -1, -1, -1, -1, -1, 11, -1, 1513, 184, 185, -1, 187, 188, 19, 20, 191, 192, 193, 109, -1, -1, -1, 58, -1, -1, 201, -1, -1, -1, 65, -1, 67, 68, 124, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, -1, -1, -1, 149, 65, 11, 67, 68, -1, 155, -1, -1, -1, 19, 20, -1, -1, -1, -1, 165, 166, -1, -1, -1, -1, -1, -1, -1, -1, 175, -1, -1, -1, 124, -1, -1, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, -1, -1, -1, 57, 58, -1, -1, 201, -1, -1, 149, 65, 11, 67, -1, 124, -1, -1, -1, -1, 19, 20, -1, 11, -1, 24, 165, 166, -1, -1, -1, 19, 20, 21, -1, -1, 175, -1, -1, -1, 149, -1, -1, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, -1, 165, 166, -1, -1, -1, -1, 201, -1, -1, 64, 175, -1, -1, -1, 124, -1, -1, -1, -1, 184, 185, 11, 187, 188, -1, -1, 191, 192, 193, 19, 20, 21, 11, -1, -1, -1, 201, -1, -1, 149, 19, 20, -1, -1, -1, 24, -1, -1, -1, -1, -1, -1, -1, -1, -1, 165, 166, -1, -1, -1, -1, -1, -1, -1, -1, 175, -1, -1, -1, 124, -1, -1, -1, -1, 184, 185, -1, 187, 188, 11, 124, 191, 192, 193, -1, 64, -1, 19, 20, -1, -1, 201, -1, -1, 149, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 149, -1, -1, -1, -1, 165, 166, -1, -1, -1, -1, 11, -1, -1, -1, 175, 165, 166, 167, 19, 20, 21, -1, -1, 184, 185, 175, 187, 188, 124, -1, 191, 192, 193, -1, 184, 185, 197, 187, 188, 124, 201, 191, 192, 193, -1, -1, -1, 11, -1, -1, -1, 201, -1, 149, -1, 19, 20, 21, 11, -1, -1, -1, -1, -1, 149, -1, 19, 20, -1, 165, 166, -1, -1, -1, -1, -1, -1, -1, -1, 175, 165, 166, -1, -1, -1, -1, 124, -1, 184, 185, 175, 187, 188, -1, -1, 191, 192, 193, -1, 184, 185, -1, 187, 188, -1, 201, 191, 192, 193, -1, -1, 149, 197, 11, -1, -1, 201, -1, -1, -1, -1, 19, 20, 124, -1, -1, -1, 165, 166, -1, -1, -1, -1, -1, -1, -1, -1, 175, -1, -1, -1, -1, -1, 11, -1, -1, 184, 185, 149, 187, 188, 19, 20, 191, 192, 193, 194, -1, 11, -1, 124, -1, -1, 201, 165, 166, 19, 20, -1, -1, -1, 124, -1, -1, 175, -1, -1, -1, -1, -1, -1, -1, -1, 184, 185, 149, 187, 188, -1, 11, 191, 192, 193, -1, -1, -1, 149, 19, 20, -1, 201, 165, 166, -1, -1, -1, -1, -1, -1, -1, -1, 175, 165, 166, -1, -1, -1, -1, -1, -1, 184, 185, 175, 187, 188, -1, 124, 191, 192, 193, -1, 184, 185, -1, 187, 188, 11, 201, 191, 192, 193, -1, -1, -1, 19, 20, -1, -1, 201, -1, -1, 149, -1, -1, -1, -1, 124, -1, -1, -1, -1, -1, -1, -1, -1, 11, -1, 165, 166, -1, -1, 124, -1, 19, 20, -1, -1, 175, -1, -1, -1, 149, -1, -1, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, 149, 165, 166, -1, -1, -1, 124, 201, -1, -1, -1, 175, -1, -1, -1, -1, 165, 166, -1, -1, 184, 185, -1, 187, 188, -1, 175, 191, 192, 193, -1, 149, -1, -1, -1, 184, 185, 201, 187, 188, -1, -1, 191, 192, 193, -1, -1, 165, 166, -1, -1, 25, 201, 124, -1, -1, -1, 175, 32, -1, -1, -1, -1, -1, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, -1, -1, 149, -1, -1, -1, 124, 201, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 165, 166, -1, -1, -1, -1, -1, -1, -1, -1, 175, -1, -1, 149, 82, -1, -1, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, 165, 166, 99, 100, -1, -1, -1, 201, -1, -1, 175, -1, -1, -1, 111, -1, -1, -1, -1, 184, 185, -1, 187, 188, -1, -1, 191, 192, 193, -1, -1, -1, -1, 130, -1, 132, 201, 134, 135, -1, -1, -1, -1, 140, -1, 142, -1, 32, -1, -1, 147, -1, -1, 38, -1, -1, -1, -1, -1, -1, -1, -1, 47, 48, -1, -1, -1, -1, -1, -1, 167, -1, -1, 170, 171, 172, -1, -1, 175, 176, 177, 178, -1, -1, -1, -1, 183, 184, 185, 186, 187, -1, 189, 78, 191, 192, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 93, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 104, 105, 106, -1, 108, -1, 32, 111, -1, 113, -1, 115, 38, -1, 118, 119, 120, 121, -1, -1, 124, -1, 48, 127, 128, 129, -1, 131, -1, 32, -1, -1, -1, -1, -1, 38, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, -1, -1, -1, 153, -1, -1, 78, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 167, 168, 169, 170, 93, -1, -1, -1, -1, -1, -1, -1, 78, -1, -1, -1, -1, 184, 185, 108, 187, -1, 111, 112, 191, 192, 115, 93, -1, 118, 119, 120, 121, -1, -1, 124, -1, -1, 127, 128, 129, -1, 108, -1, -1, 111, 112, 38, -1, 115, -1, -1, 118, 119, 120, 121, -1, -1, 124, -1, -1, 127, 128, 129, 153, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 167, -1, -1, 170, -1, -1, -1, -1, -1, 153, -1, -1, -1, -1, -1, 182, -1, 184, 185, -1, 187, -1, -1, 167, 191, 192, 170, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 182, 108, 184, 185, -1, 187, 113, -1, -1, 191, 192, 118, 119, 120, 121, -1, -1, 124, -1, -1, 127, 128, 129, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 167, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 184, 185, -1, 187, -1, -1, -1, 191, 192 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint16 yystos[] = { 0, 204, 0, 1, 24, 28, 30, 37, 64, 87, 114, 172, 197, 205, 206, 207, 208, 210, 211, 264, 265, 632, 635, 652, 654, 688, 689, 690, 691, 692, 702, 703, 184, 212, 191, 191, 175, 176, 177, 178, 183, 189, 191, 231, 266, 314, 209, 24, 197, 24, 266, 236, 237, 405, 645, 647, 653, 653, 29, 31, 114, 690, 653, 653, 209, 655, 636, 268, 267, 272, 269, 271, 270, 193, 194, 194, 209, 197, 208, 25, 32, 82, 99, 100, 111, 132, 134, 135, 147, 167, 170, 171, 184, 185, 186, 187, 191, 192, 231, 238, 239, 240, 251, 259, 260, 288, 290, 292, 330, 331, 346, 364, 369, 386, 387, 392, 397, 398, 405, 406, 412, 416, 422, 432, 434, 443, 445, 447, 450, 451, 452, 513, 514, 539, 540, 541, 543, 549, 550, 553, 587, 606, 631, 669, 672, 714, 160, 647, 259, 260, 634, 641, 715, 38, 48, 78, 93, 108, 115, 118, 119, 120, 121, 124, 127, 128, 129, 153, 191, 241, 242, 252, 253, 259, 457, 474, 513, 514, 524, 525, 529, 539, 558, 559, 564, 568, 569, 572, 584, 585, 586, 587, 588, 593, 600, 604, 605, 606, 619, 622, 625, 677, 682, 714, 191, 705, 191, 695, 241, 241, 206, 206, 21, 193, 273, 274, 273, 273, 273, 21, 193, 284, 285, 286, 273, 4, 11, 19, 20, 21, 124, 149, 165, 166, 175, 188, 192, 193, 201, 231, 254, 257, 263, 275, 276, 279, 280, 288, 289, 315, 316, 321, 323, 432, 481, 482, 483, 484, 485, 488, 489, 491, 493, 494, 495, 496, 497, 501, 504, 506, 675, 684, 393, 206, 193, 417, 418, 3, 206, 213, 544, 154, 191, 670, 671, 154, 400, 22, 423, 206, 544, 3, 293, 294, 193, 373, 374, 376, 377, 432, 434, 4, 193, 240, 102, 107, 139, 434, 193, 291, 264, 366, 400, 130, 140, 142, 146, 193, 515, 5, 193, 446, 537, 538, 546, 546, 646, 112, 633, 642, 643, 644, 691, 702, 193, 193, 191, 231, 235, 501, 557, 191, 206, 260, 191, 197, 717, 193, 193, 193, 628, 193, 506, 591, 193, 591, 193, 193, 206, 501, 503, 504, 509, 510, 511, 512, 589, 4, 112, 246, 247, 243, 244, 245, 252, 631, 110, 122, 125, 126, 144, 191, 526, 537, 47, 570, 571, 575, 193, 678, 193, 709, 193, 246, 246, 192, 94, 511, 193, 276, 287, 73, 94, 263, 193, 322, 325, 326, 327, 501, 200, 200, 231, 275, 278, 279, 281, 488, 501, 5, 3, 194, 322, 23, 486, 21, 22, 487, 275, 276, 488, 276, 484, 12, 13, 14, 15, 16, 17, 18, 161, 162, 163, 164, 195, 196, 490, 492, 10, 498, 9, 499, 6, 7, 500, 491, 193, 193, 419, 3, 206, 116, 117, 231, 545, 206, 670, 3, 206, 191, 673, 674, 191, 18, 22, 425, 426, 206, 295, 296, 346, 191, 154, 191, 377, 378, 379, 445, 449, 450, 451, 3, 371, 372, 427, 3, 22, 111, 170, 448, 206, 506, 21, 192, 260, 501, 503, 610, 206, 5, 444, 505, 506, 264, 300, 301, 302, 303, 3, 333, 334, 335, 365, 191, 367, 368, 668, 400, 400, 143, 264, 408, 409, 191, 432, 433, 434, 501, 521, 522, 523, 472, 506, 516, 517, 518, 519, 146, 501, 444, 199, 245, 168, 169, 191, 261, 262, 542, 547, 548, 551, 554, 555, 262, 547, 3, 154, 650, 716, 405, 637, 644, 501, 532, 501, 206, 206, 206, 458, 594, 601, 193, 58, 65, 67, 68, 501, 591, 623, 624, 206, 58, 65, 67, 68, 591, 620, 621, 206, 475, 231, 720, 206, 48, 206, 656, 657, 245, 501, 21, 50, 58, 60, 61, 62, 63, 65, 67, 191, 434, 438, 590, 591, 592, 607, 608, 609, 610, 607, 610, 683, 4, 260, 513, 524, 525, 527, 530, 531, 104, 560, 561, 565, 136, 193, 579, 131, 571, 576, 537, 194, 680, 206, 710, 704, 693, 405, 699, 405, 706, 5, 194, 263, 5, 5, 3, 194, 325, 501, 150, 3, 191, 192, 277, 277, 174, 279, 194, 263, 316, 202, 324, 276, 483, 483, 484, 485, 489, 493, 494, 495, 194, 676, 191, 395, 396, 231, 421, 435, 443, 445, 451, 418, 193, 536, 5, 206, 671, 3, 206, 22, 191, 191, 429, 430, 3, 206, 193, 3, 370, 427, 373, 376, 231, 275, 276, 278, 279, 288, 313, 314, 317, 345, 375, 381, 384, 385, 432, 488, 675, 206, 544, 206, 544, 4, 21, 154, 231, 453, 454, 456, 501, 504, 206, 3, 206, 501, 194, 4, 3, 154, 304, 173, 299, 302, 25, 101, 130, 132, 133, 134, 137, 138, 140, 141, 336, 346, 191, 339, 340, 342, 154, 3, 206, 3, 191, 389, 231, 341, 401, 402, 403, 404, 426, 407, 193, 3, 206, 199, 206, 4, 3, 194, 3, 194, 434, 520, 206, 194, 447, 206, 544, 4, 113, 38, 127, 129, 259, 457, 474, 513, 524, 552, 568, 585, 587, 593, 600, 604, 605, 606, 619, 622, 625, 677, 546, 542, 555, 259, 134, 661, 191, 206, 182, 194, 194, 435, 445, 450, 465, 466, 467, 49, 53, 54, 55, 56, 57, 58, 65, 66, 67, 591, 596, 597, 57, 58, 65, 67, 591, 602, 603, 49, 51, 52, 53, 54, 56, 58, 59, 65, 67, 69, 591, 629, 630, 591, 260, 434, 441, 442, 434, 439, 440, 599, 3, 194, 591, 260, 441, 599, 3, 194, 467, 477, 3, 194, 193, 248, 249, 250, 691, 702, 182, 194, 506, 21, 590, 610, 191, 608, 260, 260, 260, 441, 3, 194, 194, 3, 206, 231, 684, 110, 39, 528, 533, 193, 105, 561, 562, 563, 566, 537, 580, 191, 206, 191, 577, 679, 231, 254, 434, 501, 685, 686, 687, 21, 191, 696, 711, 712, 713, 206, 711, 182, 182, 511, 194, 263, 511, 511, 3, 326, 231, 258, 275, 278, 282, 685, 5, 3, 194, 3, 193, 501, 501, 674, 231, 414, 415, 435, 22, 193, 3, 428, 296, 191, 297, 298, 231, 379, 380, 545, 206, 373, 193, 21, 382, 382, 193, 3, 22, 382, 276, 279, 206, 206, 4, 501, 260, 501, 5, 3, 194, 4, 154, 455, 193, 501, 613, 614, 615, 206, 505, 101, 130, 138, 305, 306, 346, 231, 307, 308, 191, 206, 193, 193, 3, 332, 193, 347, 336, 368, 193, 3, 388, 399, 3, 206, 191, 410, 411, 409, 191, 521, 473, 506, 472, 518, 472, 519, 146, 206, 206, 169, 191, 206, 193, 191, 192, 193, 718, 193, 110, 262, 556, 546, 154, 3, 662, 114, 639, 206, 531, 574, 3, 460, 193, 468, 502, 503, 598, 502, 502, 502, 506, 5, 591, 260, 502, 441, 3, 194, 5, 591, 260, 441, 3, 194, 598, 5, 441, 439, 439, 441, 591, 434, 436, 437, 260, 441, 436, 3, 194, 624, 206, 621, 206, 3, 478, 231, 501, 250, 30, 659, 103, 253, 259, 260, 609, 206, 613, 193, 206, 434, 611, 612, 615, 611, 501, 532, 40, 41, 534, 535, 526, 501, 191, 206, 106, 561, 567, 537, 4, 501, 581, 582, 583, 206, 578, 206, 206, 5, 3, 194, 194, 3, 194, 31, 701, 29, 708, 194, 3, 194, 3, 194, 194, 231, 328, 329, 545, 194, 194, 501, 508, 396, 394, 420, 421, 444, 194, 3, 3, 413, 431, 430, 424, 427, 3, 194, 5, 193, 231, 255, 256, 257, 258, 275, 278, 313, 317, 345, 383, 384, 194, 254, 318, 319, 320, 434, 501, 520, 523, 381, 501, 4, 21, 501, 454, 4, 501, 501, 501, 612, 614, 615, 616, 617, 3, 206, 193, 3, 154, 193, 309, 3, 206, 206, 337, 338, 340, 206, 348, 21, 283, 390, 191, 206, 206, 403, 20, 3, 194, 4, 4, 520, 206, 544, 206, 532, 11, 19, 20, 44, 109, 155, 165, 166, 184, 185, 187, 188, 192, 214, 215, 219, 221, 224, 226, 231, 232, 233, 501, 720, 501, 253, 27, 191, 663, 664, 648, 191, 640, 206, 97, 145, 461, 462, 466, 194, 469, 470, 471, 472, 502, 597, 595, 502, 603, 206, 439, 194, 630, 626, 97, 145, 467, 479, 480, 194, 194, 191, 660, 206, 110, 3, 206, 3, 206, 206, 194, 194, 191, 206, 191, 206, 526, 194, 206, 191, 206, 583, 3, 194, 4, 206, 231, 687, 686, 681, 713, 26, 697, 698, 640, 640, 94, 73, 194, 5, 206, 3, 194, 194, 501, 415, 206, 427, 4, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 506, 507, 206, 426, 298, 206, 511, 231, 275, 5, 3, 194, 501, 260, 501, 4, 3, 614, 4, 310, 350, 352, 356, 306, 310, 283, 308, 349, 157, 158, 159, 363, 349, 287, 5, 146, 343, 344, 349, 193, 191, 411, 206, 206, 194, 501, 194, 194, 501, 199, 443, 445, 193, 193, 194, 191, 184, 234, 443, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 195, 196, 216, 194, 194, 4, 146, 3, 206, 638, 439, 464, 5, 3, 459, 3, 194, 473, 4, 206, 613, 206, 464, 5, 3, 476, 573, 658, 501, 260, 612, 103, 191, 206, 206, 206, 103, 206, 582, 583, 206, 193, 694, 707, 707, 5, 5, 506, 421, 3, 22, 194, 3, 4, 3, 3, 352, 360, 507, 21, 3, 429, 3, 320, 319, 501, 545, 617, 618, 194, 3, 4, 194, 5, 146, 311, 312, 194, 194, 194, 508, 313, 345, 432, 194, 391, 719, 222, 223, 225, 5, 218, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 5, 22, 217, 501, 501, 5, 501, 5, 501, 191, 651, 664, 665, 666, 667, 668, 191, 664, 206, 441, 463, 462, 206, 470, 627, 463, 480, 206, 206, 206, 194, 3, 206, 206, 191, 206, 191, 206, 700, 206, 511, 263, 3, 501, 191, 351, 353, 507, 4, 352, 355, 357, 4, 21, 362, 511, 5, 194, 508, 313, 345, 349, 219, 231, 220, 227, 227, 227, 501, 501, 501, 501, 501, 649, 3, 206, 260, 206, 194, 206, 194, 194, 506, 22, 4, 3, 194, 506, 194, 193, 4, 228, 229, 230, 501, 194, 194, 194, 206, 666, 206, 3, 414, 511, 3, 4, 501, 3, 4, 443, 506, 194, 506, 501, 4, 229, 501, 3, 501, 4, 506, 501 }; #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 yyerrorlab /* 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. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (yylen); \ yystate = *yyssp; \ goto yybackup; \ } \ else \ { \ yyerror (YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) /* Error token number */ #define YYTERROR 1 #define YYERRCODE 256 /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #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 (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; #endif { FILE *yyo = yyoutput; YYUSE (yyo); if (!yyvaluep) return; # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule) #else static void yy_reduce_print (yyvsp, yyrule) YYSTYPE *yyvsp; int yyrule; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) ); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, 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 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #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. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # 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. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); YYSIZE_T yysize = yysize0; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = YY_NULL; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; { YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } { YYSIZE_T yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) #else static void yydestruct (yymsg, yytype, yyvaluep) const char *yymsg; int yytype; YYSTYPE *yyvaluep; #endif { YYUSE (yyvaluep); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { default: break; } } /* The lookahead symbol. */ int yychar; #ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN # define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN # define YY_IGNORE_MAYBE_UNINITIALIZED_END #endif #ifndef YY_INITIAL_VALUE # define YY_INITIAL_VALUE(Value) /* Nothing. */ #endif /* The semantic value of the lookahead symbol. */ YYSTYPE yylval YY_INITIAL_VALUE(yyval_default); /* Number of syntax errors so far. */ int yynerrs; /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void) #else int yyparse () #endif #endif { int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks through separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken = 0; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yyssp = yyss = yyssa; yyvsp = yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ 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; yytype_int16 *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 (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, 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)); if (yystate == YYFINAL) YYACCEPT; 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. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) 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); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN *++yyvsp = yylval; YY_IGNORE_MAYBE_UNINITIALIZED_END 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 6: /* Line 1807 of yacc.c */ #line 517 "fortran.y" {yyerrok;yyclearin;} break; case 7: /* Line 1807 of yacc.c */ #line 520 "fortran.y" {token_since_endofstmt = 0; increment_nbtokens = 0;} break; case 16: /* Line 1807 of yacc.c */ #line 533 "fortran.y" { if (inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortran_out,pos_curinclude,pos_end-pos_curinclude); } } break; case 18: /* Line 1807 of yacc.c */ #line 558 "fortran.y" { pos_cur = setposcur(); } break; case 24: /* Line 1807 of yacc.c */ #line 582 "fortran.y" { Add_Include_1((yyvsp[(1) - (1)].na)); } break; case 27: /* Line 1807 of yacc.c */ #line 1102 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 28: /* Line 1807 of yacc.c */ #line 1103 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 29: /* Line 1807 of yacc.c */ #line 1104 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 30: /* Line 1807 of yacc.c */ #line 1105 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 31: /* Line 1807 of yacc.c */ #line 1106 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 32: /* Line 1807 of yacc.c */ #line 1108 "fortran.y" { strcpy((yyval.na),"+"); } break; case 33: /* Line 1807 of yacc.c */ #line 1109 "fortran.y" { strcpy((yyval.na),"-"); } break; case 34: /* Line 1807 of yacc.c */ #line 1113 "fortran.y" { sprintf((yyval.na),"+%s",(yyvsp[(2) - (2)].na)); } break; case 35: /* Line 1807 of yacc.c */ #line 1114 "fortran.y" { sprintf((yyval.na),"-%s",(yyvsp[(2) - (2)].na)); } break; case 36: /* Line 1807 of yacc.c */ #line 1115 "fortran.y" { sprintf((yyval.na),"*%s",(yyvsp[(2) - (2)].na)); } break; case 37: /* Line 1807 of yacc.c */ #line 1116 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 38: /* Line 1807 of yacc.c */ #line 1117 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 39: /* Line 1807 of yacc.c */ #line 1118 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 40: /* Line 1807 of yacc.c */ #line 1119 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 41: /* Line 1807 of yacc.c */ #line 1120 "fortran.y" { sprintf((yyval.na)," > %s",(yyvsp[(2) - (2)].na)); } break; case 42: /* Line 1807 of yacc.c */ #line 1121 "fortran.y" { sprintf((yyval.na)," < %s",(yyvsp[(2) - (2)].na)); } break; case 43: /* Line 1807 of yacc.c */ #line 1122 "fortran.y" { sprintf((yyval.na)," >= %s",(yyvsp[(3) - (3)].na)); } break; case 44: /* Line 1807 of yacc.c */ #line 1123 "fortran.y" { sprintf((yyval.na)," <= %s",(yyvsp[(3) - (3)].na)); } break; case 45: /* Line 1807 of yacc.c */ #line 1124 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 46: /* Line 1807 of yacc.c */ #line 1125 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 47: /* Line 1807 of yacc.c */ #line 1126 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 48: /* Line 1807 of yacc.c */ #line 1127 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 49: /* Line 1807 of yacc.c */ #line 1128 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 50: /* Line 1807 of yacc.c */ #line 1129 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 51: /* Line 1807 of yacc.c */ #line 1130 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 52: /* Line 1807 of yacc.c */ #line 1131 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 53: /* Line 1807 of yacc.c */ #line 1132 "fortran.y" { sprintf((yyval.na),"%s",(yyvsp[(2) - (2)].na)); } break; case 54: /* Line 1807 of yacc.c */ #line 1133 "fortran.y" { sprintf((yyval.na),"%s",(yyvsp[(2) - (2)].na)); } break; case 55: /* Line 1807 of yacc.c */ #line 1135 "fortran.y" { strcpy((yyval.na),""); } break; case 56: /* Line 1807 of yacc.c */ #line 1136 "fortran.y" { sprintf((yyval.na),"/%s",(yyvsp[(1) - (1)].na)); } break; case 57: /* Line 1807 of yacc.c */ #line 1137 "fortran.y" { sprintf((yyval.na),"/= %s",(yyvsp[(2) - (2)].na));} break; case 58: /* Line 1807 of yacc.c */ #line 1138 "fortran.y" { sprintf((yyval.na),"//%s",(yyvsp[(2) - (2)].na)); } break; case 59: /* Line 1807 of yacc.c */ #line 1141 "fortran.y" { sprintf((yyval.na),"==%s",(yyvsp[(2) - (2)].na)); } break; case 60: /* Line 1807 of yacc.c */ #line 1142 "fortran.y" { sprintf((yyval.na),"= %s",(yyvsp[(1) - (1)].na)); } break; case 61: /* Line 1807 of yacc.c */ #line 1145 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 62: /* Line 1807 of yacc.c */ #line 1146 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 63: /* Line 1807 of yacc.c */ #line 1147 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 64: /* Line 1807 of yacc.c */ #line 1151 "fortran.y" { agrif_parentcall = 0; if ( !strcasecmp(identcopy, "Agrif_Parent") ) agrif_parentcall = 1; if ( Agrif_in_Tok_NAME(identcopy) ) { inagrifcallargument = 1; Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } } break; case 65: /* Line 1807 of yacc.c */ #line 1162 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 66: /* Line 1807 of yacc.c */ #line 1163 "fortran.y" { sprintf((yyval.na)," %s %s ",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 67: /* Line 1807 of yacc.c */ #line 1164 "fortran.y" {in_complex_literal=0;} break; case 68: /* Line 1807 of yacc.c */ #line 1164 "fortran.y" { sprintf((yyval.na)," %s ( %s )",(yyvsp[(1) - (5)].na),(yyvsp[(4) - (5)].na)); } break; case 69: /* Line 1807 of yacc.c */ #line 1165 "fortran.y" {in_complex_literal=0;} break; case 70: /* Line 1807 of yacc.c */ #line 1165 "fortran.y" { sprintf((yyval.na)," %s ( %s ) %s ",(yyvsp[(1) - (6)].na),(yyvsp[(4) - (6)].na),(yyvsp[(6) - (6)].na)); } break; case 72: /* Line 1807 of yacc.c */ #line 1168 "fortran.y" {in_complex_literal=0;} break; case 73: /* Line 1807 of yacc.c */ #line 1169 "fortran.y" { if ( inside_type_declare ) break; sprintf((yyval.na)," %s ( %s )",(yyvsp[(1) - (5)].na),(yyvsp[(4) - (5)].na)); ModifyTheAgrifFunction_0((yyvsp[(4) - (5)].na)); agrif_parentcall = 0; } break; case 74: /* Line 1807 of yacc.c */ #line 1178 "fortran.y" { sprintf((yyval.na)," %s %% %s ",(yyvsp[(1) - (4)].na),(yyvsp[(4) - (4)].na)); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 75: /* Line 1807 of yacc.c */ #line 1189 "fortran.y" { strcpy((yyval.na)," "); } break; case 76: /* Line 1807 of yacc.c */ #line 1190 "fortran.y" { strcpy((yyval.na),(yyvsp[(2) - (2)].na)); } break; case 77: /* Line 1807 of yacc.c */ #line 1193 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 78: /* Line 1807 of yacc.c */ #line 1194 "fortran.y" { sprintf((yyval.na),"%s,%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na)); } break; case 79: /* Line 1807 of yacc.c */ #line 1197 "fortran.y" {strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 80: /* Line 1807 of yacc.c */ #line 1198 "fortran.y" {strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 81: /* Line 1807 of yacc.c */ #line 1201 "fortran.y" { sprintf((yyval.na),"%s :%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));} break; case 82: /* Line 1807 of yacc.c */ #line 1202 "fortran.y" { sprintf((yyval.na),"%s :%s :%s",(yyvsp[(1) - (5)].na),(yyvsp[(3) - (5)].na),(yyvsp[(5) - (5)].na));} break; case 83: /* Line 1807 of yacc.c */ #line 1203 "fortran.y" { sprintf((yyval.na),":%s :%s",(yyvsp[(2) - (4)].na),(yyvsp[(4) - (4)].na));} break; case 84: /* Line 1807 of yacc.c */ #line 1204 "fortran.y" { sprintf((yyval.na),": : %s",(yyvsp[(3) - (3)].na));} break; case 85: /* Line 1807 of yacc.c */ #line 1205 "fortran.y" { sprintf((yyval.na),":%s",(yyvsp[(2) - (2)].na));} break; case 86: /* Line 1807 of yacc.c */ #line 1206 "fortran.y" { sprintf((yyval.na),"%s :",(yyvsp[(1) - (2)].na));} break; case 87: /* Line 1807 of yacc.c */ #line 1207 "fortran.y" { sprintf((yyval.na),":");} break; case 88: /* Line 1807 of yacc.c */ #line 1210 "fortran.y" { // if (indeclaration == 1) break; if ( afterpercent == 0 ) { if ( Agrif_in_Tok_NAME((yyvsp[(1) - (1)].na)) ) Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); if ( !strcasecmp((yyvsp[(1) - (1)].na),"Agrif_Parent") ) agrif_parentcall = 1; if ( VariableIsFunction((yyvsp[(1) - (1)].na)) ) { if ( inagrifcallargument == 1 ) { if ( !strcasecmp((yyvsp[(1) - (1)].na),identcopy) ) { strcpy(sameagrifname,identcopy); sameagrifargument = 1; } } strcpy(identcopy,(yyvsp[(1) - (1)].na)); pointedvar = 0; if (variscoupled_0((yyvsp[(1) - (1)].na))) strcpy(truename, getcoupledname_0((yyvsp[(1) - (1)].na))); else strcpy(truename, (yyvsp[(1) - (1)].na)); if ( VarIsNonGridDepend(truename) == 0 && (! Variableshouldberemoved(truename)) ) { if ( inagrifcallargument == 1 || varispointer_0(truename) == 1 ) { if ( (IsinListe(List_UsedInSubroutine_Var,(yyvsp[(1) - (1)].na)) == 1) || (inagrifcallargument == 1) ) { if (varistyped_0(truename) == 0) ModifyTheVariableName_0(truename,strlen((yyvsp[(1) - (1)].na))); } } if ( inagrifcallargument != 1 || sameagrifargument ==1 ) { Add_UsedInSubroutine_Var_1(truename); } } NotifyAgrifFunction_0(truename); } } else { afterpercent = 0; } } break; case 89: /* Line 1807 of yacc.c */ #line 1256 "fortran.y" { strcpy((yyval.na),".TRUE.");} break; case 90: /* Line 1807 of yacc.c */ #line 1257 "fortran.y" { strcpy((yyval.na),".FALSE.");} break; case 91: /* Line 1807 of yacc.c */ #line 1258 "fortran.y" { strcpy((yyval.na),"NULL()"); } break; case 92: /* Line 1807 of yacc.c */ #line 1259 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 93: /* Line 1807 of yacc.c */ #line 1260 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 94: /* Line 1807 of yacc.c */ #line 1261 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 95: /* Line 1807 of yacc.c */ #line 1263 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 97: /* Line 1807 of yacc.c */ #line 1267 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 99: /* Line 1807 of yacc.c */ #line 1269 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 100: /* Line 1807 of yacc.c */ #line 1270 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 101: /* Line 1807 of yacc.c */ #line 1272 "fortran.y" { strcpy((yyval.na)," ");} break; case 102: /* Line 1807 of yacc.c */ #line 1273 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 103: /* Line 1807 of yacc.c */ #line 1283 "fortran.y" { strcpy((yyval.na)," ");} break; case 104: /* Line 1807 of yacc.c */ #line 1284 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 168: /* Line 1807 of yacc.c */ #line 1481 "fortran.y" { /* if we never meet the contains keyword */ if ( firstpass == 0 ) { RemoveWordCUR_0(fortran_out, strlen((yyvsp[(2) - (2)].na))+11); // Remove word "end module" if ( inmoduledeclare && ! aftercontainsdeclare ) { Write_Closing_Module(1); } fprintf(fortran_out,"\n end module %s\n", curmodulename); if ( module_declar && insubroutinedeclare == 0 ) { fclose(module_declar); } } inmoduledeclare = 0 ; inmodulemeet = 0 ; aftercontainsdeclare = 1; strcpy(curmodulename, ""); GlobalDeclaration = 0 ; } break; case 188: /* Line 1807 of yacc.c */ #line 1534 "fortran.y" {in_complex_literal=0;} break; case 191: /* Line 1807 of yacc.c */ #line 1558 "fortran.y" {strcpy((yyval.na),"");} break; case 195: /* Line 1807 of yacc.c */ #line 1568 "fortran.y" {strcpy((yyval.na),"");} break; case 196: /* Line 1807 of yacc.c */ #line 1570 "fortran.y" {strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 201: /* Line 1807 of yacc.c */ #line 1590 "fortran.y" {pos_cur_decl=my_position_before;} break; case 202: /* Line 1807 of yacc.c */ #line 1591 "fortran.y" {strcpy((yyval.na),(yyvsp[(2) - (2)].na));} break; case 204: /* Line 1807 of yacc.c */ #line 1594 "fortran.y" {strcpy(DeclType,"type"); GlobalDeclarationType = 1; } break; case 205: /* Line 1807 of yacc.c */ #line 1598 "fortran.y" {in_kind_selector = 1;} break; case 206: /* Line 1807 of yacc.c */ #line 1599 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));strcpy(DeclType,(yyvsp[(1) - (3)].na)); in_kind_selector =0;} break; case 207: /* Line 1807 of yacc.c */ #line 1600 "fortran.y" {in_kind_selector = 1;} break; case 208: /* Line 1807 of yacc.c */ #line 1601 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));strcpy(DeclType,(yyvsp[(1) - (3)].na));in_kind_selector =0;} break; case 209: /* Line 1807 of yacc.c */ #line 1602 "fortran.y" {in_kind_selector = 1;} break; case 210: /* Line 1807 of yacc.c */ #line 1603 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));strcpy(DeclType,"real"); strcpy(NamePrecision,"8");in_kind_selector =0;} break; case 211: /* Line 1807 of yacc.c */ #line 1604 "fortran.y" {in_kind_selector = 1;} break; case 212: /* Line 1807 of yacc.c */ #line 1605 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));strcpy(DeclType,(yyvsp[(1) - (3)].na));in_kind_selector =0;} break; case 213: /* Line 1807 of yacc.c */ #line 1606 "fortran.y" {in_char_selector = 1;} break; case 214: /* Line 1807 of yacc.c */ #line 1607 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));strcpy(DeclType,(yyvsp[(1) - (3)].na));in_char_selector = 0;} break; case 215: /* Line 1807 of yacc.c */ #line 1608 "fortran.y" {in_kind_selector = 1;} break; case 216: /* Line 1807 of yacc.c */ #line 1609 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));strcpy(DeclType,(yyvsp[(1) - (3)].na));in_kind_selector =0;} break; case 217: /* Line 1807 of yacc.c */ #line 1613 "fortran.y" {strcpy((yyval.na),"");strcpy(NamePrecision,"");} break; case 218: /* Line 1807 of yacc.c */ #line 1615 "fortran.y" {strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 219: /* Line 1807 of yacc.c */ #line 1621 "fortran.y" {sprintf((yyval.na),"(%s)",(yyvsp[(2) - (3)].na)); strcpy(NamePrecision,(yyvsp[(2) - (3)].na));} break; case 220: /* Line 1807 of yacc.c */ #line 1623 "fortran.y" {sprintf((yyval.na),"(KIND=%s)",(yyvsp[(4) - (5)].na)); strcpy(NamePrecision,(yyvsp[(4) - (5)].na));} break; case 221: /* Line 1807 of yacc.c */ #line 1625 "fortran.y" {sprintf((yyval.na),"*%s",(yyvsp[(2) - (2)].na));strcpy(NamePrecision,(yyvsp[(2) - (2)].na));} break; case 223: /* Line 1807 of yacc.c */ #line 1633 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na));} break; case 225: /* Line 1807 of yacc.c */ #line 1639 "fortran.y" {sprintf((yyval.na),"%s_%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));} break; case 229: /* Line 1807 of yacc.c */ #line 1662 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na));} break; case 231: /* Line 1807 of yacc.c */ #line 1668 "fortran.y" {sprintf((yyval.na),"%s_%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));} break; case 232: /* Line 1807 of yacc.c */ #line 1675 "fortran.y" {sprintf((yyval.na),"(%s,%s)",(yyvsp[(2) - (5)].na),(yyvsp[(4) - (5)].na));} break; case 240: /* Line 1807 of yacc.c */ #line 1693 "fortran.y" {char_length_toreset = 1;} break; case 241: /* Line 1807 of yacc.c */ #line 1697 "fortran.y" {strcpy((yyval.na),"");} break; case 242: /* Line 1807 of yacc.c */ #line 1699 "fortran.y" {strcpy((yyval.na),"");} break; case 248: /* Line 1807 of yacc.c */ #line 1712 "fortran.y" {strcpy(CharacterSize,(yyvsp[(2) - (3)].na));} break; case 249: /* Line 1807 of yacc.c */ #line 1714 "fortran.y" {strcpy(CharacterSize,(yyvsp[(4) - (5)].na));} break; case 252: /* Line 1807 of yacc.c */ #line 1721 "fortran.y" {c_star=1; strcpy(CharacterSize,(yyvsp[(2) - (3)].na));} break; case 253: /* Line 1807 of yacc.c */ #line 1723 "fortran.y" {c_selectorgiven = 1; strcpy(c_selectorname,(yyvsp[(1) - (1)].na));} break; case 259: /* Line 1807 of yacc.c */ #line 1738 "fortran.y" { inside_type_declare = 1;} break; case 260: /* Line 1807 of yacc.c */ #line 1739 "fortran.y" { inside_type_declare = 0;} break; case 292: /* Line 1807 of yacc.c */ #line 1814 "fortran.y" { PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; strcpy(NamePrecision,""); c_star = 0; InitialValueGiven = 0 ; strcpy(IntentSpec,""); VariableIsParameter = 0 ; Allocatabledeclare = 0 ; Targetdeclare = 0 ; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0 ; dimsgiven=0; c_selectorgiven=0; strcpy(nameinttypename,""); strcpy(c_selectorname,""); GlobalDeclarationType = 0; } break; case 302: /* Line 1807 of yacc.c */ #line 1857 "fortran.y" {strcpy(my_dim.last,"");} break; case 303: /* Line 1807 of yacc.c */ #line 1862 "fortran.y" {strcpy(NamePrecision,(yyvsp[(1) - (1)].na));} break; case 318: /* Line 1807 of yacc.c */ #line 1897 "fortran.y" { sprintf((yyval.na),"(/%s/)",(yyvsp[(2) - (3)].na));} break; case 319: /* Line 1807 of yacc.c */ #line 1899 "fortran.y" { sprintf((yyval.na),"[%s]",(yyvsp[(2) - (3)].na)); } break; case 324: /* Line 1807 of yacc.c */ #line 1927 "fortran.y" {sprintf((yyval.na),"%s,%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));} break; case 327: /* Line 1807 of yacc.c */ #line 1937 "fortran.y" {sprintf((yyval.na),"(%s,%s)",(yyvsp[(2) - (5)].na),(yyvsp[(4) - (5)].na));} break; case 328: /* Line 1807 of yacc.c */ #line 1942 "fortran.y" {sprintf((yyval.na),"%s=%s,%s",(yyvsp[(1) - (5)].na),(yyvsp[(3) - (5)].na),(yyvsp[(5) - (5)].na));} break; case 329: /* Line 1807 of yacc.c */ #line 1944 "fortran.y" {sprintf((yyval.na),"%s=%s,%s,%s",(yyvsp[(1) - (7)].na),(yyvsp[(3) - (7)].na),(yyvsp[(5) - (7)].na),(yyvsp[(7) - (7)].na));} break; case 331: /* Line 1807 of yacc.c */ #line 1952 "fortran.y" {indeclaration=1;} break; case 332: /* Line 1807 of yacc.c */ #line 1953 "fortran.y" { /* if the variable is a parameter we can suppose that is*/ /* value is the same on each grid. It is not useless */ /* to create a copy of it on each grid */ if ( ! inside_type_declare ) { pos_end = setposcur(); //printf("POS = %d %d\n",pos_cur_decl,pos_end); RemoveWordSET_0(fortran_out,pos_cur_decl,pos_end-pos_cur_decl); ReWriteDeclarationAndAddTosubroutine_01((yyvsp[(4) - (4)].l)); pos_cur_decl = setposcur(); if ( firstpass == 0 && GlobalDeclaration == 0 && insubroutinedeclare == 0 ) { fprintf(fortran_out,"\n#include \"Module_Declar_%s.h\"\n", curmodulename); sprintf(ligne, "Module_Declar_%s.h", curmodulename); module_declar = open_for_write(ligne); GlobalDeclaration = 1 ; pos_cur_decl = setposcur(); } if ( firstpass ) { Add_Globliste_1((yyvsp[(4) - (4)].l)); if ( insubroutinedeclare ) { if ( pointerdeclare ) Add_Pointer_Var_From_List_1((yyvsp[(4) - (4)].l)); Add_Parameter_Var_1((yyvsp[(4) - (4)].l)); } else Add_GlobalParameter_Var_1((yyvsp[(4) - (4)].l)); /* If there's a SAVE declaration in module's subroutines we should */ /* remove it from the subroutines declaration and add it in the */ /* global declarations */ if ( aftercontainsdeclare && SaveDeclare ) { if ( inmodulemeet ) Add_SubroutineDeclarationSave_Var_1((yyvsp[(4) - (4)].l)); else Add_Save_Var_dcl_1((yyvsp[(4) - (4)].l)); } } } indeclaration = 0; PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; strcpy(NamePrecision,""); c_star = 0; InitialValueGiven = 0 ; strcpy(IntentSpec,""); VariableIsParameter = 0 ; Allocatabledeclare = 0 ; Targetdeclare = 0 ; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0 ; dimsgiven=0; c_selectorgiven=0; strcpy(nameinttypename,""); strcpy(c_selectorname,""); strcpy(DeclType,""); GlobalDeclarationType = 0; } break; case 341: /* Line 1807 of yacc.c */ #line 2036 "fortran.y" { Allocatabledeclare = 1; } break; case 342: /* Line 1807 of yacc.c */ #line 2037 "fortran.y" {in_complex_literal=0;} break; case 343: /* Line 1807 of yacc.c */ #line 2038 "fortran.y" { dimsgiven = 1; curdim = (yyvsp[(4) - (5)].d); } break; case 344: /* Line 1807 of yacc.c */ #line 2040 "fortran.y" { ExternalDeclare = 1; } break; case 345: /* Line 1807 of yacc.c */ #line 2041 "fortran.y" {in_complex_literal=0;} break; case 346: /* Line 1807 of yacc.c */ #line 2042 "fortran.y" { strcpy(IntentSpec,(yyvsp[(4) - (5)].na)); } break; case 348: /* Line 1807 of yacc.c */ #line 2045 "fortran.y" { optionaldeclare = 1 ; } break; case 349: /* Line 1807 of yacc.c */ #line 2047 "fortran.y" {VariableIsParameter = 1; } break; case 350: /* Line 1807 of yacc.c */ #line 2049 "fortran.y" { pointerdeclare = 1 ; } break; case 351: /* Line 1807 of yacc.c */ #line 2051 "fortran.y" { SaveDeclare = 1 ; } break; case 352: /* Line 1807 of yacc.c */ #line 2053 "fortran.y" { Targetdeclare = 1; } break; case 353: /* Line 1807 of yacc.c */ #line 2058 "fortran.y" {(yyval.l)=insertvar(NULL,(yyvsp[(1) - (1)].v));} break; case 354: /* Line 1807 of yacc.c */ #line 2060 "fortran.y" {(yyval.l)=insertvar((yyvsp[(1) - (3)].l),(yyvsp[(3) - (3)].v));} break; case 355: /* Line 1807 of yacc.c */ #line 2065 "fortran.y" { if ( ! inside_type_declare ) { if (dimsgiven == 1) curvar = createvar((yyvsp[(1) - (4)].na),curdim); else curvar = createvar((yyvsp[(1) - (4)].na),(yyvsp[(2) - (4)].d)); CreateAndFillin_Curvar(DeclType, curvar); strcpy(curvar->v_typevar,DeclType); curvar->v_catvar = get_cat_var(curvar); if (!strcasecmp(DeclType,"character")) { if (c_selectorgiven == 1) { Save_Length(c_selectorname,1); strcpy(curvar->v_dimchar,c_selectorname); } } } strcpy(vallengspec,""); if (char_length_toreset == 1) { c_selectorgiven = 0; c_star = 0; strcpy(c_selectorname,""); strcpy(CharacterSize,""); char_length_toreset = 0; } (yyval.v)=curvar; } break; case 358: /* Line 1807 of yacc.c */ #line 2104 "fortran.y" {InitialValueGiven = 0; } break; case 360: /* Line 1807 of yacc.c */ #line 2110 "fortran.y" { if ( inside_type_declare ) break; strcpy(InitValue,(yyvsp[(2) - (2)].na)); InitialValueGiven = 1; } break; case 361: /* Line 1807 of yacc.c */ #line 2116 "fortran.y" { if ( inside_type_declare ) break; strcpy(InitValue,(yyvsp[(2) - (2)].na)); InitialValueGiven = 2; } break; case 362: /* Line 1807 of yacc.c */ #line 2122 "fortran.y" { if ( inside_type_declare ) break; strcpy(InitValue,(yyvsp[(2) - (2)].na)); InitialValueGiven = 2; } break; case 364: /* Line 1807 of yacc.c */ #line 2135 "fortran.y" {PublicDeclare = 1; } break; case 365: /* Line 1807 of yacc.c */ #line 2137 "fortran.y" {PrivateDeclare = 1; } break; case 366: /* Line 1807 of yacc.c */ #line 2141 "fortran.y" {(yyval.d)=NULL;} break; case 367: /* Line 1807 of yacc.c */ #line 2142 "fortran.y" {in_complex_literal=0;} break; case 368: /* Line 1807 of yacc.c */ #line 2143 "fortran.y" {(yyval.d)=(yyvsp[(3) - (4)].d);} break; case 369: /* Line 1807 of yacc.c */ #line 2148 "fortran.y" {(yyval.d)=(yyvsp[(1) - (1)].d);} break; case 370: /* Line 1807 of yacc.c */ #line 2150 "fortran.y" {(yyval.d)=(yyvsp[(1) - (1)].d);} break; case 371: /* Line 1807 of yacc.c */ #line 2152 "fortran.y" {(yyval.d)=(yyvsp[(1) - (1)].d);} break; case 372: /* Line 1807 of yacc.c */ #line 2154 "fortran.y" {(yyval.d)=(yyvsp[(1) - (1)].d);} break; case 373: /* Line 1807 of yacc.c */ #line 2156 "fortran.y" {(yyval.d)=(yyvsp[(1) - (1)].d);} break; case 374: /* Line 1807 of yacc.c */ #line 2160 "fortran.y" { (yyval.d) = (listdim*) NULL; if ( inside_type_declare ) break; if ( created_dimensionlist == 1 || agrif_parentcall == 1 ) (yyval.d)=insertdim(NULL,(yyvsp[(1) - (1)].dim1)); } break; case 375: /* Line 1807 of yacc.c */ #line 2166 "fortran.y" { (yyval.d) = (listdim*) NULL; if ( inside_type_declare ) break; if ( (!inside_type_declare) && created_dimensionlist == 1 ) (yyval.d)=insertdim((yyvsp[(1) - (3)].d),(yyvsp[(3) - (3)].dim1)); } break; case 376: /* Line 1807 of yacc.c */ #line 2175 "fortran.y" {strcpy((yyval.dim1).first,(yyvsp[(1) - (3)].na)); Save_Length((yyvsp[(1) - (3)].na),2); strcpy((yyval.dim1).last,(yyvsp[(3) - (3)].na)); Save_Length((yyvsp[(3) - (3)].na),1); } break; case 377: /* Line 1807 of yacc.c */ #line 2177 "fortran.y" {strcpy((yyval.dim1).first,"1"); strcpy((yyval.dim1).last,(yyvsp[(1) - (1)].na)); Save_Length((yyvsp[(1) - (1)].na),1);} break; case 378: /* Line 1807 of yacc.c */ #line 2182 "fortran.y" {strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 380: /* Line 1807 of yacc.c */ #line 2191 "fortran.y" { (yyval.d) = (listdim*) NULL; if ( inside_type_declare ) break; if ( created_dimensionlist == 1 || agrif_parentcall == 1 ) (yyval.d)=insertdim(NULL,(yyvsp[(1) - (1)].dim1)); } break; case 381: /* Line 1807 of yacc.c */ #line 2197 "fortran.y" { (yyval.d) = (listdim*) NULL; if ( inside_type_declare ) break; if ( (!inside_type_declare) && created_dimensionlist == 1 ) (yyval.d)=insertdim((yyvsp[(1) - (3)].d),(yyvsp[(3) - (3)].dim1)); } break; case 382: /* Line 1807 of yacc.c */ #line 2206 "fortran.y" { strcpy((yyval.dim1).first,""); strcpy((yyval.dim1).last,""); } break; case 383: /* Line 1807 of yacc.c */ #line 2208 "fortran.y" { strcpy((yyval.dim1).first,(yyvsp[(1) - (2)].na)); Save_Length((yyvsp[(1) - (2)].na),2); strcpy((yyval.dim1).last,""); } break; case 384: /* Line 1807 of yacc.c */ #line 2213 "fortran.y" { (yyval.d) = (listdim*) NULL; if ( inside_type_declare ) break; if ( created_dimensionlist == 1 || agrif_parentcall == 1 ) (yyval.d)=insertdim(NULL,(yyvsp[(1) - (1)].dim1)); } break; case 385: /* Line 1807 of yacc.c */ #line 2219 "fortran.y" { (yyval.d) = (listdim*) NULL; if ( inside_type_declare ) break; if ( (!inside_type_declare) && created_dimensionlist == 1 ) (yyval.d)=insertdim((yyvsp[(1) - (3)].d),(yyvsp[(3) - (3)].dim1)); } break; case 386: /* Line 1807 of yacc.c */ #line 2228 "fortran.y" { strcpy((yyval.dim1).first,""); strcpy((yyval.dim1).last,""); } break; case 387: /* Line 1807 of yacc.c */ #line 2233 "fortran.y" { (yyval.d) = (listdim*) NULL; if ( inside_type_declare ) break; if ( created_dimensionlist == 1 || agrif_parentcall == 1 ) { if (!strcasecmp((yyvsp[(2) - (3)].na),"")) { strcpy(my_dim.first,"1"); } else { strcpy(my_dim.first,(yyvsp[(2) - (3)].na)); } strcpy(my_dim.last,"*"); (yyval.d)=insertdim((yyvsp[(1) - (3)].d),my_dim); strcpy(my_dim.first,""); strcpy(my_dim.last,""); } } break; case 388: /* Line 1807 of yacc.c */ #line 2255 "fortran.y" {(yyval.d) = (listdim *) NULL;} break; case 389: /* Line 1807 of yacc.c */ #line 2257 "fortran.y" {(yyval.d) = (yyvsp[(1) - (2)].d);} break; case 390: /* Line 1807 of yacc.c */ #line 2275 "fortran.y" {strcpy((yyval.na),"");} break; case 391: /* Line 1807 of yacc.c */ #line 2277 "fortran.y" {strcpy((yyval.na),(yyvsp[(1) - (2)].na));} break; case 395: /* Line 1807 of yacc.c */ #line 2290 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 396: /* Line 1807 of yacc.c */ #line 2292 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 397: /* Line 1807 of yacc.c */ #line 2294 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 398: /* Line 1807 of yacc.c */ #line 2299 "fortran.y" { if ((firstpass == 0) && (PublicDeclare == 1)) { if ((yyvsp[(2) - (2)].lnn)) { removeglobfromlist(&((yyvsp[(2) - (2)].lnn))); pos_end = setposcur(); RemoveWordSET_0(fortran_out,pos_cur,pos_end-pos_cur); writelistpublic((yyvsp[(2) - (2)].lnn)); } } PublicDeclare = 0; PrivateDeclare = 0; } break; case 400: /* Line 1807 of yacc.c */ #line 2317 "fortran.y" {(yyval.lnn)=(listname *)NULL;} break; case 401: /* Line 1807 of yacc.c */ #line 2319 "fortran.y" {(yyval.lnn)=(yyvsp[(2) - (2)].lnn);} break; case 402: /* Line 1807 of yacc.c */ #line 2323 "fortran.y" {(yyval.lnn)=Insertname(NULL,(yyvsp[(1) - (1)].na),0);} break; case 403: /* Line 1807 of yacc.c */ #line 2325 "fortran.y" {(yyval.lnn)=Insertname((yyvsp[(1) - (3)].lnn),(yyvsp[(3) - (3)].na),0);} break; case 406: /* Line 1807 of yacc.c */ #line 2335 "fortran.y" { /* we should remove the data declaration */ pos_end = setposcur(); RemoveWordSET_0(fortran_out,pos_curdata,pos_end-pos_curdata); if ( aftercontainsdeclare == 1 && firstpass == 0 ) { ReWriteDataStatement_0(fortran_out); pos_end = setposcur(); } Init_List_Data_Var(); } break; case 412: /* Line 1807 of yacc.c */ #line 2359 "fortran.y" { if (firstpass == 1) { Add_Data_Var_Names_01(&List_Data_Var,(yyvsp[(1) - (4)].l),(yyvsp[(3) - (4)].lnn)); } else Add_Data_Var_Names_01(&List_Data_Var_Cur,(yyvsp[(1) - (4)].l),(yyvsp[(3) - (4)].lnn)); } break; case 413: /* Line 1807 of yacc.c */ #line 2369 "fortran.y" { (yyval.l)=insertvar(NULL,(yyvsp[(1) - (1)].v)); } break; case 414: /* Line 1807 of yacc.c */ #line 2371 "fortran.y" { (yyval.l) = insertvar((yyvsp[(1) - (3)].l),(yyvsp[(3) - (3)].v)); } break; case 415: /* Line 1807 of yacc.c */ #line 2377 "fortran.y" {(yyval.lnn)=Insertname(NULL,(yyvsp[(1) - (1)].na),0);} break; case 416: /* Line 1807 of yacc.c */ #line 2379 "fortran.y" {(yyval.lnn) = Insertname((yyvsp[(1) - (3)].lnn),(yyvsp[(3) - (3)].na),1); } break; case 419: /* Line 1807 of yacc.c */ #line 2389 "fortran.y" {printf("DOVARIABLE = %s %s %s\n",(yyvsp[(4) - (9)].na),(yyvsp[(6) - (9)].na),(yyvsp[(8) - (9)].na)); printf("AUTRE = %s %s\n",(yyvsp[(2) - (9)].l)->var->v_nomvar,(yyvsp[(2) - (9)].l)->var->v_initialvalue_array); Insertdoloop((yyvsp[(2) - (9)].l)->var,(yyvsp[(4) - (9)].na),(yyvsp[(6) - (9)].na),(yyvsp[(8) - (9)].na),""); (yyval.v)=(yyvsp[(2) - (9)].l)->var; } break; case 420: /* Line 1807 of yacc.c */ #line 2395 "fortran.y" { Insertdoloop((yyvsp[(2) - (11)].l)->var,(yyvsp[(4) - (11)].na),(yyvsp[(6) - (11)].na),(yyvsp[(8) - (11)].na),(yyvsp[(10) - (11)].na)); (yyval.v)=(yyvsp[(2) - (11)].l)->var; } break; case 421: /* Line 1807 of yacc.c */ #line 2402 "fortran.y" {(yyval.l)=insertvar(NULL,(yyvsp[(1) - (1)].v));} break; case 422: /* Line 1807 of yacc.c */ #line 2404 "fortran.y" {(yyval.l) = insertvar((yyvsp[(1) - (3)].l),(yyvsp[(3) - (3)].v));} break; case 424: /* Line 1807 of yacc.c */ #line 2410 "fortran.y" {(yyval.v)->v_initialvalue_array=Insertname((yyval.v)->v_initialvalue_array,my_dim.last,0); strcpy(my_dim.last,""); } break; case 427: /* Line 1807 of yacc.c */ #line 2423 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na));} break; case 428: /* Line 1807 of yacc.c */ #line 2425 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na));} break; case 429: /* Line 1807 of yacc.c */ #line 2427 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na));} break; case 435: /* Line 1807 of yacc.c */ #line 2436 "fortran.y" {strcpy((yyval.na),"");} break; case 436: /* Line 1807 of yacc.c */ #line 2438 "fortran.y" {sprintf((yyval.na),"*%s",(yyvsp[(2) - (2)].na));} break; case 445: /* Line 1807 of yacc.c */ #line 2474 "fortran.y" {strcpy(my_dim.last,"");} break; case 446: /* Line 1807 of yacc.c */ #line 2478 "fortran.y" {positioninblock = 0; pos_curdimension = my_position_before;} break; case 447: /* Line 1807 of yacc.c */ #line 2480 "fortran.y" { /* if the variable is a parameter we can suppose that is */ /* value is the same on each grid. It is not useless to */ /* create a copy of it on each grid */ if ( ! inside_type_declare ) { if ( firstpass ) { Add_Globliste_1((yyvsp[(4) - (4)].l)); /* if variableparamlists has been declared in a subroutine */ if ( insubroutinedeclare ) Add_Dimension_Var_1((yyvsp[(4) - (4)].l)); /* Add it to the List_SubroutineDeclaration_Var list if not present */ /* NB: if not done, a variable declared with DIMENSION but with no type given */ /* will not be declared by the conv */ ReWriteDeclarationAndAddTosubroutine_01((yyvsp[(4) - (4)].l)); } else { pos_end = setposcur(); RemoveWordSET_0(fortran_out,pos_curdimension,pos_end-pos_curdimension); ReWriteDeclarationAndAddTosubroutine_01((yyvsp[(4) - (4)].l)); } } PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; strcpy(NamePrecision,""); c_star = 0; InitialValueGiven = 0 ; strcpy(IntentSpec,""); VariableIsParameter = 0 ; Allocatabledeclare = 0 ; Targetdeclare = 0 ; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0 ; dimsgiven=0; c_selectorgiven=0; strcpy(nameinttypename,""); strcpy(c_selectorname,""); } break; case 449: /* Line 1807 of yacc.c */ #line 2525 "fortran.y" {in_complex_literal = 0;} break; case 450: /* Line 1807 of yacc.c */ #line 2526 "fortran.y" { if ( inside_type_declare ) break; curvar = createvar((yyvsp[(1) - (5)].na),(yyvsp[(4) - (5)].d)); CreateAndFillin_Curvar("", curvar); curlistvar=insertvar(NULL, curvar); (yyval.l) = settype("",curlistvar); strcpy(vallengspec,""); } break; case 451: /* Line 1807 of yacc.c */ #line 2534 "fortran.y" {in_complex_literal = 0;} break; case 452: /* Line 1807 of yacc.c */ #line 2535 "fortran.y" { if ( inside_type_declare ) break; curvar = createvar((yyvsp[(3) - (7)].na),(yyvsp[(6) - (7)].d)); CreateAndFillin_Curvar("", curvar); curlistvar = insertvar((yyvsp[(1) - (7)].l), curvar); (yyval.l) = curlistvar; strcpy(vallengspec,""); } break; case 453: /* Line 1807 of yacc.c */ #line 2547 "fortran.y" { VariableIsParameter = 1; pos_curparameter = setposcur()-9; } break; case 454: /* Line 1807 of yacc.c */ #line 2548 "fortran.y" { if ( ! inside_type_declare ) { if ( firstpass ) { if ( insubroutinedeclare ) Add_Parameter_Var_1((yyvsp[(4) - (5)].l)); else Add_GlobalParameter_Var_1((yyvsp[(4) - (5)].l)); } else { pos_end = setposcur(); RemoveWordSET_0(fortran_out, pos_curparameter, pos_end-pos_curparameter); } } VariableIsParameter = 0 ; } break; case 456: /* Line 1807 of yacc.c */ #line 2568 "fortran.y" {(yyval.l)=insertvar(NULL,(yyvsp[(1) - (1)].v));} break; case 457: /* Line 1807 of yacc.c */ #line 2570 "fortran.y" {(yyval.l)=insertvar((yyvsp[(1) - (3)].l),(yyvsp[(3) - (3)].v));} break; case 458: /* Line 1807 of yacc.c */ #line 2575 "fortran.y" { if ( inside_type_declare ) break; curvar=(variable *) calloc(1,sizeof(variable)); Init_Variable(curvar); curvar->v_VariableIsParameter = 1; strcpy(curvar->v_nomvar,(yyvsp[(1) - (3)].na)); strcpy(curvar->v_subroutinename,subroutinename); strcpy(curvar->v_modulename,curmodulename); curvar->v_initialvalue=Insertname(curvar->v_initialvalue,(yyvsp[(3) - (3)].na),0); strcpy(curvar->v_commoninfile,cur_filename); Save_Length((yyvsp[(3) - (3)].na),14); (yyval.v) = curvar; } break; case 459: /* Line 1807 of yacc.c */ #line 2591 "fortran.y" {pos_cursave = my_position_before;} break; case 460: /* Line 1807 of yacc.c */ #line 2592 "fortran.y" { pos_end = setposcur(); RemoveWordSET_0(fortran_out,pos_cursave,pos_end-pos_cursave); } break; case 468: /* Line 1807 of yacc.c */ #line 2613 "fortran.y" {if ( ! inside_type_declare ) Add_Save_Var_1((yyvsp[(1) - (1)].na),(listdim*) NULL); } break; case 472: /* Line 1807 of yacc.c */ #line 2623 "fortran.y" {my_position = my_position_before;} break; case 474: /* Line 1807 of yacc.c */ #line 2629 "fortran.y" { if ( insubroutinedeclare == 1 ) { Add_ImplicitNoneSubroutine_1(); pos_end = setposcur(); RemoveWordSET_0(fortran_out,my_position,pos_end-my_position); } } break; case 492: /* Line 1807 of yacc.c */ #line 2681 "fortran.y" {in_complex_literal=0;} break; case 499: /* Line 1807 of yacc.c */ #line 2696 "fortran.y" { positioninblock = 0; pos_curcommon = my_position_before; indeclaration=1;} break; case 500: /* Line 1807 of yacc.c */ #line 2697 "fortran.y" { indeclaration = 0; if ( inside_type_declare ) break; pos_end = setposcur(); RemoveWordSET_0(fortran_out,pos_curcommon,pos_end-pos_curcommon); } break; case 503: /* Line 1807 of yacc.c */ #line 2708 "fortran.y" { if ( inside_type_declare ) break; sprintf(charusemodule,"%s",(yyvsp[(1) - (1)].na)); Add_NameOfCommon_1((yyvsp[(1) - (1)].na),subroutinename); } break; case 504: /* Line 1807 of yacc.c */ #line 2716 "fortran.y" { strcpy((yyval.na),""); positioninblock=0; strcpy(commonblockname,""); } break; case 505: /* Line 1807 of yacc.c */ #line 2722 "fortran.y" { strcpy((yyval.na),(yyvsp[(2) - (3)].na)); positioninblock=0; strcpy(commonblockname,(yyvsp[(2) - (3)].na)); } break; case 510: /* Line 1807 of yacc.c */ #line 2739 "fortran.y" {if ( ! inside_type_declare ) Add_Common_var_1(); } break; case 511: /* Line 1807 of yacc.c */ #line 2741 "fortran.y" {if ( ! inside_type_declare ) Add_Common_var_1(); } break; case 512: /* Line 1807 of yacc.c */ #line 2749 "fortran.y" { positioninblock = positioninblock + 1 ; strcpy(commonvar,(yyvsp[(1) - (1)].na)); commondim = (listdim*) NULL; } break; case 513: /* Line 1807 of yacc.c */ #line 2754 "fortran.y" {in_complex_literal=0;} break; case 514: /* Line 1807 of yacc.c */ #line 2755 "fortran.y" { positioninblock = positioninblock + 1 ; strcpy(commonvar,(yyvsp[(1) - (5)].na)); commondim = (yyvsp[(4) - (5)].d); } break; case 518: /* Line 1807 of yacc.c */ #line 2767 "fortran.y" {(yyval.v)=createvar((yyvsp[(1) - (1)].na),NULL);} break; case 520: /* Line 1807 of yacc.c */ #line 2779 "fortran.y" {if (strcmp(my_dim.last,"")) { (yyval.v)->v_initialvalue_array=Insertname(NULL,my_dim.last,0); } strcpy(my_dim.last,""); } break; case 530: /* Line 1807 of yacc.c */ #line 2821 "fortran.y" {sprintf((yyval.na),"%s(%s)",(yyvsp[(1) - (4)].na),(yyvsp[(3) - (4)].na));} break; case 531: /* Line 1807 of yacc.c */ #line 2823 "fortran.y" {sprintf((yyval.na),"%s(%s)",(yyvsp[(1) - (4)].na),(yyvsp[(3) - (4)].na));} break; case 532: /* Line 1807 of yacc.c */ #line 2838 "fortran.y" {sprintf((yyval.na),"%s:%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));} break; case 533: /* Line 1807 of yacc.c */ #line 2843 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].v)->v_nomvar,(yyvsp[(2) - (2)].na));} break; case 534: /* Line 1807 of yacc.c */ #line 2847 "fortran.y" {strcpy((yyval.na),"");} break; case 535: /* Line 1807 of yacc.c */ #line 2849 "fortran.y" {sprintf((yyval.na),"%s%%%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].v)->v_nomvar);} break; case 536: /* Line 1807 of yacc.c */ #line 2854 "fortran.y" {(yyval.v)=createvar((yyvsp[(1) - (1)].na),NULL);} break; case 537: /* Line 1807 of yacc.c */ #line 2855 "fortran.y" {in_complex_literal=0;} break; case 538: /* Line 1807 of yacc.c */ #line 2856 "fortran.y" {sprintf(ligne,"%s(%s)",(yyvsp[(1) - (5)].na),(yyvsp[(4) - (5)].na));(yyval.v)=createvar((yyvsp[(1) - (5)].na),NULL);strcpy(my_dim.last,(yyvsp[(4) - (5)].na));} break; case 540: /* Line 1807 of yacc.c */ #line 2872 "fortran.y" {strcpy(my_dim.last,"");} break; case 541: /* Line 1807 of yacc.c */ #line 2877 "fortran.y" {strcpy(my_dim.last,"");} break; case 542: /* Line 1807 of yacc.c */ #line 2882 "fortran.y" {strcpy(my_dim.last,"");} break; case 543: /* Line 1807 of yacc.c */ #line 2884 "fortran.y" {strcpy(my_dim.last,"");} break; case 544: /* Line 1807 of yacc.c */ #line 2890 "fortran.y" {strcpy((yyval.na),"");} break; case 545: /* Line 1807 of yacc.c */ #line 2892 "fortran.y" {strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 546: /* Line 1807 of yacc.c */ #line 2894 "fortran.y" {sprintf((yyval.na),"%s,%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));} break; case 547: /* Line 1807 of yacc.c */ #line 2916 "fortran.y" {sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na));} break; case 548: /* Line 1807 of yacc.c */ #line 2918 "fortran.y" {strcpy((yyval.na),":");} break; case 549: /* Line 1807 of yacc.c */ #line 2920 "fortran.y" {sprintf((yyval.na),":%s",(yyvsp[(2) - (2)].na));} break; case 550: /* Line 1807 of yacc.c */ #line 2922 "fortran.y" {sprintf((yyval.na),": :%s",(yyvsp[(3) - (3)].na));} break; case 551: /* Line 1807 of yacc.c */ #line 2924 "fortran.y" {sprintf((yyval.na),":%s :%s",(yyvsp[(2) - (4)].na),(yyvsp[(4) - (4)].na));} break; case 552: /* Line 1807 of yacc.c */ #line 2926 "fortran.y" {sprintf((yyval.na),"::%s",(yyvsp[(2) - (2)].na));} break; case 554: /* Line 1807 of yacc.c */ #line 2929 "fortran.y" {sprintf((yyval.na),"%s=%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));} break; case 555: /* Line 1807 of yacc.c */ #line 2931 "fortran.y" {sprintf((yyval.na),"%s=*%s",(yyvsp[(1) - (4)].na),(yyvsp[(4) - (4)].na));} break; case 556: /* Line 1807 of yacc.c */ #line 2933 "fortran.y" {sprintf((yyval.na),"*%s",(yyvsp[(2) - (2)].na));} break; case 557: /* Line 1807 of yacc.c */ #line 2937 "fortran.y" {strcpy((yyval.na),":");} break; case 558: /* Line 1807 of yacc.c */ #line 2939 "fortran.y" {sprintf((yyval.na),":%s",(yyvsp[(2) - (2)].na));} break; case 559: /* Line 1807 of yacc.c */ #line 2941 "fortran.y" {sprintf((yyval.na),": :%s",(yyvsp[(3) - (3)].na));} break; case 560: /* Line 1807 of yacc.c */ #line 2943 "fortran.y" {sprintf((yyval.na),":%s :%s",(yyvsp[(2) - (4)].na),(yyvsp[(4) - (4)].na));} break; case 561: /* Line 1807 of yacc.c */ #line 2945 "fortran.y" {sprintf((yyval.na),"::%s",(yyvsp[(2) - (2)].na));} break; case 562: /* Line 1807 of yacc.c */ #line 2947 "fortran.y" {strcpy((yyval.na),"");} break; case 564: /* Line 1807 of yacc.c */ #line 2965 "fortran.y" {in_complex_literal=0;} break; case 565: /* Line 1807 of yacc.c */ #line 2966 "fortran.y" {inallocate = 0;} break; case 589: /* Line 1807 of yacc.c */ #line 3036 "fortran.y" {in_complex_literal=0;} break; case 590: /* Line 1807 of yacc.c */ #line 3037 "fortran.y" {inallocate = 0;} break; case 600: /* Line 1807 of yacc.c */ #line 3067 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].v)->v_nomvar); if (strcasecmp(my_dim.last,"")) { strcat((yyval.na),"("); strcat((yyval.na),my_dim.last); strcat((yyval.na),")"); } } break; case 604: /* Line 1807 of yacc.c */ #line 3080 "fortran.y" { sprintf((yyval.na),"(%s)",(yyvsp[(2) - (3)].na));} break; case 605: /* Line 1807 of yacc.c */ #line 3085 "fortran.y" {strcpy(my_dim.last,"");} break; case 607: /* Line 1807 of yacc.c */ #line 3091 "fortran.y" {sprintf((yyval.na),"%s**%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));} break; case 609: /* Line 1807 of yacc.c */ #line 3096 "fortran.y" { sprintf((yyval.na),"%s%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(2) - (3)].na),(yyvsp[(3) - (3)].na)); } break; case 611: /* Line 1807 of yacc.c */ #line 3104 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 612: /* Line 1807 of yacc.c */ #line 3106 "fortran.y" { sprintf((yyval.na),"%s%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(2) - (3)].na),(yyvsp[(3) - (3)].na)); } break; case 614: /* Line 1807 of yacc.c */ #line 3109 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 616: /* Line 1807 of yacc.c */ #line 3118 "fortran.y" {strcpy((yyval.na),"*");} break; case 618: /* Line 1807 of yacc.c */ #line 3124 "fortran.y" {strcpy((yyval.na),"+");} break; case 619: /* Line 1807 of yacc.c */ #line 3126 "fortran.y" {strcpy((yyval.na),"-");} break; case 621: /* Line 1807 of yacc.c */ #line 3132 "fortran.y" { sprintf((yyval.na),"%s%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(2) - (3)].na),(yyvsp[(3) - (3)].na)); } break; case 624: /* Line 1807 of yacc.c */ #line 3141 "fortran.y" { sprintf((yyval.na),"%s%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(2) - (3)].na),(yyvsp[(3) - (3)].na)); } break; case 633: /* Line 1807 of yacc.c */ #line 3154 "fortran.y" {strcpy((yyval.na),"<");} break; case 635: /* Line 1807 of yacc.c */ #line 3157 "fortran.y" {strcpy((yyval.na),">");} break; case 638: /* Line 1807 of yacc.c */ #line 3165 "fortran.y" { sprintf((yyval.na),"%s%s",(yyvsp[(1) - (2)].na),(yyvsp[(2) - (2)].na)); } break; case 640: /* Line 1807 of yacc.c */ #line 3172 "fortran.y" { sprintf((yyval.na),"%s%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(2) - (3)].na),(yyvsp[(3) - (3)].na)); } break; case 642: /* Line 1807 of yacc.c */ #line 3179 "fortran.y" { sprintf((yyval.na),"%s%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(2) - (3)].na),(yyvsp[(3) - (3)].na)); } break; case 644: /* Line 1807 of yacc.c */ #line 3185 "fortran.y" { sprintf((yyval.na),"%s%s%s",(yyvsp[(1) - (3)].na),(yyvsp[(2) - (3)].na),(yyvsp[(3) - (3)].na)); } break; case 654: /* Line 1807 of yacc.c */ #line 3221 "fortran.y" {strcpy((yyval.na),"");} break; case 657: /* Line 1807 of yacc.c */ #line 3230 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].na)); } break; case 658: /* Line 1807 of yacc.c */ #line 3237 "fortran.y" {strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 786: /* Line 1807 of yacc.c */ #line 3609 "fortran.y" {in_select_case_stmt++;} break; case 788: /* Line 1807 of yacc.c */ #line 3610 "fortran.y" {in_select_case_stmt++;} break; case 792: /* Line 1807 of yacc.c */ #line 3619 "fortran.y" {in_select_case_stmt--;} break; case 794: /* Line 1807 of yacc.c */ #line 3620 "fortran.y" {in_select_case_stmt--;} break; case 796: /* Line 1807 of yacc.c */ #line 3625 "fortran.y" {in_complex_literal=0;} break; case 820: /* Line 1807 of yacc.c */ #line 3688 "fortran.y" {close_or_connect = 1;} break; case 821: /* Line 1807 of yacc.c */ #line 3688 "fortran.y" {close_or_connect = 0;} break; case 838: /* Line 1807 of yacc.c */ #line 3718 "fortran.y" {close_or_connect = 1;} break; case 839: /* Line 1807 of yacc.c */ #line 3719 "fortran.y" {close_or_connect = 0;} break; case 905: /* Line 1807 of yacc.c */ #line 3852 "fortran.y" {in_inquire=0;} break; case 907: /* Line 1807 of yacc.c */ #line 3855 "fortran.y" {in_inquire=0;} break; case 909: /* Line 1807 of yacc.c */ #line 3859 "fortran.y" {in_inquire=1;} break; case 924: /* Line 1807 of yacc.c */ #line 3886 "fortran.y" {pos_endsubroutine=setposcur();} break; case 928: /* Line 1807 of yacc.c */ #line 3895 "fortran.y" { GlobalDeclaration = 0; strcpy(curmodulename,(yyvsp[(2) - (2)].na)); strcpy(subroutinename,""); Add_NameOfModule_1((yyvsp[(2) - (2)].na)); if ( inmoduledeclare == 0 ) { /* To know if there are in the module declaration */ inmoduledeclare = 1; /* to know if a module has been met */ inmodulemeet = 1; /* to know if we are after the keyword contains */ aftercontainsdeclare = 0 ; } } break; case 930: /* Line 1807 of yacc.c */ #line 3915 "fortran.y" { /* if we never meet the contains keyword */ if ( firstpass == 0 ) { RemoveWordCUR_0(fortran_out, setposcur()-my_position); // Remove word "end module" if ( inmoduledeclare && ! aftercontainsdeclare ) { Write_Closing_Module(1); } fprintf(fortran_out,"\n end module %s\n", curmodulename); if ( module_declar && insubroutinedeclare == 0 ) { fclose(module_declar); } } inmoduledeclare = 0 ; inmodulemeet = 0 ; aftercontainsdeclare = 1; strcpy(curmodulename, ""); GlobalDeclaration = 0 ; } break; case 945: /* Line 1807 of yacc.c */ #line 3967 "fortran.y" {if (firstpass == 0 && oldfortran_out) pos_curuseold = setposcurname(oldfortran_out);} break; case 946: /* Line 1807 of yacc.c */ #line 3972 "fortran.y" { if ( firstpass ) { if ( insubroutinedeclare ) { if ((yyvsp[(6) - (6)].lc)) { Add_CouplePointed_Var_1((yyvsp[(5) - (6)].na),(yyvsp[(6) - (6)].lc)); coupletmp = (yyvsp[(6) - (6)].lc); strcpy(ligne,""); while ( coupletmp ) { strcat(ligne, coupletmp->c_namevar); strcat(ligne, " => "); strcat(ligne, coupletmp->c_namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } } sprintf(charusemodule,"%s",(yyvsp[(5) - (6)].na)); } Add_NameOfModuleUsed_1((yyvsp[(5) - (6)].na)); } else { if ( insubroutinedeclare ) { copyuse_0((yyvsp[(5) - (6)].na)); } if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortran_out,my_position,pos_end-my_position); } } } break; case 948: /* Line 1807 of yacc.c */ #line 4010 "fortran.y" { if ( firstpass ) { if ( insubroutinedeclare ) { if ((yyvsp[(9) - (9)].lc)) { Add_CouplePointed_Var_1((yyvsp[(5) - (9)].na),(yyvsp[(9) - (9)].lc)); coupletmp = (yyvsp[(9) - (9)].lc); strcpy(ligne,""); while ( coupletmp ) { strcat(ligne,coupletmp->c_namevar); if ( strcasecmp(coupletmp->c_namepointedvar,"") ) strcat(ligne," => "); strcat(ligne,coupletmp->c_namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } } sprintf(charusemodule,"%s",(yyvsp[(5) - (9)].na)); } Add_NameOfModuleUsed_1((yyvsp[(5) - (9)].na)); } else { if ( insubroutinedeclare ) copyuseonly_0((yyvsp[(5) - (9)].na)); if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortran_out,my_position,pos_end-my_position); if ((yyvsp[(9) - (9)].lc)) { if (oldfortran_out) variableisglobalinmodule((yyvsp[(9) - (9)].lc),(yyvsp[(5) - (9)].na),oldfortran_out,pos_curuseold); } } else { if ((yyvsp[(9) - (9)].lc)) { /* if we are in the module declare and if the */ /* onlylist is a list of global variable */ variableisglobalinmodule((yyvsp[(9) - (9)].lc), (yyvsp[(5) - (9)].na), fortran_out,my_position); } } } } break; case 953: /* Line 1807 of yacc.c */ #line 4067 "fortran.y" {(yyval.lc)=NULL;} break; case 954: /* Line 1807 of yacc.c */ #line 4069 "fortran.y" {(yyval.lc)=(yyvsp[(1) - (1)].lc);} break; case 960: /* Line 1807 of yacc.c */ #line 4086 "fortran.y" { strcpy(subroutinename,(yyvsp[(2) - (2)].na)); insubroutinedeclare = 1; inprogramdeclare = 1; /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ if ( ! firstpass ) WriteBeginof_SubLoop(); } break; case 962: /* Line 1807 of yacc.c */ #line 4099 "fortran.y" {pos_endsubroutine=my_position_before;} break; case 963: /* Line 1807 of yacc.c */ #line 4100 "fortran.y" { insubroutinedeclare = 0; inprogramdeclare = 0; pos_cur = setposcur(); closeandcallsubloopandincludeit_0(3); functiondeclarationisdone = 0; strcpy(subroutinename,""); } break; case 970: /* Line 1807 of yacc.c */ #line 4122 "fortran.y" { (yyval.lc)=NULL; } break; case 971: /* Line 1807 of yacc.c */ #line 4126 "fortran.y" { (yyval.lc)=(yyvsp[(2) - (2)].lc); } break; case 972: /* Line 1807 of yacc.c */ #line 4132 "fortran.y" { (yyval.lc)=(yyvsp[(1) - (1)].lc); } break; case 973: /* Line 1807 of yacc.c */ #line 4136 "fortran.y" { /* insert the variable in the list $1 */ (yyvsp[(3) - (3)].lc)->suiv = (yyvsp[(1) - (3)].lc); (yyval.lc)=(yyvsp[(3) - (3)].lc); } break; case 974: /* Line 1807 of yacc.c */ #line 4145 "fortran.y" { coupletmp = (listcouple *) calloc(1,sizeof(listcouple)); strcpy(coupletmp->c_namevar,(yyvsp[(1) - (3)].na)); strcpy(coupletmp->c_namepointedvar,(yyvsp[(3) - (3)].na)); coupletmp->suiv = NULL; (yyval.lc) = coupletmp; } break; case 975: /* Line 1807 of yacc.c */ #line 4155 "fortran.y" {(yyval.lc)=(yyvsp[(1) - (1)].lc);} break; case 976: /* Line 1807 of yacc.c */ #line 4157 "fortran.y" { /* insert the variable in the list $1 */ (yyvsp[(3) - (3)].lc)->suiv = (yyvsp[(1) - (3)].lc); (yyval.lc) = (yyvsp[(3) - (3)].lc); } break; case 977: /* Line 1807 of yacc.c */ #line 4166 "fortran.y" { coupletmp = (listcouple *)calloc(1,sizeof(listcouple)); strcpy(coupletmp->c_namevar,(yyvsp[(1) - (1)].na)); strcpy(coupletmp->c_namepointedvar,""); coupletmp->suiv = NULL; (yyval.lc) = coupletmp; } break; case 978: /* Line 1807 of yacc.c */ #line 4174 "fortran.y" { coupletmp = (listcouple *)calloc(1,sizeof(listcouple)); strcpy(coupletmp->c_namevar,(yyvsp[(1) - (1)].na)); strcpy(coupletmp->c_namepointedvar,""); coupletmp->suiv = NULL; (yyval.lc) = coupletmp; } break; case 979: /* Line 1807 of yacc.c */ #line 4182 "fortran.y" { (yyval.lc)=(yyvsp[(1) - (1)].lc); pointedvar = 1; Add_UsedInSubroutine_Var_1((yyvsp[(1) - (1)].lc)->c_namevar); } break; case 992: /* Line 1807 of yacc.c */ #line 4222 "fortran.y" {in_complex_literal=0;} break; case 993: /* Line 1807 of yacc.c */ #line 4223 "fortran.y" {sprintf((yyval.na),"%s(%s)",(yyvsp[(1) - (5)].na),(yyvsp[(4) - (5)].na));} break; case 994: /* Line 1807 of yacc.c */ #line 4229 "fortran.y" { inagrifcallargument = 0 ; incalldeclare=0; if ( oldfortran_out && (callagrifinitgrids == 1) && (firstpass == 0) ) { pos_end = setposcur(); RemoveWordSET_0(fortran_out,pos_curcall,pos_end-pos_curcall); strcpy(subofagrifinitgrids,subroutinename); } Instanciation_0(sameagrifname); } break; case 996: /* Line 1807 of yacc.c */ #line 4242 "fortran.y" { inagrifcallargument = 0 ; incalldeclare=0; if ( oldfortran_out && (callagrifinitgrids == 1) && (firstpass == 0) ) { pos_end = setposcur(); RemoveWordSET_0(fortran_out,pos_curcall,pos_end-pos_curcall); strcpy(subofagrifinitgrids,subroutinename); } Instanciation_0(sameagrifname); } break; case 998: /* Line 1807 of yacc.c */ #line 4254 "fortran.y" {in_complex_literal=0;} break; case 999: /* Line 1807 of yacc.c */ #line 4255 "fortran.y" { inagrifcallargument = 0 ; incalldeclare=0; if ( oldfortran_out && (callagrifinitgrids == 1) && (firstpass == 0) ) { pos_end = setposcur(); RemoveWordSET_0(fortran_out,pos_curcall,pos_end-pos_curcall); strcpy(subofagrifinitgrids,subroutinename); } Instanciation_0(sameagrifname); } break; case 1001: /* Line 1807 of yacc.c */ #line 4269 "fortran.y" {pos_curcall=my_position_before-strlen((yyvsp[(1) - (2)].na))-4;} break; case 1002: /* Line 1807 of yacc.c */ #line 4270 "fortran.y" { if (!strcasecmp((yyvsp[(4) - (4)].na),"MPI_Init") ) callmpiinit = 1; else callmpiinit = 0; if (!strcasecmp((yyvsp[(4) - (4)].na),"Agrif_Init_Grids") ) { callagrifinitgrids = 1; strcpy(meetagrifinitgrids,subroutinename); } else { callagrifinitgrids = 0; } if ( Vartonumber((yyvsp[(4) - (4)].na)) == 1 ) { incalldeclare = 0; inagrifcallargument = 0 ; Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } } break; case 1007: /* Line 1807 of yacc.c */ #line 4301 "fortran.y" {sprintf((yyval.na),"%s,%s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na));} break; case 1008: /* Line 1807 of yacc.c */ #line 4306 "fortran.y" { if ( callmpiinit == 1 ) { strcpy(mpiinitvar,(yyvsp[(1) - (1)].na)); if ( firstpass == 1 ) Add_UsedInSubroutine_Var_1 (mpiinitvar); } } break; case 1009: /* Line 1807 of yacc.c */ #line 4314 "fortran.y" {sprintf((yyval.na),"%s = %s",(yyvsp[(1) - (3)].na),(yyvsp[(3) - (3)].na)); if ( callmpiinit == 1 ) { strcpy(mpiinitvar,(yyvsp[(3) - (3)].na)); if ( firstpass == 1 ) Add_UsedInSubroutine_Var_1 (mpiinitvar); } } break; case 1011: /* Line 1807 of yacc.c */ #line 4326 "fortran.y" { strcpy((yyval.na),(yyvsp[(1) - (1)].v)->v_nomvar); if ((yyvsp[(1) - (1)].v)->v_initialvalue_array) { strcat((yyval.na),"("); strcat((yyval.na),(yyvsp[(1) - (1)].v)->v_initialvalue_array->n_name); strcat((yyval.na),")"); } } break; case 1013: /* Line 1807 of yacc.c */ #line 4338 "fortran.y" {isrecursive = 0;} break; case 1017: /* Line 1807 of yacc.c */ #line 4349 "fortran.y" {isrecursive = 0; functiondeclarationisdone = 1;} break; case 1018: /* Line 1807 of yacc.c */ #line 4351 "fortran.y" {isrecursive = 0;} break; case 1019: /* Line 1807 of yacc.c */ #line 4353 "fortran.y" {isrecursive = 1;} break; case 1021: /* Line 1807 of yacc.c */ #line 4362 "fortran.y" {in_complex_literal=0;} break; case 1022: /* Line 1807 of yacc.c */ #line 4363 "fortran.y" { insubroutinedeclare = 1; suborfun = 0; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ if ( firstpass ) { Add_SubroutineArgument_Var_1((yyvsp[(6) - (8)].l)); if ( ! is_result_present ) Add_FunctionType_Var_1((yyvsp[(3) - (8)].na)); } else /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ { if (todebug == 1) fprintf(fortran_out," !DEBUG: Avant Writebeginof subloop\n"); WriteBeginof_SubLoop(); if (todebug == 1) fprintf(fortran_out," !DEBUG: Apres Writebeginof subloop\n"); } } break; case 1024: /* Line 1807 of yacc.c */ #line 4387 "fortran.y" { if (strcmp(subroutinename,"")) { strcpy(old_subroutinename,subroutinename); // can occur in internal-subprogram old_oldfortran_out=oldfortran_out; } else { old_oldfortran_out=(FILE *)NULL; } strcpy((yyval.na),(yyvsp[(1) - (1)].na));strcpy(subroutinename,(yyvsp[(1) - (1)].na)); } break; case 1025: /* Line 1807 of yacc.c */ #line 4412 "fortran.y" {strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 1026: /* Line 1807 of yacc.c */ #line 4416 "fortran.y" {is_result_present = 0; } break; case 1028: /* Line 1807 of yacc.c */ #line 4422 "fortran.y" {is_result_present = 1; if ( firstpass == 1 ) { strcpy(nameinttypenameback,nameinttypename); strcpy(nameinttypename,""); curvar = createvar((yyvsp[(3) - (4)].na),NULL); strcpy(nameinttypename,nameinttypenameback); strcpy(curvar->v_typevar,""); curlistvar = insertvar(NULL,curvar); Add_SubroutineArgument_Var_1(curlistvar); } } break; case 1029: /* Line 1807 of yacc.c */ #line 4438 "fortran.y" {strcpy(DeclType, "");} break; case 1034: /* Line 1807 of yacc.c */ #line 4452 "fortran.y" { insubroutinedeclare = 1; suborfun = 1; if ( firstpass ) Add_SubroutineArgument_Var_1((yyvsp[(4) - (4)].l)); else { WriteBeginof_SubLoop(); } } break; case 1036: /* Line 1807 of yacc.c */ #line 4467 "fortran.y" { if (strcmp(subroutinename,"")) { strcpy(old_subroutinename,subroutinename); // can occur in internal-subprogram old_oldfortran_out=oldfortran_out; } else { old_oldfortran_out=(FILE *)NULL; } strcpy((yyval.na),(yyvsp[(1) - (1)].na));strcpy(subroutinename,(yyvsp[(1) - (1)].na)); } break; case 1038: /* Line 1807 of yacc.c */ #line 4488 "fortran.y" {pos_endsubroutine = my_position; GlobalDeclaration = 0 ; if ( firstpass == 0 && strcasecmp(subroutinename,"") ) { if ( module_declar && insubroutinedeclare == 0 ) fclose(module_declar); } if ( strcasecmp(subroutinename,"") ) { if ( inmodulemeet == 1 ) { /* we are in a module */ if ( insubroutinedeclare == 1 ) { /* it is like an end subroutine */ insubroutinedeclare = 0 ; pos_cur = setposcur(); closeandcallsubloopandincludeit_0(suborfun); functiondeclarationisdone = 0; } else { /* it is like an end module */ inmoduledeclare = 0 ; inmodulemeet = 0 ; } } else { insubroutinedeclare = 0; pos_cur = setposcur(); closeandcallsubloopandincludeit_0(2); functiondeclarationisdone = 0; } } strcpy(subroutinename,""); if (strcmp(old_subroutinename,"")) { strcpy(subroutinename,old_subroutinename); strcpy(old_subroutinename,""); oldfortran_out=old_oldfortran_out; insubroutinedeclare=1; } } break; case 1041: /* Line 1807 of yacc.c */ #line 4537 "fortran.y" {if (firstpass) (yyval.l)=NULL;} break; case 1042: /* Line 1807 of yacc.c */ #line 4538 "fortran.y" {in_complex_literal=0;} break; case 1043: /* Line 1807 of yacc.c */ #line 4539 "fortran.y" {if (firstpass) (yyval.l)=(yyvsp[(3) - (4)].l);} break; case 1044: /* Line 1807 of yacc.c */ #line 4543 "fortran.y" {if (firstpass) (yyval.l)=NULL;} break; case 1045: /* Line 1807 of yacc.c */ #line 4545 "fortran.y" {if (firstpass) (yyval.l)=(yyvsp[(1) - (1)].l);} break; case 1046: /* Line 1807 of yacc.c */ #line 4550 "fortran.y" { if ( firstpass == 1 ) { strcpy(nameinttypenameback,nameinttypename); strcpy(nameinttypename,""); curvar = createvar((yyvsp[(1) - (1)].na),NULL); strcpy(nameinttypename,nameinttypenameback); curlistvar = insertvar(NULL,curvar); (yyval.l) = settype("",curlistvar); } } break; case 1047: /* Line 1807 of yacc.c */ #line 4562 "fortran.y" { if ( firstpass == 1 ) { strcpy(nameinttypenameback,nameinttypename); strcpy(nameinttypename,""); curvar = createvar((yyvsp[(3) - (3)].na),NULL); strcpy(nameinttypename,nameinttypenameback); (yyval.l) = insertvar((yyvsp[(1) - (3)].l),curvar); } } break; case 1048: /* Line 1807 of yacc.c */ #line 4576 "fortran.y" {strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 1049: /* Line 1807 of yacc.c */ #line 4578 "fortran.y" {strcpy((yyval.na),"*");} break; case 1052: /* Line 1807 of yacc.c */ #line 4588 "fortran.y" { if ( inside_type_declare ) break; if ( inmoduledeclare ) { if ( firstpass == 0 ) { RemoveWordCUR_0(fortran_out,9); // Remove word 'contains' Write_Closing_Module(0); } inmoduledeclare = 0 ; aftercontainsdeclare = 1; } else if ( insubroutinedeclare ) { incontainssubroutine = 1; insubroutinedeclare = 0; incontainssubroutine = 0; functiondeclarationisdone = 0; if ( firstpass ) List_ContainsSubroutine = Addtolistnom(subroutinename, List_ContainsSubroutine, 0); else closeandcallsubloop_contains_0(); strcpy(subroutinename, ""); } else printf("l.%4d -- TOK_CONTAINS -- MHCHECK\n",line_num_input); } break; case 1054: /* Line 1807 of yacc.c */ #line 4623 "fortran.y" {strcpy((yyval.na),"");} break; case 1055: /* Line 1807 of yacc.c */ #line 4624 "fortran.y" {strcpy((yyval.na),(yyvsp[(1) - (1)].na));} break; case 1061: /* Line 1807 of yacc.c */ #line 4752 "fortran.y" { afterpercent = 1; } break; /* Line 1807 of yacc.c */ #line 6993 "fortran.tab.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; 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: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { 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; yydestruct ("Error: popping", yystos[yystate], yyvsp); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN *++yyvsp = yylval; YY_IGNORE_MAYBE_UNINITIALIZED_END /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined yyoverflow || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2055 of yacc.c */ #line 4849 "fortran.y" void process_fortran(const char *input_file) { extern FILE *fortran_in; extern FILE *fortran_out; char output_file[LONG_FNAME]; char input_fullpath[LONG_FNAME]; if ( todebug == 1 ) printf("Firstpass == %d \n", firstpass); yydebug=0; /******************************************************************************/ /* 1- Open input file */ /******************************************************************************/ strcpy(cur_filename, input_file); sprintf(input_fullpath, "%s/%s", input_dir, input_file); fortran_in = fopen(input_fullpath, "r"); if (! fortran_in) { printf("Error : File %s does not exist\n", input_fullpath); exit(1); } /******************************************************************************/ /* 2- Variables initialization */ /******************************************************************************/ line_num_input = 1; PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0; incalldeclare = 0; inside_type_declare = 0; Allocatabledeclare = 0 ; Targetdeclare = 0 ; VariableIsParameter = 0 ; strcpy(NamePrecision,""); c_star = 0 ; functiondeclarationisdone = 0; insubroutinedeclare = 0 ; strcpy(subroutinename," "); isrecursive = 0; InitialValueGiven = 0 ; GlobalDeclarationType = 0; inmoduledeclare = 0; incontainssubroutine = 0; afterpercent = 0; aftercontainsdeclare = 1; strcpy(nameinttypename,""); /******************************************************************************/ /* 3- Parsing of the input file (1 time) */ /******************************************************************************/ sprintf(output_file, "%s/%s", output_dir, input_file); if (firstpass == 0) fortran_out = fopen(output_file,"w"); fortran_parse(); if (firstpass == 0) NewModule_Creation_0(); if (firstpass == 0) fclose(fortran_out); } #line 2 "fortran.yy.c" #line 4 "fortran.yy.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer fortran__create_buffer #define yy_delete_buffer fortran__delete_buffer #define yy_flex_debug fortran__flex_debug #define yy_init_buffer fortran__init_buffer #define yy_flush_buffer fortran__flush_buffer #define yy_load_buffer_state fortran__load_buffer_state #define yy_switch_to_buffer fortran__switch_to_buffer #define yyin fortran_in #define yyleng fortran_leng #define yylex fortran_lex #define yylineno fortran_lineno #define yyout fortran_out #define yyrestart fortran_restart #define yytext fortran_text #define yywrap fortran_wrap #define yyalloc fortran_alloc #define yyrealloc fortran_realloc #define yyfree fortran_free #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; typedef uint64_t flex_uint64_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE fortran_restart(fortran_in ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif extern yy_size_t fortran_leng; extern FILE *fortran_in, *fortran_out; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up fortran_text. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up fortran_text again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ yy_size_t yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via fortran_restart()), so that the user can continue scanning by * just pointing fortran_in at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when fortran_text is formed. */ static char yy_hold_char; static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ yy_size_t fortran_leng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow fortran_wrap()'s to do buffer switches * instead of setting up a fresh fortran_in. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void fortran_restart (FILE *input_file ); void fortran__switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE fortran__create_buffer (FILE *file,int size ); void fortran__delete_buffer (YY_BUFFER_STATE b ); void fortran__flush_buffer (YY_BUFFER_STATE b ); void fortran_push_buffer_state (YY_BUFFER_STATE new_buffer ); void fortran_pop_buffer_state (void ); static void fortran_ensure_buffer_stack (void ); static void fortran__load_buffer_state (void ); static void fortran__init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER fortran__flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE fortran__scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE fortran__scan_string (yyconst char *yy_str ); YY_BUFFER_STATE fortran__scan_bytes (yyconst char *bytes,yy_size_t len ); void *fortran_alloc (yy_size_t ); void *fortran_realloc (void *,yy_size_t ); void fortran_free (void * ); #define yy_new_buffer fortran__create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ fortran_ensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ fortran__create_buffer(fortran_in,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ fortran_ensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ fortran__create_buffer(fortran_in,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define fortran_wrap(n) 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *fortran_in = (FILE *) 0, *fortran_out = (FILE *) 0; typedef int yy_state_type; extern int fortran_lineno; int fortran_lineno = 1; extern char *fortran_text; #define yytext_ptr fortran_text static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up fortran_text. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ fortran_leng = (yy_size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 177 #define YY_END_OF_BUFFER 178 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[1577] = { 0, 143, 143, 178, 177, 166, 177, 165, 177, 176, 177, 177, 155, 177, 159, 177, 169, 177, 177, 158, 177, 158, 177, 158, 177, 161, 177, 156, 177, 140, 177, 154, 177, 158, 177, 160, 177, 163, 177, 162, 177, 164, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 166, 177, 165, 175, 177, 176, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 177, 177, 173, 177, 177, 177, 177, 143, 177, 144, 177, 177, 165, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 165, 175, 177, 166, 177, 158, 177, 154, 177, 150, 177, 150, 177, 150, 177, 150, 177, 150, 177, 166, 177, 154, 177, 166, 176, 176, 176, 146, 169, 145, 138, 20, 153, 139, 137, 34, 154, 136, 35, 33, 18, 36, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 42, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 91, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 166, 175, 176, 176, 176, 176, 150, 150, 150, 150, 91, 150, 150, 173, 143, 142, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 42, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 91, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 175, 166, 166, 174, 20, 154, 174, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 91, 150, 150, 166, 154, 176, 176, 141, 145, 152, 151, 152, 153, 153, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 9, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 103,16485, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 94, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 11, 150, 150, 150, 150, 176, 176, 176, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 9, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 94, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 11, 150, 150, 150, 150, 166, 166, 154, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 176, 176, 153, 22, 24, 23, 26, 25, 28, 30, 150, 150, 150, 150, 150, 150, 150, 15, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 41, 41, 150, 150, 99, 150, 116, 150, 150, 150, 150, 150, 117, 150, 126, 150, 150, 79, 150, 150, 150, 150, 114, 150, 150, 93, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 118, 150, 150, 150, 150, 115, 14, 150, 150, 63, 150, 77, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 83, 150, 43, 150, 130, 150, 150, 150, 150, 150, 72, 150, 150, 150, 76, 150, 57, 150, 150, 150, 97, 150, 150, 150, 150, 150, 47, 176, 176, 176, 105, 150, 150, 150, 150, 150, 150,16458, 150, 150, 150, 150, 150, 150, 150, 15, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 41, 150, 150, 99, 150, 150, 150, 150, 150, 150, 150, 150, 150, 79, 150, 150, 150, 150, 150, 150, 93, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 14, 150, 150, 63, 150, 77, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 83, 150, 43, 150, 150, 150, 150, 150, 150, 72, 150, 150, 150, 76, 150, 57, 150, 150, 150, 97, 150, 150, 150, 150, 150, 166, 154, 15, 150, 105, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150,16458, 176, 176, 157, 32, 21, 29, 31, 150, 150, 150, 150, 150, 150, 150, 150, 52, 150, 150, 150, 150, 150, 134, 150, 150, 150, 150, 150, 150, 150, 40, 150, 100, 150, 150, 150, 150, 150, 150, 150, 150, 108, 87, 150, 127, 150, 93, 102, 150, 150, 95, 150, 150, 150, 150, 150, 150, 150, 150, 119, 150, 150, 121, 128, 150, 150, 150, 150, 150, 55, 150, 150, 150, 80, 150, 150, 150, 150, 82, 129, 150, 150, 150, 150, 150, 150, 150, 150, 150, 112, 58, 150, 38, 150, 86, 150, 105,16458, 176, 176, 176, 105, 150, 92, 150, 150, 8266, 73, 8266, 150, 150, 150, 150, 150, 150, 150, 150, 52, 150, 150, 150, 150, 150, 134, 150, 150, 150, 150, 150, 150, 150, 40, 150, 100, 150, 150, 150, 150, 150, 150, 150, 150, 87, 150, 150, 150, 150, 95, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 55, 150, 150, 150, 80, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 58, 150, 38, 150, 86, 150, 166, 154, 105, 150, 150, 52, 150, 150, 150, 150, 150, 150, 150, 134, 150, 150, 150, 16, 176, 16, 176, 16, 16, 146, 16, 16, 16, 145, 16, 16, 16, 16, 16, 16, 27, 150, 150, 150, 150, 150, 16, 150, 150, 150, 66, 150, 150, 150, 150, 150, 150, 150, 150, 98, 150, 150, 40, 100, 150, 150, 150, 150, 150, 133, 150, 150, 102, 8293, 102, 150, 150, 150, 150, 69, 150, 150, 150, 124, 150, 150, 37, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 89, 150, 150, 7, 150, 78, 150, 12, 150, 150, 150, 132, 150, 150, 88, 150, 85, 176, 176, 16, 176, 150, 150, 150, 150, 150, 150, 150, 150, 16, 150, 150, 150, 66, 150, 150, 150, 150, 150, 150, 150, 150, 98, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 69, 150, 150, 150, 150, 150, 37, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 89, 150, 150, 7, 150, 78, 150, 12, 150, 150, 150, 132, 150, 150, 88, 150, 16, 150, 150, 66, 150, 150, 150, 150, 150, 16, 150, 150, 150, 17, 17, 176, 17, 17, 146, 17, 17, 17, 145, 17, 17, 17, 17, 17, 17, 109, 110, 17, 150, 150, 150, 150, 150, 50, 150, 150, 150, 150, 106, 150, 150, 150, 150, 98, 150, 150, 75, 150, 150, 150, 120, 150, 150, 8293, 150, 10, 150, 53, 150, 44, 150, 150, 150, 125, 45, 150, 150, 150, 5, 150, 113, 150, 150, 70, 150, 150, 90, 150, 2, 150, 150, 150, 122, 131, 150, 176, 17, 176, 150, 67, 150, 170, 17, 150, 150, 150, 150, 150, 50, 150, 150, 150, 150, 106, 150, 150, 150, 150, 150, 150, 75, 150, 150, 150, 150, 150, 150, 10, 150, 53, 150, 44, 150, 150, 150, 45, 150, 150, 150, 5, 150, 150, 150, 70, 150, 150, 90, 150, 2, 150, 150, 150, 150, 170, 17, 17, 150, 150, 50, 150, 150, 150, 150, 150, 150, 3, 150, 150, 150, 150, 150, 4, 150, 150, 150, 150, 150, 150, 75, 150, 59, 150, 150, 68, 150, 8, 150, 13, 150, 150, 150, 150, 84, 150, 71, 150, 150, 150, 150, 150, 150, 176, 62, 150, 150, 150, 3, 150, 150, 150, 150, 150, 4, 150, 150, 150, 150, 150, 150, 150, 59, 150, 150, 68, 150, 8, 150, 13, 150, 150, 150, 150, 84, 150, 71, 150, 150, 150, 150, 150, 150, 150, 150, 62, 150, 4, 150, 150, 137, 150, 150, 135, 150, 46, 150, 150, 150, 54, 150, 150, 150, 61, 150, 59, 107, 150, 150, 96, 150, 111, 150, 64, 150, 123, 65, 150, 150, 150, 62, 176, 147, 150, 149, 150, 150, 135, 150, 46, 150, 150, 150, 54, 150, 150, 150, 61, 150, 107, 150, 150, 96, 150, 150, 64, 150, 65, 150, 150, 150, 46, 150, 150, 147, 150, 168, 137, 150, 150, 39, 150, 6, 150, 150, 150, 61, 60, 107, 150, 150, 104, 150, 1, 150, 147, 176, 150, 150, 39, 150, 6, 150, 150, 150, 150, 150, 104, 150, 1, 150, 167, 39, 150, 51, 150, 150, 150, 56, 150, 150, 104, 176, 51, 150, 150, 150, 56, 150, 150, 168, 150, 150, 150, 176, 150, 150, 150, 167, 19, 49, 150, 150, 150, 176, 148, 173, 49, 150, 150, 150, 167, 167, 49, 150, 150, 176, 150, 150, 48, 150, 81, 150, 176, 48, 150, 81, 150, 167, 48, 81, 176, 176, 176, 176, 176, 176, 171, 171, 171, 174, 172, 173 } ; static yyconst flex_int16_t yy_accept[1850] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 3, 3, 3, 3, 4, 5, 7, 9, 11, 12, 14, 16, 18, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 90, 92, 94, 96, 98, 100, 102, 103, 104, 106, 107, 108, 109, 111, 113, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181, 181, 181, 182, 183, 184, 185, 185, 186, 186, 186, 187, 187, 187, 187, 187, 188, 188, 188, 188, 188, 189, 189, 189, 189, 190, 190, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 192, 193, 194, 194, 195, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 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, 260, 261, 262, 262, 262, 262, 262, 262, 262, 262, 263, 263, 264, 265, 266, 266, 267, 268, 269, 270, 272, 273, 273, 274, 274, 274, 274, 274, 275, 275, 276, 276, 276, 276, 276, 276, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 336, 337, 337, 337, 338, 339, 339, 339, 340, 341, 341, 341, 341, 341, 342, 343, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 355, 356, 357, 357, 357, 358, 358, 358, 358, 359, 360, 360, 360, 360, 360, 360, 360, 360, 360, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 363, 366, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 383, 384, 385, 386, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 398, 399, 399, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 449, 449, 449, 449, 449, 449, 449, 449, 449, 450, 451, 452, 452, 453, 454, 455, 456, 457, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 535, 536, 537, 538, 538, 538, 538, 538, 539, 539, 540, 540, 540, 540, 540, 540, 540, 541, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 554, 554, 554, 554, 555, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 556, 557, 557, 558, 558, 559, 560, 561, 562, 563, 563, 563, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 565, 566, 567, 568, 569, 570, 571, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 586, 587, 589, 589, 590, 591, 592, 593, 594, 595, 595, 596, 597, 597, 598, 599, 600, 602, 603, 604, 605, 605, 606, 607, 608, 608, 610, 610, 610, 610, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 620, 621, 622, 623, 624, 625, 625, 626, 628, 629, 631, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 644, 646, 646, 647, 648, 649, 650, 651, 652, 654, 655, 656, 658, 660, 661, 662, 664, 665, 666, 667, 668, 669, 669, 669, 669, 669, 669, 669, 670, 671, 672, 672, 674, 675, 676, 677, 678, 680, 680, 680, 680, 680, 680, 680, 680, 680, 680, 681, 682, 683, 684, 685, 686, 687, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 701, 702, 704, 705, 706, 707, 708, 709, 710, 711, 712, 714, 715, 716, 717, 718, 719, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 737, 738, 740, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 753, 755, 756, 757, 758, 759, 760, 762, 763, 764, 766, 768, 769, 770, 772, 773, 774, 775, 776, 776, 776, 776, 777, 777, 777, 777, 777, 777, 778, 778, 780, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 796, 796, 796, 796, 797, 798, 798, 798, 798, 798, 798, 799, 799, 799, 799, 799, 799, 799, 800, 801, 801, 802, 803, 803, 803, 803, 803, 803, 803, 804, 805, 806, 807, 808, 809, 810, 811, 813, 814, 815, 816, 817, 819, 820, 821, 822, 823, 823, 824, 825, 825, 825, 825, 825, 825, 827, 829, 830, 831, 832, 833, 834, 835, 836, 836, 837, 839, 839, 840, 841, 842, 842, 842, 842, 843, 844, 845, 847, 848, 849, 850, 851, 852, 853, 854, 854, 855, 856, 857, 857, 858, 858, 859, 860, 861, 862, 863, 864, 866, 867, 868, 870, 871, 872, 873, 873, 874, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 884, 885, 887, 889, 891, 892, 892, 892, 892, 892, 893, 894, 895, 896, 896, 897, 898, 899, 900, 901, 902, 903, 904, 904, 904, 904, 904, 904, 904, 905, 906, 907, 908, 909, 910, 911, 912, 914, 915, 916, 917, 918, 920, 921, 922, 923, 924, 925, 926, 928, 930, 931, 932, 933, 934, 935, 936, 937, 939, 940, 941, 942, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 960, 961, 962, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 978, 980, 982, 982, 982, 982, 983, 983, 983, 983, 983, 983, 984, 984, 985, 986, 987, 989, 990, 991, 992, 993, 994, 995, 997, 998, 999, 999, 999, 1000, 1001, 1003, 1003, 1004, 1006, 1006, 1007, 1008, 1010, 1010, 1010, 1010, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1017, 1017, 1017, 1017, 1018, 1019, 1020, 1021, 1022, 1024, 1025, 1026, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1035, 1035, 1037, 1038, 1039, 1040, 1040, 1040, 1040, 1041, 1042, 1043, 1044, 1045, 1045, 1046, 1047, 1048, 1048, 1049, 1049, 1049, 1049, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1057, 1058, 1059, 1059, 1060, 1061, 1062, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1075, 1076, 1078, 1080, 1082, 1083, 1084, 1086, 1087, 1089, 1089, 1090, 1090, 1090, 1090, 1091, 1092, 1094, 1094, 1095, 1096, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1098, 1099, 1100, 1101, 1102, 1104, 1105, 1106, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1131, 1132, 1133, 1134, 1135, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1148, 1149, 1151, 1153, 1155, 1156, 1157, 1159, 1160, 1162, 1162, 1162, 1162, 1162, 1163, 1163, 1164, 1165, 1167, 1168, 1169, 1170, 1171, 1173, 1174, 1175, 1175, 1176, 1178, 1179, 1181, 1182, 1183, 1185, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1191, 1191, 1191, 1191, 1191, 1192, 1192, 1193, 1195, 1196, 1197, 1198, 1199, 1201, 1202, 1203, 1204, 1206, 1207, 1207, 1208, 1209, 1210, 1210, 1211, 1211, 1211, 1211, 1212, 1214, 1215, 1216, 1216, 1217, 1218, 1219, 1220, 1220, 1220, 1221, 1223, 1225, 1227, 1228, 1229, 1229, 1230, 1232, 1232, 1233, 1234, 1236, 1236, 1237, 1238, 1239, 1241, 1242, 1244, 1246, 1247, 1247, 1248, 1248, 1249, 1249, 1250, 1251, 1251, 1251, 1251, 1252, 1254, 1254, 1255, 1256, 1257, 1257, 1257, 1257, 1258, 1258, 1258, 1260, 1261, 1262, 1263, 1264, 1266, 1267, 1268, 1269, 1271, 1272, 1273, 1274, 1275, 1276, 1278, 1279, 1280, 1281, 1282, 1283, 1285, 1287, 1289, 1290, 1291, 1293, 1294, 1295, 1297, 1298, 1299, 1301, 1302, 1304, 1306, 1307, 1308, 1309, 1309, 1310, 1310, 1311, 1311, 1313, 1314, 1316, 1317, 1318, 1319, 1320, 1320, 1320, 1320, 1320, 1320, 1321, 1323, 1324, 1325, 1326, 1327, 1329, 1330, 1331, 1331, 1331, 1332, 1333, 1333, 1334, 1334, 1335, 1335, 1336, 1338, 1339, 1341, 1343, 1343, 1345, 1346, 1347, 1347, 1348, 1350, 1352, 1353, 1354, 1355, 1355, 1356, 1357, 1357, 1357, 1358, 1358, 1360, 1361, 1361, 1361, 1361, 1361, 1361, 1362, 1364, 1365, 1366, 1367, 1368, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1378, 1379, 1381, 1383, 1385, 1386, 1387, 1388, 1390, 1392, 1393, 1394, 1395, 1396, 1397, 1397, 1397, 1397, 1398, 1399, 1401, 1403, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1405, 1406, 1407, 1409, 1411, 1412, 1413, 1415, 1415, 1415, 1416, 1417, 1417, 1419, 1419, 1420, 1422, 1423, 1425, 1425, 1426, 1426, 1427, 1429, 1429, 1430, 1432, 1432, 1433, 1434, 1435, 1435, 1436, 1436, 1438, 1438, 1438, 1438, 1439, 1440, 1441, 1443, 1445, 1446, 1447, 1449, 1450, 1451, 1453, 1455, 1456, 1458, 1459, 1461, 1463, 1464, 1465, 1465, 1465, 1465, 1467, 1468, 1470, 1470, 1470, 1471, 1471, 1471, 1471, 1472, 1473, 1474, 1476, 1478, 1478, 1478, 1479, 1480, 1481, 1481, 1482, 1483, 1484, 1484, 1485, 1485, 1487, 1489, 1490, 1491, 1491, 1491, 1491, 1492, 1493, 1495, 1497, 1498, 1499, 1500, 1501, 1503, 1505, 1505, 1505, 1505, 1506, 1506, 1508, 1508, 1508, 1508, 1508, 1508, 1508, 1510, 1510, 1510, 1510, 1510, 1511, 1512, 1514, 1514, 1515, 1516, 1517, 1517, 1517, 1517, 1519, 1520, 1521, 1523, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1525, 1525, 1525, 1525, 1525, 1526, 1527, 1527, 1528, 1529, 1529, 1529, 1529, 1530, 1531, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1533, 1533, 1533, 1533, 1533, 1533, 1534, 1534, 1534, 1536, 1537, 1537, 1538, 1539, 1539, 1539, 1539, 1541, 1543, 1544, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1546, 1546, 1546, 1546, 1547, 1547, 1547, 1547, 1547, 1548, 1548, 1549, 1549, 1550, 1551, 1551, 1551, 1552, 1553, 1553, 1553, 1553, 1553, 1553, 1553, 1553, 1553, 1553, 1553, 1553, 1555, 1555, 1557, 1558, 1558, 1558, 1560, 1562, 1562, 1562, 1562, 1562, 1562, 1562, 1563, 1563, 1564, 1565, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1568, 1568, 1568, 1568, 1568, 1569, 1569, 1569, 1569, 1570, 1570, 1570, 1570, 1571, 1572, 1572, 1573, 1573, 1573, 1575, 1575, 1575, 1575, 1575, 1577, 1577 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 21, 22, 23, 24, 25, 1, 1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 1, 53, 1, 54, 1, 55, 56, 57, 58, 59, 60, 61, 62, 63, 35, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 1, 80, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[81] = { 0, 1, 2, 3, 2, 4, 5, 4, 4, 1, 4, 6, 7, 8, 4, 9, 10, 11, 12, 13, 14, 1, 4, 1, 1, 1, 15, 14, 14, 14, 14, 15, 16, 17, 17, 17, 17, 16, 17, 16, 16, 17, 17, 16, 16, 16, 16, 17, 17, 17, 17, 17, 1, 1, 18, 15, 14, 14, 14, 14, 15, 16, 17, 17, 17, 16, 17, 16, 16, 17, 17, 16, 16, 16, 16, 17, 17, 17, 17, 17, 5 } ; static yyconst flex_int16_t yy_base[2001] = { 0, 0, 79, 0, 0, 0, 151, 3195, 84, 88, 91, 224, 303, 0, 375, 3194, 65, 99, 9211, 73, 100, 74, 90, 308, 117, 325, 126, 137, 133, 447, 386, 382, 144, 143, 285, 390, 302, 425, 449, 499, 497, 547, 594, 443, 324, 535, 495, 503, 582, 618, 630, 639, 398, 685, 688, 697, 689, 450, 769, 216, 538, 583, 749, 745, 800, 802, 9211, 3186, 9211, 789, 114, 155, 96, 9211, 3164, 851, 841, 692, 912, 860, 961, 910, 853, 858, 948, 895, 896, 977, 1009, 1020, 1036, 1033, 1069, 1085, 1081, 1118, 1123, 1162, 203, 908, 316, 1219, 71, 1145, 100, 1274, 339, 363, 106, 127, 198, 0, 140, 144, 3153, 3107, 308, 348, 347, 3104, 181, 698, 415, 3066, 434, 899, 631, 819, 9211, 1300, 1317, 1342, 9211, 847, 697, 307, 331, 446, 607, 613, 363, 425, 1050, 1361, 1167, 9211, 9211, 9211, 1311, 1358, 304, 9211, 9211, 9211, 9211, 9211, 0, 831, 302, 435, 473, 508, 359, 516, 367, 542, 749, 411, 906, 550, 1142, 549, 489, 576, 624, 653, 926, 698, 692, 723, 735, 804, 1040, 1301, 805, 1352, 1361, 860, 955, 489, 976, 959, 965, 970, 981, 1013, 1060, 1011, 1138, 1311, 1089, 570, 1386, 1011, 1033, 1062, 1364, 573, 1088, 615, 649, 765, 1343, 807, 0, 1278, 1190, 3073, 1353, 891, 1136, 1135, 1386, 1195, 3024, 1345, 993, 1398, 1407, 957, 1400, 1400, 1322, 1383, 1428, 1405, 3008, 9211, 1445, 1442, 1437, 1457, 209, 2996, 2992, 1201, 1485, 1450, 2991, 2987, 1503, 1480, 1498, 1504, 1517, 1506, 1524, 1455, 1547, 1544, 1548, 1568, 1557, 1598, 1594, 1599, 1605, 1618, 1595, 1591, 1641, 1654, 1659, 1661, 1652, 1665, 1674, 1701, 1738, 1692, 1711, 1732, 1743, 1757, 1758, 1780, 1784, 1790, 1795, 1814, 1821, 1700, 1815, 1839, 1820, 1861, 1846, 1883, 1869, 1880, 1876, 1920, 1924, 1919, 1913, 1939, 1959, 1977, 1972, 1519, 2023, 1606, 2956, 1776, 318, 782, 2938, 9211, 2932, 1513, 1439, 1964, 1999, 2037, 2044, 1628, 2107, 2187, 2016, 2101, 2025, 2096, 2033, 2113, 1926, 2016, 2185, 2108, 1306, 2212, 2213, 2218, 1560, 1432, 1596, 1620, 1649, 2879, 1833, 1746, 2866, 1492, 2144, 2172, 1752, 2853, 2852, 2253, 2161, 497, 880, 2266, 2267, 2833, 2277, 2287, 1124, 1042, 1697, 2832, 2801, 2798, 2795, 1943, 1681, 2778, 1785, 1475, 2296, 1489, 2771, 2752, 2324, 2335, 2692, 9211, 2326, 2670, 2656, 1076, 1267, 1796, 1867, 1348, 1936, 1979, 2017, 2020, 2020, 2037, 2278, 2037, 2102, 1360, 1497, 2305, 2328, 1517, 1631, 2400, 1677, 1658, 2292, 2107, 1816, 1846, 2114, 1797, 2180, 1951, 2315, 2183, 2019, 1887, 2189, 2192, 2187, 2188, 2322, 1979, 2193, 2229, 2192, 2355, 2241, 2234, 2286, 2317, 2362, 2332, 2330, 2319, 2331, 2337, 0, 2348, 2333, 2341, 2348, 2360, 2351, 2350, 2381, 2418, 2343, 2363, 2356, 2364, 2384, 2370, 2376, 2384, 2383, 2396, 2392, 2387, 0, 2390, 2401, 2395, 2660, 2397, 2643, 2406, 2412, 2407, 2416, 2417, 2424, 2464, 2433, 2466, 2439, 2444, 2449, 2455, 2455, 2456, 2455, 2484, 2505, 2622, 2081, 2500, 2621, 2572, 2515, 2527, 2519, 2562, 2553, 2488, 2494, 2498, 2486, 2510, 2492, 2531, 2533, 2534, 2530, 2540, 2543, 2539, 2545, 2546, 2549, 2583, 2556, 2555, 2655, 2587, 2558, 2615, 2590, 2566, 2577, 2550, 2627, 2561, 2610, 2612, 2617, 2623, 2594, 2620, 2634, 2639, 2629, 2638, 2646, 2641, 2644, 2645, 2658, 2667, 2706, 2682, 2669, 2671, 2647, 2689, 2548, 2699, 2652, 2712, 2714, 2717, 2726, 2729, 2730, 2736, 2719, 2732, 2734, 2739, 2740, 2733, 2741, 2742, 2747, 2759, 2750, 2758, 2547, 2769, 2743, 2760, 2819, 2823, 2485, 2832, 2888, 2707, 388, 2828, 2837, 2778, 2799, 2840, 2845, 2854, 2768, 2961, 3041, 2822, 2808, 2836, 2868, 2959, 2840, 2845, 2852, 2874, 2885, 2891, 2717, 2860, 2867, 2888, 2881, 2893, 2937, 2896, 2851, 2985, 2419, 2989, 3009, 3006, 3013, 3065, 3020, 2938, 2989, 3068, 3071, 2396, 2386, 2357, 9211, 2354, 9211, 9211, 9211, 9211, 9211, 2882, 2318, 9211, 2294, 3033, 3093, 2289, 2263, 3101, 3113, 3132, 2242, 2238, 3142, 2888, 2957, 2957, 2974, 3047, 3051, 2962, 0, 3073, 3072, 3056, 3089, 3083, 3075, 3084, 3102, 3102, 3110, 2208, 2199, 3113, 3151, 3226, 9211, 3116, 3102, 3128, 3110, 3130, 3162, 9211, 3118, 3167, 9211, 3124, 3127, 0, 3130, 3178, 3141, 3193, 9211, 3202, 3134, 3141, 0, 3207, 2171, 2156, 3220, 3149, 3144, 3163, 3171, 3206, 3177, 3174, 3193, 3203, 3244, 3245, 9211, 3215, 3194, 3259, 3273, 3262, 9211, 0, 3217, 0, 3222, 3217, 3224, 3223, 3220, 3231, 3233, 3253, 3244, 3254, 3299, 0, 3290, 9211, 3303, 3248, 3258, 3253, 3270, 0, 3284, 3285, 3270, 0, 3278, 3290, 0, 3324, 3291, 3292, 3295, 9211, 3299, 3286, 3306, 3306, 3304, 3305, 3327, 3333, 3336, 3297, 462, 3319, 602, 3317, 3341, 3367, 3344, 3387, 3353, 3392, 3399, 3405, 3409, 2140, 2134, 3362, 3378, 3372, 3396, 3390, 3397, 3373, 2097, 3416, 3422, 3420, 3425, 3383, 3429, 3428, 3430, 3423, 3427, 427, 3433, 3445, 3432, 3451, 3456, 3434, 3440, 3438, 3452, 3458, 2096, 3435, 3514, 3471, 3523, 3462, 2091, 3465, 3474, 3477, 3480, 3498, 3506, 3507, 3473, 3516, 3549, 3526, 3520, 3558, 3564, 2084, 3529, 2065, 3546, 3538, 3541, 3561, 3536, 3542, 3552, 3567, 3553, 3555, 3596, 2049, 3608, 3574, 3577, 3583, 3591, 2030, 3599, 3600, 3587, 2017, 3581, 3601, 2011, 3635, 3610, 3613, 3616, 3648, 3660, 3314, 3674, 3664, 3669, 3678, 3641, 3667, 3710, 3644, 3780, 3860, 3679, 3691, 3686, 3739, 3763, 3760, 3825, 3697, 3718, 685, 3718, 3854, 3809, 3557, 3637, 0, 3674, 0, 3712, 532, 3828, 3747, 2309, 9211, 3887, 3888, 1978, 3632, 3900, 3959, 9211, 9211, 1976, 9211, 9211, 3770, 3812, 3924, 3934, 1975, 3986, 3681, 3769, 3677, 3723, 3770, 4043, 3774, 3790, 0, 3781, 3793, 3779, 3787, 0, 3854, 3858, 3852, 3794, 3953, 3872, 3884, 3879, 3902, 3926, 3908, 3959, 0, 0, 3957, 3954, 3967, 3972, 3967, 3907, 3963, 4013, 9211, 0, 4016, 9211, 3969, 9211, 4067, 4068, 4085, 4091, 3976, 3977, 0, 3965, 3979, 4001, 4034, 4002, 4075, 4041, 4103, 9211, 4064, 4063, 4108, 9211, 4109, 9211, 4082, 4086, 4091, 4085, 4091, 0, 4095, 4092, 0, 4083, 4103, 4102, 4132, 9211, 4133, 9211, 4094, 4094, 4101, 4102, 4096, 4113, 4098, 4105, 4108, 4159, 9211, 0, 0, 4172, 1158, 4136, 1531, 4138, 4130, 4173, 4175, 4177, 1971, 4148, 1928, 4152, 2140, 4151, 4159, 4196, 9211, 4202, 4192, 4184, 3840, 3946, 4220, 4226, 4189, 4193, 4207, 4194, 4196, 4266, 4224, 4283, 1954, 4253, 4291, 4255, 4256, 1936, 4259, 4293, 4261, 4294, 4297, 4298, 1933, 1920, 4299, 4300, 4304, 4306, 4305, 4311, 4303, 1912, 4309, 4319, 4322, 1878, 4313, 4314, 4326, 4335, 4307, 4379, 4342, 4349, 4359, 4345, 4346, 4356, 4352, 4362, 1877, 4364, 4375, 1841, 4351, 4385, 4392, 4383, 4387, 4390, 4404, 4394, 4395, 4397, 4398, 4402, 1829, 1810, 4238, 4241, 4249, 4379, 4474, 2558, 4432, 4433, 4423, 1803, 4469, 4425, 3757, 4547, 4627, 4177, 4455, 4438, 4453, 4452, 4479, 4707, 4385, 4409, 4453, 4396, 0, 9211, 0, 0, 1208, 1785, 1781, 4530, 4564, 4570, 1756, 4599, 4574, 4448, 4787, 4580, 4587, 4593, 4606, 4652, 1728, 9211, 4512, 4521, 4659, 4671, 4581, 4663, 4867, 4385, 4463, 0, 4465, 4534, 0, 4537, 4545, 4544, 4564, 4612, 4625, 4699, 4635, 4638, 0, 4674, 9211, 9211, 4621, 4636, 4704, 4705, 4706, 4695, 4702, 4745, 4746, 9211, 4716, 4704, 4813, 4738, 4818, 4766, 3843, 1687, 4841, 4835, 4711, 4716, 4727, 4709, 0, 4710, 4740, 4812, 9211, 4825, 4786, 4853, 4788, 4784, 4893, 4844, 4851, 4857, 4861, 4857, 4864, 0, 4869, 0, 0, 0, 4903, 4902, 4909, 4863, 0, 4613, 9211, 4875, 4875, 4879, 4911, 1691, 1671, 4892, 4879, 2805, 4899, 4924, 4931, 2934, 3088, 4540, 4687, 4941, 4946, 4990, 4965, 4950, 1656, 4932, 4972, 1615, 4969, 4976, 4974, 5021, 4977, 5018, 5023, 1595, 5025, 5026, 5027, 5020, 5028, 5030, 5032, 5033, 5034, 5036, 5037, 5056, 1584, 5038, 5057, 5101, 5069, 5072, 5050, 5058, 5113, 5074, 5066, 5076, 5080, 5059, 5085, 1554, 5087, 1538, 1511, 1481, 5129, 5140, 5150, 5095, 1473, 4694, 5156, 4911, 1468, 1458, 5125, 5186, 5266, 5346, 4892, 4914, 5068, 5092, 0, 4774, 5123, 5100, 9211, 0, 1397, 1385, 4953, 4971, 1373, 5163, 5167, 5210, 5232, 5238, 5239, 1348, 3487, 4074, 5213, 5293, 5220, 9211, 5227, 9211, 0, 5274, 5116, 5127, 5147, 0, 5190, 5203, 5209, 0, 5179, 5338, 5197, 5251, 9211, 5269, 5259, 5275, 5276, 5265, 5281, 0, 5284, 5285, 5321, 9211, 5276, 5333, 5372, 5360, 5389, 5335, 0, 0, 0, 5347, 5349, 5401, 9211, 0, 5386, 5343, 5349, 0, 5413, 9211, 5379, 5353, 0, 5379, 0, 0, 5372, 5426, 5383, 5419, 9211, 5427, 9211, 5386, 5393, 4739, 5398, 582, 1358, 1274, 5389, 4817, 5406, 796, 5432, 4859, 9211, 4974, 5110, 1309, 5436, 5438, 5439, 5442, 1303, 5447, 5454, 5433, 1215, 5453, 5462, 5455, 5461, 5471, 1214, 5470, 5475, 5445, 5468, 5467, 1135, 1114, 1109, 5482, 5476, 1094, 5477, 5473, 1078, 5478, 5511, 1024, 5483, 962, 931, 5484, 5516, 5489, 5177, 904, 5444, 889, 804, 0, 5478, 0, 5494, 5467, 5495, 5530, 5545, 5322, 5558, 5562, 5580, 5500, 0, 5512, 5514, 5520, 5530, 0, 5529, 5536, 5536, 5535, 5542, 5556, 5545, 5559, 5564, 9211, 5563, 5550, 0, 5557, 0, 0, 5596, 0, 5573, 5603, 5567, 5572, 0, 0, 5571, 5615, 5595, 5600, 5584, 5590, 5587, 5604, 5631, 5604, 0, 5605, 5633, 5634, 5639, 5643, 0, 5643, 878, 5646, 5647, 5648, 5649, 874, 5650, 5663, 5655, 5666, 5668, 5664, 834, 5665, 822, 817, 808, 5669, 5676, 5670, 778, 774, 5671, 5679, 5681, 5684, 5683, 5731, 5703, 5714, 5647, 5662, 0, 0, 5709, 5742, 1312, 5743, 5226, 5755, 5759, 5777, 5773, 5687, 5721, 0, 0, 5722, 5690, 0, 5732, 5725, 5730, 5736, 5743, 5799, 5740, 9211, 0, 5758, 0, 5786, 9211, 5749, 5763, 0, 5802, 9211, 0, 5753, 5770, 5775, 9211, 5777, 5805, 5769, 0, 5809, 5813, 5817, 0, 5815, 5811, 751, 743, 5820, 5824, 726, 5821, 5825, 5828, 703, 5830, 690, 5832, 638, 627, 5839, 5840, 5845, 5250, 5835, 0, 5799, 602, 1570, 5892, 1581, 5904, 5908, 5914, 596, 5820, 5859, 0, 0, 5805, 5831, 5827, 5852, 5918, 5924, 9211, 9211, 5870, 5885, 5891, 5895, 0, 0, 9211, 938, 540, 5928, 5931, 5932, 5935, 549, 451, 5929, 5937, 5938, 5940, 383, 379, 5307, 5970, 5977, 5942, 979, 0, 5999, 6003, 5943, 6015, 6019, 369, 0, 5965, 5961, 5924, 5930, 5980, 5939, 0, 5984, 5986, 9211, 5989, 5987, 1003, 6027, 368, 6028, 5992, 322, 6032, 6044, 6063, 6048, 312, 198, 6068, 6090, 6072, 5993, 6086, 6103, 6099, 6113, 6119, 6010, 6007, 6006, 6011, 6030, 6051, 6095, 6061, 6081, 178, 6077, 6108, 6111, 6136, 6144, 173, 166, 6148, 6162, 6176, 6174, 6185, 6189, 6201, 6197, 6128, 6213, 6225, 6221, 5947, 9211, 6078, 6099, 0, 6105, 6123, 6150, 6167, 6149, 6180, 146, 9211, 126, 6205, 6198, 6242, 6247, 6251, 6255, 6229, 6272, 6268, 6276, 6288, 6293, 6291, 6305, 6309, 6314, 6260, 9211, 6169, 6233, 6277, 6203, 1153, 69, 1740, 6296, 6322, 6324, 6334, 6351, 6355, 6367, 6380, 6331, 6393, 6337, 1772, 6282, 0, 6316, 0, 6328, 6306, 6371, 106, 82, 5168, 6438, 6409, 6413, 6389, 6462, 6417, 6359, 9211, 9211, 6364, 6357, 6384, 6384, 6466, 6518, 6483, 6433, 6402, 6418, 6399, 6453, 6429, 6497, 6471, 6501, 6542, 6450, 6457, 6477, 1866, 6546, 6510, 6512, 6433, 6513, 6522, 6558, 6571, 6534, 6576, 6579, 6585, 6589, 9211, 6566, 6597, 9211, 6581, 6561, 6600, 6606, 9211, 9211, 6636, 6654, 6672, 6690, 6708, 6725, 6729, 6747, 6765, 6783, 6799, 6817, 6835, 6853, 6871, 6889, 6907, 6924, 6941, 6946, 101, 6964, 6982, 7000, 7018, 7036, 7054, 7072, 7090, 7108, 7126, 7144, 7162, 7180, 7198, 7216, 7233, 7249, 7254, 7271, 7289, 7307, 7325, 7330, 7348, 7361, 7376, 7394, 7412, 7430, 7448, 7466, 7484, 7502, 7518, 7536, 7554, 7572, 7590, 7608, 7626, 7644, 7662, 7679, 7695, 7712, 7730, 7748, 7766, 7784, 7789, 7807, 7825, 7843, 7861, 7879, 7897, 7915, 7933, 7951, 7969, 7987, 8005, 8023, 8041, 8059, 8077, 8094, 8099, 8115, 8132, 8150, 8168, 8186, 8204, 8222, 8240, 8258, 8276, 8294, 8312, 8330, 8348, 8366, 8384, 8402, 8420, 8438, 8456, 8474, 8492, 8510, 8528, 8545, 8563, 8580, 8596, 8601, 8618, 8636, 8654, 8672, 8690, 8708, 8726, 8744, 8761, 8778, 8796, 8814, 8832, 8850, 8868, 8886, 8904, 8921, 8938, 8954, 8971, 8976, 8994, 9012, 9030, 9048, 9066, 9084, 9102, 9120, 9138, 9156, 9174, 9192 } ; static yyconst flex_int16_t yy_def[2001] = { 0, 1848, 1, 1849, 1849, 1, 1, 1850, 1850, 1849, 1849, 1848, 11, 1, 1, 1848, 1848, 1848, 1848, 1851, 1852, 1848, 1848, 1848, 1853, 1854, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1855, 1855, 1855, 1855, 1855, 1855, 1855, 1855, 1855, 1855, 1855, 1855, 1855, 1855, 49, 1855, 1855, 1855, 1855, 1855, 1855, 1848, 1848, 1856, 39, 1855, 1855, 1855, 1855, 1848, 1857, 1848, 1857, 1857, 1857, 1848, 1848, 1858, 1848, 1859, 1859, 1859, 1859, 79, 79, 79, 1859, 1859, 79, 79, 79, 79, 1859, 88, 79, 79, 1859, 89, 1859, 1859, 1848, 58, 1860, 31, 1848, 79, 79, 84, 78, 58, 31, 1848, 1848, 1848, 1861, 1861, 1861, 1862, 1848, 1862, 1862, 1848, 1863, 1864, 1865, 1864, 1848, 1864, 1864, 1866, 1866, 1848, 1866, 1866, 1866, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1867, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1869, 58, 1848, 1870, 1848, 1848, 1848, 1848, 1848, 1848, 1871, 1848, 1871, 1871, 1871, 1848, 1868, 1868, 1868, 1868, 1868, 1868, 1872, 1848, 1872, 1872, 1872, 1872, 1848, 1873, 1848, 1848, 1848, 1848, 1874, 1875, 1848, 84, 84, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 1848, 1848, 1848, 1876, 215, 313, 1848, 1877, 1848, 1877, 1877, 1877, 1848, 1848, 1848, 1848, 1877, 1878, 1878, 327, 327, 327, 327, 327, 327, 252, 252, 252, 252, 215, 1848, 1848, 1848, 1848, 1848, 1848, 1879, 1879, 1880, 1880, 1880, 1881, 1882, 1882, 1882, 1882, 1848, 1883, 1884, 1884, 1848, 1885, 1848, 1886, 1887, 1886, 1886, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1888, 1889, 1848, 1848, 1890, 1848, 1891, 1848, 1848, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1848, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1848, 1892, 1848, 1893, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1894, 1848, 1895, 1848, 1848, 1848, 1848, 1848, 1848, 1896, 1896, 1896, 1848, 1892, 1892, 1892, 1892, 1892, 1892, 1897, 1897, 1898, 1848, 1848, 1899, 1900, 1848, 1848, 1848, 1901, 1902, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1848, 1848, 1904, 1848, 1848, 1848, 582, 1848, 1848, 1905, 1905, 1848, 1848, 1848, 1905, 1906, 1906, 594, 594, 594, 594, 594, 594, 594, 1903, 1903, 1903, 1903, 1848, 1848, 1848, 1848, 1907, 1907, 1908, 1908, 1909, 1910, 1911, 1910, 1910, 1912, 1912, 1912, 1848, 1848, 1913, 1914, 1914, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1915, 1916, 1848, 1848, 1848, 1917, 1918, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1848, 1919, 1920, 1921, 1922, 1920, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1923, 1923, 1923, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1924, 1924, 1924, 1848, 1848, 1848, 1848, 1925, 1926, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1927, 1927, 1848, 1927, 1928, 1928, 873, 873, 873, 873, 873, 873, 873, 873, 873, 1903, 1903, 1903, 1903, 1848, 1848, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1848, 1848, 1848, 1936, 1937, 1938, 1939, 1940, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1941, 1848, 1919, 1919, 1919, 1919, 1919, 1942, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1919, 1919, 1848, 1848, 1848, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1848, 1848, 1919, 1848, 1943, 1944, 1945, 1946, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1848, 1848, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1919, 1848, 1848, 1848, 1848, 1848, 1848, 1947, 1947, 1948, 1848, 1848, 1919, 1848, 1919, 1919, 1848, 1848, 1848, 1949, 1949, 1848, 1848, 1848, 1848, 1903, 1903, 1903, 1903, 1903, 1950, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1951, 1952, 1848, 1951, 1951, 1953, 1953, 1113, 1113, 1113, 1113, 1113, 1113, 1954, 1113, 1903, 1903, 1848, 1955, 1848, 1956, 1957, 1958, 1959, 1848, 1960, 1961, 1961, 1848, 1848, 1848, 1962, 1963, 1848, 1964, 1848, 1965, 1965, 1966, 1848, 1848, 1848, 1848, 1848, 1919, 1919, 1967, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1848, 1848, 1848, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1968, 1968, 1969, 1970, 1971, 1970, 1971, 1971, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1848, 1848, 1848, 1972, 1973, 1972, 1848, 1919, 1919, 1919, 1974, 1974, 1848, 1975, 1848, 1848, 1903, 1903, 1976, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1848, 1975, 1848, 1977, 1978, 1978, 1979, 1980, 1980, 1304, 1304, 1304, 1304, 1304, 1903, 1903, 1848, 1848, 1981, 1982, 1848, 1983, 1983, 1848, 1984, 1848, 1964, 1848, 1965, 1965, 1966, 1848, 1985, 1848, 1848, 1848, 1848, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1919, 1919, 1848, 1848, 1919, 1848, 1848, 1848, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1970, 1970, 1971, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1848, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1919, 1848, 1848, 1848, 1848, 1919, 1848, 1848, 1848, 1972, 1972, 1848, 1919, 1848, 1919, 1974, 1974, 1848, 1848, 1848, 1986, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1848, 1987, 1848, 1978, 1978, 1304, 1304, 1304, 1304, 1304, 1304, 1903, 1848, 1848, 1848, 1848, 1985, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1848, 1919, 1848, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1970, 1919, 1919, 1919, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1919, 1919, 1848, 1848, 1972, 1848, 1919, 1919, 1974, 1974, 1848, 1848, 1988, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1848, 1848, 1978, 1304, 1304, 1304, 1304, 1903, 1848, 1989, 1848, 1848, 1848, 1990, 1848, 1848, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1848, 1919, 1848, 1848, 1919, 1919, 1919, 1848, 1848, 1848, 1919, 1919, 1848, 1848, 1919, 1848, 1919, 1919, 1848, 1848, 1972, 1848, 1919, 1974, 1974, 1848, 1988, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1848, 1991, 1978, 1304, 1304, 1903, 1989, 1989, 1989, 1848, 1990, 1990, 1990, 1919, 1919, 1919, 1919, 1848, 1848, 1919, 1919, 1848, 1848, 1848, 1848, 1919, 1848, 1919, 1848, 1919, 1919, 1848, 1972, 1848, 1974, 1974, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1991, 1848, 1991, 1991, 1978, 1304, 1989, 1989, 1992, 1990, 1848, 1990, 1919, 1848, 1848, 1848, 1848, 1919, 1919, 1919, 1848, 1919, 1848, 1972, 1848, 1974, 1974, 1903, 1903, 1903, 1903, 1903, 1848, 1848, 1848, 1993, 1994, 1991, 1991, 1995, 1978, 1992, 1992, 1992, 1848, 1848, 1848, 1848, 1919, 1919, 1848, 1919, 1972, 1848, 1974, 1996, 1903, 1903, 1903, 1848, 1848, 1993, 1994, 1991, 1991, 1991, 1997, 1998, 1995, 1995, 1995, 1978, 1992, 1989, 1992, 1848, 1848, 1848, 1848, 1919, 1919, 1848, 1919, 1972, 1848, 1974, 1996, 1848, 1903, 1903, 1903, 1848, 1848, 1991, 1991, 1997, 1997, 1997, 1998, 1848, 1998, 1998, 1995, 1991, 1995, 1978, 1848, 1848, 1919, 1848, 1919, 1972, 1848, 1974, 1903, 1903, 1848, 1848, 1991, 1991, 1997, 1991, 1997, 1998, 1999, 1978, 1848, 1919, 1848, 1919, 1972, 1848, 1974, 1903, 1903, 1848, 1991, 1991, 1991, 1999, 1999, 1999, 1978, 1848, 1848, 1972, 1848, 1974, 1848, 1991, 2000, 1999, 1999, 1978, 1972, 1848, 1974, 1848, 1991, 1995, 1991, 1991, 1978, 1972, 1848, 1974, 1991, 1978, 1972, 1848, 1974, 1978, 1972, 1848, 1974, 1978, 1972, 1848, 1848, 1848, 1974, 1978, 1848, 1974, 1974, 1974, 1974, 1848, 0, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848 } ; static yyconst flex_int16_t yy_nxt[9292] = { 0, 16, 17, 18, 17, 19, 20, 16, 21, 22, 23, 24, 25, 26, 27, 26, 28, 26, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 44, 46, 47, 48, 49, 50, 51, 44, 52, 53, 54, 55, 44, 56, 44, 44, 57, 26, 26, 26, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 44, 52, 53, 54, 55, 44, 56, 44, 44, 57, 16, 58, 59, 58, 60, 250, 69, 68, 69, 70, 72, 73, 72, 72, 73, 72, 108, 334, 242, 74, 242, 110, 74, 110, 112, 108, 115, 61, 62, 250, 109, 63, 70, 64, 71, 470, 470, 237, 113, 109, 121, 108, 240, 1791, 65, 108, 334, 122, 123, 250, 108, 116, 343, 112, 108, 109, 61, 62, 109, 336, 63, 70, 64, 71, 109, 117, 113, 109, 124, 1747, 108, 132, 65, 58, 59, 58, 60, 108, 237, 108, 116, 343, 125, 109, 108, 151, 345, 336, 108, 1693, 344, 109, 109, 117, 108, 108, 1693, 124, 109, 61, 62, 1747, 109, 63, 121, 64, 108, 346, 109, 109, 125, 122, 123, 108, 241, 345, 65, 108, 344, 109, 110, 1693, 110, 108, 108, 313, 109, 314, 61, 62, 109, 242, 63, 242, 64, 346, 109, 109, 223, 216, 223, 217, 241, 315, 65, 16, 17, 75, 17, 19, 20, 16, 21, 22, 23, 24, 25, 26, 27, 26, 28, 26, 29, 30, 31, 32, 33, 34, 35, 36, 76, 77, 78, 79, 80, 81, 82, 83, 84, 83, 85, 86, 87, 88, 89, 90, 83, 91, 92, 93, 94, 83, 95, 83, 83, 96, 26, 26, 26, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 83, 91, 92, 93, 94, 83, 95, 83, 83, 96, 16, 58, 97, 98, 60, 152, 118, 118, 118, 119, 115, 1693, 108, 99, 321, 387, 322, 387, 584, 100, 388, 250, 155, 126, 391, 126, 109, 101, 102, 108, 348, 103, 323, 104, 585, 108, 127, 338, 127, 338, 128, 108, 367, 109, 105, 118, 118, 118, 119, 109, 115, 158, 130, 391, 109, 339, 101, 102, 108, 348, 103, 340, 104, 340, 108, 161, 131, 250, 650, 368, 367, 109, 105, 106, 59, 106, 60, 109, 250, 341, 158, 130, 250, 395, 142, 143, 142, 349, 864, 397, 342, 107, 144, 161, 131, 145, 148, 368, 149, 61, 62, 146, 375, 63, 865, 64, 147, 150, 150, 108, 153, 154, 395, 108, 121, 349, 65, 108, 397, 342, 150, 122, 123, 109, 202, 158, 250, 109, 61, 62, 375, 109, 63, 121, 64, 401, 150, 150, 108, 161, 122, 123, 108, 797, 65, 133, 108, 133, 150, 157, 250, 109, 158, 202, 158, 109, 357, 214, 159, 109, 1019, 376, 1019, 134, 401, 160, 161, 161, 392, 135, 158, 162, 369, 136, 108, 137, 158, 158, 157, 182, 138, 158, 139, 140, 161, 357, 159, 370, 109, 376, 161, 161, 141, 160, 161, 359, 392, 359, 135, 158, 162, 369, 136, 108, 137, 158, 158, 182, 138, 360, 139, 140, 161, 393, 409, 370, 109, 434, 161, 161, 141, 163, 158, 168, 158, 187, 158, 169, 164, 188, 158, 114, 165, 170, 1131, 166, 161, 225, 161, 189, 161, 393, 226, 409, 161, 167, 434, 394, 250, 396, 163, 158, 168, 158, 187, 158, 169, 164, 188, 158, 165, 170, 183, 166, 161, 227, 161, 189, 161, 184, 185, 186, 161, 167, 158, 394, 161, 396, 398, 228, 171, 225, 172, 173, 404, 174, 175, 229, 161, 408, 1684, 183, 176, 451, 227, 650, 462, 184, 185, 186, 1021, 250, 1021, 158, 161, 230, 398, 228, 171, 158, 172, 173, 404, 174, 175, 410, 161, 408, 190, 231, 176, 158, 451, 161, 177, 462, 250, 178, 179, 126, 180, 126, 1505, 371, 230, 161, 181, 250, 158, 373, 191, 464, 127, 410, 127, 158, 190, 231, 372, 374, 158, 161, 192, 177, 193, 178, 179, 158, 180, 161, 194, 198, 371, 161, 181, 195, 411, 196, 373, 191, 464, 161, 197, 156, 158, 199, 372, 374, 200, 465, 192, 201, 193, 1021, 250, 1021, 158, 161, 194, 250, 198, 250, 412, 195, 411, 196, 352, 353, 352, 161, 197, 156, 250, 199, 354, 355, 200, 203, 465, 201, 208, 204, 158, 134, 257, 158, 158, 209, 212, 253, 412, 205, 366, 366, 158, 250, 206, 207, 213, 161, 161, 415, 210, 256, 416, 366, 203, 211, 161, 208, 204, 158, 250, 257, 158, 158, 209, 212, 253, 205, 250, 366, 366, 158, 206, 207, 213, 161, 161, 415, 210, 256, 416, 366, 417, 211, 161, 215, 216, 215, 217, 232, 158, 250, 418, 168, 158, 250, 233, 169, 321, 182, 586, 399, 400, 170, 161, 238, 237, 238, 161, 466, 417, 218, 219, 237, 108, 220, 585, 221, 232, 158, 418, 317, 168, 158, 233, 250, 169, 182, 222, 399, 400, 170, 161, 239, 250, 1848, 161, 1848, 466, 250, 218, 219, 208, 108, 220, 183, 221, 158, 1848, 209, 1848, 250, 184, 234, 186, 469, 222, 419, 250, 161, 424, 161, 239, 133, 1509, 133, 235, 245, 246, 247, 248, 208, 1544, 389, 183, 250, 158, 250, 209, 249, 184, 234, 186, 252, 469, 419, 253, 161, 424, 161, 390, 250, 254, 249, 235, 250, 619, 251, 619, 255, 256, 251, 389, 253, 263, 253, 317, 277, 264, 620, 141, 620, 252, 432, 265, 253, 121, 256, 390, 256, 254, 225, 249, 122, 123, 317, 251, 255, 256, 250, 251, 475, 253, 263, 253, 277, 318, 264, 141, 251, 283, 432, 265, 282, 251, 256, 402, 256, 250, 251, 284, 403, 258, 319, 251, 225, 358, 253, 272, 259, 475, 273, 274, 260, 275, 250, 261, 320, 251, 283, 276, 256, 282, 251, 413, 402, 262, 251, 284, 250, 403, 258, 319, 251, 358, 414, 253, 272, 259, 273, 274, 260, 275, 278, 261, 320, 317, 482, 276, 256, 279, 280, 281, 413, 262, 251, 1683, 256, 433, 251, 225, 437, 266, 414, 267, 268, 438, 269, 270, 435, 237, 251, 278, 439, 271, 251, 482, 436, 279, 280, 281, 285, 440, 479, 251, 256, 433, 250, 251, 437, 266, 250, 267, 268, 438, 269, 270, 1700, 435, 286, 251, 439, 271, 251, 251, 436, 420, 251, 420, 285, 440, 287, 479, 288, 441, 253, 142, 143, 142, 289, 444, 1714, 457, 290, 144, 291, 293, 297, 286, 256, 292, 251, 251, 146, 458, 629, 251, 251, 251, 287, 294, 288, 441, 295, 253, 250, 296, 289, 444, 421, 457, 290, 250, 291, 442, 293, 297, 256, 292, 298, 251, 250, 458, 299, 629, 251, 251, 251, 294, 443, 651, 295, 459, 300, 296, 303, 250, 421, 301, 302, 253, 250, 304, 442, 305, 250, 251, 449, 298, 306, 250, 251, 299, 450, 256, 463, 251, 443, 214, 651, 459, 300, 250, 627, 303, 627, 301, 302, 628, 253, 405, 304, 305, 253, 251, 307, 449, 306, 253, 251, 225, 450, 256, 463, 1019, 308, 1019, 256, 309, 310, 311, 312, 256, 382, 383, 382, 384, 476, 477, 251, 249, 144, 253, 251, 307, 445, 335, 253, 446, 277, 146, 406, 407, 308, 249, 256, 223, 216, 223, 217, 256, 223, 216, 223, 217, 476, 477, 492, 251, 492, 248, 1790, 251, 445, 335, 114, 446, 277, 1316, 406, 407, 250, 250, 249, 316, 316, 324, 316, 316, 316, 316, 325, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 326, 316, 316, 316, 316, 316, 327, 326, 326, 326, 326, 328, 326, 329, 326, 326, 326, 330, 326, 326, 331, 326, 326, 326, 326, 332, 326, 326, 326, 326, 333, 326, 316, 316, 326, 327, 326, 326, 326, 326, 328, 326, 329, 326, 326, 330, 326, 326, 331, 326, 326, 326, 326, 332, 326, 326, 326, 326, 333, 326, 316, 303, 652, 359, 422, 359, 422, 250, 304, 338, 1848, 338, 251, 250, 423, 251, 1848, 360, 1848, 361, 359, 362, 359, 1621, 471, 337, 1622, 339, 391, 1506, 303, 652, 386, 1848, 360, 1848, 361, 304, 362, 1848, 251, 150, 150, 251, 364, 359, 447, 359, 223, 216, 223, 217, 471, 337, 150, 363, 448, 391, 1848, 360, 1848, 361, 225, 362, 377, 378, 379, 380, 485, 623, 150, 150, 363, 364, 467, 447, 381, 148, 468, 149, 473, 425, 150, 655, 448, 356, 365, 667, 150, 150, 381, 460, 347, 426, 474, 427, 485, 363, 428, 429, 430, 150, 225, 467, 115, 461, 431, 468, 394, 473, 425, 225, 655, 452, 365, 453, 667, 150, 150, 381, 460, 426, 474, 427, 486, 480, 428, 429, 430, 150, 344, 454, 455, 461, 431, 456, 394, 478, 396, 399, 484, 237, 452, 317, 453, 483, 237, 488, 238, 237, 238, 481, 486, 492, 480, 493, 248, 425, 344, 454, 455, 237, 317, 456, 489, 478, 396, 399, 484, 426, 608, 427, 317, 483, 487, 488, 239, 250, 641, 481, 641, 380, 241, 588, 507, 250, 425, 490, 245, 246, 247, 248, 641, 489, 642, 380, 353, 426, 608, 427, 249, 251, 487, 614, 355, 239, 496, 497, 498, 499, 241, 588, 251, 507, 249, 250, 490, 317, 500, 251, 251, 251, 578, 216, 578, 312, 251, 501, 668, 251, 251, 503, 500, 251, 1021, 251, 1021, 251, 251, 251, 587, 251, 250, 249, 502, 671, 251, 251, 251, 251, 251, 505, 251, 251, 251, 504, 501, 668, 250, 251, 503, 500, 251, 251, 251, 251, 251, 251, 506, 587, 251, 509, 502, 251, 671, 251, 251, 251, 251, 505, 251, 1621, 251, 504, 1622, 508, 513, 343, 250, 510, 251, 251, 1621, 251, 251, 1622, 506, 251, 251, 250, 509, 607, 251, 251, 405, 251, 251, 511, 512, 578, 216, 579, 312, 508, 251, 513, 343, 510, 251, 250, 251, 251, 251, 251, 251, 514, 251, 251, 251, 607, 515, 251, 317, 516, 251, 511, 512, 251, 522, 521, 251, 251, 251, 609, 251, 517, 518, 251, 520, 251, 519, 251, 251, 251, 514, 592, 251, 251, 610, 515, 250, 516, 672, 251, 251, 251, 522, 521, 251, 251, 251, 609, 251, 517, 518, 225, 251, 520, 519, 251, 680, 251, 680, 251, 592, 523, 610, 251, 251, 524, 251, 672, 251, 682, 251, 225, 611, 526, 528, 251, 525, 1363, 681, 251, 420, 251, 420, 251, 527, 529, 251, 251, 251, 523, 530, 251, 630, 251, 524, 251, 251, 251, 682, 251, 611, 526, 528, 638, 525, 251, 251, 550, 251, 251, 532, 251, 527, 529, 251, 251, 533, 422, 530, 422, 237, 631, 551, 531, 251, 623, 251, 423, 534, 115, 535, 638, 353, 536, 251, 251, 550, 251, 532, 614, 355, 503, 251, 251, 356, 533, 537, 538, 251, 631, 551, 531, 317, 539, 251, 582, 534, 582, 535, 540, 251, 536, 251, 251, 347, 251, 251, 542, 115, 613, 503, 1792, 251, 541, 537, 538, 691, 251, 691, 251, 251, 539, 251, 317, 583, 251, 543, 540, 251, 251, 250, 251, 251, 251, 544, 251, 542, 613, 692, 545, 251, 541, 251, 1802, 546, 640, 251, 251, 251, 250, 653, 547, 251, 583, 251, 543, 115, 251, 251, 251, 251, 250, 544, 688, 251, 251, 251, 545, 548, 251, 251, 555, 546, 640, 251, 549, 251, 552, 653, 547, 251, 556, 251, 251, 251, 251, 237, 612, 251, 251, 559, 251, 688, 689, 251, 251, 548, 250, 250, 553, 555, 251, 554, 549, 251, 552, 251, 698, 251, 556, 251, 251, 557, 251, 251, 612, 699, 700, 558, 559, 251, 251, 689, 251, 654, 251, 560, 553, 561, 251, 554, 251, 250, 565, 566, 251, 251, 1830, 251, 567, 250, 557, 251, 251, 562, 563, 558, 1019, 564, 1019, 251, 251, 654, 250, 251, 560, 250, 561, 251, 251, 572, 565, 566, 568, 251, 251, 251, 567, 570, 251, 251, 251, 562, 563, 250, 251, 564, 569, 636, 571, 506, 251, 251, 589, 251, 589, 251, 251, 602, 572, 573, 225, 568, 251, 251, 914, 694, 570, 251, 656, 251, 251, 637, 251, 251, 569, 574, 571, 506, 251, 251, 1146, 583, 251, 251, 1137, 602, 251, 589, 573, 590, 251, 251, 577, 575, 694, 707, 656, 576, 251, 637, 250, 657, 251, 251, 574, 585, 250, 422, 251, 422, 583, 309, 310, 311, 312, 251, 583, 423, 251, 250, 251, 577, 575, 249, 707, 321, 576, 586, 595, 657, 251, 251, 496, 497, 498, 499, 251, 249, 250, 326, 658, 148, 603, 591, 500, 583, 326, 251, 326, 659, 660, 597, 150, 150, 250, 326, 326, 595, 500, 251, 665, 661, 600, 326, 662, 150, 249, 326, 658, 773, 603, 773, 248, 250, 326, 251, 326, 659, 660, 597, 250, 150, 150, 326, 326, 250, 250, 500, 665, 661, 600, 326, 662, 150, 316, 316, 324, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 596, 316, 316, 316, 316, 316, 326, 598, 599, 251, 497, 326, 666, 326, 601, 1021, 497, 1021, 326, 352, 353, 352, 605, 326, 686, 687, 251, 354, 355, 596, 326, 690, 316, 316, 326, 598, 599, 121, 251, 326, 666, 326, 958, 601, 122, 123, 326, 352, 353, 352, 605, 326, 686, 687, 251, 354, 355, 957, 326, 690, 316, 316, 316, 324, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 618, 316, 316, 316, 316, 316, 533, 340, 340, 340, 340, 693, 670, 340, 710, 340, 696, 593, 534, 701, 535, 669, 702, 604, 594, 339, 703, 704, 618, 148, 708, 341, 316, 316, 650, 533, 606, 606, 914, 693, 150, 150, 606, 710, 696, 593, 534, 701, 535, 121, 702, 604, 594, 150, 703, 704, 122, 123, 708, 378, 316, 359, 359, 359, 359, 606, 606, 709, 713, 150, 150, 606, 359, 714, 359, 360, 360, 361, 361, 622, 362, 150, 359, 617, 359, 378, 360, 683, 361, 683, 362, 377, 378, 379, 380, 709, 360, 713, 361, 663, 362, 714, 405, 381, 896, 908, 896, 625, 715, 684, 420, 617, 420, 363, 363, 897, 664, 381, 669, 382, 383, 382, 384, 685, 363, 405, 626, 144, 663, 907, 645, 646, 647, 648, 363, 625, 146, 715, 144, 386, 716, 670, 381, 405, 664, 705, 381, 146, 366, 366, 711, 685, 711, 695, 626, 719, 381, 717, 706, 717, 720, 366, 721, 722, 723, 905, 406, 724, 904, 716, 725, 405, 712, 726, 705, 727, 730, 366, 366, 718, 731, 695, 738, 740, 719, 381, 706, 741, 720, 366, 721, 722, 728, 723, 406, 673, 724, 673, 725, 628, 729, 726, 739, 732, 727, 730, 743, 742, 731, 628, 738, 733, 740, 734, 744, 734, 741, 674, 745, 746, 728, 747, 675, 123, 748, 749, 750, 676, 729, 225, 739, 751, 732, 752, 743, 735, 742, 677, 678, 733, 478, 679, 744, 754, 755, 756, 745, 746, 736, 757, 747, 675, 748, 749, 750, 758, 676, 737, 759, 751, 225, 752, 225, 761, 763, 677, 678, 764, 478, 679, 663, 754, 755, 756, 766, 767, 736, 757, 769, 768, 237, 581, 250, 758, 250, 737, 759, 765, 250, 760, 250, 761, 706, 763, 250, 773, 764, 774, 248, 663, 771, 237, 771, 766, 767, 762, 250, 769, 768, 770, 775, 779, 775, 499, 775, 765, 776, 499, 760, 782, 706, 780, 496, 497, 498, 499, 250, 250, 781, 250, 250, 784, 772, 762, 500, 250, 250, 783, 770, 250, 779, 250, 250, 250, 250, 250, 250, 782, 500, 497, 780, 250, 250, 321, 250, 321, 781, 250, 497, 784, 785, 772, 250, 786, 791, 795, 783, 788, 246, 793, 787, 789, 796, 250, 790, 794, 798, 500, 799, 250, 405, 792, 680, 250, 680, 805, 250, 811, 785, 809, 250, 786, 812, 791, 795, 788, 797, 793, 787, 789, 810, 796, 790, 794, 681, 798, 250, 799, 250, 792, 683, 250, 683, 250, 805, 811, 250, 246, 809, 250, 812, 517, 691, 250, 691, 250, 244, 807, 808, 810, 250, 813, 684, 817, 250, 250, 711, 250, 711, 225, 250, 250, 250, 250, 692, 814, 806, 815, 250, 517, 673, 250, 673, 816, 250, 807, 808, 819, 712, 818, 813, 817, 821, 250, 753, 250, 822, 250, 824, 388, 820, 825, 674, 814, 806, 815, 823, 800, 250, 832, 827, 816, 801, 388, 826, 250, 819, 818, 650, 835, 828, 821, 802, 803, 822, 250, 804, 824, 820, 830, 825, 717, 250, 717, 823, 829, 800, 832, 250, 827, 250, 801, 826, 250, 831, 250, 833, 835, 834, 828, 802, 803, 250, 718, 804, 250, 250, 830, 250, 250, 250, 734, 250, 734, 829, 250, 250, 250, 250, 250, 863, 837, 831, 250, 836, 833, 250, 834, 378, 838, 607, 840, 842, 735, 250, 250, 250, 839, 846, 841, 843, 848, 849, 850, 317, 250, 844, 378, 863, 851, 837, 847, 836, 859, 317, 845, 853, 838, 607, 852, 840, 842, 856, 854, 855, 839, 846, 841, 843, 639, 848, 849, 850, 871, 844, 317, 857, 851, 860, 847, 1402, 859, 1402, 845, 853, 858, 635, 852, 868, 634, 856, 854, 633, 855, 861, 216, 861, 312, 861, 216, 862, 312, 871, 321, 857, 866, 860, 309, 310, 311, 312, 326, 589, 858, 867, 589, 868, 589, 869, 249, 589, 865, 867, 632, 875, 326, 623, 353, 250, 321, 865, 866, 874, 249, 614, 355, 123, 615, 865, 326, 326, 583, 118, 326, 583, 148, 869, 870, 326, 583, 250, 883, 875, 876, 326, 882, 150, 150, 115, 881, 874, 250, 249, 582, 216, 582, 217, 250, 326, 150, 583, 326, 326, 583, 884, 115, 887, 326, 583, 877, 883, 876, 878, 882, 888, 150, 150, 881, 885, 218, 219, 889, 583, 220, 886, 221, 891, 150, 890, 893, 326, 820, 906, 884, 887, 915, 471, 877, 317, 1406, 878, 1406, 888, 359, 317, 359, 115, 885, 218, 219, 889, 583, 220, 886, 221, 891, 890, 360, 893, 820, 906, 623, 581, 915, 471, 316, 316, 324, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 892, 316, 316, 316, 316, 316, 879, 121, 326, 246, 359, 121, 359, 246, 122, 123, 916, 872, 122, 123, 917, 918, 491, 880, 360, 921, 244, 619, 892, 619, 237, 121, 316, 316, 1848, 879, 1848, 326, 122, 123, 620, 359, 620, 359, 916, 872, 225, 1848, 917, 1848, 918, 880, 894, 921, 909, 360, 909, 380, 895, 622, 316, 316, 316, 324, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 894, 316, 316, 316, 316, 316, 896, 895, 896, 359, 873, 359, 359, 363, 359, 225, 356, 897, 919, 1848, 920, 1848, 898, 360, 899, 361, 360, 362, 361, 1406, 362, 1406, 316, 316, 909, 924, 910, 380, 922, 873, 903, 923, 911, 383, 911, 648, 118, 919, 927, 920, 144, 902, 347, 928, 645, 646, 647, 648, 900, 146, 316, 363, 144, 924, 363, 925, 381, 922, 926, 903, 923, 146, 942, 911, 383, 912, 648, 927, 929, 902, 381, 144, 928, 382, 383, 382, 384, 930, 931, 932, 146, 144, 933, 925, 933, 941, 926, 943, 115, 944, 146, 942, 945, 680, 946, 680, 929, 947, 683, 381, 683, 948, 949, 952, 244, 930, 931, 932, 955, 950, 956, 950, 961, 941, 934, 681, 943, 944, 237, 962, 684, 945, 946, 1848, 691, 947, 691, 68, 935, 948, 949, 951, 952, 953, 964, 953, 955, 963, 956, 698, 967, 961, 968, 934, 1848, 1848, 692, 962, 699, 700, 1848, 959, 698, 959, 969, 954, 935, 673, 970, 673, 974, 699, 700, 964, 960, 963, 960, 965, 1848, 967, 968, 1848, 973, 960, 966, 971, 711, 971, 711, 674, 980, 981, 984, 969, 936, 1848, 982, 970, 974, 937, 975, 983, 975, 717, 985, 717, 965, 972, 712, 938, 939, 973, 966, 940, 977, 986, 977, 987, 988, 980, 981, 984, 976, 936, 982, 718, 989, 990, 937, 983, 995, 734, 985, 734, 996, 997, 978, 938, 939, 960, 991, 940, 991, 986, 993, 987, 993, 988, 998, 979, 992, 999, 1000, 735, 989, 1001, 990, 1002, 995, 1003, 1006, 1007, 996, 997, 1008, 1004, 994, 1004, 1009, 225, 1010, 1011, 1012, 1013, 1014, 225, 998, 979, 225, 1018, 999, 1000, 1022, 1001, 1020, 1002, 237, 1005, 1003, 1006, 1007, 1848, 927, 1008, 1848, 237, 1102, 1009, 1010, 1848, 1011, 1012, 1013, 1014, 250, 1017, 1848, 1018, 1024, 1015, 1024, 1022, 965, 1020, 250, 250, 1016, 1848, 1025, 966, 250, 927, 1026, 1023, 1102, 250, 1027, 1026, 771, 237, 771, 1028, 250, 1029, 1017, 1029, 248, 1015, 250, 250, 1029, 965, 1030, 248, 1016, 1033, 1031, 966, 1031, 499, 1031, 1023, 1032, 499, 1027, 1035, 1039, 1034, 250, 1028, 772, 1037, 250, 1036, 250, 250, 1038, 250, 1044, 250, 250, 250, 250, 1033, 250, 250, 250, 250, 1848, 1848, 250, 1040, 250, 1035, 1039, 1034, 933, 250, 933, 772, 1037, 1041, 1036, 250, 250, 1038, 1044, 1046, 250, 1042, 250, 1043, 1045, 1848, 250, 1049, 1047, 250, 1048, 1050, 1040, 1053, 1057, 250, 1848, 250, 250, 1061, 1051, 250, 1041, 1054, 250, 1056, 1058, 1055, 1046, 1042, 1462, 1043, 1462, 1045, 1052, 1049, 1047, 1059, 1048, 1050, 1064, 1053, 250, 1057, 1060, 1062, 1072, 1061, 1063, 1051, 250, 250, 1054, 1056, 1058, 1067, 1055, 950, 250, 950, 250, 1065, 1052, 1066, 250, 1059, 953, 250, 953, 1064, 250, 1068, 1060, 250, 1062, 1072, 1063, 1848, 1069, 951, 250, 1070, 250, 1073, 1067, 250, 250, 1071, 954, 1065, 250, 1066, 971, 250, 971, 1074, 250, 250, 1075, 250, 1068, 975, 250, 975, 1077, 250, 1069, 977, 250, 977, 1070, 250, 1073, 1848, 972, 1071, 1848, 1078, 250, 1079, 1080, 250, 1082, 976, 1074, 250, 1075, 250, 1083, 978, 1087, 250, 1081, 1077, 1085, 250, 1124, 1086, 1084, 991, 250, 991, 1076, 250, 250, 250, 1078, 1079, 1080, 992, 1082, 993, 250, 993, 250, 1089, 1083, 250, 1088, 1087, 250, 1081, 1095, 1085, 1124, 1086, 1084, 1090, 1092, 1093, 1076, 1091, 1096, 994, 1094, 359, 1848, 359, 1004, 250, 1004, 1097, 1848, 1089, 1098, 317, 1088, 1099, 317, 360, 1095, 1100, 216, 1100, 312, 1090, 1848, 1092, 1093, 1091, 1005, 1096, 1094, 1100, 216, 1101, 312, 321, 1125, 1105, 1097, 317, 589, 1098, 1106, 1848, 1099, 582, 216, 1103, 217, 589, 316, 1106, 316, 1104, 1107, 1848, 1110, 316, 1104, 316, 1848, 1848, 316, 1104, 316, 1125, 1108, 1104, 316, 583, 316, 218, 219, 1127, 583, 220, 1153, 221, 583, 1848, 1848, 321, 1107, 1105, 1110, 1114, 1113, 115, 471, 316, 250, 316, 1112, 1848, 1151, 1108, 1120, 148, 583, 1109, 218, 219, 1127, 583, 220, 1153, 221, 583, 150, 150, 316, 1129, 316, 1122, 1114, 1113, 471, 1121, 1154, 121, 1112, 150, 1151, 1848, 1848, 1120, 1134, 1135, 1111, 317, 1111, 316, 1848, 316, 316, 1848, 316, 150, 150, 1848, 1129, 1147, 1122, 1147, 380, 1848, 1121, 1154, 1115, 150, 316, 316, 324, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 1116, 316, 316, 316, 316, 316, 1117, 1115, 1152, 1155, 1848, 1024, 250, 1024, 1147, 1157, 1148, 380, 1158, 1848, 1159, 1025, 1161, 1160, 1166, 1026, 1162, 316, 1116, 316, 1026, 121, 316, 316, 1117, 1848, 1152, 1155, 122, 123, 1848, 1848, 1238, 1157, 1238, 248, 698, 1158, 1159, 1848, 1161, 1118, 1160, 1166, 1162, 1190, 1191, 250, 1132, 1119, 316, 316, 1111, 324, 1111, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 1118, 316, 316, 316, 316, 316, 1068, 1132, 1119, 896, 896, 896, 896, 1069, 1163, 1164, 1165, 1123, 1848, 1848, 897, 897, 359, 1169, 359, 898, 898, 1136, 899, 1181, 1848, 1181, 316, 316, 1848, 1068, 360, 1170, 361, 1171, 362, 1069, 1163, 1164, 1165, 1123, 1149, 383, 1149, 648, 1139, 1182, 1169, 1172, 144, 1848, 1149, 383, 1150, 648, 316, 900, 900, 146, 144, 1848, 1170, 1171, 1238, 1848, 1239, 248, 1848, 146, 363, 933, 1173, 933, 1174, 1139, 1126, 1140, 1172, 1140, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1141, 1126, 1142, 1126, 1143, 1126, 1126, 1126, 1126, 1126, 1173, 1174, 1167, 645, 646, 647, 648, 1175, 1848, 1176, 1177, 144, 1178, 1179, 1180, 381, 1168, 1183, 1184, 1193, 146, 1194, 1848, 1195, 1196, 1848, 1126, 1126, 1145, 381, 950, 1167, 950, 953, 1848, 953, 1175, 1176, 1177, 1848, 1848, 1178, 1179, 1180, 1168, 1183, 1848, 1184, 1193, 1199, 1194, 1195, 951, 1196, 1126, 954, 1848, 1848, 381, 1126, 1126, 1197, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1199, 1126, 1126, 1126, 1126, 1126, 1185, 1187, 1185, 1187, 1198, 1197, 1848, 1462, 1200, 1462, 1200, 957, 958, 1186, 1188, 1186, 1188, 1202, 959, 698, 959, 1203, 1186, 1188, 1204, 698, 1126, 1126, 699, 700, 1201, 960, 1198, 960, 1190, 1191, 971, 1192, 971, 1192, 960, 975, 977, 975, 977, 1202, 1192, 1205, 1206, 1848, 1203, 1207, 1209, 1204, 1126, 1208, 1210, 1211, 972, 1212, 1213, 1214, 1218, 976, 978, 991, 993, 991, 993, 1215, 1216, 1217, 1219, 1221, 1220, 992, 1205, 1206, 1186, 1188, 1207, 1209, 1222, 1208, 1223, 1210, 1211, 1212, 994, 1213, 1214, 1218, 1004, 1226, 1004, 1227, 960, 1215, 1216, 1217, 1219, 1221, 1192, 1220, 1228, 1224, 1024, 1224, 1024, 225, 1222, 225, 1223, 1232, 1005, 1225, 1025, 1233, 237, 1234, 1026, 1235, 1226, 250, 1227, 1026, 237, 250, 250, 1024, 250, 1024, 1228, 1848, 1848, 1026, 326, 1026, 1230, 1025, 1229, 250, 1232, 1026, 1848, 1848, 1233, 1234, 1026, 1026, 1235, 1245, 1848, 1240, 1026, 1240, 499, 1236, 250, 1240, 1237, 1241, 499, 1243, 1242, 326, 1246, 1230, 1244, 1229, 1848, 1224, 250, 1224, 1296, 216, 1296, 312, 1848, 1848, 1245, 1225, 1296, 216, 1297, 312, 1236, 250, 1237, 250, 250, 1243, 1242, 250, 1246, 250, 1248, 1244, 1126, 1126, 250, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 250, 1126, 1126, 1126, 1126, 1126, 1250, 1248, 250, 1253, 250, 250, 1252, 1254, 250, 250, 250, 250, 1848, 1256, 250, 250, 250, 250, 250, 1249, 250, 1181, 250, 1181, 250, 250, 1126, 1126, 1250, 1251, 250, 1253, 1257, 250, 1252, 1254, 1258, 250, 1255, 1259, 1263, 1256, 1262, 1182, 1260, 1264, 250, 1273, 1249, 1261, 1265, 1266, 1270, 250, 1126, 1267, 250, 250, 1251, 1268, 250, 1257, 250, 250, 1269, 1258, 1255, 250, 1259, 1263, 250, 1262, 1260, 250, 1264, 250, 1273, 1261, 1265, 1271, 1266, 1270, 1272, 1275, 1267, 1278, 250, 1277, 1268, 1200, 250, 1200, 1269, 1279, 250, 1274, 250, 1276, 250, 1280, 1281, 250, 1282, 250, 1284, 250, 250, 1271, 250, 250, 1272, 1201, 1275, 250, 1278, 250, 1277, 1283, 1848, 1285, 250, 326, 1279, 1274, 1848, 1298, 1276, 1280, 1286, 1281, 1312, 1282, 1284, 1292, 317, 1287, 317, 1289, 1336, 1848, 1288, 1290, 589, 589, 589, 589, 1283, 1291, 1285, 1293, 326, 1848, 1294, 1298, 1310, 1295, 1848, 1286, 896, 1312, 896, 1299, 1292, 1287, 250, 1289, 1336, 1301, 1288, 897, 1290, 583, 583, 1848, 326, 1291, 1305, 1293, 1848, 321, 1294, 321, 1310, 1295, 582, 216, 582, 217, 326, 326, 1299, 326, 1311, 1848, 1307, 148, 1301, 149, 1848, 1338, 583, 583, 1304, 326, 1306, 1305, 150, 150, 1848, 1337, 218, 219, 1848, 583, 220, 326, 221, 326, 326, 150, 326, 1311, 1327, 1307, 1327, 380, 1308, 471, 1338, 1848, 1304, 1327, 1306, 1328, 380, 150, 150, 1337, 1848, 218, 219, 121, 583, 220, 326, 221, 1848, 150, 1318, 1319, 1408, 1848, 1408, 499, 1308, 471, 316, 316, 324, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 121, 316, 316, 316, 316, 316, 121, 122, 123, 896, 1302, 896, 1339, 122, 123, 359, 1331, 359, 1331, 1340, 897, 1341, 619, 1342, 619, 1343, 1848, 1137, 359, 360, 359, 1848, 316, 316, 896, 620, 896, 620, 1332, 1302, 1339, 359, 360, 359, 361, 897, 622, 1340, 1224, 1341, 1224, 1342, 1136, 1848, 1343, 360, 1848, 361, 1225, 362, 316, 316, 316, 324, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 363, 316, 316, 316, 316, 316, 900, 359, 1303, 359, 1344, 1352, 1345, 363, 1329, 383, 1329, 648, 1333, 1349, 1333, 360, 144, 361, 1350, 362, 1329, 383, 1330, 648, 1353, 146, 316, 316, 144, 1848, 1848, 1303, 1344, 1352, 1334, 1345, 1408, 146, 1409, 499, 1848, 1848, 1349, 1449, 216, 1449, 217, 1350, 1346, 1848, 1346, 1351, 1353, 363, 316, 1300, 1300, 324, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1347, 1300, 1300, 1300, 1300, 1300, 1351, 1354, 1355, 1356, 1848, 1357, 1358, 1348, 1402, 1361, 1402, 1362, 1366, 1367, 1359, 1181, 1359, 1181, 957, 1369, 1186, 1370, 1186, 1347, 1368, 1848, 1300, 1300, 1848, 1186, 1354, 1355, 1356, 1357, 1358, 1348, 1360, 1182, 1361, 1362, 1848, 1366, 1367, 1402, 250, 1402, 1363, 1369, 1364, 1370, 1364, 1848, 1371, 1368, 1300, 1313, 1321, 1364, 1321, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1322, 1313, 1323, 1313, 1324, 1313, 1313, 1313, 1313, 1313, 1371, 1200, 1185, 1200, 1185, 1186, 1402, 1187, 1402, 1187, 1374, 1848, 1848, 957, 1372, 1186, 1372, 1186, 958, 1377, 1188, 1378, 1188, 1201, 1186, 698, 1313, 1313, 1326, 1188, 1365, 698, 1365, 1364, 1190, 1191, 1373, 1192, 1374, 1192, 1190, 1191, 1375, 1192, 1375, 1192, 1192, 1377, 1511, 1378, 1511, 248, 1192, 1848, 1313, 1313, 1313, 1381, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1385, 1313, 1313, 1313, 1313, 1313, 1186, 1376, 1379, 1382, 1379, 1188, 1381, 1383, 1384, 1386, 1387, 1390, 1388, 1390, 1388, 1394, 1395, 1397, 1392, 1396, 1392, 225, 1192, 1385, 1380, 1401, 1313, 1313, 1192, 1376, 1400, 1382, 1403, 1391, 237, 1383, 1384, 1386, 1389, 1387, 1393, 237, 250, 1394, 1451, 1395, 1397, 1396, 1456, 1398, 1331, 250, 1331, 1401, 1313, 1333, 250, 1333, 1848, 1400, 250, 1403, 1404, 121, 1457, 1413, 1848, 1389, 1405, 1848, 122, 123, 1332, 1451, 1848, 250, 1456, 1334, 1398, 250, 1848, 121, 250, 1512, 250, 1512, 250, 250, 122, 123, 1848, 1404, 1457, 1848, 1413, 1412, 1848, 1405, 1313, 1313, 250, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1411, 1313, 1313, 1313, 1313, 1313, 1412, 1414, 1415, 1416, 1417, 250, 1419, 250, 250, 1346, 250, 1346, 250, 250, 250, 250, 1359, 250, 1359, 250, 250, 250, 1411, 250, 250, 250, 1313, 1313, 1848, 1414, 1415, 1416, 1417, 1418, 1419, 1421, 1420, 250, 1360, 1423, 1424, 1425, 1428, 250, 250, 250, 250, 1426, 1422, 1427, 1431, 1432, 1430, 250, 1313, 1848, 250, 1429, 1375, 250, 1375, 250, 1418, 250, 1421, 1420, 1434, 250, 1423, 1424, 1425, 1428, 250, 1444, 250, 1426, 1422, 1427, 1438, 1431, 1432, 1430, 250, 1433, 1440, 1429, 1435, 1372, 250, 1372, 1436, 1458, 1439, 1848, 1434, 1441, 1512, 1437, 1512, 1379, 250, 1379, 1444, 1442, 1443, 1446, 1438, 1445, 1848, 1373, 250, 1433, 317, 1440, 1435, 1388, 250, 1388, 1436, 1458, 1439, 1380, 1459, 1441, 1448, 1437, 1390, 250, 1390, 1461, 1468, 1442, 1443, 1460, 1446, 1445, 1392, 250, 1392, 1469, 1453, 1447, 1449, 216, 1449, 1450, 1848, 1848, 1391, 896, 1459, 896, 1448, 359, 1808, 359, 1808, 1461, 1393, 1468, 897, 1470, 1460, 1542, 216, 1542, 312, 360, 1469, 1453, 1447, 1452, 1452, 324, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1470, 1452, 1452, 1452, 1452, 1452, 619, 1848, 619, 1464, 383, 1464, 648, 1474, 1471, 1848, 1331, 144, 1331, 620, 1848, 620, 1553, 1333, 1553, 1333, 146, 1472, 359, 1473, 359, 1477, 1452, 1452, 359, 359, 359, 359, 1332, 146, 1848, 1474, 360, 1471, 361, 1334, 622, 1661, 360, 360, 361, 361, 362, 362, 1662, 1848, 1472, 1663, 1473, 1477, 1452, 316, 316, 324, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 363, 316, 316, 316, 316, 316, 363, 363, 1478, 1464, 383, 1465, 648, 1479, 1466, 1848, 1480, 144, 1467, 1481, 1482, 1848, 1483, 1484, 1661, 1455, 146, 1487, 1485, 1486, 1848, 1662, 316, 316, 1663, 1848, 1478, 1359, 1552, 1359, 1552, 380, 1479, 1466, 1480, 1848, 1848, 1467, 1481, 1482, 1483, 1848, 1484, 1455, 1346, 1487, 1346, 1485, 1486, 1360, 316, 316, 316, 324, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 1475, 316, 316, 316, 316, 316, 1488, 1363, 1489, 1364, 1489, 1364, 1848, 1476, 1490, 1491, 1492, 1497, 1364, 1363, 1494, 1364, 1375, 1364, 1375, 1365, 698, 1365, 1495, 1475, 1364, 1848, 316, 316, 1488, 1190, 1191, 1372, 1192, 1372, 1192, 1476, 1490, 1501, 1491, 1492, 1497, 1192, 1494, 1379, 1496, 1379, 1498, 1499, 1502, 1390, 1495, 1390, 1504, 1373, 316, 1493, 1388, 1392, 1388, 1392, 1503, 1507, 1508, 237, 250, 1380, 1501, 250, 1364, 250, 250, 1391, 1496, 250, 1498, 1499, 250, 1502, 250, 1393, 1364, 1504, 1500, 1493, 250, 250, 250, 1521, 1503, 1507, 1514, 1508, 250, 250, 1515, 1517, 1516, 1192, 250, 250, 1518, 250, 250, 1510, 250, 1519, 250, 250, 250, 250, 1529, 1500, 1520, 250, 250, 250, 1521, 1543, 1848, 1514, 250, 1522, 1848, 1515, 1517, 1516, 1524, 1526, 1527, 1518, 1523, 1510, 1525, 1528, 1519, 1530, 1545, 1533, 1529, 1547, 1531, 1520, 250, 1536, 1532, 1543, 1535, 250, 1534, 1522, 1538, 1541, 1546, 1548, 1524, 1558, 1526, 1527, 1523, 1539, 1525, 250, 1528, 1530, 1848, 1545, 1533, 1547, 1531, 1537, 1540, 1536, 1560, 1532, 1535, 1550, 1534, 1550, 1538, 1559, 1541, 1546, 1548, 1848, 1558, 1551, 1549, 1539, 1553, 143, 1553, 1561, 1554, 383, 1554, 384, 144, 1562, 1537, 1540, 144, 1560, 1563, 1564, 1565, 146, 1566, 1559, 1567, 146, 1554, 383, 1554, 1555, 1568, 1549, 1569, 1570, 1556, 1561, 1571, 1572, 1848, 1573, 1574, 1562, 1489, 1557, 1489, 1575, 1563, 1564, 1565, 1576, 1566, 1576, 1567, 1363, 1578, 1364, 1579, 1364, 1580, 1568, 1569, 1581, 1570, 1581, 1364, 1571, 1572, 1573, 1574, 1583, 1584, 1577, 1585, 1586, 1575, 1587, 1588, 1590, 225, 1591, 237, 237, 1578, 1582, 1579, 1511, 1580, 1511, 248, 1594, 250, 1594, 499, 250, 250, 250, 250, 250, 1583, 1584, 1585, 1586, 250, 1587, 1589, 1588, 1590, 1592, 1591, 1593, 250, 250, 250, 250, 1596, 250, 250, 250, 250, 1848, 1364, 1598, 1576, 250, 1576, 1581, 250, 1581, 250, 1597, 250, 250, 1600, 1589, 1617, 1599, 1592, 1603, 1593, 1601, 1604, 1608, 1605, 1596, 1577, 1618, 1602, 1582, 1607, 1614, 1598, 1614, 1848, 1606, 1609, 1611, 250, 1597, 1610, 1615, 1600, 317, 1617, 1599, 1630, 1603, 1613, 1601, 1627, 1604, 1608, 1605, 1612, 1618, 1602, 1848, 1607, 1542, 216, 1542, 312, 1606, 1609, 1619, 1611, 1848, 1610, 1616, 1550, 1552, 1550, 1552, 380, 1630, 1613, 1848, 1627, 1848, 1551, 1632, 1612, 1623, 383, 1623, 648, 1624, 383, 1624, 1634, 144, 1628, 1629, 1619, 1625, 1631, 1633, 1616, 1635, 146, 1553, 143, 1553, 1626, 382, 383, 382, 384, 144, 1632, 1638, 1639, 144, 1576, 1640, 1576, 1641, 146, 1634, 1628, 1629, 146, 1642, 1631, 1633, 1643, 1636, 1635, 1636, 1581, 1644, 1581, 1645, 225, 1647, 1577, 1637, 237, 1638, 250, 1639, 237, 1640, 250, 1594, 1641, 1594, 499, 250, 250, 1642, 1582, 250, 250, 1643, 1636, 250, 1636, 250, 1644, 250, 1645, 1647, 317, 1649, 1637, 1848, 250, 250, 1665, 1646, 1675, 1614, 1648, 1614, 1672, 1848, 1650, 1655, 1653, 1848, 1651, 1615, 1656, 1676, 1657, 1673, 1654, 1673, 1677, 1652, 1848, 1848, 1649, 1658, 1659, 1674, 1665, 1646, 1675, 1664, 1648, 1848, 1848, 1672, 1650, 1848, 1655, 1653, 1651, 1848, 1678, 1656, 1676, 1657, 1654, 1848, 1677, 1652, 1666, 1667, 1666, 1668, 1658, 1659, 1679, 1848, 1621, 1664, 1848, 1622, 1623, 383, 1623, 648, 1624, 650, 1624, 1680, 144, 1678, 1669, 1670, 1669, 1671, 1636, 1681, 1636, 146, 1625, 1682, 1636, 1626, 1636, 1679, 1637, 237, 250, 1626, 237, 250, 1637, 1673, 250, 1673, 250, 250, 1680, 250, 1848, 1661, 1667, 1674, 1848, 1735, 1681, 1735, 1662, 1702, 1682, 1663, 1703, 1685, 1848, 1686, 1736, 1706, 1687, 1704, 1707, 1704, 1688, 1673, 1690, 1673, 1691, 1689, 1692, 1693, 1694, 1695, 1705, 1674, 1705, 1697, 1698, 1697, 1699, 1709, 1696, 1705, 1685, 1662, 1686, 1706, 1663, 1687, 225, 1707, 1688, 250, 317, 1690, 1696, 1691, 1689, 1666, 1667, 1666, 1668, 1666, 1667, 1666, 1668, 1621, 1708, 1709, 1622, 1621, 1710, 1711, 1622, 1669, 1670, 1669, 1671, 645, 646, 647, 648, 1625, 1713, 1696, 1712, 144, 237, 250, 1731, 381, 1626, 250, 1717, 1848, 146, 1708, 1737, 1848, 1848, 1710, 1711, 1740, 1719, 381, 1719, 1695, 1719, 1738, 1720, 1695, 1713, 1739, 1712, 1715, 1716, 1741, 1731, 1718, 1848, 1848, 1717, 1692, 1693, 1694, 1695, 1737, 1697, 1698, 1697, 1699, 1740, 1698, 381, 1696, 1662, 1738, 250, 1663, 1729, 1739, 237, 1730, 1715, 1716, 1741, 1667, 1718, 1696, 1723, 1724, 1725, 1726, 1702, 1742, 225, 1703, 1662, 1744, 1667, 1663, 1727, 1732, 1733, 1732, 1734, 1702, 1745, 250, 1703, 1702, 250, 1704, 1703, 1704, 1727, 1848, 1696, 1735, 1848, 1735, 1848, 1742, 1748, 1766, 1705, 1744, 1705, 317, 1736, 1767, 1705, 1743, 1705, 1705, 1751, 1745, 1751, 1695, 1749, 1705, 1848, 1768, 1751, 1727, 1752, 1695, 1753, 1698, 1753, 1726, 1748, 1766, 1848, 1750, 1662, 1848, 1848, 1663, 1767, 1743, 1723, 1724, 1725, 1726, 1765, 1769, 225, 1749, 1662, 1768, 1848, 1663, 1727, 1724, 1753, 1698, 1754, 1726, 1848, 237, 1756, 1750, 1662, 1757, 1759, 1663, 1727, 1848, 1698, 1770, 1772, 1760, 1765, 1769, 1761, 1729, 1698, 250, 1730, 1762, 1763, 1762, 1764, 1729, 250, 1786, 1730, 1729, 1771, 1848, 1730, 1732, 1733, 1732, 1734, 1727, 1773, 1770, 1772, 1702, 1667, 1848, 1703, 1666, 1667, 1666, 1668, 1702, 1724, 1789, 1703, 1621, 1848, 1786, 1622, 1756, 1771, 1775, 1757, 1848, 1776, 1774, 1776, 1695, 1773, 1776, 1848, 1777, 1695, 1778, 1698, 1778, 1726, 1778, 1698, 1779, 1726, 1662, 1789, 317, 1663, 1662, 1848, 1848, 1663, 1775, 1848, 1724, 1787, 1774, 1780, 1781, 1780, 1782, 1756, 1759, 1848, 1757, 1756, 1848, 1848, 1757, 1760, 1848, 1848, 1761, 1692, 1693, 1694, 1695, 1759, 1783, 1724, 1783, 1784, 250, 1787, 1760, 1696, 1760, 1761, 1785, 1761, 1762, 1763, 1762, 1764, 1723, 1724, 1725, 1726, 1729, 1696, 1698, 1730, 1662, 1788, 1803, 1663, 1727, 1729, 250, 1795, 1730, 1795, 1695, 1848, 225, 1848, 1785, 1724, 1793, 1795, 1727, 1796, 1695, 1724, 1756, 1848, 1848, 1757, 1696, 1804, 1800, 1788, 1803, 1801, 1806, 1794, 1797, 1698, 1797, 1726, 1797, 1698, 1798, 1726, 1662, 317, 1793, 1663, 1662, 1727, 225, 1663, 1780, 1781, 1780, 1782, 1805, 237, 1804, 1848, 1756, 1848, 1806, 1757, 1794, 1723, 1724, 1725, 1726, 1817, 237, 1817, 1695, 1662, 1848, 1724, 1663, 1727, 1783, 1724, 1783, 1784, 1800, 1815, 1805, 1801, 1760, 1813, 317, 1761, 1814, 1727, 1848, 1807, 1809, 1698, 1809, 1726, 1809, 1698, 1810, 1726, 1662, 1724, 225, 1663, 1662, 1816, 1848, 1663, 1800, 1815, 1824, 1801, 1817, 1813, 1817, 1695, 1814, 1724, 1727, 1807, 1848, 1808, 1848, 1808, 1800, 1848, 1822, 1801, 1848, 1823, 1848, 1848, 1848, 1816, 317, 1848, 1848, 237, 1848, 1824, 1848, 225, 1848, 1848, 1848, 1811, 1781, 1811, 1812, 1818, 1698, 1818, 1699, 1800, 1822, 1698, 1801, 1662, 1823, 1833, 1663, 1827, 1729, 1848, 1828, 1730, 1811, 1781, 1811, 1812, 1848, 1848, 1848, 1848, 1800, 1848, 1848, 1801, 1848, 1825, 1826, 1698, 1826, 1726, 1829, 1661, 1848, 1833, 1662, 1848, 1827, 1663, 1662, 1828, 317, 1663, 225, 237, 1848, 1848, 1660, 1818, 1698, 1818, 1819, 1660, 317, 1825, 1660, 1821, 1660, 1660, 1663, 1829, 1848, 1660, 1660, 1831, 237, 1848, 1660, 1848, 1660, 1660, 1660, 1697, 1698, 1697, 1699, 1826, 1698, 1826, 1726, 1662, 1848, 1848, 1663, 1662, 1832, 1834, 1663, 1836, 1837, 1836, 1848, 237, 1831, 1848, 1835, 1848, 237, 1660, 1660, 1660, 1838, 1839, 1838, 1848, 1840, 1841, 1842, 1841, 1836, 1837, 1836, 237, 1832, 1834, 223, 216, 223, 217, 1838, 1839, 1838, 1848, 1835, 1843, 1848, 1660, 1841, 1842, 1841, 1846, 1847, 1846, 1840, 1845, 1844, 1846, 1847, 1846, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1843, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1845, 1848, 1844, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 111, 111, 1848, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 129, 1848, 1848, 1848, 1848, 1848, 1848, 129, 1848, 129, 1848, 129, 129, 129, 129, 129, 156, 156, 156, 156, 156, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 251, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 251, 251, 251, 251, 251, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 111, 111, 1848, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 129, 1848, 1848, 1848, 1848, 1848, 1848, 129, 1848, 129, 1848, 1848, 129, 129, 129, 129, 385, 385, 385, 385, 1848, 385, 385, 385, 385, 385, 385, 1848, 385, 385, 1848, 1848, 385, 385, 156, 156, 156, 156, 156, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 111, 111, 1848, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 621, 1848, 1848, 1848, 1848, 1848, 1848, 621, 1848, 621, 1848, 1848, 621, 621, 621, 621, 129, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 129, 1848, 129, 1848, 129, 129, 129, 129, 129, 624, 624, 624, 624, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 385, 385, 385, 385, 1848, 385, 385, 385, 385, 385, 385, 1848, 385, 385, 1848, 1848, 385, 385, 156, 156, 156, 156, 156, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 470, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 470, 470, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 494, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 251, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 251, 251, 251, 251, 251, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 111, 111, 1848, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 616, 621, 1848, 1848, 1848, 1848, 1848, 1848, 621, 1848, 621, 1848, 1848, 621, 621, 621, 621, 901, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 901, 1848, 1848, 1848, 901, 901, 901, 901, 901, 129, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 129, 1848, 129, 1848, 129, 129, 129, 129, 129, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 156, 156, 156, 156, 156, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 698, 698, 698, 698, 698, 698, 1848, 698, 698, 698, 698, 698, 698, 698, 698, 698, 698, 698, 699, 699, 1848, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 778, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 1126, 1126, 1848, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 111, 111, 1848, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 1128, 1128, 1848, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 621, 1848, 1848, 1848, 1848, 1848, 621, 1848, 1848, 1848, 621, 1848, 621, 621, 621, 621, 621, 1138, 1138, 1138, 1138, 901, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 901, 1848, 1848, 1848, 901, 901, 901, 901, 901, 129, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 129, 1848, 129, 1848, 129, 129, 129, 129, 129, 1144, 1144, 1848, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 913, 1156, 1156, 1848, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 698, 698, 698, 698, 698, 698, 1848, 698, 698, 698, 698, 698, 698, 698, 698, 698, 698, 698, 699, 699, 1848, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1309, 1313, 1313, 1848, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1314, 1314, 1848, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 111, 111, 1848, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 1320, 1848, 1848, 1848, 1848, 1848, 1320, 1848, 1848, 1848, 1848, 1848, 1320, 1320, 1320, 1320, 1320, 1325, 1325, 1848, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 621, 1848, 1848, 1848, 1848, 1848, 1848, 621, 1848, 621, 1848, 1848, 621, 621, 621, 621, 129, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 129, 1848, 129, 1848, 129, 129, 129, 129, 129, 624, 624, 624, 624, 1335, 1335, 1848, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 698, 698, 698, 698, 698, 698, 1848, 698, 698, 698, 698, 698, 698, 698, 698, 698, 698, 698, 699, 699, 1848, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 699, 1190, 1190, 1848, 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 1407, 1848, 1407, 1848, 1848, 1848, 1848, 1407, 1848, 1848, 1407, 1407, 1407, 1407, 1407, 1407, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 111, 111, 1848, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 1320, 1848, 1848, 1848, 1848, 1848, 1320, 1848, 1848, 1848, 1848, 1848, 1320, 1320, 1320, 1320, 1320, 1463, 1848, 1463, 1848, 1848, 1848, 1848, 1463, 1848, 1848, 1463, 1463, 1463, 1463, 1463, 1463, 1513, 1848, 1513, 1848, 1848, 1848, 1848, 1513, 1848, 1848, 1513, 1513, 1513, 1513, 1513, 1513, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 1595, 1595, 1595, 1595, 1595, 1620, 1620, 1848, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 15, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848 } ; static yyconst flex_int16_t yy_chk[9292] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1794, 8, 8, 8, 8, 9, 9, 9, 10, 10, 10, 16, 102, 72, 9, 72, 17, 10, 17, 19, 21, 20, 2, 2, 1793, 16, 2, 8, 2, 8, 1869, 1869, 70, 19, 21, 24, 22, 70, 1772, 2, 16, 102, 24, 24, 1748, 17, 20, 108, 19, 21, 22, 2, 2, 16, 104, 2, 8, 2, 8, 17, 20, 19, 21, 24, 1746, 22, 27, 2, 6, 6, 6, 6, 26, 71, 17, 20, 108, 24, 22, 28, 32, 112, 104, 27, 1722, 109, 26, 17, 20, 33, 32, 1721, 24, 28, 6, 6, 1715, 27, 6, 120, 6, 26, 113, 33, 32, 24, 120, 120, 28, 71, 112, 6, 27, 109, 26, 110, 1696, 110, 33, 32, 98, 28, 98, 6, 6, 27, 242, 6, 242, 6, 113, 33, 32, 59, 59, 59, 59, 71, 98, 6, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 34, 23, 23, 23, 23, 116, 1695, 34, 12, 100, 150, 100, 150, 314, 12, 150, 1690, 36, 25, 158, 25, 34, 12, 12, 36, 116, 12, 100, 12, 314, 23, 25, 106, 25, 106, 25, 34, 135, 36, 12, 118, 118, 118, 118, 23, 117, 44, 25, 158, 34, 106, 12, 12, 36, 116, 12, 107, 12, 107, 23, 44, 25, 1687, 1671, 136, 135, 36, 12, 14, 14, 14, 14, 23, 1659, 107, 44, 25, 1658, 162, 30, 30, 30, 117, 584, 164, 107, 14, 30, 44, 25, 30, 31, 136, 31, 14, 14, 30, 140, 14, 584, 14, 30, 31, 31, 31, 35, 35, 162, 30, 122, 117, 14, 35, 164, 107, 31, 122, 122, 31, 52, 52, 797, 30, 14, 14, 140, 35, 14, 124, 14, 167, 31, 31, 31, 52, 124, 124, 30, 797, 14, 29, 35, 29, 31, 37, 1653, 31, 37, 52, 52, 30, 124, 57, 37, 35, 764, 141, 764, 29, 167, 37, 37, 52, 159, 29, 43, 38, 137, 29, 29, 29, 38, 57, 37, 43, 29, 37, 29, 29, 43, 124, 37, 137, 29, 141, 38, 57, 29, 37, 37, 359, 159, 359, 29, 43, 38, 137, 29, 29, 29, 38, 57, 43, 29, 359, 29, 29, 43, 160, 172, 137, 29, 189, 38, 57, 29, 39, 46, 40, 40, 46, 39, 40, 39, 47, 47, 893, 39, 40, 893, 39, 46, 60, 40, 47, 39, 160, 60, 172, 47, 39, 189, 161, 1652, 163, 39, 46, 40, 40, 46, 39, 40, 39, 47, 47, 39, 40, 45, 39, 46, 60, 40, 47, 39, 45, 45, 45, 47, 39, 41, 161, 45, 163, 165, 60, 41, 1398, 41, 41, 169, 41, 41, 61, 41, 171, 1647, 45, 41, 201, 60, 1626, 207, 45, 45, 45, 766, 1619, 766, 41, 45, 61, 165, 60, 41, 48, 41, 41, 169, 41, 41, 173, 41, 171, 48, 61, 41, 42, 201, 48, 42, 207, 1611, 42, 42, 126, 42, 126, 1398, 138, 61, 42, 42, 1610, 48, 139, 49, 209, 126, 173, 126, 49, 48, 61, 138, 139, 42, 48, 49, 42, 49, 42, 42, 50, 42, 49, 49, 51, 138, 42, 42, 50, 174, 50, 139, 49, 209, 50, 50, 51, 49, 51, 138, 139, 51, 210, 49, 51, 49, 883, 883, 883, 50, 49, 49, 1608, 51, 77, 175, 50, 174, 50, 121, 121, 121, 50, 50, 51, 1606, 51, 121, 121, 51, 53, 210, 51, 54, 53, 53, 134, 77, 54, 56, 54, 56, 77, 175, 53, 134, 134, 55, 1602, 53, 53, 56, 54, 56, 177, 55, 77, 178, 134, 53, 55, 55, 54, 53, 53, 1599, 77, 54, 56, 54, 56, 77, 53, 1598, 134, 134, 55, 53, 53, 56, 54, 56, 177, 55, 77, 178, 134, 179, 55, 55, 58, 58, 58, 58, 62, 63, 1536, 180, 62, 62, 1535, 63, 62, 315, 63, 315, 166, 166, 62, 63, 69, 69, 69, 62, 211, 179, 58, 58, 1404, 58, 58, 315, 58, 62, 63, 180, 1453, 62, 62, 63, 1531, 62, 63, 58, 166, 166, 62, 63, 69, 1530, 127, 62, 127, 211, 1529, 58, 58, 65, 58, 58, 64, 58, 65, 127, 65, 127, 1527, 64, 64, 64, 213, 58, 181, 76, 64, 184, 65, 69, 133, 1404, 133, 65, 75, 75, 75, 75, 65, 1453, 157, 64, 83, 65, 79, 65, 75, 64, 64, 64, 76, 213, 181, 76, 64, 184, 65, 157, 1520, 76, 75, 65, 1515, 360, 82, 360, 76, 76, 82, 157, 83, 79, 79, 1452, 82, 79, 360, 133, 360, 76, 187, 79, 76, 125, 83, 157, 79, 76, 1450, 75, 125, 125, 99, 82, 76, 76, 78, 82, 219, 83, 79, 79, 82, 99, 79, 133, 85, 86, 187, 79, 85, 86, 83, 168, 79, 1445, 85, 86, 168, 78, 99, 81, 1646, 125, 78, 81, 78, 219, 81, 81, 78, 81, 84, 78, 99, 85, 86, 81, 78, 85, 86, 176, 168, 78, 85, 86, 1444, 168, 78, 99, 81, 125, 176, 78, 81, 78, 81, 81, 78, 81, 84, 78, 99, 1664, 229, 81, 78, 84, 84, 84, 176, 78, 80, 1646, 84, 188, 80, 226, 191, 80, 176, 80, 80, 192, 80, 80, 190, 1685, 87, 84, 193, 80, 87, 229, 190, 84, 84, 84, 87, 194, 226, 80, 84, 188, 89, 80, 191, 80, 1442, 80, 80, 192, 80, 80, 1664, 190, 88, 87, 193, 80, 88, 87, 190, 182, 88, 182, 87, 194, 88, 226, 88, 195, 89, 142, 142, 142, 88, 197, 1685, 203, 89, 142, 89, 90, 91, 88, 89, 89, 91, 88, 142, 204, 367, 88, 91, 90, 88, 90, 88, 195, 90, 89, 1439, 90, 88, 197, 182, 203, 89, 93, 89, 196, 90, 91, 89, 89, 92, 91, 1436, 204, 92, 367, 91, 90, 92, 90, 196, 389, 90, 205, 92, 90, 93, 1433, 182, 92, 92, 93, 1432, 93, 196, 94, 95, 94, 200, 92, 94, 96, 94, 92, 200, 93, 208, 92, 196, 96, 389, 205, 92, 1431, 366, 93, 366, 92, 92, 366, 93, 170, 93, 94, 95, 94, 95, 200, 94, 96, 94, 1771, 200, 93, 208, 1009, 95, 1009, 95, 97, 97, 97, 97, 96, 144, 144, 144, 144, 220, 221, 103, 97, 144, 95, 103, 95, 198, 103, 96, 198, 103, 144, 170, 170, 95, 97, 95, 216, 216, 216, 216, 96, 223, 223, 223, 223, 220, 221, 245, 103, 245, 245, 1771, 103, 198, 103, 1129, 198, 103, 1129, 170, 170, 1425, 1419, 97, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 105, 390, 129, 183, 129, 183, 1415, 105, 338, 215, 338, 105, 1410, 183, 105, 129, 129, 129, 129, 130, 129, 130, 1551, 215, 105, 1551, 338, 183, 1400, 105, 390, 148, 130, 130, 130, 130, 105, 130, 215, 105, 148, 148, 105, 130, 131, 199, 131, 225, 225, 225, 225, 215, 105, 148, 129, 199, 183, 131, 131, 131, 131, 1399, 131, 143, 143, 143, 143, 232, 1326, 148, 148, 130, 130, 212, 199, 143, 149, 212, 149, 218, 185, 148, 393, 199, 1319, 131, 403, 149, 149, 143, 206, 1316, 185, 218, 185, 232, 131, 185, 186, 186, 149, 227, 212, 1315, 206, 186, 212, 206, 218, 185, 228, 393, 202, 131, 202, 403, 149, 149, 143, 206, 185, 218, 185, 233, 227, 185, 186, 186, 149, 222, 202, 202, 206, 186, 202, 206, 222, 230, 231, 231, 240, 202, 320, 202, 230, 239, 235, 238, 238, 238, 228, 233, 247, 227, 247, 247, 234, 222, 202, 202, 241, 1300, 202, 240, 222, 230, 231, 231, 234, 343, 234, 1299, 230, 234, 235, 238, 1295, 377, 228, 377, 377, 239, 320, 257, 1290, 234, 241, 246, 246, 246, 246, 379, 240, 379, 379, 351, 234, 343, 234, 246, 257, 234, 351, 351, 238, 250, 250, 250, 250, 239, 320, 251, 257, 246, 1289, 241, 319, 250, 251, 251, 251, 309, 309, 309, 309, 251, 252, 404, 257, 252, 253, 250, 253, 1011, 255, 1011, 252, 252, 252, 319, 251, 1288, 246, 252, 407, 254, 251, 251, 251, 253, 255, 255, 256, 251, 254, 252, 404, 1286, 252, 253, 250, 253, 254, 255, 252, 252, 252, 256, 319, 256, 259, 252, 259, 407, 254, 258, 260, 253, 255, 255, 1620, 256, 254, 1620, 258, 262, 342, 1271, 260, 259, 254, 1622, 258, 260, 1622, 256, 261, 256, 1258, 259, 342, 259, 262, 265, 258, 260, 261, 261, 311, 311, 311, 311, 258, 261, 262, 342, 260, 259, 1250, 269, 258, 260, 264, 268, 263, 261, 263, 265, 342, 263, 262, 325, 264, 266, 261, 261, 269, 269, 268, 264, 268, 261, 344, 263, 265, 265, 267, 267, 269, 266, 266, 264, 268, 263, 325, 263, 265, 345, 263, 1247, 264, 408, 266, 267, 269, 269, 268, 264, 268, 270, 344, 263, 265, 265, 1231, 267, 267, 266, 266, 410, 274, 410, 271, 325, 270, 345, 270, 272, 271, 273, 408, 267, 411, 275, 1230, 346, 272, 274, 270, 271, 1190, 410, 276, 277, 272, 277, 273, 273, 275, 274, 275, 271, 270, 276, 270, 368, 272, 271, 273, 276, 279, 411, 275, 346, 272, 274, 374, 271, 291, 277, 291, 276, 272, 279, 273, 273, 275, 279, 275, 280, 278, 276, 278, 1773, 368, 291, 277, 276, 1145, 279, 278, 280, 349, 280, 374, 354, 280, 291, 277, 291, 281, 279, 354, 354, 278, 279, 278, 1135, 280, 281, 281, 282, 368, 291, 277, 1785, 281, 281, 313, 280, 313, 280, 282, 278, 280, 283, 284, 1131, 282, 281, 284, 1130, 349, 278, 1773, 278, 283, 281, 281, 417, 282, 417, 283, 284, 281, 281, 1108, 313, 285, 285, 282, 278, 286, 1098, 283, 284, 282, 285, 287, 284, 349, 417, 286, 288, 283, 285, 1785, 287, 376, 286, 283, 284, 1097, 391, 288, 287, 313, 285, 285, 348, 288, 286, 289, 292, 1084, 285, 414, 287, 294, 290, 286, 289, 288, 285, 294, 287, 376, 286, 290, 289, 292, 391, 288, 287, 294, 294, 290, 293, 288, 1825, 348, 289, 292, 296, 296, 414, 415, 294, 290, 289, 1081, 1066, 293, 294, 293, 293, 290, 289, 292, 295, 423, 296, 294, 294, 290, 295, 293, 298, 348, 423, 423, 295, 296, 296, 300, 415, 295, 392, 299, 297, 293, 297, 293, 293, 298, 1062, 298, 299, 295, 296, 1825, 300, 300, 1054, 295, 299, 298, 297, 297, 295, 1019, 297, 1019, 300, 295, 392, 1053, 299, 297, 1046, 297, 304, 298, 304, 298, 299, 301, 303, 301, 300, 300, 302, 302, 299, 334, 297, 297, 1041, 304, 297, 301, 373, 303, 301, 303, 301, 321, 305, 321, 302, 304, 334, 304, 305, 1017, 301, 303, 301, 913, 419, 302, 302, 394, 334, 305, 373, 304, 306, 301, 306, 303, 301, 303, 301, 906, 321, 305, 302, 900, 334, 308, 322, 305, 322, 306, 307, 308, 307, 419, 429, 394, 307, 305, 373, 856, 395, 306, 308, 306, 322, 853, 422, 307, 422, 321, 310, 310, 310, 310, 308, 322, 422, 306, 849, 307, 308, 307, 310, 429, 323, 307, 323, 328, 395, 335, 308, 324, 324, 324, 324, 307, 310, 843, 328, 396, 323, 335, 323, 324, 322, 328, 335, 330, 397, 398, 330, 323, 323, 831, 330, 332, 328, 324, 335, 401, 399, 332, 332, 399, 323, 310, 328, 396, 492, 335, 492, 492, 829, 328, 335, 330, 397, 398, 330, 814, 323, 323, 330, 332, 808, 786, 324, 401, 399, 332, 332, 399, 323, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 329, 326, 326, 326, 326, 326, 331, 331, 331, 337, 778, 329, 402, 331, 333, 1021, 777, 1021, 329, 352, 352, 352, 337, 333, 413, 413, 337, 352, 352, 329, 333, 416, 326, 326, 331, 331, 331, 358, 337, 329, 402, 331, 699, 333, 358, 358, 329, 353, 353, 353, 337, 333, 413, 413, 337, 353, 353, 698, 333, 416, 326, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 358, 327, 327, 327, 327, 327, 336, 339, 340, 339, 340, 418, 670, 341, 432, 341, 421, 327, 336, 424, 336, 669, 425, 336, 327, 339, 426, 427, 358, 341, 430, 341, 327, 327, 649, 336, 339, 340, 648, 418, 341, 341, 341, 432, 421, 327, 336, 424, 336, 357, 425, 336, 327, 341, 426, 427, 357, 357, 430, 644, 327, 361, 362, 361, 362, 339, 340, 431, 434, 341, 341, 341, 364, 435, 364, 361, 362, 361, 362, 361, 362, 341, 365, 357, 365, 643, 364, 412, 364, 412, 364, 378, 378, 378, 378, 431, 365, 434, 365, 400, 365, 435, 405, 378, 896, 640, 896, 364, 436, 412, 420, 357, 420, 361, 362, 896, 400, 378, 405, 382, 382, 382, 382, 412, 364, 406, 365, 382, 400, 638, 383, 383, 383, 383, 365, 364, 382, 436, 383, 386, 437, 406, 383, 405, 400, 428, 378, 383, 386, 386, 433, 412, 433, 420, 365, 439, 383, 438, 428, 438, 440, 386, 441, 442, 443, 631, 406, 445, 629, 437, 446, 405, 433, 447, 428, 448, 450, 386, 386, 438, 451, 420, 454, 456, 439, 383, 428, 457, 440, 386, 441, 442, 449, 443, 406, 409, 445, 409, 446, 628, 449, 447, 455, 452, 448, 450, 459, 458, 451, 627, 454, 452, 456, 453, 460, 453, 457, 409, 461, 462, 449, 463, 409, 616, 464, 465, 467, 409, 449, 480, 455, 468, 452, 469, 459, 453, 458, 409, 409, 452, 471, 409, 460, 473, 474, 475, 461, 462, 453, 476, 463, 409, 464, 465, 467, 477, 409, 453, 478, 468, 479, 469, 481, 480, 482, 409, 409, 483, 471, 409, 484, 473, 474, 475, 485, 486, 453, 476, 488, 487, 489, 580, 504, 477, 501, 453, 478, 484, 506, 479, 502, 480, 487, 482, 503, 493, 483, 493, 493, 484, 490, 490, 490, 485, 486, 481, 505, 488, 487, 489, 496, 501, 496, 496, 498, 484, 498, 498, 479, 504, 487, 502, 497, 497, 497, 497, 510, 507, 503, 508, 509, 506, 490, 481, 497, 513, 511, 505, 489, 512, 501, 514, 515, 574, 552, 516, 527, 504, 497, 500, 502, 519, 518, 1104, 522, 1104, 503, 529, 499, 506, 507, 490, 525, 508, 512, 515, 505, 510, 495, 513, 509, 511, 516, 526, 511, 514, 518, 497, 519, 517, 517, 512, 521, 521, 521, 522, 524, 527, 507, 525, 534, 508, 529, 512, 515, 510, 517, 513, 509, 511, 526, 516, 511, 514, 521, 518, 530, 519, 531, 512, 523, 523, 523, 532, 522, 527, 535, 494, 525, 533, 529, 517, 528, 528, 528, 538, 491, 524, 524, 526, 536, 530, 523, 534, 539, 537, 541, 541, 541, 472, 542, 543, 540, 550, 528, 531, 523, 532, 554, 517, 520, 520, 520, 533, 544, 524, 524, 536, 541, 535, 530, 534, 537, 545, 470, 548, 538, 549, 540, 388, 536, 542, 520, 531, 523, 532, 539, 520, 547, 550, 544, 533, 520, 387, 543, 551, 536, 535, 384, 554, 545, 537, 520, 520, 538, 553, 520, 540, 536, 548, 542, 546, 546, 546, 539, 547, 520, 550, 555, 544, 556, 520, 543, 557, 549, 562, 551, 554, 553, 545, 520, 520, 558, 546, 520, 559, 560, 548, 563, 567, 564, 561, 561, 561, 547, 565, 566, 568, 569, 576, 583, 556, 549, 570, 555, 551, 572, 553, 381, 557, 606, 558, 560, 561, 573, 571, 577, 557, 562, 559, 560, 564, 565, 566, 592, 575, 561, 380, 583, 567, 556, 563, 555, 576, 587, 561, 569, 557, 606, 568, 558, 560, 572, 570, 571, 557, 562, 559, 560, 375, 564, 565, 566, 592, 561, 588, 573, 567, 577, 563, 1234, 576, 1234, 561, 569, 575, 372, 568, 587, 371, 572, 570, 370, 571, 578, 578, 578, 578, 579, 579, 579, 579, 592, 585, 573, 585, 577, 581, 581, 581, 581, 596, 586, 575, 586, 589, 587, 589, 588, 581, 590, 585, 590, 369, 596, 595, 363, 614, 602, 591, 586, 591, 595, 581, 614, 614, 356, 355, 590, 597, 596, 586, 350, 600, 589, 591, 588, 591, 601, 590, 603, 602, 596, 597, 595, 601, 591, 591, 347, 600, 595, 604, 581, 582, 582, 582, 582, 605, 597, 591, 586, 598, 600, 589, 603, 613, 607, 601, 590, 598, 602, 597, 598, 601, 608, 591, 591, 600, 604, 582, 582, 609, 582, 582, 605, 582, 611, 591, 610, 613, 598, 604, 637, 603, 607, 651, 582, 598, 318, 1238, 598, 1238, 608, 623, 316, 623, 612, 604, 582, 582, 609, 582, 582, 605, 582, 611, 610, 623, 613, 604, 637, 623, 312, 651, 582, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 593, 612, 593, 593, 593, 593, 593, 599, 615, 599, 249, 624, 617, 624, 248, 615, 615, 652, 593, 617, 617, 653, 654, 244, 599, 624, 657, 243, 619, 612, 619, 236, 618, 593, 593, 620, 599, 620, 599, 618, 618, 619, 622, 619, 622, 652, 593, 224, 620, 653, 620, 654, 599, 617, 657, 641, 622, 641, 641, 618, 622, 593, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 617, 594, 594, 594, 594, 594, 621, 618, 621, 625, 594, 625, 626, 622, 626, 217, 123, 621, 655, 621, 656, 621, 621, 625, 621, 625, 626, 625, 626, 1239, 626, 1239, 594, 594, 642, 661, 642, 642, 659, 594, 626, 660, 645, 645, 645, 645, 119, 655, 664, 656, 645, 625, 115, 665, 646, 646, 646, 646, 621, 645, 594, 625, 646, 661, 626, 662, 646, 659, 663, 626, 660, 646, 676, 647, 647, 647, 647, 664, 666, 625, 646, 647, 665, 650, 650, 650, 650, 667, 668, 671, 647, 650, 672, 662, 672, 675, 663, 677, 114, 678, 650, 676, 679, 680, 682, 680, 666, 685, 683, 646, 683, 686, 688, 690, 74, 667, 668, 671, 694, 689, 695, 689, 701, 675, 672, 680, 677, 678, 67, 702, 683, 679, 682, 15, 691, 685, 691, 7, 672, 686, 688, 689, 690, 693, 704, 693, 694, 703, 695, 697, 706, 701, 707, 672, 0, 0, 691, 702, 697, 697, 0, 700, 700, 700, 708, 693, 672, 673, 709, 673, 714, 700, 700, 704, 700, 703, 700, 705, 0, 706, 707, 0, 713, 700, 705, 710, 711, 710, 711, 673, 720, 722, 725, 708, 673, 0, 723, 709, 714, 673, 715, 724, 715, 717, 726, 717, 705, 710, 711, 673, 673, 713, 705, 673, 716, 727, 716, 728, 729, 720, 722, 725, 715, 673, 723, 717, 730, 731, 673, 724, 737, 734, 726, 734, 738, 739, 716, 673, 673, 700, 732, 673, 732, 727, 736, 728, 736, 729, 740, 716, 732, 742, 743, 734, 730, 744, 731, 746, 737, 747, 750, 751, 738, 739, 752, 749, 736, 749, 754, 760, 755, 756, 757, 758, 759, 761, 740, 716, 762, 763, 742, 743, 767, 744, 765, 746, 770, 749, 747, 750, 751, 0, 765, 752, 0, 772, 863, 754, 755, 0, 756, 757, 758, 759, 779, 762, 0, 763, 769, 760, 769, 767, 768, 765, 781, 785, 761, 0, 769, 768, 780, 765, 769, 768, 863, 791, 770, 769, 771, 771, 771, 772, 783, 773, 762, 773, 773, 760, 782, 784, 774, 768, 774, 774, 761, 779, 775, 768, 775, 775, 776, 768, 776, 776, 770, 781, 785, 780, 787, 772, 771, 783, 789, 782, 788, 795, 784, 790, 791, 796, 793, 792, 794, 779, 800, 798, 803, 809, 0, 0, 805, 787, 804, 781, 785, 780, 799, 799, 799, 771, 783, 788, 782, 801, 806, 784, 791, 793, 802, 789, 807, 790, 792, 0, 813, 796, 794, 815, 795, 798, 787, 800, 804, 811, 0, 822, 816, 809, 799, 817, 788, 801, 818, 803, 805, 802, 793, 789, 1327, 790, 1327, 792, 799, 796, 794, 806, 795, 798, 815, 800, 819, 804, 807, 811, 822, 809, 813, 799, 820, 821, 801, 803, 805, 818, 802, 810, 810, 810, 823, 816, 799, 817, 826, 806, 812, 812, 812, 815, 825, 819, 807, 830, 811, 822, 813, 0, 819, 810, 836, 820, 833, 823, 818, 834, 837, 821, 812, 816, 832, 817, 824, 824, 824, 825, 838, 840, 826, 841, 819, 827, 827, 827, 830, 835, 819, 828, 828, 828, 820, 839, 823, 0, 824, 821, 0, 832, 845, 833, 834, 846, 836, 827, 825, 854, 826, 847, 837, 828, 841, 852, 835, 830, 839, 848, 887, 840, 838, 842, 842, 842, 828, 850, 851, 855, 832, 833, 834, 842, 836, 844, 844, 844, 858, 846, 837, 859, 845, 841, 860, 835, 854, 839, 887, 840, 838, 847, 850, 851, 828, 848, 855, 844, 852, 901, 0, 901, 857, 857, 857, 858, 0, 846, 859, 868, 845, 860, 871, 901, 854, 861, 861, 861, 861, 847, 0, 850, 851, 848, 857, 855, 852, 862, 862, 862, 862, 865, 888, 865, 858, 869, 866, 859, 866, 0, 860, 864, 864, 864, 864, 867, 874, 867, 874, 865, 868, 0, 871, 876, 866, 876, 0, 0, 875, 864, 875, 888, 869, 867, 881, 866, 881, 864, 864, 890, 864, 864, 917, 864, 867, 0, 0, 870, 868, 870, 871, 876, 875, 892, 864, 882, 884, 882, 874, 0, 915, 869, 881, 870, 866, 870, 864, 864, 890, 864, 864, 917, 864, 867, 870, 870, 877, 892, 877, 884, 876, 875, 864, 882, 918, 895, 874, 870, 915, 0, 0, 881, 895, 895, 1111, 1111, 1111, 879, 0, 879, 878, 0, 878, 870, 870, 0, 892, 909, 884, 909, 909, 0, 882, 918, 877, 870, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 878, 872, 872, 872, 872, 872, 879, 877, 916, 919, 0, 886, 886, 886, 910, 921, 910, 910, 922, 0, 924, 886, 926, 925, 932, 886, 927, 880, 878, 880, 886, 894, 872, 872, 879, 0, 916, 919, 894, 894, 0, 0, 1029, 921, 1029, 1029, 1189, 922, 924, 0, 926, 880, 925, 932, 927, 1189, 1189, 885, 894, 880, 872, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 880, 873, 873, 873, 873, 873, 885, 894, 880, 898, 899, 898, 899, 885, 929, 930, 931, 885, 0, 0, 898, 899, 902, 934, 902, 898, 899, 898, 899, 948, 0, 948, 873, 873, 0, 885, 902, 935, 902, 936, 902, 885, 929, 930, 931, 885, 911, 911, 911, 911, 902, 948, 934, 937, 911, 0, 912, 912, 912, 912, 873, 898, 899, 911, 912, 0, 935, 936, 1030, 0, 1030, 1030, 0, 912, 902, 933, 938, 933, 939, 902, 903, 903, 937, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 903, 938, 939, 933, 914, 914, 914, 914, 940, 0, 943, 944, 914, 945, 946, 947, 914, 933, 949, 955, 961, 914, 962, 0, 964, 965, 0, 903, 903, 903, 914, 950, 933, 950, 953, 0, 953, 940, 943, 944, 0, 0, 945, 946, 947, 933, 949, 0, 955, 961, 968, 962, 964, 950, 965, 903, 953, 0, 0, 914, 920, 920, 966, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 968, 920, 920, 920, 920, 920, 957, 958, 957, 958, 967, 966, 0, 1328, 969, 1328, 969, 957, 958, 957, 958, 957, 958, 970, 959, 959, 959, 973, 957, 958, 974, 960, 920, 920, 959, 959, 969, 959, 967, 959, 960, 960, 971, 960, 971, 960, 959, 975, 977, 975, 977, 970, 960, 979, 980, 0, 973, 981, 983, 974, 920, 982, 985, 986, 971, 988, 989, 990, 998, 975, 977, 991, 993, 991, 993, 995, 996, 997, 999, 1001, 1000, 991, 979, 980, 957, 958, 981, 983, 1002, 982, 1003, 985, 986, 988, 993, 989, 990, 998, 1004, 1010, 1004, 1012, 959, 995, 996, 997, 999, 1001, 960, 1000, 1013, 1008, 1014, 1008, 1014, 1015, 1002, 1016, 1003, 1018, 1004, 1008, 1014, 1020, 1028, 1022, 1014, 1023, 1010, 1033, 1012, 1014, 1027, 1034, 1036, 1024, 1037, 1024, 1013, 0, 0, 1026, 1114, 1026, 1016, 1024, 1015, 1035, 1018, 1024, 0, 0, 1020, 1022, 1024, 1026, 1023, 1036, 0, 1031, 1026, 1031, 1031, 1027, 1039, 1032, 1028, 1032, 1032, 1034, 1033, 1114, 1037, 1016, 1035, 1015, 0, 1099, 1099, 1099, 1100, 1100, 1100, 1100, 0, 0, 1036, 1099, 1101, 1101, 1101, 1101, 1027, 1042, 1028, 1044, 1045, 1034, 1033, 1047, 1037, 1049, 1039, 1035, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1040, 1038, 1038, 1038, 1038, 1038, 1042, 1039, 1043, 1045, 1048, 1050, 1044, 1047, 1051, 1052, 1055, 1056, 0, 1049, 1061, 1057, 1059, 1058, 1071, 1040, 1063, 1060, 1060, 1060, 1067, 1068, 1038, 1038, 1042, 1043, 1064, 1045, 1050, 1065, 1044, 1047, 1051, 1069, 1048, 1052, 1058, 1049, 1057, 1060, 1055, 1059, 1070, 1071, 1040, 1056, 1061, 1063, 1068, 1073, 1038, 1064, 1076, 1077, 1043, 1065, 1074, 1050, 1085, 1079, 1067, 1051, 1048, 1078, 1052, 1058, 1075, 1057, 1055, 1080, 1059, 1082, 1071, 1056, 1061, 1069, 1063, 1068, 1070, 1074, 1064, 1077, 1083, 1076, 1065, 1072, 1072, 1072, 1067, 1078, 1088, 1073, 1086, 1075, 1089, 1079, 1080, 1090, 1082, 1087, 1085, 1092, 1093, 1069, 1094, 1095, 1070, 1072, 1074, 1096, 1077, 1091, 1076, 1083, 0, 1086, 1122, 1121, 1078, 1073, 0, 1102, 1075, 1079, 1087, 1080, 1124, 1082, 1085, 1093, 1107, 1088, 1110, 1090, 1154, 0, 1089, 1091, 1105, 1106, 1105, 1106, 1083, 1092, 1086, 1094, 1121, 0, 1095, 1102, 1122, 1096, 0, 1087, 1138, 1124, 1138, 1107, 1093, 1088, 1123, 1090, 1154, 1110, 1089, 1138, 1091, 1105, 1106, 0, 1116, 1092, 1116, 1094, 0, 1109, 1095, 1109, 1122, 1096, 1103, 1103, 1103, 1103, 1118, 1117, 1107, 1115, 1123, 0, 1118, 1109, 1110, 1109, 0, 1157, 1105, 1106, 1115, 1116, 1117, 1116, 1109, 1109, 0, 1155, 1103, 1103, 0, 1103, 1103, 1119, 1103, 1118, 1117, 1109, 1115, 1123, 1147, 1118, 1147, 1147, 1119, 1103, 1157, 0, 1115, 1148, 1117, 1148, 1148, 1109, 1109, 1155, 0, 1103, 1103, 1132, 1103, 1103, 1119, 1103, 0, 1109, 1132, 1132, 1240, 0, 1240, 1240, 1119, 1103, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1133, 1112, 1112, 1112, 1112, 1112, 1134, 1133, 1133, 1137, 1112, 1137, 1158, 1134, 1134, 1140, 1151, 1140, 1151, 1160, 1137, 1161, 1141, 1162, 1141, 1163, 0, 1137, 1142, 1140, 1142, 0, 1112, 1112, 1136, 1141, 1136, 1141, 1151, 1112, 1158, 1143, 1142, 1143, 1142, 1136, 1142, 1160, 1224, 1161, 1224, 1162, 1136, 0, 1163, 1143, 0, 1143, 1224, 1143, 1112, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1142, 1113, 1113, 1113, 1113, 1113, 1136, 1144, 1113, 1144, 1164, 1173, 1165, 1143, 1149, 1149, 1149, 1149, 1152, 1167, 1152, 1144, 1149, 1144, 1168, 1144, 1150, 1150, 1150, 1150, 1174, 1149, 1113, 1113, 1150, 0, 0, 1113, 1164, 1173, 1152, 1165, 1241, 1150, 1241, 1241, 0, 0, 1167, 1296, 1296, 1296, 1296, 1168, 1166, 0, 1166, 1170, 1174, 1144, 1113, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1166, 1120, 1120, 1120, 1120, 1120, 1170, 1175, 1176, 1177, 0, 1178, 1179, 1166, 1396, 1183, 1396, 1184, 1193, 1194, 1180, 1181, 1180, 1181, 1186, 1196, 1186, 1198, 1186, 1166, 1195, 0, 1120, 1120, 0, 1186, 1175, 1176, 1177, 1178, 1179, 1166, 1180, 1181, 1183, 1184, 0, 1193, 1194, 1310, 1310, 1310, 1188, 1196, 1188, 1198, 1188, 0, 1199, 1195, 1120, 1139, 1139, 1188, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1199, 1200, 1185, 1200, 1185, 1186, 1402, 1187, 1402, 1187, 1203, 0, 0, 1185, 1202, 1185, 1202, 1185, 1187, 1205, 1187, 1206, 1187, 1200, 1185, 1192, 1139, 1139, 1139, 1187, 1191, 1191, 1191, 1188, 1192, 1192, 1202, 1192, 1203, 1192, 1191, 1191, 1204, 1191, 1204, 1191, 1192, 1205, 1406, 1206, 1406, 1406, 1191, 0, 1139, 1153, 1153, 1208, 1153, 1153, 1153, 1153, 1153, 1153, 1153, 1153, 1153, 1153, 1153, 1153, 1153, 1153, 1153, 1153, 1212, 1153, 1153, 1153, 1153, 1153, 1185, 1204, 1207, 1209, 1207, 1187, 1208, 1210, 1211, 1213, 1215, 1220, 1219, 1220, 1219, 1222, 1226, 1228, 1221, 1227, 1221, 1229, 1192, 1212, 1207, 1233, 1153, 1153, 1191, 1204, 1232, 1209, 1235, 1220, 1236, 1210, 1211, 1213, 1219, 1215, 1221, 1237, 1248, 1222, 1298, 1226, 1228, 1227, 1305, 1229, 1242, 1242, 1242, 1233, 1153, 1243, 1243, 1243, 0, 1232, 1246, 1235, 1236, 1317, 1306, 1248, 0, 1219, 1237, 0, 1317, 1317, 1242, 1298, 0, 1245, 1305, 1243, 1229, 1251, 0, 1318, 1249, 1408, 1253, 1408, 1252, 1255, 1318, 1318, 0, 1236, 1306, 0, 1248, 1246, 0, 1237, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1245, 1244, 1244, 1244, 1244, 1244, 1246, 1249, 1251, 1252, 1253, 1256, 1255, 1262, 1254, 1257, 1257, 1257, 1259, 1260, 1261, 1263, 1264, 1264, 1264, 1265, 1266, 1267, 1245, 1268, 1269, 1272, 1244, 1244, 0, 1249, 1251, 1252, 1253, 1254, 1255, 1257, 1256, 1277, 1264, 1259, 1260, 1261, 1265, 1270, 1273, 1278, 1284, 1262, 1257, 1263, 1268, 1269, 1267, 1281, 1244, 0, 1275, 1266, 1276, 1276, 1276, 1280, 1254, 1282, 1257, 1256, 1272, 1283, 1259, 1260, 1261, 1265, 1285, 1284, 1287, 1262, 1257, 1263, 1277, 1268, 1269, 1267, 1294, 1270, 1280, 1266, 1273, 1274, 1274, 1274, 1275, 1307, 1278, 0, 1272, 1281, 1409, 1276, 1409, 1279, 1279, 1279, 1284, 1282, 1283, 1287, 1277, 1285, 0, 1274, 1311, 1270, 1301, 1280, 1273, 1291, 1291, 1291, 1275, 1307, 1278, 1279, 1308, 1281, 1294, 1276, 1292, 1292, 1292, 1312, 1337, 1282, 1283, 1311, 1287, 1285, 1293, 1293, 1293, 1338, 1301, 1291, 1297, 1297, 1297, 1297, 0, 0, 1292, 1320, 1308, 1320, 1294, 1321, 1795, 1321, 1795, 1312, 1293, 1337, 1320, 1339, 1311, 1449, 1449, 1449, 1449, 1321, 1338, 1301, 1291, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1339, 1302, 1302, 1302, 1302, 1302, 1322, 0, 1322, 1329, 1329, 1329, 1329, 1345, 1341, 0, 1331, 1329, 1331, 1322, 0, 1322, 1553, 1333, 1553, 1333, 1329, 1342, 1323, 1343, 1323, 1347, 1302, 1302, 1324, 1325, 1324, 1325, 1331, 1553, 0, 1345, 1323, 1341, 1323, 1333, 1323, 1615, 1324, 1325, 1324, 1325, 1324, 1325, 1615, 0, 1342, 1615, 1343, 1347, 1302, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1323, 1303, 1303, 1303, 1303, 1303, 1324, 1325, 1348, 1330, 1330, 1330, 1330, 1350, 1336, 0, 1351, 1330, 1336, 1352, 1353, 0, 1354, 1355, 1660, 1303, 1330, 1361, 1357, 1358, 0, 1660, 1303, 1303, 1660, 0, 1348, 1359, 1462, 1359, 1462, 1462, 1350, 1336, 1351, 0, 0, 1336, 1352, 1353, 1354, 0, 1355, 1303, 1346, 1361, 1346, 1357, 1358, 1359, 1303, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1304, 1346, 1304, 1304, 1304, 1304, 1304, 1362, 1364, 1363, 1364, 1363, 1364, 0, 1346, 1366, 1370, 1371, 1382, 1364, 1363, 1376, 1363, 1375, 1363, 1375, 1365, 1365, 1365, 1377, 1346, 1363, 0, 1304, 1304, 1362, 1365, 1365, 1372, 1365, 1372, 1365, 1346, 1366, 1389, 1370, 1371, 1382, 1365, 1376, 1379, 1381, 1379, 1384, 1387, 1394, 1390, 1377, 1390, 1397, 1372, 1304, 1375, 1388, 1392, 1388, 1392, 1395, 1401, 1403, 1405, 1418, 1379, 1389, 1411, 1364, 1412, 1413, 1390, 1381, 1414, 1384, 1387, 1428, 1394, 1416, 1392, 1363, 1397, 1388, 1375, 1420, 1417, 1422, 1418, 1395, 1401, 1411, 1403, 1423, 1421, 1411, 1413, 1412, 1365, 1430, 1429, 1414, 1426, 1424, 1405, 1438, 1416, 1427, 1435, 1437, 1440, 1428, 1388, 1417, 1434, 1443, 1446, 1418, 1451, 0, 1411, 1448, 1420, 0, 1411, 1413, 1412, 1422, 1424, 1426, 1414, 1421, 1405, 1423, 1427, 1416, 1429, 1455, 1435, 1428, 1458, 1430, 1417, 1441, 1440, 1434, 1451, 1438, 1447, 1437, 1420, 1443, 1448, 1457, 1459, 1422, 1466, 1424, 1426, 1421, 1446, 1423, 1460, 1427, 1429, 0, 1455, 1435, 1458, 1430, 1441, 1447, 1440, 1469, 1434, 1438, 1461, 1437, 1461, 1443, 1468, 1448, 1457, 1459, 0, 1466, 1461, 1460, 1446, 1463, 1463, 1463, 1470, 1464, 1464, 1464, 1464, 1463, 1471, 1441, 1447, 1464, 1469, 1473, 1474, 1475, 1463, 1476, 1468, 1477, 1464, 1465, 1465, 1465, 1465, 1478, 1460, 1479, 1480, 1465, 1470, 1481, 1483, 0, 1484, 1486, 1471, 1489, 1465, 1489, 1491, 1473, 1474, 1475, 1492, 1476, 1492, 1477, 1489, 1493, 1489, 1494, 1489, 1497, 1478, 1479, 1498, 1480, 1498, 1489, 1481, 1483, 1484, 1486, 1499, 1500, 1492, 1501, 1502, 1491, 1503, 1504, 1506, 1505, 1508, 1509, 1510, 1493, 1498, 1494, 1511, 1497, 1511, 1511, 1512, 1514, 1512, 1512, 1516, 1517, 1518, 1519, 1521, 1499, 1500, 1501, 1502, 1523, 1503, 1505, 1504, 1506, 1509, 1508, 1510, 1522, 1526, 1528, 1524, 1514, 1525, 1532, 1534, 1537, 0, 1489, 1517, 1533, 1533, 1533, 1538, 1538, 1538, 1539, 1516, 1541, 1540, 1519, 1505, 1545, 1518, 1509, 1523, 1510, 1521, 1524, 1532, 1525, 1514, 1533, 1546, 1522, 1538, 1528, 1543, 1517, 1543, 0, 1526, 1534, 1539, 1549, 1516, 1537, 1543, 1519, 1544, 1545, 1518, 1563, 1523, 1541, 1521, 1558, 1524, 1532, 1525, 1540, 1546, 1522, 0, 1528, 1542, 1542, 1542, 1542, 1526, 1534, 1549, 1539, 0, 1537, 1544, 1550, 1552, 1550, 1552, 1552, 1563, 1541, 0, 1558, 0, 1550, 1566, 1540, 1554, 1554, 1554, 1554, 1555, 1555, 1555, 1568, 1554, 1559, 1562, 1549, 1555, 1565, 1567, 1544, 1569, 1554, 1557, 1557, 1557, 1555, 1556, 1556, 1556, 1556, 1557, 1566, 1571, 1574, 1556, 1576, 1578, 1576, 1579, 1557, 1568, 1559, 1562, 1556, 1584, 1565, 1567, 1585, 1570, 1569, 1570, 1581, 1586, 1581, 1588, 1589, 1590, 1576, 1570, 1592, 1571, 1597, 1574, 1593, 1578, 1596, 1594, 1579, 1594, 1594, 1600, 1603, 1584, 1581, 1601, 1604, 1585, 1605, 1605, 1605, 1607, 1586, 1609, 1588, 1590, 1616, 1593, 1605, 0, 1612, 1613, 1618, 1589, 1631, 1614, 1592, 1614, 1627, 0, 1596, 1604, 1601, 0, 1597, 1614, 1607, 1632, 1609, 1628, 1603, 1628, 1633, 1600, 0, 0, 1593, 1612, 1613, 1628, 1618, 1589, 1631, 1616, 1592, 0, 0, 1627, 1596, 0, 1604, 1601, 1597, 0, 1634, 1607, 1632, 1609, 1603, 0, 1633, 1600, 1621, 1621, 1621, 1621, 1612, 1613, 1639, 0, 1621, 1616, 0, 1621, 1623, 1623, 1623, 1623, 1624, 1624, 1624, 1640, 1623, 1634, 1625, 1625, 1625, 1625, 1635, 1641, 1635, 1623, 1625, 1642, 1636, 1624, 1636, 1639, 1635, 1648, 1654, 1625, 1649, 1650, 1636, 1651, 1651, 1651, 1655, 1656, 1640, 1657, 0, 1663, 1668, 1651, 0, 1735, 1641, 1735, 1663, 1668, 1642, 1663, 1668, 1648, 0, 1649, 1735, 1675, 1650, 1674, 1676, 1674, 1654, 1673, 1656, 1673, 1657, 1655, 1661, 1661, 1661, 1661, 1674, 1673, 1674, 1662, 1662, 1662, 1662, 1678, 1661, 1674, 1648, 1662, 1649, 1675, 1662, 1650, 1683, 1676, 1654, 1689, 1700, 1656, 1661, 1657, 1655, 1666, 1666, 1666, 1666, 1667, 1667, 1667, 1667, 1666, 1677, 1678, 1666, 1667, 1680, 1681, 1667, 1669, 1669, 1669, 1669, 1670, 1670, 1670, 1670, 1669, 1684, 1661, 1683, 1670, 1686, 1688, 1700, 1670, 1669, 1691, 1689, 0, 1670, 1677, 1706, 0, 0, 1680, 1681, 1709, 1692, 1670, 1692, 1692, 1694, 1707, 1694, 1694, 1684, 1708, 1683, 1686, 1688, 1710, 1700, 1691, 0, 0, 1689, 1693, 1693, 1693, 1693, 1706, 1697, 1697, 1697, 1697, 1709, 1699, 1670, 1693, 1697, 1707, 1716, 1697, 1699, 1708, 1714, 1699, 1686, 1688, 1710, 1701, 1691, 1693, 1698, 1698, 1698, 1698, 1701, 1711, 1712, 1701, 1698, 1713, 1703, 1698, 1698, 1702, 1702, 1702, 1702, 1703, 1714, 1717, 1703, 1702, 1718, 1704, 1702, 1704, 1698, 0, 1693, 1705, 0, 1705, 0, 1711, 1716, 1737, 1704, 1713, 1704, 1731, 1705, 1738, 1705, 1712, 1705, 1704, 1719, 1714, 1719, 1719, 1717, 1705, 0, 1740, 1720, 1698, 1720, 1720, 1723, 1723, 1723, 1723, 1716, 1737, 0, 1718, 1723, 0, 0, 1723, 1738, 1712, 1724, 1724, 1724, 1724, 1731, 1741, 1743, 1717, 1724, 1740, 0, 1724, 1724, 1726, 1725, 1725, 1725, 1725, 0, 1745, 1726, 1718, 1725, 1726, 1727, 1725, 1724, 0, 1728, 1742, 1744, 1727, 1731, 1741, 1727, 1728, 1730, 1750, 1728, 1729, 1729, 1729, 1729, 1730, 1749, 1767, 1730, 1729, 1743, 0, 1729, 1732, 1732, 1732, 1732, 1724, 1745, 1742, 1744, 1732, 1734, 0, 1732, 1733, 1733, 1733, 1733, 1734, 1755, 1770, 1734, 1733, 0, 1767, 1733, 1755, 1743, 1750, 1755, 0, 1751, 1749, 1751, 1751, 1745, 1752, 0, 1752, 1752, 1753, 1753, 1753, 1753, 1754, 1754, 1754, 1754, 1753, 1770, 1765, 1753, 1754, 0, 0, 1754, 1750, 0, 1757, 1768, 1749, 1756, 1756, 1756, 1756, 1757, 1758, 0, 1757, 1756, 0, 0, 1756, 1758, 0, 0, 1758, 1759, 1759, 1759, 1759, 1761, 1760, 1760, 1760, 1760, 1774, 1768, 1761, 1759, 1760, 1761, 1765, 1760, 1762, 1762, 1762, 1762, 1763, 1763, 1763, 1763, 1762, 1759, 1764, 1762, 1763, 1769, 1786, 1763, 1763, 1764, 1775, 1776, 1764, 1776, 1776, 0, 1790, 0, 1765, 1782, 1774, 1777, 1763, 1777, 1777, 1784, 1782, 0, 0, 1782, 1759, 1788, 1784, 1769, 1786, 1784, 1791, 1775, 1778, 1778, 1778, 1778, 1779, 1779, 1779, 1779, 1778, 1802, 1774, 1778, 1779, 1763, 1805, 1779, 1780, 1780, 1780, 1780, 1790, 1792, 1788, 0, 1780, 0, 1791, 1780, 1775, 1781, 1781, 1781, 1781, 1808, 1807, 1808, 1808, 1781, 0, 1799, 1781, 1781, 1783, 1783, 1783, 1783, 1799, 1806, 1790, 1799, 1783, 1802, 1813, 1783, 1805, 1781, 0, 1792, 1797, 1797, 1797, 1797, 1798, 1798, 1798, 1798, 1797, 1801, 1814, 1797, 1798, 1807, 0, 1798, 1801, 1806, 1815, 1801, 1817, 1802, 1817, 1817, 1805, 1812, 1781, 1792, 1796, 1796, 1796, 1796, 1812, 1796, 1813, 1812, 1796, 1814, 1796, 1796, 1796, 1807, 1822, 1796, 1796, 1816, 0, 1815, 1796, 1823, 1796, 1796, 1796, 1800, 1800, 1800, 1800, 1809, 1809, 1809, 1809, 1800, 1813, 1819, 1800, 1809, 1814, 1829, 1809, 1822, 1819, 0, 1823, 1819, 1811, 1811, 1811, 1811, 0, 1796, 1796, 1796, 1811, 0, 0, 1811, 0, 1816, 1818, 1818, 1818, 1818, 1824, 1820, 0, 1829, 1818, 0, 1822, 1818, 1820, 1823, 1827, 1820, 1828, 1830, 0, 1796, 1810, 1810, 1810, 1810, 1810, 1810, 1831, 1816, 1810, 1810, 1810, 1810, 1810, 1824, 0, 1810, 1810, 1827, 1834, 0, 1810, 0, 1810, 1810, 1810, 1821, 1821, 1821, 1821, 1826, 1826, 1826, 1826, 1821, 0, 0, 1821, 1826, 1828, 1830, 1826, 1832, 1832, 1832, 0, 1844, 1827, 0, 1831, 0, 1840, 1810, 1810, 1810, 1833, 1833, 1833, 0, 1834, 1835, 1835, 1835, 1836, 1836, 1836, 1843, 1828, 1830, 1837, 1837, 1837, 1837, 1838, 1838, 1838, 0, 1831, 1840, 0, 1810, 1841, 1841, 1841, 1845, 1845, 1845, 1834, 1844, 1843, 1846, 1846, 1846, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1840, 0, 0, 0, 0, 0, 0, 0, 0, 1844, 0, 1843, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1850, 1851, 1851, 0, 1851, 1851, 1851, 1851, 1851, 1851, 1851, 1851, 1851, 1851, 1851, 1851, 1851, 1851, 1851, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1854, 0, 0, 0, 0, 0, 0, 1854, 0, 1854, 0, 1854, 1854, 1854, 1854, 1854, 1855, 1855, 1855, 1855, 1855, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1859, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1859, 1859, 1859, 1859, 1859, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1861, 1861, 0, 1861, 1861, 1861, 1861, 1861, 1861, 1861, 1861, 1861, 1861, 1861, 1861, 1861, 1861, 1861, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1866, 0, 0, 0, 0, 0, 0, 1866, 0, 1866, 0, 0, 1866, 1866, 1866, 1866, 1867, 1867, 1867, 1867, 0, 1867, 1867, 1867, 1867, 1867, 1867, 0, 1867, 1867, 0, 0, 1867, 1867, 1868, 1868, 1868, 1868, 1868, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1873, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1879, 1879, 0, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1885, 0, 0, 0, 0, 0, 0, 1885, 0, 1885, 0, 0, 1885, 1885, 1885, 1885, 1886, 0, 0, 0, 0, 0, 0, 0, 1886, 0, 1886, 0, 1886, 1886, 1886, 1886, 1886, 1887, 1887, 1887, 1887, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1888, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1891, 1891, 1891, 1891, 0, 1891, 1891, 1891, 1891, 1891, 1891, 0, 1891, 1891, 0, 0, 1891, 1891, 1892, 1892, 1892, 1892, 1892, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1894, 0, 0, 0, 0, 0, 0, 0, 1894, 1894, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1899, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1903, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1903, 1903, 1903, 1903, 1903, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1907, 1907, 0, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1912, 0, 0, 0, 0, 0, 0, 1912, 0, 1912, 0, 0, 1912, 1912, 1912, 1912, 1913, 0, 0, 0, 0, 0, 0, 0, 1913, 0, 0, 0, 1913, 1913, 1913, 1913, 1913, 1914, 0, 0, 0, 0, 0, 0, 0, 1914, 0, 1914, 0, 1914, 1914, 1914, 1914, 1914, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1919, 1919, 1919, 1919, 1919, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1921, 1921, 1921, 1921, 1921, 1921, 0, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1922, 1922, 0, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1924, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1929, 1929, 0, 1929, 1929, 1929, 1929, 1929, 1929, 1929, 1929, 1929, 1929, 1929, 1929, 1929, 1929, 1929, 1930, 1930, 0, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1931, 1931, 0, 1931, 1931, 1931, 1931, 1931, 1931, 1931, 1931, 1931, 1931, 1931, 1931, 1931, 1931, 1931, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1933, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1936, 0, 0, 0, 0, 0, 1936, 0, 0, 0, 1936, 0, 1936, 1936, 1936, 1936, 1936, 1937, 1937, 1937, 1937, 1938, 0, 0, 0, 0, 0, 0, 0, 1938, 0, 0, 0, 1938, 1938, 1938, 1938, 1938, 1939, 0, 0, 0, 0, 0, 0, 0, 1939, 0, 1939, 0, 1939, 1939, 1939, 1939, 1939, 1940, 1940, 0, 1940, 1940, 1940, 1940, 1940, 1940, 1940, 1940, 1940, 1940, 1940, 1940, 1940, 1940, 1940, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1942, 1942, 0, 1942, 1942, 1942, 1942, 1942, 1942, 1942, 1942, 1942, 1942, 1942, 1942, 1942, 1942, 1942, 1943, 1943, 1943, 1943, 1943, 1943, 0, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 1944, 1944, 0, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1952, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1955, 1955, 0, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1956, 1956, 0, 1956, 1956, 1956, 1956, 1956, 1956, 1956, 1956, 1956, 1956, 1956, 1956, 1956, 1956, 1956, 1957, 1957, 0, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1958, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1960, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1962, 0, 0, 0, 0, 0, 1962, 0, 0, 0, 0, 0, 1962, 1962, 1962, 1962, 1962, 1963, 1963, 0, 1963, 1963, 1963, 1963, 1963, 1963, 1963, 1963, 1963, 1963, 1963, 1963, 1963, 1963, 1963, 1964, 0, 0, 0, 0, 0, 0, 1964, 0, 1964, 0, 0, 1964, 1964, 1964, 1964, 1965, 0, 0, 0, 0, 0, 0, 0, 1965, 0, 1965, 0, 1965, 1965, 1965, 1965, 1965, 1966, 1966, 1966, 1966, 1967, 1967, 0, 1967, 1967, 1967, 1967, 1967, 1967, 1967, 1967, 1967, 1967, 1967, 1967, 1967, 1967, 1967, 1968, 1968, 1968, 1968, 1968, 1968, 0, 1968, 1968, 1968, 1968, 1968, 1968, 1968, 1968, 1968, 1968, 1968, 1969, 1969, 0, 1969, 1969, 1969, 1969, 1969, 1969, 1969, 1969, 1969, 1969, 1969, 1969, 1969, 1969, 1969, 1970, 1970, 0, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1975, 0, 1975, 0, 0, 0, 0, 1975, 0, 0, 1975, 1975, 1975, 1975, 1975, 1975, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1981, 1981, 0, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1984, 0, 0, 0, 0, 0, 1984, 0, 0, 0, 0, 0, 1984, 1984, 1984, 1984, 1984, 1985, 0, 1985, 0, 0, 0, 0, 1985, 0, 0, 1985, 1985, 1985, 1985, 1985, 1985, 1986, 0, 1986, 0, 0, 0, 0, 1986, 0, 0, 1986, 1986, 1986, 1986, 1986, 1986, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1988, 1988, 1988, 1988, 1988, 1989, 1989, 0, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1992, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1994, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1995, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1996, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 1999, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848 } ; extern int fortran__flex_debug; int fortran__flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up fortran_text */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *fortran_text; #line 1 "fortran.lex" /******************************************************************************/ /* */ /* CONV (converter) for Agrif (Adaptive Grid Refinement In Fortran) */ /* */ /* Copyright or or Copr. Laurent Debreu (Laurent.Debreu@imag.fr) */ /* Cyril Mazauric (Cyril_Mazauric@yahoo.fr) */ /* This software is governed by the CeCILL-C license under French law and */ /* abiding by the rules of distribution of free software. You can use, */ /* modify and/ or redistribute the software under the terms of the CeCILL-C */ /* license as circulated by CEA, CNRS and INRIA at the following URL */ /* "http://www.cecill.info". */ /* */ /* As a counterpart to the access to the source code and rights to copy, */ /* modify and redistribute granted by the license, users are provided only */ /* with a limited warranty and the software's author, the holder of the */ /* economic rights, and the successive licensors have only limited */ /* liability. */ /* */ /* In this respect, the user's attention is drawn to the risks associated */ /* with loading, using, modifying and/or developing or reproducing the */ /* software by the user in light of its specific status of free software, */ /* that may mean that it is complicated to manipulate, and that also */ /* therefore means that it is reserved for developers and experienced */ /* professionals having in-depth computer knowledge. Users are therefore */ /* encouraged to load and test the software's suitability as regards their */ /* requirements in conditions enabling the security of their systems and/or */ /* data to be ensured and, more generally, to use and operate it in the */ /* same conditions as regards security. */ /* */ /* The fact that you are presently reading this means that you have had */ /* knowledge of the CeCILL-C license and that you accept its terms. */ /******************************************************************************/ /* version 1.7 */ /******************************************************************************/ #line 45 "fortran.lex" #include #include extern FILE * fortran_in; #define MAX_INCLUDE_DEPTH 30 #define YY_BUF_SIZE 64000 YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH]; int line_num_input = 0; int newlinef90 = 0; int tmpc; int lastwasendofstmt = 1; extern char linebuf1[1024]; extern char linebuf2[1024]; int count_newlines(const char* str_in) { int k, i = 0; for( k=0 ; k=1) lastwasendofstmt=0; /*printf("VALLIJSDFLSD = %d %d %s \n",lastwasendofstmt,token_since_endofstmt,fortran_text); */ if (firstpass) { strcpy(linebuf1, linebuf2); strncpy(linebuf2, fortran_text,80);} \ else {my_position_before=setposcur();/*printf("muposition = %d\n",my_position_before);*/ECHO;} } #define YY_BREAK {/*printf("VALL = %d %d\n",lastwasendofstmt,token_since_endofstmt);*/if (token_since_endofstmt>=1) lastwasendofstmt=0; break;} void out_of_donottreat(void); #line 3426 "fortran.yy.c" #define INITIAL 0 #define parameter 1 #define character 2 #define donottreat 3 #define includestate 4 #define fortran77style 5 #define fortran90style 6 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int fortran_lex_destroy (void ); int fortran_get_debug (void ); void fortran_set_debug (int debug_flag ); YY_EXTRA_TYPE fortran_get_extra (void ); void fortran_set_extra (YY_EXTRA_TYPE user_defined ); FILE *fortran_get_in (void ); void fortran_set_in (FILE * in_str ); FILE *fortran_get_out (void ); void fortran_set_out (FILE * out_str ); yy_size_t fortran_get_leng (void ); char *fortran_get_text (void ); int fortran_get_lineno (void ); void fortran_set_lineno (int line_number ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int fortran_wrap (void ); #else extern int fortran_wrap (void ); #endif #endif static void yyunput (int c,char *buf_ptr ); #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( fortran_text, fortran_leng, 1, fortran_out ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ yy_size_t n; \ for ( n = 0; n < max_size && \ (c = getc( fortran_in )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( fortran_in ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, fortran_in))==0 && ferror(fortran_in)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(fortran_in); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int fortran_lex (void); #define YY_DECL int fortran_lex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after fortran_text and fortran_leng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK break; #endif #define YY_RULE_SETUP \ if ( fortran_leng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (fortran_text[fortran_leng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; #line 100 "fortran.lex" if (infixed) BEGIN(fortran77style) ; if (infree) BEGIN(fortran90style) ; #line 3622 "fortran.yy.c" if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)fortran_alloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in fortran_lex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! fortran_in ) fortran_in = stdin; if ( ! fortran_out ) fortran_out = stdout; if ( ! YY_CURRENT_BUFFER ) { fortran_ensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = fortran__create_buffer(fortran_in,YY_BUF_SIZE ); } fortran__load_buffer_state( ); } while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of fortran_text. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1849 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_base[yy_current_state] != 9211 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; goto find_rule; /* Shut up GCC warning -Wall */ find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: YY_RULE_SETUP #line 104 "fortran.lex" { return TOK_SUBROUTINE; } YY_BREAK case 2: YY_RULE_SETUP #line 105 "fortran.lex" { return TOK_PROGRAM; } YY_BREAK case 3: YY_RULE_SETUP #line 106 "fortran.lex" { inallocate = 1; return TOK_ALLOCATE; } YY_BREAK case 4: YY_RULE_SETUP #line 107 "fortran.lex" { return TOK_CONTINUE; } YY_BREAK case 5: YY_RULE_SETUP #line 108 "fortran.lex" { return TOK_NULLIFY; } YY_BREAK case 6: YY_RULE_SETUP #line 109 "fortran.lex" { inallocate = 1; return TOK_DEALLOCATE; } YY_BREAK case 7: YY_RULE_SETUP #line 110 "fortran.lex" { return TOK_RESULT; } YY_BREAK case 8: YY_RULE_SETUP #line 111 "fortran.lex" { return TOK_FUNCTION; } YY_BREAK case 9: YY_RULE_SETUP #line 112 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_ENDUNIT;} YY_BREAK case 10: YY_RULE_SETUP #line 113 "fortran.lex" { pos_curinclude = setposcur()-9; BEGIN(includestate); } YY_BREAK case 11: YY_RULE_SETUP #line 114 "fortran.lex" { return TOK_USE;} YY_BREAK case 12: YY_RULE_SETUP #line 115 "fortran.lex" { return TOK_REWIND; } YY_BREAK case 13: YY_RULE_SETUP #line 116 "fortran.lex" { return TOK_IMPLICIT; } YY_BREAK case 14: YY_RULE_SETUP #line 117 "fortran.lex" { return TOK_NONE; } YY_BREAK case 15: YY_RULE_SETUP #line 118 "fortran.lex" { return TOK_CALL; } YY_BREAK case 16: YY_RULE_SETUP #line 119 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_TRUE; } YY_BREAK case 17: YY_RULE_SETUP #line 120 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_FALSE; } YY_BREAK case 18: YY_RULE_SETUP #line 121 "fortran.lex" { return TOK_POINT_TO; } YY_BREAK case 19: YY_RULE_SETUP #line 122 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_ASSIGNTYPE;} YY_BREAK case 20: YY_RULE_SETUP #line 123 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_DASTER; } YY_BREAK case 21: YY_RULE_SETUP #line 124 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_EQV; } YY_BREAK case 22: YY_RULE_SETUP #line 125 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_EQ; } YY_BREAK case 23: YY_RULE_SETUP #line 126 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_GT; } YY_BREAK case 24: YY_RULE_SETUP #line 127 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_GE; } YY_BREAK case 25: YY_RULE_SETUP #line 128 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_LT; } YY_BREAK case 26: YY_RULE_SETUP #line 129 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_LE; } YY_BREAK case 27: YY_RULE_SETUP #line 130 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_NEQV;} YY_BREAK case 28: YY_RULE_SETUP #line 131 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_NE; } YY_BREAK case 29: YY_RULE_SETUP #line 132 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_NOT; } YY_BREAK case 30: YY_RULE_SETUP #line 133 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_OR; } YY_BREAK case 31: YY_RULE_SETUP #line 134 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_XOR; } YY_BREAK case 32: YY_RULE_SETUP #line 135 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_AND; } YY_BREAK case 33: YY_RULE_SETUP #line 136 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_EQUALEQUAL; } YY_BREAK case 34: YY_RULE_SETUP #line 137 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_SLASHEQUAL; } YY_BREAK case 35: YY_RULE_SETUP #line 138 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_INFEQUAL; } YY_BREAK case 36: YY_RULE_SETUP #line 139 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_SUPEQUAL; } YY_BREAK case 37: YY_RULE_SETUP #line 140 "fortran.lex" { return TOK_MODULE; } YY_BREAK case 38: YY_RULE_SETUP #line 141 "fortran.lex" { return TOK_WHILE; } YY_BREAK case 39: YY_RULE_SETUP #line 142 "fortran.lex" { return TOK_CONCURRENT; } YY_BREAK case 40: YY_RULE_SETUP #line 143 "fortran.lex" { return TOK_ENDDO; } YY_BREAK case 41: YY_RULE_SETUP #line 144 "fortran.lex" { strcpy(yylval.na,&fortran_text[2]); if (testandextractfromlist(&List_Do_labels,&fortran_text[2]) == 1) { return TOK_PLAINDO_LABEL_DJVIEW; } else { List_Do_labels=Insertname(List_Do_labels,yylval.na,1); return TOK_PLAINDO_LABEL; } } YY_BREAK case 42: YY_RULE_SETUP #line 155 "fortran.lex" { increment_nbtokens = 0; return TOK_PLAINDO;} YY_BREAK case 43: YY_RULE_SETUP #line 156 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_REAL; } YY_BREAK case 44: YY_RULE_SETUP #line 157 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_INTEGER; } YY_BREAK case 45: YY_RULE_SETUP #line 158 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_LOGICAL; } YY_BREAK case 46: YY_RULE_SETUP #line 159 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_CHARACTER; } YY_BREAK case 47: YY_RULE_SETUP #line 160 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_HEXA;} YY_BREAK case 48: YY_RULE_SETUP #line 161 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_DOUBLEPRECISION; } YY_BREAK case 49: YY_RULE_SETUP #line 162 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_DOUBLECOMPLEX; } YY_BREAK case 50: YY_RULE_SETUP #line 163 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_COMPLEX; } YY_BREAK case 51: YY_RULE_SETUP #line 164 "fortran.lex" { return TOK_ALLOCATABLE; } YY_BREAK case 52: YY_RULE_SETUP #line 165 "fortran.lex" { return TOK_CLOSE; } YY_BREAK case 53: YY_RULE_SETUP #line 166 "fortran.lex" { return TOK_INQUIRE; } YY_BREAK case 54: YY_RULE_SETUP #line 167 "fortran.lex" { return TOK_DIMENSION; } YY_BREAK case 55: YY_RULE_SETUP #line 168 "fortran.lex" { return TOK_PAUSE; } YY_BREAK case 56: YY_RULE_SETUP #line 169 "fortran.lex" { return TOK_EQUIVALENCE; } YY_BREAK case 57: YY_RULE_SETUP #line 170 "fortran.lex" { return TOK_STOP; } YY_BREAK case 58: YY_RULE_SETUP #line 171 "fortran.lex" { return TOK_WHERE; } YY_BREAK case 59: YY_RULE_SETUP #line 172 "fortran.lex" { return TOK_ENDWHERE; } YY_BREAK case 60: YY_RULE_SETUP #line 173 "fortran.lex" { return TOK_ELSEWHEREPAR; } YY_BREAK case 61: YY_RULE_SETUP #line 174 "fortran.lex" { return TOK_ELSEWHERE; } YY_BREAK case 62: YY_RULE_SETUP #line 175 "fortran.lex" { return TOK_CONTAINS; } YY_BREAK case 63: YY_RULE_SETUP #line 176 "fortran.lex" { return TOK_ONLY; } YY_BREAK case 64: YY_RULE_SETUP #line 177 "fortran.lex" { return TOK_PARAMETER; } YY_BREAK case 65: YY_RULE_SETUP #line 178 "fortran.lex" { return TOK_RECURSIVE; } YY_BREAK case 66: YY_RULE_SETUP #line 179 "fortran.lex" { return TOK_COMMON; } YY_BREAK case 67: YY_RULE_SETUP #line 180 "fortran.lex" { return TOK_GLOBAL; } YY_BREAK case 68: YY_RULE_SETUP #line 181 "fortran.lex" { return TOK_EXTERNAL; } YY_BREAK case 69: YY_RULE_SETUP #line 182 "fortran.lex" { return TOK_INTENT; } YY_BREAK case 70: YY_RULE_SETUP #line 183 "fortran.lex" { return TOK_POINTER; } YY_BREAK case 71: YY_RULE_SETUP #line 184 "fortran.lex" { return TOK_OPTIONAL; } YY_BREAK case 72: YY_RULE_SETUP #line 185 "fortran.lex" { return TOK_SAVE; } YY_BREAK case 73: YY_RULE_SETUP #line 186 "fortran.lex" { pos_cur_decl = setposcur()-5; return TOK_TYPEPAR; } YY_BREAK case 74: YY_RULE_SETUP #line 187 "fortran.lex" { return TOK_TYPE; } YY_BREAK case 75: YY_RULE_SETUP #line 188 "fortran.lex" { return TOK_ENDTYPE; } YY_BREAK case 76: YY_RULE_SETUP #line 189 "fortran.lex" { if (inallocate == 1) return TOK_STAT; else { strcpy(yylval.na,fortran_text); return TOK_NAME; } } YY_BREAK case 77: YY_RULE_SETUP #line 190 "fortran.lex" { return TOK_OPEN; } YY_BREAK case 78: YY_RULE_SETUP #line 191 "fortran.lex" { return TOK_RETURN; } YY_BREAK case 79: YY_RULE_SETUP #line 192 "fortran.lex" { return TOK_EXIT; } YY_BREAK case 80: YY_RULE_SETUP #line 193 "fortran.lex" { return TOK_PRINT; } YY_BREAK case 81: YY_RULE_SETUP #line 194 "fortran.lex" { return TOK_PROCEDURE; } YY_BREAK case 82: YY_RULE_SETUP #line 195 "fortran.lex" { return TOK_READ_PAR; } YY_BREAK case 83: YY_RULE_SETUP #line 196 "fortran.lex" { return TOK_READ; } YY_BREAK case 84: YY_RULE_SETUP #line 197 "fortran.lex" { return TOK_NAMELIST; } YY_BREAK case 85: YY_RULE_SETUP #line 198 "fortran.lex" { return TOK_WRITE_PAR; } YY_BREAK case 86: YY_RULE_SETUP #line 199 "fortran.lex" { return TOK_WRITE; } YY_BREAK case 87: YY_RULE_SETUP #line 200 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_FLUSH; } YY_BREAK case 88: YY_RULE_SETUP #line 201 "fortran.lex" { return TOK_TARGET; } YY_BREAK case 89: YY_RULE_SETUP #line 202 "fortran.lex" { return TOK_PUBLIC; } YY_BREAK case 90: YY_RULE_SETUP #line 203 "fortran.lex" { return TOK_PRIVATE; } YY_BREAK case 91: YY_RULE_SETUP #line 204 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_IN; } YY_BREAK case 92: YY_RULE_SETUP #line 205 "fortran.lex" { pos_curdata = setposcur()-strlen(fortran_text); /*Init_List_Data_Var();*/ return TOK_DATA; } YY_BREAK case 93: YY_RULE_SETUP #line 206 "fortran.lex" { return TOK_PLAINGOTO; } YY_BREAK case 94: YY_RULE_SETUP #line 207 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_OUT; } YY_BREAK case 95: YY_RULE_SETUP #line 208 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_INOUT; } YY_BREAK case 96: YY_RULE_SETUP #line 209 "fortran.lex" { return TOK_INTRINSIC; } YY_BREAK case 97: YY_RULE_SETUP #line 210 "fortran.lex" { return TOK_THEN; } YY_BREAK case 98: YY_RULE_SETUP #line 211 "fortran.lex" { return TOK_ELSEIF; } YY_BREAK case 99: YY_RULE_SETUP #line 212 "fortran.lex" { return TOK_ELSE; } YY_BREAK case 100: YY_RULE_SETUP #line 213 "fortran.lex" { return TOK_ENDIF; } YY_BREAK case 101: YY_RULE_SETUP #line 214 "fortran.lex" {strcpy(yylval.na,fortran_text); return TOK_LOGICALIF_PAR; } YY_BREAK case 102: /* rule 102 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up fortran_text */ (yy_c_buf_p) = yy_cp = yy_bp + 2; YY_DO_BEFORE_ACTION; /* set up fortran_text again */ YY_RULE_SETUP #line 217 "fortran.lex" {strcpy(yylval.na,fortran_text); return TOK_NAME; } YY_BREAK case 103: YY_RULE_SETUP #line 220 "fortran.lex" {strcpy(yylval.na,fortran_text); return TOK_LOGICALIF_PAR; } YY_BREAK case 104: YY_RULE_SETUP #line 223 "fortran.lex" { return TOK_SELECTCASE; } YY_BREAK case 105: YY_RULE_SETUP #line 224 "fortran.lex" { if (in_select_case_stmt > 0) return TOK_CASE ; else return TOK_NAME;} YY_BREAK case 106: YY_RULE_SETUP #line 225 "fortran.lex" { return TOK_DEFAULT; } YY_BREAK case 107: YY_RULE_SETUP #line 226 "fortran.lex" { return TOK_ENDSELECT; } YY_BREAK case 108: YY_RULE_SETUP #line 227 "fortran.lex" { return TOK_FILE; } YY_BREAK case 109: YY_RULE_SETUP #line 228 "fortran.lex" { return TOK_ACCESS; } YY_BREAK case 110: YY_RULE_SETUP #line 229 "fortran.lex" { return TOK_ACTION; } YY_BREAK case 111: YY_RULE_SETUP #line 230 "fortran.lex" { return TOK_IOLENGTH; } YY_BREAK case 112: YY_RULE_SETUP #line 231 "fortran.lex" { return TOK_UNIT; } YY_BREAK case 113: YY_RULE_SETUP #line 232 "fortran.lex" { return TOK_OPENED; } YY_BREAK case 114: YY_RULE_SETUP #line 233 "fortran.lex" { return TOK_FMT; } YY_BREAK case 115: YY_RULE_SETUP #line 234 "fortran.lex" { return TOK_NML; } YY_BREAK case 116: YY_RULE_SETUP #line 235 "fortran.lex" { return TOK_END; } YY_BREAK case 117: YY_RULE_SETUP #line 236 "fortran.lex" { return TOK_EOR; } YY_BREAK case 118: *yy_cp = (yy_hold_char); /* undo effects of setting up fortran_text */ (yy_c_buf_p) = yy_cp = yy_bp + 3; YY_DO_BEFORE_ACTION; /* set up fortran_text again */ YY_RULE_SETUP #line 237 "fortran.lex" { if (in_char_selector ==1) return TOK_LEN; else { strcpy(yylval.na,fortran_text); return TOK_NAME; } } YY_BREAK case 119: *yy_cp = (yy_hold_char); /* undo effects of setting up fortran_text */ (yy_c_buf_p) = yy_cp = yy_bp + 4; YY_DO_BEFORE_ACTION; /* set up fortran_text again */ YY_RULE_SETUP #line 245 "fortran.lex" { if ((in_char_selector==1) || (in_kind_selector == 1)) return TOK_KIND; else { strcpy(yylval.na,fortran_text); return TOK_NAME; } } YY_BREAK case 120: YY_RULE_SETUP #line 253 "fortran.lex" { return TOK_ERRMSG; } YY_BREAK case 121: YY_RULE_SETUP #line 254 "fortran.lex" { return TOK_MOLD; } YY_BREAK case 122: YY_RULE_SETUP #line 255 "fortran.lex" { return TOK_SOURCE; } YY_BREAK case 123: YY_RULE_SETUP #line 256 "fortran.lex" { return TOK_POSITION; } YY_BREAK case 124: YY_RULE_SETUP #line 257 "fortran.lex" { return TOK_IOMSG; } YY_BREAK case 125: YY_RULE_SETUP #line 258 "fortran.lex" { return TOK_IOSTAT; } YY_BREAK case 126: YY_RULE_SETUP #line 259 "fortran.lex" { return TOK_ERR; } YY_BREAK case 127: YY_RULE_SETUP #line 260 "fortran.lex" { return TOK_FORM; } YY_BREAK case 128: *yy_cp = (yy_hold_char); /* undo effects of setting up fortran_text */ (yy_c_buf_p) = yy_cp = yy_bp + 4; YY_DO_BEFORE_ACTION; /* set up fortran_text again */ YY_RULE_SETUP #line 261 "fortran.lex" { if (in_inquire==1) return TOK_NAME_EQ; else { strcpy(yylval.na,fortran_text); return TOK_NAME; } } YY_BREAK case 129: YY_RULE_SETUP #line 269 "fortran.lex" { return TOK_RECL; } YY_BREAK case 130: YY_RULE_SETUP #line 270 "fortran.lex" { return TOK_REC; } YY_BREAK case 131: *yy_cp = (yy_hold_char); /* undo effects of setting up fortran_text */ (yy_c_buf_p) = yy_cp = yy_bp + 6; YY_DO_BEFORE_ACTION; /* set up fortran_text again */ YY_RULE_SETUP #line 271 "fortran.lex" { if (close_or_connect == 1) return TOK_STATUS; else { strcpy(yylval.na,fortran_text); return TOK_NAME; } } YY_BREAK case 132: YY_RULE_SETUP #line 278 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_NAME;} YY_BREAK case 133: YY_RULE_SETUP #line 279 "fortran.lex" { return TOK_EXIST; } YY_BREAK case 134: YY_RULE_SETUP #line 280 "fortran.lex" { return TOK_CYCLE; } YY_BREAK case 135: YY_RULE_SETUP #line 281 "fortran.lex" { return TOK_BACKSPACE; } YY_BREAK case 136: YY_RULE_SETUP #line 282 "fortran.lex" { return TOK_FOURDOTS; } YY_BREAK case 137: /* rule 137 can match eol */ YY_RULE_SETUP #line 283 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_DSLASH; } YY_BREAK case 138: YY_RULE_SETUP #line 284 "fortran.lex" { return TOK_LEFTAB; } YY_BREAK case 139: YY_RULE_SETUP #line 285 "fortran.lex" { return TOK_RIGHTAB; } YY_BREAK case 140: YY_RULE_SETUP #line 286 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_SLASH; } YY_BREAK case 141: /* rule 141 can match eol */ YY_RULE_SETUP #line 287 "fortran.lex" { INCREMENT_LINE_NUM() ; strcpy(yylval.na,fortran_text); return TOK_CHAR_CUT; } YY_BREAK case 142: /* rule 142 can match eol */ YY_RULE_SETUP #line 289 "fortran.lex" {Add_Include_1(fortran_text);} YY_BREAK case 143: YY_RULE_SETUP #line 290 "fortran.lex" {} YY_BREAK case 144: /* rule 144 can match eol */ YY_RULE_SETUP #line 291 "fortran.lex" { if (inmoduledeclare == 0 ) { pos_end=setposcur(); RemoveWordSET_0(fortran_out,pos_curinclude,pos_end-pos_curinclude); } out_of_donottreat(); } YY_BREAK case 145: /* rule 145 can match eol */ YY_RULE_SETUP #line 299 "fortran.lex" { strcpy(yylval.na,fortran_text);return TOK_CHAR_CONSTANT; } YY_BREAK case 146: /* rule 146 can match eol */ YY_RULE_SETUP #line 300 "fortran.lex" { strcpy(yylval.na,fortran_text);return TOK_CHAR_MESSAGE; } YY_BREAK case 147: YY_RULE_SETUP #line 301 "fortran.lex" { BEGIN(donottreat); } YY_BREAK case 148: /* rule 148 can match eol */ YY_RULE_SETUP #line 302 "fortran.lex" { out_of_donottreat(); return '\n'; } YY_BREAK case 149: /* rule 149 can match eol */ YY_RULE_SETUP #line 303 "fortran.lex" {strcpy(yylval.na,fortran_text); removenewline(yylval.na); return TOK_NAME; } YY_BREAK case 150: YY_RULE_SETUP #line 305 "fortran.lex" { strcpy(yylval.na,fortran_text); return TOK_NAME; } YY_BREAK case 151: YY_RULE_SETUP #line 306 "fortran.lex" {strcpy(yylval.na,fortran_text); return TOK_CSTREAL; } YY_BREAK case 152: /* rule 152 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up fortran_text */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up fortran_text again */ YY_RULE_SETUP #line 307 "fortran.lex" { // REAL1 strcpy(yylval.na,fortran_text); return TOK_CSTREAL; } YY_BREAK case 153: YY_RULE_SETUP #line 309 "fortran.lex" { // REAL2 strcpy(yylval.na,fortran_text); return TOK_CSTREAL; } YY_BREAK case 154: YY_RULE_SETUP #line 311 "fortran.lex" { strcpy(yylval.na,fortran_text); if (lastwasendofstmt == 0) return TOK_CSTINT; else if (testandextractfromlist(&List_Do_labels,fortran_text) == 1) { removefromlist(&List_Do_labels,yylval.na); return TOK_LABEL_DJVIEW; } else { return TOK_LABEL; } } YY_BREAK case 155: YY_RULE_SETUP #line 325 "fortran.lex" {} YY_BREAK case 156: YY_RULE_SETUP #line 326 "fortran.lex" {} YY_BREAK case 157: *yy_cp = (yy_hold_char); /* undo effects of setting up fortran_text */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up fortran_text again */ YY_RULE_SETUP #line 327 "fortran.lex" { in_complex_literal = -1; return (int) *fortran_text; } YY_BREAK case 158: YY_RULE_SETUP #line 331 "fortran.lex" { strcpy(yylval.na,fortran_text); return (int) *fortran_text; } YY_BREAK case 159: YY_RULE_SETUP #line 332 "fortran.lex" { strcpy(yylval.na,fortran_text); return (int) *fortran_text; } YY_BREAK case 160: YY_RULE_SETUP #line 333 "fortran.lex" { lastwasendofstmt=1; token_since_endofstmt = 0; return TOK_SEMICOLON; } YY_BREAK case 161: YY_RULE_SETUP #line 334 "fortran.lex" { if (in_complex_literal==-1) {return TOK_COMMACOMPLEX; in_complex_literal=0;} else; return (int) *fortran_text; } YY_BREAK case 162: YY_RULE_SETUP #line 335 "fortran.lex" { return (int) *fortran_text; } YY_BREAK case 163: YY_RULE_SETUP #line 336 "fortran.lex" { return (int) *fortran_text; } YY_BREAK case 164: YY_RULE_SETUP #line 337 "fortran.lex" { return (int) *fortran_text; } YY_BREAK case 165: /* rule 165 can match eol */ YY_RULE_SETUP #line 338 "fortran.lex" { INCREMENT_LINE_NUM() ; lastwasendofstmt=1; token_since_endofstmt = 0; increment_nbtokens = 0; return '\n'; } YY_BREAK case 166: YY_RULE_SETUP #line 339 "fortran.lex" {increment_nbtokens = 0;} YY_BREAK case 167: /* rule 167 can match eol */ YY_RULE_SETUP #line 340 "fortran.lex" { return TOK_LABEL_FORMAT; } YY_BREAK case 168: /* rule 168 can match eol */ YY_RULE_SETUP #line 342 "fortran.lex" {return TOK_LABEL_FORMAT; } YY_BREAK case 169: /* rule 169 can match eol */ YY_RULE_SETUP #line 343 "fortran.lex" { INCREMENT_LINE_NUM() ; newlinef90=1; } YY_BREAK case 170: /* rule 170 can match eol */ YY_RULE_SETUP #line 344 "fortran.lex" { INCREMENT_LINE_NUM() ;} YY_BREAK case 171: /* rule 171 can match eol */ YY_RULE_SETUP #line 346 "fortran.lex" { INCREMENT_LINE_NUM() ; BEGIN(donottreat); } YY_BREAK case 172: /* rule 172 can match eol */ YY_RULE_SETUP #line 347 "fortran.lex" { out_of_donottreat(); return '\n'; } YY_BREAK case 173: /* rule 173 can match eol */ YY_RULE_SETUP #line 348 "fortran.lex" { INCREMENT_LINE_NUM() ; } YY_BREAK case 174: /* rule 174 can match eol */ YY_RULE_SETUP #line 349 "fortran.lex" { INCREMENT_LINE_NUM() ; increment_nbtokens = 0;} YY_BREAK case 175: /* rule 175 can match eol */ YY_RULE_SETUP #line 350 "fortran.lex" { INCREMENT_LINE_NUM() ; increment_nbtokens = 0;} YY_BREAK case 176: YY_RULE_SETUP #line 351 "fortran.lex" {increment_nbtokens = 0;} YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(parameter): case YY_STATE_EOF(character): case YY_STATE_EOF(donottreat): case YY_STATE_EOF(includestate): case YY_STATE_EOF(fortran77style): case YY_STATE_EOF(fortran90style): #line 352 "fortran.lex" {endoffile = 1; yyterminate();} YY_BREAK case 177: YY_RULE_SETUP #line 353 "fortran.lex" ECHO; YY_BREAK #line 4743 "fortran.yy.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed fortran_in at a new source and called * fortran_lex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = fortran_in; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( fortran_wrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * fortran_text, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of fortran_lex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { yy_size_t num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; fortran_restart(fortran_in ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) fortran_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1849 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1849 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 1848); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } static void yyunput (int c, register char * yy_bp ) { register char *yy_cp; yy_cp = (yy_c_buf_p); /* undo effects of setting up fortran_text */ *yy_cp = (yy_hold_char); if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) { /* need to shift things up to make room */ /* +2 for EOB chars. */ register yy_size_t number_to_move = (yy_n_chars) + 2; register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; register char *source = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) *--dest = *--source; yy_cp += (int) (dest - source); yy_bp += (int) (dest - source); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) YY_FATAL_ERROR( "flex scanner push-back overflow" ); } *--yy_cp = (char) c; (yytext_ptr) = yy_bp; (yy_hold_char) = *yy_cp; (yy_c_buf_p) = yy_cp; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ fortran_restart(fortran_in ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( fortran_wrap( ) ) return 0; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve fortran_text */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void fortran_restart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ fortran_ensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = fortran__create_buffer(fortran_in,YY_BUF_SIZE ); } fortran__init_buffer(YY_CURRENT_BUFFER,input_file ); fortran__load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void fortran__switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * fortran_pop_buffer_state(); * fortran_push_buffer_state(new_buffer); */ fortran_ensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; fortran__load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (fortran_wrap()) processing, but the only time this flag * is looked at is after fortran_wrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void fortran__load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; fortran_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE fortran__create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) fortran_alloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in fortran__create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) fortran_alloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in fortran__create_buffer()" ); b->yy_is_our_buffer = 1; fortran__init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with fortran__create_buffer() * */ void fortran__delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) fortran_free((void *) b->yy_ch_buf ); fortran_free((void *) b ); } #ifndef __cplusplus extern int isatty (int ); #endif /* __cplusplus */ /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a fortran_restart() or at EOF. */ static void fortran__init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; fortran__flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then fortran__init_buffer was _probably_ * called from fortran_restart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void fortran__flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) fortran__load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void fortran_push_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; fortran_ensure_buffer_stack(); /* This block is copied from fortran__switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from fortran__switch_to_buffer. */ fortran__load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void fortran_pop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; fortran__delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { fortran__load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void fortran_ensure_buffer_stack (void) { yy_size_t num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)fortran_alloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in fortran_ensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)fortran_realloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in fortran_ensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE fortran__scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) fortran_alloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in fortran__scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; fortran__switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to fortran_lex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * fortran__scan_bytes() instead. */ YY_BUFFER_STATE fortran__scan_string (yyconst char * yystr ) { return fortran__scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to fortran_lex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE fortran__scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n, i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) fortran_alloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in fortran__scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = fortran__scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in fortran__scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up fortran_text. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ fortran_text[fortran_leng] = (yy_hold_char); \ (yy_c_buf_p) = fortran_text + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ fortran_leng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int fortran_get_lineno (void) { return fortran_lineno; } /** Get the input stream. * */ FILE *fortran_get_in (void) { return fortran_in; } /** Get the output stream. * */ FILE *fortran_get_out (void) { return fortran_out; } /** Get the length of the current token. * */ yy_size_t fortran_get_leng (void) { return fortran_leng; } /** Get the current token. * */ char *fortran_get_text (void) { return fortran_text; } /** Set the current line number. * @param line_number * */ void fortran_set_lineno (int line_number ) { fortran_lineno = line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * * @see fortran__switch_to_buffer */ void fortran_set_in (FILE * in_str ) { fortran_in = in_str ; } void fortran_set_out (FILE * out_str ) { fortran_out = out_str ; } int fortran_get_debug (void) { return fortran__flex_debug; } void fortran_set_debug (int bdebug ) { fortran__flex_debug = bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from fortran_lex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT fortran_in = stdin; fortran_out = stdout; #else fortran_in = (FILE *) 0; fortran_out = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * fortran_lex_init() */ return 0; } /* fortran_lex_destroy is for both reentrant and non-reentrant scanners. */ int fortran_lex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ fortran__delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; fortran_pop_buffer_state(); } /* Destroy the stack itself. */ fortran_free((yy_buffer_stack) ); (yy_buffer_stack) = NULL; fortran_free ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * fortran_lex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *fortran_alloc (yy_size_t size ) { return (void *) malloc( size ); } void *fortran_realloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void fortran_free (void * ptr ) { free( (char *) ptr ); /* see fortran_realloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 353 "fortran.lex" void out_of_donottreat ( void ) { BEGIN(INITIAL); if (infixed) BEGIN(fortran77style) ; if (infree) BEGIN(fortran90style) ; INCREMENT_LINE_NUM() ; }