/* A Bison parser, made by GNU Bison 1.875. */ /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. This special exception was added by the Free Software Foundation in version 1.24 of Bison. */ /* Written by Richard Stallman by simplifying the original so called ``semantic'' parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Using locations. */ #define YYLSP_NEEDED 1 /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { TTINT = 258, NUM = 259, STR = 260, ID = 261, FNCT = 262, TINT = 263, TRANGE = 264, TINC = 265, TFORALL = 266, TIN = 267, TWHILE = 268, TIF = 269, TELSE = 270, TRETURN = 271, TTHIS = 272, TSET = 273, TVOID = 274, TFLOAT = 275, BUILTIN = 276, TMOVE = 277, TSUM = 278, TPROD = 279, TCLASS = 280, TNATIVE = 281, TIMPORT = 282, TINCLUDE = 283, TBREAK = 284, TCONTINUE = 285, TUNION = 286, TINTER = 287, TSETMINUS = 288, TSTRING = 289, TSELECT = 290, TMAXIMIZING = 291, TMINIMIZING = 292, TMAX = 293, TINTERFACE = 294, TIMPLEMENTS = 295, TEXTENDS = 296, TNEW = 297, TFUNCTION = 298, TEXPR = 299, TFCEXPR = 300, TAND = 301, TOR = 302, TSELECTMIN = 303, TSELECTMAX = 304, TSELECTFIRST = 305, TSELECTCIRCULAR = 306, TSETOF = 307, TTABS = 308, TTFLOOR = 309, TTCEIL = 310, TTROUND = 311, TARGMAX = 312, TTLOOKAHEAD = 313, TTINTTOSTRING = 314, TTONCHANGE = 315, TARGMIN = 316, TMIN = 317, TTCARD = 318, TTUPLE = 319, TCROSS = 320, TTARRAYDECL = 321, TTMATRIXDECL = 322, TATOMIC = 323, TLOGGING = 324, TCLOSURE = 325, TTCLOSURE = 326, TTWHEN = 327, TTWHENEVER = 328, TTREACHES = 329, TTCHANGES = 330, TCOUNTER = 331, TTNEIGHBOR = 332, TTINTEGER = 333, TTFLOATW = 334, TTABSTRACT = 335, TSELECTRANDOM = 336, TCONTINUATION = 337, TTCONTINUATION = 338, TCALL = 339, TINSTANCEOF = 340, TTRY = 341, TCATCH = 342, TTHROW = 343, TCAST = 344, TREF = 345, TDO = 346, TTSWITCH = 347, TTCASE = 348, TTDEFAULT = 349, TTNULL = 350, TTOBJECT = 351, TTBOOLEAN = 352, TTTRUE = 353, TTFALSE = 354, TTEVENT = 355, TTNOTIFY = 356, TTCLEAREVENTS = 357, TTKEYEVENT = 358, TTPCLOSURE = 359, TTWITH = 360, TTINTERVAL = 361, TTMEMBER = 362, TTASSERT = 363, TASSIGN = 364, TSWAP = 365, TOUTPUT = 366, ARROW = 367, LONGARROW = 368, PARROW = 369, TEQUAL = 370, TGREATEREQ = 371, TSMALLEREQ = 372, TNOTEQUAL = 373, TDOTDOT = 374, TDOTDOTDOT = 375, TCOLCOL = 376, TTOR = 377, TTAND = 378, TTNOT = 379, TPREINCR = 380, TPREDECR = 381, TORPREC = 382, TANDPREC = 383, TSUMPREC = 384, TPRODPREC = 385, NEG = 386, PPAREN = 387 }; #endif #define TTINT 258 #define NUM 259 #define STR 260 #define ID 261 #define FNCT 262 #define TINT 263 #define TRANGE 264 #define TINC 265 #define TFORALL 266 #define TIN 267 #define TWHILE 268 #define TIF 269 #define TELSE 270 #define TRETURN 271 #define TTHIS 272 #define TSET 273 #define TVOID 274 #define TFLOAT 275 #define BUILTIN 276 #define TMOVE 277 #define TSUM 278 #define TPROD 279 #define TCLASS 280 #define TNATIVE 281 #define TIMPORT 282 #define TINCLUDE 283 #define TBREAK 284 #define TCONTINUE 285 #define TUNION 286 #define TINTER 287 #define TSETMINUS 288 #define TSTRING 289 #define TSELECT 290 #define TMAXIMIZING 291 #define TMINIMIZING 292 #define TMAX 293 #define TINTERFACE 294 #define TIMPLEMENTS 295 #define TEXTENDS 296 #define TNEW 297 #define TFUNCTION 298 #define TEXPR 299 #define TFCEXPR 300 #define TAND 301 #define TOR 302 #define TSELECTMIN 303 #define TSELECTMAX 304 #define TSELECTFIRST 305 #define TSELECTCIRCULAR 306 #define TSETOF 307 #define TTABS 308 #define TTFLOOR 309 #define TTCEIL 310 #define TTROUND 311 #define TARGMAX 312 #define TTLOOKAHEAD 313 #define TTINTTOSTRING 314 #define TTONCHANGE 315 #define TARGMIN 316 #define TMIN 317 #define TTCARD 318 #define TTUPLE 319 #define TCROSS 320 #define TTARRAYDECL 321 #define TTMATRIXDECL 322 #define TATOMIC 323 #define TLOGGING 324 #define TCLOSURE 325 #define TTCLOSURE 326 #define TTWHEN 327 #define TTWHENEVER 328 #define TTREACHES 329 #define TTCHANGES 330 #define TCOUNTER 331 #define TTNEIGHBOR 332 #define TTINTEGER 333 #define TTFLOATW 334 #define TTABSTRACT 335 #define TSELECTRANDOM 336 #define TCONTINUATION 337 #define TTCONTINUATION 338 #define TCALL 339 #define TINSTANCEOF 340 #define TTRY 341 #define TCATCH 342 #define TTHROW 343 #define TCAST 344 #define TREF 345 #define TDO 346 #define TTSWITCH 347 #define TTCASE 348 #define TTDEFAULT 349 #define TTNULL 350 #define TTOBJECT 351 #define TTBOOLEAN 352 #define TTTRUE 353 #define TTFALSE 354 #define TTEVENT 355 #define TTNOTIFY 356 #define TTCLEAREVENTS 357 #define TTKEYEVENT 358 #define TTPCLOSURE 359 #define TTWITH 360 #define TTINTERVAL 361 #define TTMEMBER 362 #define TTASSERT 363 #define TASSIGN 364 #define TSWAP 365 #define TOUTPUT 366 #define ARROW 367 #define LONGARROW 368 #define PARROW 369 #define TEQUAL 370 #define TGREATEREQ 371 #define TSMALLEREQ 372 #define TNOTEQUAL 373 #define TDOTDOT 374 #define TDOTDOTDOT 375 #define TCOLCOL 376 #define TTOR 377 #define TTAND 378 #define TTNOT 379 #define TPREINCR 380 #define TPREDECR 381 #define TORPREC 382 #define TANDPREC 383 #define TSUMPREC 384 #define TPRODPREC 385 #define NEG 386 #define PPAREN 387 /* Copy the first part of user declarations. */ #line 1 "grammar.y" #include #include #include #include "parser.H" #include "ast.H" #define YYERROR_VERBOSE #define YYPARSE_PARAM parser #define YYLEX_PARAM parser /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) #line 11 "grammar.y" typedef union YYSTYPE { LocASTNode* tnode; int intval; double val; LocSymbol* smb; } YYSTYPE; /* Line 191 of yacc.c. */ #line 357 "/tmp/tmpParserldm" # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 #endif #if ! defined (YYLTYPE) && ! defined (YYLTYPE_IS_DECLARED) typedef struct YYLTYPE { int first_line; int first_column; int last_line; int last_column; } YYLTYPE; # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ # define YYLTYPE_IS_DECLARED 1 # define YYLTYPE_IS_TRIVIAL 1 #endif /* Copy the second part of user declarations. */ #line 17 "grammar.y" struct yyltype; int yylex(YYSTYPE*,yyltype*,void*); /* Line 214 of yacc.c. */ #line 385 "/tmp/tmpParserldm" #if ! defined (yyoverflow) || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # if YYSTACK_USE_ALLOCA # define YYSTACK_ALLOC alloca # else # ifndef YYSTACK_USE_ALLOCA # if defined (alloca) || defined (_ALLOCA_H) # define YYSTACK_ALLOC alloca # else # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0) # else # if defined (__STDC__) || defined (__cplusplus) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # endif # define YYSTACK_ALLOC malloc # define YYSTACK_FREE free # endif #endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */ #if (! defined (yyoverflow) \ && (! defined (__cplusplus) \ || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { short yyss; YYSTYPE yyvs; YYLTYPE yyls; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ + 2 * YYSTACK_GAP_MAXIMUM) /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ register YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (0) # endif # endif /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack, Stack, yysize); \ Stack = &yyptr->Stack; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (0) #endif #if defined (__STDC__) || defined (__cplusplus) typedef signed char yysigned_char; #else typedef short yysigned_char; #endif /* YYFINAL -- State number of the termination state. */ #define YYFINAL 185 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 5646 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 155 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 46 /* YYNRULES -- Number of rules. */ #define YYNRULES 276 /* YYNRULES -- Number of states. */ #define YYNSTATES 887 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 387 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const unsigned char yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 141, 2, 2, 2, 139, 2, 2, 147, 148, 137, 135, 153, 134, 144, 138, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 128, 146, 133, 131, 132, 127, 154, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 149, 2, 150, 143, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 151, 2, 152, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 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, 129, 130, 136, 140, 142, 145 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const unsigned short yyprhs[] = { 0, 0, 3, 5, 6, 9, 15, 22, 31, 42, 51, 62, 67, 74, 79, 88, 99, 109, 121, 133, 147, 154, 163, 171, 181, 191, 203, 213, 225, 232, 241, 252, 262, 274, 286, 300, 309, 320, 330, 342, 354, 368, 380, 394, 399, 404, 409, 414, 420, 428, 432, 438, 444, 452, 458, 468, 472, 477, 480, 487, 496, 504, 514, 521, 529, 533, 537, 540, 543, 546, 552, 561, 570, 582, 594, 600, 606, 615, 621, 626, 632, 643, 658, 668, 674, 680, 687, 691, 695, 703, 709, 715, 721, 727, 731, 735, 742, 752, 760, 762, 765, 772, 778, 779, 783, 789, 791, 801, 808, 810, 814, 816, 818, 820, 825, 827, 832, 837, 839, 841, 843, 845, 847, 849, 851, 853, 855, 857, 859, 864, 869, 871, 873, 875, 877, 879, 882, 887, 889, 891, 893, 895, 897, 899, 904, 908, 912, 916, 920, 924, 928, 932, 935, 938, 941, 946, 951, 956, 961, 965, 969, 973, 977, 981, 985, 989, 993, 999, 1003, 1007, 1011, 1015, 1022, 1024, 1028, 1034, 1040, 1046, 1052, 1058, 1064, 1070, 1076, 1083, 1090, 1095, 1101, 1105, 1113, 1116, 1119, 1122, 1125, 1128, 1131, 1135, 1140, 1148, 1150, 1155, 1160, 1162, 1168, 1174, 1180, 1182, 1187, 1195, 1199, 1206, 1216, 1222, 1223, 1227, 1231, 1235, 1239, 1245, 1247, 1251, 1252, 1254, 1258, 1262, 1264, 1268, 1272, 1274, 1278, 1279, 1282, 1283, 1287, 1289, 1293, 1295, 1298, 1301, 1305, 1306, 1308, 1312, 1313, 1316, 1321, 1330, 1337, 1345, 1353, 1359, 1366, 1373, 1374, 1377, 1382, 1391, 1398, 1406, 1419, 1425, 1432, 1439, 1440, 1443, 1450, 1456, 1457, 1460, 1467, 1468, 1471, 1475, 1477, 1481, 1482, 1485, 1486 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const short yyrhs[] = { 156, 0, -1, 157, -1, -1, 158, 157, -1, 168, 6, 131, 169, 146, -1, 168, 6, 147, 177, 148, 146, -1, 168, 6, 147, 177, 148, 109, 169, 146, -1, 170, 131, 42, 168, 147, 177, 148, 109, 169, 146, -1, 168, 6, 147, 177, 148, 112, 169, 146, -1, 170, 131, 42, 168, 147, 177, 148, 112, 169, 146, -1, 168, 6, 185, 146, -1, 168, 6, 185, 131, 169, 146, -1, 168, 6, 172, 146, -1, 168, 6, 149, 169, 150, 131, 169, 146, -1, 170, 131, 42, 168, 149, 169, 150, 131, 169, 146, -1, 168, 6, 149, 169, 150, 147, 177, 148, 146, -1, 170, 131, 42, 168, 149, 169, 150, 147, 177, 148, 146, -1, 168, 6, 149, 169, 150, 147, 177, 148, 109, 169, 146, -1, 170, 131, 42, 168, 149, 169, 150, 147, 177, 148, 109, 169, 146, -1, 168, 6, 173, 131, 169, 146, -1, 170, 131, 42, 168, 173, 131, 169, 146, -1, 168, 6, 173, 147, 177, 148, 146, -1, 170, 131, 42, 168, 173, 147, 177, 148, 146, -1, 168, 6, 173, 147, 177, 148, 109, 169, 146, -1, 170, 131, 42, 168, 173, 147, 177, 148, 109, 169, 146, -1, 168, 6, 173, 147, 177, 148, 112, 169, 146, -1, 170, 131, 42, 168, 173, 147, 177, 148, 112, 169, 146, -1, 168, 6, 149, 178, 150, 146, -1, 168, 6, 149, 178, 150, 131, 169, 146, -1, 170, 131, 42, 168, 149, 178, 150, 131, 169, 146, -1, 168, 6, 149, 178, 150, 147, 177, 148, 146, -1, 170, 131, 42, 168, 149, 178, 150, 147, 177, 148, 146, -1, 168, 6, 149, 178, 150, 147, 177, 148, 109, 169, 146, -1, 170, 131, 42, 168, 149, 178, 150, 147, 177, 148, 109, 169, 146, -1, 168, 6, 149, 180, 150, 131, 169, 146, -1, 170, 131, 42, 168, 149, 180, 150, 131, 169, 146, -1, 168, 6, 149, 180, 150, 147, 177, 148, 146, -1, 170, 131, 42, 168, 149, 180, 150, 147, 177, 148, 146, -1, 168, 6, 149, 180, 150, 147, 177, 148, 109, 169, 146, -1, 170, 131, 42, 168, 149, 180, 150, 147, 177, 148, 109, 169, 146, -1, 168, 6, 149, 180, 150, 147, 177, 148, 112, 169, 146, -1, 170, 131, 42, 168, 149, 180, 150, 147, 177, 148, 112, 169, 146, -1, 170, 131, 169, 146, -1, 170, 109, 169, 146, -1, 170, 110, 170, 146, -1, 170, 112, 169, 146, -1, 13, 147, 169, 148, 158, -1, 91, 158, 13, 147, 169, 148, 146, -1, 151, 157, 152, -1, 11, 147, 176, 148, 158, -1, 14, 147, 169, 148, 158, -1, 14, 147, 169, 148, 158, 15, 158, -1, 108, 147, 169, 148, 146, -1, 43, 168, 6, 147, 187, 148, 151, 157, 152, -1, 16, 169, 146, -1, 21, 147, 148, 146, -1, 22, 158, -1, 25, 6, 199, 151, 188, 152, -1, 25, 6, 41, 6, 199, 151, 190, 152, -1, 80, 25, 6, 199, 151, 188, 152, -1, 80, 25, 6, 41, 6, 199, 151, 190, 152, -1, 39, 6, 200, 151, 194, 152, -1, 26, 25, 6, 199, 151, 192, 152, -1, 27, 6, 146, -1, 28, 5, 146, -1, 169, 146, -1, 29, 146, -1, 30, 146, -1, 35, 147, 176, 148, 158, -1, 49, 147, 176, 148, 147, 169, 148, 158, -1, 48, 147, 176, 148, 147, 169, 148, 158, -1, 48, 149, 169, 150, 147, 176, 148, 147, 169, 148, 158, -1, 49, 149, 169, 150, 147, 176, 148, 147, 169, 148, 158, -1, 50, 147, 176, 148, 158, -1, 81, 147, 176, 148, 158, -1, 51, 147, 176, 148, 147, 169, 148, 158, -1, 60, 147, 169, 148, 158, -1, 171, 111, 164, 146, -1, 64, 6, 151, 196, 152, -1, 168, 6, 121, 6, 147, 187, 148, 151, 157, 152, -1, 6, 121, 6, 147, 187, 148, 128, 6, 147, 177, 148, 151, 157, 152, -1, 6, 121, 6, 147, 187, 148, 151, 157, 152, -1, 68, 147, 169, 148, 158, -1, 69, 147, 169, 148, 158, -1, 105, 6, 147, 171, 148, 158, -1, 72, 162, 158, -1, 73, 163, 158, -1, 77, 147, 169, 153, 169, 148, 158, -1, 82, 6, 151, 157, 152, -1, 71, 6, 151, 157, 152, -1, 104, 6, 151, 157, 152, -1, 84, 147, 169, 148, 146, -1, 86, 158, 159, -1, 88, 169, 146, -1, 101, 6, 147, 177, 148, 146, -1, 101, 6, 149, 169, 150, 147, 177, 148, 146, -1, 92, 147, 169, 148, 151, 161, 152, -1, 160, -1, 160, 159, -1, 87, 147, 6, 6, 148, 158, -1, 87, 147, 120, 148, 158, -1, -1, 94, 128, 157, -1, 93, 3, 128, 157, 161, -1, 163, -1, 170, 154, 6, 149, 169, 150, 147, 187, 148, -1, 170, 154, 6, 147, 187, 148, -1, 169, -1, 169, 111, 164, -1, 8, -1, 97, -1, 20, -1, 18, 151, 168, 152, -1, 6, -1, 10, 151, 165, 152, -1, 45, 151, 165, 152, -1, 8, -1, 97, -1, 106, -1, 9, -1, 96, -1, 78, -1, 79, -1, 34, -1, 70, -1, 83, -1, 76, -1, 18, 151, 168, 152, -1, 90, 151, 168, 152, -1, 19, -1, 20, -1, 166, -1, 6, -1, 167, -1, 168, 66, -1, 168, 67, 182, 150, -1, 3, -1, 4, -1, 95, -1, 98, -1, 99, -1, 5, -1, 59, 147, 169, 148, -1, 169, 135, 169, -1, 169, 134, 169, -1, 169, 137, 169, -1, 169, 138, 169, -1, 169, 139, 169, -1, 169, 123, 169, -1, 169, 122, 169, -1, 124, 169, -1, 134, 169, -1, 135, 169, -1, 53, 147, 169, 148, -1, 54, 147, 169, 148, -1, 56, 147, 169, 148, -1, 55, 147, 169, 148, -1, 169, 143, 169, -1, 169, 119, 169, -1, 169, 132, 169, -1, 169, 133, 169, -1, 169, 115, 169, -1, 169, 116, 169, -1, 169, 117, 169, -1, 169, 118, 169, -1, 169, 127, 169, 128, 169, -1, 169, 31, 169, -1, 169, 32, 169, -1, 169, 65, 169, -1, 169, 33, 169, -1, 107, 147, 169, 153, 169, 148, -1, 171, -1, 147, 169, 148, -1, 52, 147, 174, 148, 169, -1, 24, 147, 174, 148, 169, -1, 23, 147, 174, 148, 169, -1, 46, 147, 174, 148, 169, -1, 47, 147, 174, 148, 169, -1, 38, 147, 175, 148, 169, -1, 57, 147, 174, 148, 169, -1, 62, 147, 174, 148, 169, -1, 62, 147, 169, 153, 169, 148, -1, 38, 147, 169, 153, 169, 148, -1, 63, 147, 169, 148, -1, 61, 147, 174, 148, 169, -1, 151, 169, 152, -1, 58, 147, 169, 153, 169, 148, 158, -1, 71, 158, -1, 104, 158, -1, 125, 170, -1, 170, 125, -1, 126, 170, -1, 170, 126, -1, 170, 85, 6, -1, 147, 169, 148, 169, -1, 169, 105, 6, 147, 171, 148, 158, -1, 6, -1, 171, 149, 169, 150, -1, 171, 149, 178, 150, -1, 170, -1, 42, 168, 147, 177, 148, -1, 42, 168, 149, 169, 150, -1, 42, 168, 149, 178, 150, -1, 17, -1, 6, 147, 177, 148, -1, 6, 147, 177, 148, 151, 157, 152, -1, 171, 144, 6, -1, 171, 144, 6, 147, 177, 148, -1, 171, 144, 6, 147, 177, 148, 151, 157, 152, -1, 171, 144, 102, 147, 148, -1, -1, 149, 169, 150, -1, 149, 174, 150, -1, 6, 12, 169, -1, 6, 12, 169, -1, 6, 12, 169, 128, 169, -1, 175, -1, 175, 153, 176, -1, -1, 169, -1, 169, 153, 177, -1, 169, 153, 179, -1, 169, -1, 169, 153, 179, -1, 174, 153, 181, -1, 174, -1, 174, 153, 181, -1, -1, 153, 182, -1, -1, 149, 167, 150, -1, 66, -1, 67, 182, 150, -1, 184, -1, 184, 185, -1, 168, 6, -1, 168, 6, 185, -1, -1, 186, -1, 186, 153, 187, -1, -1, 189, 188, -1, 168, 6, 183, 146, -1, 168, 6, 147, 187, 148, 151, 157, 152, -1, 168, 6, 147, 187, 148, 146, -1, 80, 168, 6, 147, 187, 148, 146, -1, 6, 147, 187, 148, 151, 157, 152, -1, 6, 147, 187, 148, 146, -1, 100, 6, 147, 187, 148, 146, -1, 103, 6, 147, 187, 148, 146, -1, -1, 191, 190, -1, 168, 6, 183, 146, -1, 168, 6, 147, 187, 148, 151, 157, 152, -1, 168, 6, 147, 187, 148, 146, -1, 80, 168, 6, 147, 187, 148, 146, -1, 6, 147, 187, 148, 128, 6, 147, 177, 148, 151, 157, 152, -1, 6, 147, 187, 148, 146, -1, 100, 6, 147, 187, 148, 146, -1, 103, 6, 147, 187, 148, 146, -1, -1, 193, 192, -1, 168, 6, 147, 187, 148, 146, -1, 6, 147, 187, 148, 146, -1, -1, 195, 194, -1, 168, 6, 147, 187, 148, 146, -1, -1, 197, 196, -1, 168, 6, 146, -1, 6, -1, 6, 153, 198, -1, -1, 40, 198, -1, -1, 41, 198, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const unsigned short yyrline[] = { 0, 84, 84, 88, 89, 96, 98, 104, 110, 116, 122, 130, 132, 137, 139, 144, 149, 155, 160, 166, 173, 178, 183, 189, 194, 200, 205, 211, 228, 230, 235, 240, 245, 250, 255, 262, 267, 272, 278, 283, 289, 294, 300, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 323, 325, 327, 329, 334, 340, 345, 351, 356, 361, 366, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 388, 396, 408, 414, 424, 435, 458, 461, 464, 467, 472, 477, 483, 486, 489, 492, 497, 503, 510, 514, 521, 528, 535, 538, 544, 555, 557, 566, 573, 574, 578, 579, 580, 581, 582, 586, 587, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 607, 608, 609, 610, 614, 615, 616, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 674, 676, 678, 680, 682, 684, 686, 688, 690, 714, 715, 716, 719, 720, 721, 722, 723, 724, 727, 733, 734, 735, 741, 748, 749, 753, 757, 761, 762, 766, 767, 771, 772, 773, 777, 780, 781, 785, 789, 790, 794, 795, 799, 800, 804, 806, 813, 817, 821, 822, 827, 828, 829, 833, 834, 838, 840, 841, 842, 846, 847, 852, 855, 862, 863, 867, 872, 877, 882, 887, 900, 905, 908, 914, 915, 919, 920, 924, 925, 929, 933, 934, 938, 942, 948, 957, 960, 967, 970 }; #endif #if YYDEBUG || YYERROR_VERBOSE /* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "TTINT", "NUM", "STR", "ID", "FNCT", "\"int\"", "TRANGE", "TINC", "TFORALL", "TIN", "TWHILE", "TIF", "TELSE", "TRETURN", "TTHIS", "TSET", "TVOID", "TFLOAT", "BUILTIN", "TMOVE", "TSUM", "TPROD", "TCLASS", "TNATIVE", "TIMPORT", "TINCLUDE", "TBREAK", "TCONTINUE", "TUNION", "TINTER", "TSETMINUS", "TSTRING", "TSELECT", "TMAXIMIZING", "TMINIMIZING", "TMAX", "TINTERFACE", "TIMPLEMENTS", "TEXTENDS", "TNEW", "TFUNCTION", "TEXPR", "TFCEXPR", "TAND", "TOR", "TSELECTMIN", "TSELECTMAX", "TSELECTFIRST", "TSELECTCIRCULAR", "TSETOF", "TTABS", "TTFLOOR", "TTCEIL", "TTROUND", "TARGMAX", "TTLOOKAHEAD", "TTINTTOSTRING", "TTONCHANGE", "TARGMIN", "TMIN", "TTCARD", "TTUPLE", "TCROSS", "\"[]\"", "\"[,\"", "TATOMIC", "TLOGGING", "TCLOSURE", "TTCLOSURE", "TTWHEN", "TTWHENEVER", "TTREACHES", "TTCHANGES", "TCOUNTER", "TTNEIGHBOR", "TTINTEGER", "TTFLOATW", "TTABSTRACT", "TSELECTRANDOM", "TCONTINUATION", "TTCONTINUATION", "TCALL", "TINSTANCEOF", "TTRY", "TCATCH", "TTHROW", "TCAST", "TREF", "TDO", "TTSWITCH", "TTCASE", "TTDEFAULT", "TTNULL", "TTOBJECT", "TTBOOLEAN", "TTTRUE", "TTFALSE", "TTEVENT", "TTNOTIFY", "TTCLEAREVENTS", "TTKEYEVENT", "TTPCLOSURE", "TTWITH", "TTINTERVAL", "TTMEMBER", "TTASSERT", "\":=\"", "\":=:\"", "\"<<\"", "\"<-\"", "\"<--\"", "\"<<-\"", "\"==\"", "\">=\"", "\"<=\"", "\"!=\"", "\"..\"", "\"...\"", "\"::\"", "\"||\"", "\"&&\"", "\"!\"", "\"++\"", "\"--\"", "'?'", "':'", "TORPREC", "TANDPREC", "'='", "'>'", "'<'", "'-'", "'+'", "TSUMPREC", "'*'", "'/'", "'%'", "TPRODPREC", "'!'", "NEG", "'^'", "'.'", "PPAREN", "';'", "'('", "')'", "'['", "']'", "'{'", "'}'", "','", "'@'", "$accept", "Program", "ListStatement", "Statement", "CatchClauses", "CatchClause", "ListCases", "EventExpr", "WheneverEventExpr", "ListOutput", "IncType", "ConstrType", "BasicType", "Type", "Exp", "Lvalue", "Deref", "ArrayDecl", "GenericArrayDecl", "ArrayParamDecl", "ParamDecl", "ListParamDecl", "ListExp", "TwoOrMoreExp", "OneOrMoreExp", "TwoOrMoreArrayParamDecl", "OneOrMoreArrayParamDecl", "ListComma", "FormalArrayDecl", "TypeSuffix", "ListTypeSuffix", "Formal", "ListFormal", "ListClassDecl", "ClassDecl", "ListSubClassDecl", "SubClassDecl", "ListNativeClassDecl", "NativeClassDecl", "ListInterfaceDecl", "InterfaceDecl", "ListTupleDecl", "TupleDecl", "ListId", "Implements", "Extends", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const unsigned short yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 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, 63, 58, 382, 383, 61, 62, 60, 45, 43, 384, 42, 47, 37, 385, 33, 386, 94, 46, 387, 59, 40, 41, 91, 93, 123, 125, 44, 64 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const unsigned char yyr1[] = { 0, 155, 156, 157, 157, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 159, 159, 160, 160, 161, 161, 161, 162, 162, 163, 164, 164, 165, 165, 165, 165, 165, 166, 166, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 168, 168, 168, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 171, 172, 172, 173, 174, 175, 175, 176, 176, 177, 177, 177, 178, 179, 179, 180, 181, 181, 182, 182, 183, 183, 184, 184, 185, 185, 186, 186, 187, 187, 187, 188, 188, 189, 189, 189, 189, 189, 189, 189, 189, 190, 190, 191, 191, 191, 191, 191, 191, 191, 191, 192, 192, 193, 193, 194, 194, 195, 196, 196, 197, 198, 198, 199, 199, 200, 200 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const unsigned char yyr2[] = { 0, 2, 1, 0, 2, 5, 6, 8, 10, 8, 10, 4, 6, 4, 8, 10, 9, 11, 11, 13, 6, 8, 7, 9, 9, 11, 9, 11, 6, 8, 10, 9, 11, 11, 13, 8, 10, 9, 11, 11, 13, 11, 13, 4, 4, 4, 4, 5, 7, 3, 5, 5, 7, 5, 9, 3, 4, 2, 6, 8, 7, 9, 6, 7, 3, 3, 2, 2, 2, 5, 8, 8, 11, 11, 5, 5, 8, 5, 4, 5, 10, 14, 9, 5, 5, 6, 3, 3, 7, 5, 5, 5, 5, 3, 3, 6, 9, 7, 1, 2, 6, 5, 0, 3, 5, 1, 9, 6, 1, 3, 1, 1, 1, 4, 1, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 1, 1, 1, 1, 1, 2, 4, 1, 1, 1, 1, 1, 1, 4, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 5, 3, 3, 3, 3, 6, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 4, 5, 3, 7, 2, 2, 2, 2, 2, 2, 3, 4, 7, 1, 4, 4, 1, 5, 5, 5, 1, 4, 7, 3, 6, 9, 5, 0, 3, 3, 3, 3, 5, 1, 3, 0, 1, 3, 3, 1, 3, 3, 1, 3, 0, 2, 0, 3, 1, 3, 1, 2, 2, 3, 0, 1, 3, 0, 2, 4, 8, 6, 7, 7, 5, 6, 6, 0, 2, 4, 8, 6, 7, 12, 5, 6, 6, 0, 2, 6, 5, 0, 2, 6, 0, 2, 3, 1, 3, 0, 2, 0, 2 }; /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state STATE-NUM when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const unsigned short yydefact[] = { 3, 137, 138, 142, 197, 117, 120, 0, 0, 0, 0, 0, 204, 0, 130, 131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 124, 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, 125, 0, 0, 0, 127, 0, 122, 123, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 139, 121, 118, 140, 141, 0, 0, 0, 119, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 3, 132, 134, 0, 0, 200, 172, 0, 219, 0, 0, 0, 0, 197, 0, 0, 0, 0, 200, 172, 0, 0, 57, 0, 0, 273, 0, 0, 0, 67, 68, 0, 0, 275, 133, 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, 197, 188, 0, 105, 200, 0, 0, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 197, 189, 0, 0, 0, 151, 190, 192, 152, 153, 0, 0, 0, 1, 4, 211, 135, 228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 191, 193, 0, 0, 0, 0, 0, 220, 0, 114, 110, 0, 112, 111, 0, 0, 217, 0, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 273, 64, 65, 0, 197, 0, 0, 0, 0, 219, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 197, 0, 0, 0, 268, 0, 0, 3, 86, 0, 87, 0, 0, 273, 0, 3, 0, 0, 93, 98, 94, 0, 0, 0, 219, 0, 3, 0, 0, 0, 173, 49, 186, 232, 228, 0, 0, 219, 0, 0, 0, 234, 0, 228, 0, 167, 168, 170, 169, 0, 162, 163, 164, 165, 159, 150, 149, 0, 160, 161, 145, 144, 146, 147, 148, 158, 194, 0, 200, 0, 0, 0, 0, 108, 207, 0, 0, 0, 238, 219, 205, 0, 115, 0, 0, 0, 0, 0, 128, 56, 0, 0, 0, 271, 274, 273, 241, 0, 0, 0, 0, 276, 265, 0, 0, 0, 238, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 154, 155, 157, 156, 0, 0, 143, 0, 0, 0, 0, 184, 0, 0, 268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99, 129, 0, 0, 0, 0, 0, 200, 0, 0, 0, 195, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 219, 235, 0, 11, 229, 136, 0, 0, 44, 45, 46, 0, 43, 78, 0, 219, 0, 198, 0, 199, 0, 239, 0, 221, 3, 0, 215, 218, 50, 47, 51, 214, 176, 175, 0, 0, 133, 0, 0, 0, 0, 0, 241, 261, 69, 0, 179, 0, 0, 265, 201, 202, 203, 0, 177, 178, 0, 0, 0, 0, 74, 0, 174, 180, 0, 77, 185, 0, 181, 0, 79, 269, 83, 84, 90, 238, 0, 0, 273, 241, 75, 89, 92, 0, 0, 0, 102, 0, 0, 91, 0, 0, 53, 233, 238, 5, 0, 212, 213, 0, 0, 0, 0, 0, 0, 0, 166, 219, 0, 0, 109, 0, 210, 223, 222, 236, 238, 0, 0, 113, 0, 0, 272, 251, 238, 0, 0, 0, 230, 58, 242, 133, 0, 0, 261, 183, 0, 62, 266, 0, 0, 0, 0, 0, 0, 0, 182, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 95, 219, 85, 171, 0, 0, 0, 6, 0, 219, 226, 225, 0, 28, 219, 0, 219, 20, 0, 12, 0, 0, 0, 0, 0, 0, 219, 208, 0, 237, 240, 0, 3, 206, 216, 52, 133, 0, 0, 0, 0, 0, 251, 0, 0, 238, 238, 238, 0, 0, 238, 0, 63, 262, 238, 3, 0, 0, 0, 0, 0, 187, 107, 0, 88, 251, 60, 0, 101, 48, 0, 3, 97, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 196, 201, 202, 203, 0, 0, 0, 3, 224, 0, 0, 238, 0, 0, 0, 230, 59, 252, 0, 238, 0, 0, 0, 0, 243, 0, 238, 0, 0, 71, 0, 70, 0, 76, 238, 0, 100, 3, 103, 0, 3, 7, 9, 14, 0, 227, 29, 0, 35, 0, 0, 0, 0, 0, 0, 219, 0, 219, 0, 219, 21, 0, 0, 219, 82, 0, 0, 238, 238, 238, 0, 248, 3, 0, 0, 0, 0, 231, 0, 0, 0, 54, 0, 0, 0, 61, 102, 96, 0, 0, 16, 0, 31, 0, 0, 37, 24, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 209, 0, 0, 238, 0, 0, 0, 253, 0, 0, 249, 250, 245, 3, 264, 0, 267, 0, 0, 106, 104, 80, 0, 0, 0, 0, 8, 10, 15, 0, 30, 0, 36, 0, 0, 0, 0, 0, 258, 0, 0, 0, 0, 247, 246, 0, 263, 72, 73, 18, 33, 39, 41, 0, 17, 0, 32, 0, 0, 38, 25, 27, 3, 0, 0, 259, 260, 255, 3, 244, 0, 0, 0, 0, 0, 219, 256, 0, 19, 34, 40, 42, 81, 0, 254, 0, 3, 0, 257 }; /* YYDEFGOTO[NTERM-NUM]. */ static const short yydefgoto[] = { -1, 90, 91, 92, 295, 296, 601, 155, 156, 349, 230, 93, 94, 95, 96, 110, 111, 316, 317, 438, 232, 233, 224, 354, 557, 440, 613, 321, 651, 318, 319, 464, 465, 484, 485, 643, 644, 576, 577, 491, 492, 407, 408, 371, 245, 254 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -604 static const short yypact[] = { 1599, -604, -604, -604, 24, -604, -604, -127, -109, -88, -71, 964, -604, -68, -604, -604, -39, 1599, 11, 52, 204, 195, 260, 280, 142, 160, -604, 149, 165, 307, 522, 522, 163, 168, 170, 123, 129, 172, 173, 179, 183, 184, 185, 187, 189, 201, 207, 209, 211, 212, 213, 310, 214, 219, -604, 1748, 190, 190, -604, 220, -604, -604, 312, 223, 345, -604, 225, 1599, 964, 222, 1599, 229, -604, -604, -604, -604, -604, 371, 1897, 372, -604, 234, 235, 964, 190, 190, 964, 964, 964, 1599, 383, -604, 1599, -604, -604, 8, 3919, 243, -48, 379, 964, 14, 384, 964, 964, 245, 1599, 1599, 964, 3958, -64, -76, 522, 246, -604, 387, 387, 90, 389, 251, 256, -604, -604, 384, 2003, 362, -604, 27, 38, 14, 387, 387, 384, 964, 384, 964, 384, 384, 387, 964, 964, 964, 964, 387, 964, 964, 964, 387, 2109, 964, 253, 964, 964, 5, -604, 1599, -604, 254, -76, 1599, 257, 964, 406, 384, 262, 964, 328, 3995, 522, 407, 964, 146, 21, -604, 272, 964, 964, 279, 69, 69, 279, 279, 2871, 271, 2675, -604, -604, 36, -604, 273, 964, 964, 964, 964, 418, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, 964, -604, 419, 964, 190, 964, -604, -604, 2215, 964, 10, 964, 281, 2358, 283, -604, -604, 276, -604, -604, 277, 420, 282, 285, 2906, 2950, 2714, -604, -38, 290, 425, 291, 292, 432, 435, 294, 402, -604, -604, 298, -3, 2399, 299, 432, 297, 964, 964, 303, 302, 308, 309, 311, 1089, 314, 2755, 315, 316, 317, 2985, 3026, 3082, 3119, 318, 2438, 3158, 3195, 320, 1, 2497, 321, 3237, 522, 3272, 3308, 1599, -604, 445, -604, 449, 2536, 124, 322, 1599, 3369, 329, -604, 328, -604, -27, 330, 3405, 964, 964, 1599, 190, 2577, 3440, 2321, -604, -604, -604, 273, 452, 964, 964, 2109, 334, -98, 242, -65, 273, 331, -20, 279, -20, 279, 335, 206, 206, 206, 206, 130, 1042, 206, 5259, 206, 206, -20, -20, 279, 279, 279, 279, -604, 4037, 338, 4074, 522, 4113, 339, 5300, 340, 349, 356, 336, 522, 964, 346, 522, -604, 964, 384, 1599, 1599, 1599, -604, -604, 964, 964, 964, 347, -604, 402, 772, 350, 1599, 964, 964, -604, 522, 354, 1136, 348, 522, -604, 964, 964, 357, 358, 360, 361, 1599, 364, 964, -604, -604, -604, -604, 964, 964, -604, 1599, 964, 964, 964, -604, 74, 351, 522, 1599, 1599, 363, 150, 366, 964, 511, 367, 1599, 369, 373, 9, -604, -604, 964, 374, 375, 2791, 370, -604, 106, 964, 378, -604, 376, 380, 4172, 381, 1314, 109, 385, 393, -604, 964, 964, -604, 964, -604, -604, -604, 190, 964, -604, -604, -604, 70, -604, -604, 964, 964, 386, -604, 964, -604, 80, 391, 397, -604, 1599, -13, 5339, -604, -604, -604, 524, 5375, -20, 279, 432, 395, 401, 522, 544, 545, 103, 400, 772, 5540, -604, 3482, -20, 114, 403, 522, -604, -604, -604, 405, 279, 1042, 964, 384, 964, 384, -604, 964, -20, -20, 3519, -604, -20, 3558, -20, 408, -604, -604, -604, -604, -604, 522, 964, 3595, 402, 772, -604, -604, -604, 551, 410, 3637, 217, 413, 414, -604, 1599, 3672, -604, -604, 522, -604, 42, -9, -604, 387, 99, 35, 4211, 412, 4247, 138, 2059, 964, 2109, 59, -604, 415, -604, 2616, -604, 242, 522, 49, 416, -604, 964, 1599, -604, 5511, 522, 127, 424, 426, 153, -604, -604, 427, 137, 428, 5540, -604, 430, -604, -604, 411, 3708, 431, 3769, 433, 3805, 1599, -604, -604, 434, 2830, 1599, 421, 437, 439, 1599, 444, 563, 450, 442, -604, 964, -604, -604, 447, 964, 964, -604, 964, 964, 443, -604, 964, -604, 964, 964, 964, -604, 75, -604, 1599, 451, 1412, 453, 454, 964, 964, 455, 964, -604, -604, 579, 1599, -604, 5375, -604, 461, 522, 596, 604, 167, 459, 5511, 465, 467, 522, 522, 522, 522, 469, 522, 470, -604, -604, 522, 1599, 1599, 473, 1599, 474, 1599, -604, -604, 476, -604, 5511, -604, 1599, -604, -604, 488, 1599, -604, 477, 475, 4290, 4327, 4366, 479, 387, 4425, 481, 4464, 482, 964, 964, -604, -604, 151, 61, 81, 111, 4500, 484, 1599, -604, 486, 472, 522, 169, 490, 491, 158, -604, -604, 102, 522, 487, 495, 496, 497, -604, 498, 522, 500, 493, -604, 964, -604, 964, -604, 522, 499, -604, 1599, -604, 503, 1599, -604, -604, -604, -99, -604, -604, -67, -604, 77, 4543, 4580, 964, 964, 964, 964, 964, 964, 964, 964, -604, 115, 501, 964, -604, 502, 505, 522, 522, 522, 508, -604, 1599, 507, 510, 513, 105, -604, 515, 516, 517, -604, 3840, 3882, 518, -604, 217, -604, 519, 964, -604, 964, -604, 964, 964, -604, -604, -604, 4619, 4678, 4717, 520, 4753, 527, 4796, 528, 964, 964, -604, -604, 530, -31, 522, 531, 532, 533, -604, 534, 521, -604, -604, -604, 1599, -604, 526, -604, 1599, 1599, -604, -604, -604, 4833, 4872, 4931, 4970, -604, -604, -604, -51, -604, 7, -604, 131, 5006, 5049, 536, 664, -604, 535, 538, 539, 128, -604, -604, 537, -604, -604, -604, -604, -604, -604, -604, 964, -604, 964, -604, 964, 964, -604, -604, -604, 1599, 541, 546, -604, -604, -604, 1599, -604, 5086, 5125, 5184, 5223, 542, 964, -604, 543, -604, -604, -604, -604, -604, 549, -604, 540, 1599, 547, -604 }; /* YYPGOTO[NTERM-NUM]. */ static const short yypgoto[] = { -604, -604, -87, 174, 394, -604, -93, -604, 636, 241, 573, -604, 54, 758, 741, 0, 43, -604, 252, -112, 584, -86, -232, -250, 79, 159, 30, -89, 13, -604, -311, -604, -358, -307, -604, -603, -604, 136, -604, 226, -604, 306, -604, -252, -238, -604 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If zero, do what YYDEFACT says. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -201 static const short yytable[] = { 97, 378, 183, 241, 242, 186, 382, 444, 374, 360, 778, -133, 191, 367, 187, 526, 351, 97, 259, 260, 225, 212, 226, 380, 101, 496, 267, -133, 188, 189, -133, 272, 227, 442, 228, 276, 279, 249, 102, 188, 189, 706, 780, 98, 257, 193, 261, 779, 263, 443, 265, 266, 416, 188, 189, 97, 157, 160, 851, 103, 98, 216, 217, 219, 724, 439, 445, 97, 220, 425, 97, -133, -133, 221, 188, 189, 104, 291, 97, 781, 512, 446, 436, 112, 178, 179, 558, -133, -133, 97, -133, -133, 97, 188, 189, 852, 220, 835, 98, 158, 158, 221, 310, 311, 188, 189, 97, 97, 113, 571, 98, 229, 352, 98, 365, 836, 853, 207, 208, 209, 579, 98, 610, 210, 466, 422, 99, 158, 158, 527, 243, 244, 98, 646, 478, 98, 188, 189, 611, 562, 188, 189, 99, 653, 100, 99, 188, 189, 100, 98, 98, 607, 100, 854, 608, 97, 284, 312, 115, 97, 591, 190, 191, 192, 243, 415, 617, 313, 100, 188, 189, 100, 303, 704, 255, 755, 256, 633, 573, 606, 188, 189, 618, 314, 686, 315, 782, 687, 609, 783, 627, 114, 743, 188, 189, 193, 105, 411, 98, 116, 634, 632, 98, 188, 189, 418, 628, 12, 744, 645, 117, 546, 745, -200, 345, 595, 427, 550, -200, 551, 118, 688, 433, 784, 795, 565, 554, 796, 746, 154, 614, 447, 30, 188, 189, 188, 189, 190, 191, 192, 855, 166, 747, 856, 169, 615, 616, 631, 760, 199, 220, 810, 173, 761, 533, 221, 811, 158, 748, 541, 741, 797, 542, 742, 205, 206, 119, 207, 208, 209, 132, 193, 133, 210, 865, 470, 134, 857, 135, 866, 154, 173, 220, 594, 97, 120, 622, 221, 121, 709, 710, 711, 97, 301, 714, 302, 123, 518, 716, 519, 649, 625, 650, 97, 428, 758, 122, 650, 310, 311, 599, 600, 124, 125, 129, 130, 150, 131, 623, 136, 137, 195, 196, 197, 198, 199, 138, 98, 212, 285, 139, 140, 141, 287, 142, 98, 143, 162, 203, 204, 205, 206, 754, 207, 208, 209, 98, 429, 144, 210, 762, 164, 213, 214, 145, 215, 146, 768, 147, 148, 149, 151, 97, 97, 97, 773, 152, 161, 216, 217, 163, 675, 165, 168, 218, 97, 170, 171, 174, 680, 561, 175, 176, 185, 683, 222, 685, 190, 191, 192, 231, 97, 100, 240, 239, 246, 695, 247, 802, 803, 804, 97, 248, 253, 281, 98, 98, 98, 286, 97, 97, 288, 290, 292, 584, 294, 586, 97, 98, 304, 299, 193, 210, 308, 326, 343, 320, 358, 355, 359, 612, 357, 360, 362, 98, 361, 366, 367, 370, 368, 369, 372, 243, 837, 98, 373, 375, 377, 379, 428, 383, 412, 98, 98, 384, 413, 385, 386, 434, 387, 98, 194, 389, 391, 392, 393, 398, 97, 402, 404, 417, 195, 196, 197, 198, 199, 420, 423, 200, 201, 441, 448, 449, 202, 452, 456, 462, 458, 203, 204, 205, 206, 548, 207, 208, 209, 459, 467, 495, 210, 477, 486, 493, 513, 499, 500, 460, 501, 502, 461, 98, 504, 790, 518, 792, 517, 794, 521, 522, 525, 799, 524, 532, 530, 535, 529, 536, 537, 126, 539, 5, 6, 7, 97, 555, 543, 471, 472, 473, 564, 13, 14, 15, 544, 559, 560, 566, 699, 567, 487, 569, 570, 572, 582, 590, 580, 26, 596, 597, 602, 620, 603, 657, 629, 97, 503, 672, 32, 635, 612, 717, 647, 667, 648, 652, 508, 98, 656, 673, 659, 654, 661, 664, 515, 516, 698, 727, 669, 97, 668, 671, 523, 54, 97, 674, 676, 681, 97, 58, 690, 60, 61, 702, 692, 693, 65, 696, 98, 700, 751, 703, 705, 69, 707, 708, 713, 726, 715, 73, 74, 719, 721, 97, 723, 753, 728, 729, 733, 80, 736, 738, 98, 750, 752, 97, 763, 98, 756, 757, 775, 98, 881, 777, 764, 765, 770, 767, 766, 769, 776, 800, 774, 801, 798, 805, 807, 808, 97, 97, 809, 97, 812, 97, 814, 813, 98, 817, 842, 827, 97, 861, 819, 844, 97, 806, 829, 831, 98, 834, 838, 839, 840, 818, 862, 863, 864, 841, 860, 873, 867, 421, 884, 874, 159, 880, 882, 97, 883, 553, 886, 98, 98, 258, 98, 712, 98, 552, 604, 252, 697, 626, 734, 98, 655, 514, 0, 98, 759, 581, 0, 0, 0, 0, 0, 843, 0, 97, 0, 0, 97, 0, 0, 0, 0, 0, 0, 0, 0, 637, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109, 0, 0, 0, 0, 0, 0, 0, 0, 97, 663, 0, 0, 0, 0, 666, 0, 98, 0, 670, 98, 872, 0, 0, 0, 0, 479, 875, 5, 6, 7, 0, 0, 0, 0, 0, 127, 128, 13, 14, 15, 0, 0, 0, 689, 885, 0, 0, 0, 0, 0, 0, 98, 0, 26, 0, 0, 167, 0, 97, 0, 0, 0, 97, 97, 32, 0, 0, 0, 0, 0, 0, 177, 0, 0, 180, 181, 182, 184, 0, 718, 0, 720, 0, 722, 0, 0, 0, 0, 223, 54, 725, 234, 235, 0, 0, 58, 236, 60, 61, 480, 0, 98, 65, 0, 0, 98, 98, 97, 0, 69, 0, 0, 251, 97, 0, 73, 74, 238, 0, 481, 0, 262, 482, 264, 0, 80, 0, 268, 269, 270, 271, 97, 273, 274, 275, 0, 278, 280, 0, 282, 283, 0, 0, 0, 0, 0, 0, 0, 0, 289, 98, 0, 0, 293, 0, 0, 98, 0, 300, 0, 0, 0, 0, 305, 306, 0, 0, 0, 0, 0, 0, 0, 0, 298, 98, 0, 0, 0, 322, 323, 324, 325, 0, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 0, 0, 344, 0, 346, 0, 0, 348, 350, 0, 353, 0, 0, 0, 0, 1, 2, 3, 105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 18, 19, 845, 846, 0, 0, 0, 0, 0, 223, 381, 0, 0, 0, 0, 28, 0, 0, 0, 30, 0, 0, 0, 33, 34, 0, 0, 0, 0, 39, 40, 41, 42, 43, 44, 45, 46, 0, 48, 49, 50, 0, 0, 0, 0, 0, 0, 0, 106, 0, 0, 0, 406, 0, 0, 223, 426, 0, 0, 0, 0, 432, 0, 0, 0, 0, 0, 435, 223, 437, 0, 0, 72, 0, 0, 75, 76, 0, 0, 0, 0, 107, 0, 0, 81, 0, 190, 191, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 84, 85, 0, 0, 0, 0, 0, 0, 223, 86, 87, 0, 469, 0, 0, 0, 454, 0, 193, 474, 475, 476, 88, 0, 463, 0, 108, 468, 488, 489, 0, 190, 191, 192, 0, 0, 0, 497, 498, 0, 0, 0, 483, 0, 0, 505, 0, 0, 490, 0, 506, 507, 463, 0, 509, 510, 511, 0, 0, 0, 0, 0, 0, 0, 0, 193, 520, 0, 195, 196, 197, 198, 199, 0, 0, 528, 201, 406, 190, 191, 192, 0, 534, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 545, 223, 210, 547, 0, 0, 0, 0, 549, 0, 0, 194, 0, 0, 0, 350, 223, 0, 193, 556, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 0, 0, 0, 568, 388, 583, 194, 585, 483, 575, 587, 0, 0, 0, 0, 490, 195, 196, 197, 198, 199, 0, 0, 200, 201, 592, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 463, 0, 0, 210, 483, 0, 0, 0, 0, 0, 494, 0, 0, 461, 0, 223, 624, 0, 0, 463, 0, 0, 0, 0, 0, 0, 0, 0, 636, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 463, 0, 0, 0, 0, 0, 0, 642, 463, 0, 0, 0, 0, 0, 0, 0, 0, 0, 575, 0, 0, 0, 0, 0, 0, 0, 0, 223, 190, 191, 192, 677, 678, 0, 679, 223, 0, 0, 682, 0, 223, 684, 223, 0, 0, 0, 0, 0, 0, 0, 0, 694, 223, 0, 556, 0, 0, 0, 0, 0, 0, 0, 193, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 701, 0, 0, 0, 0, 642, 0, 0, 463, 463, 463, 0, 0, 463, 0, 0, 0, 463, 0, 0, 0, 0, 194, 0, 0, 0, 0, 0, 642, 0, 739, 740, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 463, 0, 771, 0, 772, 0, 540, 0, 463, 461, 0, 0, 0, 0, 0, 463, 0, 0, 0, 193, 0, 0, 0, 463, 787, 788, 789, 223, 791, 223, 793, 223, 0, 0, 0, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 463, 463, 463, 194, 0, 820, 0, 821, 0, 822, 823, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 832, 833, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 0, 463, 0, 0, 691, 0, 0, 461, 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, 868, 0, 869, 0, 870, 871, 0, 0, 0, 0, 1, 2, 3, 4, 0, 5, 6, 7, 8, 0, 9, 10, 223, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 0, 0, 26, 27, 0, 0, 28, 29, 0, 0, 30, 31, 0, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 0, 0, 0, 52, 53, 54, 55, 56, 57, 0, 0, 58, 59, 60, 61, 62, 63, 64, 65, 66, 0, 67, 0, 68, 0, 69, 70, 71, 0, 0, 72, 73, 74, 75, 76, 0, 77, 0, 0, 78, 79, 80, 81, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 84, 85, 0, 0, 0, 0, 0, 0, 0, 86, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 88, 0, 0, 0, 89, 1, 2, 3, 153, 0, 5, 6, 7, 8, 0, 9, 10, 0, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 0, 0, 26, 27, 0, 0, 28, 29, 0, 0, 30, 31, 0, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 0, 0, 0, 52, 53, 54, 55, 56, 57, 0, 0, 58, 59, 60, 61, 62, 63, 64, 65, 66, 0, 67, 0, 68, 0, 69, 70, 71, 0, 0, 72, 73, 74, 75, 76, 0, 77, 0, 0, 78, 79, 80, 81, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 84, 85, 0, 0, 0, 0, 0, 0, 0, 86, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 88, 0, 0, 0, 89, 1, 2, 3, 172, 0, 5, 6, 7, 8, 0, 9, 10, 0, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 0, 0, 26, 27, 0, 0, 28, 29, 0, 0, 30, 31, 0, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 0, 0, 0, 52, 53, 54, 55, 56, 57, 0, 0, 58, 59, 60, 61, 62, 63, 64, 65, 66, 0, 67, 0, 68, 0, 69, 70, 71, 0, 0, 72, 73, 74, 75, 76, 0, 77, 0, 0, 78, 79, 80, 81, 82, 1, 2, 3, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 83, 84, 85, 0, 0, 18, 19, 0, 0, 0, 86, 87, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 88, 30, 0, 0, 89, 33, 34, 0, 0, 0, 0, 39, 40, 41, 42, 43, 44, 45, 46, 0, 48, 49, 50, 0, 0, 0, 0, 0, 0, 0, 106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 190, 191, 192, 0, 0, 0, 0, 0, 72, 0, 0, 75, 76, 0, 0, 0, 0, 107, 0, 0, 81, 0, 1, 2, 3, 277, 0, 0, 0, 0, 0, 0, 0, 0, 193, 0, 12, 83, 84, 85, 0, 0, 18, 19, 0, 0, 0, 86, 87, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 88, 30, 0, 0, 108, 33, 34, 0, 0, 0, 0, 39, 40, 41, 42, 43, 44, 45, 46, 0, 48, 49, 50, 0, 195, 196, 197, 198, 199, 0, 106, 200, 201, 0, 0, 0, 0, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 72, 0, 0, 75, 76, 0, 0, 0, 0, 107, 0, 0, 81, 0, 1, 2, 3, 105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 83, 84, 85, 0, 0, 18, 19, 0, 0, 0, 86, 87, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 88, 347, 0, 0, 108, 33, 34, 0, 0, 0, 0, 39, 40, 41, 42, 43, 44, 45, 46, 0, 48, 49, 50, 0, 0, 0, 0, 0, 0, 0, 106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 0, 0, 75, 76, 0, 0, 0, 0, 107, 0, 0, 81, 0, 1, 2, 3, 105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 83, 84, 85, 0, 0, 18, 19, 0, 0, 0, 86, 87, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 88, 30, 0, 0, 108, 33, 34, 0, 0, 0, 0, 39, 40, 41, 42, 43, 44, 45, 46, 0, 48, 49, 50, 0, 0, 0, 0, 190, 191, 192, 106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 0, 0, 75, 76, 0, 0, 193, 0, 107, 0, 0, 81, 0, 190, 191, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 84, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 194, 193, 0, 0, 0, 88, 190, 191, 192, 108, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 193, 194, 0, 0, 0, 0, 0, 0, 356, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 194, 0, 0, 0, 0, 0, 0, 0, 0, 376, 195, 196, 197, 198, 199, 0, 0, 200, 201, 193, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 193, 194, 0, 0, 0, 0, 0, 190, 191, 192, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 194, 193, 0, 0, 0, 0, 190, 191, 192, 403, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 193, 194, 0, 0, 0, 0, 0, 0, 414, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 194, 0, 0, 0, 0, 0, 0, 0, 0, 430, 195, 196, 197, 198, 199, 0, 0, 200, 201, 193, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 630, 0, 0, 0, 0, 0, 0, 0, 0, 0, 193, 194, 0, 0, 0, 0, 0, 190, 191, 192, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 194, 193, 211, 190, 191, 192, 0, 0, 309, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 193, 210, 0, 0, 194, 190, 191, 192, 0, 0, 309, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 193, 194, 0, 210, 0, 0, 0, 190, 191, 192, 390, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 194, 193, 190, 191, 192, 0, 531, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 0, 210, 0, 0, 194, 0, 0, 0, 665, 190, 191, 192, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 194, 0, 0, 210, 193, 190, 191, 192, 307, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 193, 0, 0, 0, 363, 194, 0, 190, 191, 192, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 194, 193, 0, 210, 0, 0, 0, 0, 364, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 190, 191, 192, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 194, 0, 394, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 193, 200, 201, 190, 191, 192, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 0, 0, 395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 193, 0, 0, 194, 0, 190, 191, 192, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 194, 210, 190, 191, 192, 0, 396, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 0, 210, 194, 0, 0, 0, 397, 190, 191, 192, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 194, 210, 193, 190, 191, 192, 400, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 193, 210, 190, 191, 192, 194, 401, 0, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 193, 207, 208, 209, 194, 0, 0, 210, 0, 0, 0, 0, 405, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 190, 191, 192, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 194, 0, 210, 0, 0, 0, 0, 409, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 193, 202, 190, 191, 192, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 193, 190, 191, 192, 194, 0, 0, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 193, 207, 208, 209, 0, 194, 0, 210, 190, 191, 192, 0, 419, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 194, 0, 193, 210, 0, 190, 191, 192, 424, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 193, 0, 0, 194, 431, 190, 191, 192, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 194, 210, 190, 191, 192, 0, 578, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 0, 210, 194, 0, 0, 0, 588, 190, 191, 192, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 194, 210, 193, 190, 191, 192, 589, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 193, 210, 190, 191, 192, 194, 593, 0, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 193, 207, 208, 209, 194, 0, 0, 210, 0, 0, 0, 0, 598, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 190, 191, 192, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 194, 0, 210, 0, 0, 0, 0, 605, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 193, 202, 190, 191, 192, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 0, 0, 658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 193, 190, 191, 192, 194, 0, 0, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 193, 207, 208, 209, 0, 194, 0, 210, 190, 191, 192, 0, 660, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 194, 0, 193, 210, 0, 190, 191, 192, 662, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 193, 0, 0, 194, 815, 190, 191, 192, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 194, 210, 190, 191, 192, 0, 816, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 0, 210, 194, 0, 211, 0, 0, 190, 191, 192, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 194, 210, 193, 0, 237, 190, 191, 192, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 193, 0, 297, 194, 0, 190, 191, 192, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 194, 210, 0, 0, 451, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 194, 0, 453, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 193, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 193, 194, 190, 191, 192, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 193, 0, 0, 210, 194, 0, 538, 0, 0, 190, 191, 192, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 194, 0, 210, 193, 0, 619, 190, 191, 192, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 193, 621, 0, 194, 0, 190, 191, 192, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 194, 210, 0, 0, 730, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 194, 0, 731, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 193, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 193, 194, 190, 191, 192, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 193, 0, 0, 210, 194, 0, 735, 0, 0, 190, 191, 192, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 194, 0, 210, 193, 0, 737, 190, 191, 192, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 193, 749, 0, 194, 0, 190, 191, 192, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 194, 210, 0, 0, 785, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 194, 0, 786, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 193, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 193, 194, 190, 191, 192, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 193, 0, 0, 210, 194, 0, 825, 0, 0, 190, 191, 192, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 194, 0, 210, 193, 0, 826, 190, 191, 192, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 193, 828, 0, 194, 0, 190, 191, 192, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 194, 210, 0, 0, 830, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 194, 0, 847, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 193, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 193, 194, 190, 191, 192, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 193, 0, 0, 210, 194, 0, 849, 0, 0, 190, 191, 192, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 194, 0, 210, 193, 0, 850, 190, 191, 192, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 193, 858, 0, 194, 0, 190, 191, 192, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 193, 194, 210, 0, 0, 859, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 194, 0, 876, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 193, 0, 0, 202, 0, 190, 191, 192, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 0, 877, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 193, 194, 190, 191, 192, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 193, 0, 0, 210, 194, 0, 878, 190, 191, 192, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 194, 193, 210, 0, 0, 879, 190, 191, 192, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 450, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 0, 210, 0, 193, 194, 190, 191, 192, 0, 0, 457, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 193, 0, 0, 210, 194, 0, 0, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 563, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 194, 0, 210, 0, 0, 0, 0, 0, 0, 0, 195, 196, 197, 198, 199, 0, 0, 200, 201, 0, 0, 0, 202, 0, 0, 0, 0, 203, 204, 205, 206, 0, 207, 208, 209, 0, 0, 638, 210, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 13, 14, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 574, 0, 5, 6, 7, 0, 0, 0, 0, 0, 32, 0, 13, 14, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 54, 0, 0, 0, 32, 0, 58, 0, 60, 61, 639, 0, 0, 65, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 73, 74, 0, 54, 640, 0, 0, 641, 0, 58, 80, 60, 61, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 73, 74, 0, 0, 0, 0, 0, 0, 0, 0, 80 }; static const short yycheck[] = { 0, 253, 89, 115, 116, 92, 256, 318, 246, 12, 109, 6, 32, 12, 6, 6, 6, 17, 130, 131, 6, 85, 8, 255, 151, 383, 138, 6, 66, 67, 6, 143, 18, 131, 20, 147, 148, 123, 147, 66, 67, 644, 109, 0, 6, 65, 132, 146, 134, 147, 136, 137, 290, 66, 67, 55, 56, 57, 109, 147, 17, 125, 126, 111, 667, 315, 131, 67, 144, 301, 70, 66, 67, 149, 66, 67, 147, 163, 78, 146, 6, 146, 314, 151, 84, 85, 6, 66, 67, 89, 66, 67, 92, 66, 67, 146, 144, 128, 55, 56, 57, 149, 66, 67, 66, 67, 106, 107, 147, 6, 67, 97, 102, 70, 152, 146, 109, 137, 138, 139, 6, 78, 131, 143, 356, 152, 121, 84, 85, 120, 40, 41, 89, 6, 372, 92, 66, 67, 147, 152, 66, 67, 121, 6, 147, 121, 66, 67, 147, 106, 107, 109, 147, 146, 112, 155, 151, 121, 147, 159, 518, 31, 32, 33, 40, 41, 131, 131, 147, 66, 67, 147, 151, 6, 147, 6, 149, 128, 485, 537, 66, 67, 147, 147, 109, 149, 109, 112, 146, 112, 131, 17, 131, 66, 67, 65, 6, 284, 155, 147, 151, 559, 159, 66, 67, 292, 147, 17, 147, 567, 6, 443, 131, 144, 214, 522, 303, 147, 149, 149, 25, 146, 311, 146, 109, 477, 458, 112, 147, 55, 131, 320, 42, 66, 67, 66, 67, 31, 32, 33, 109, 67, 131, 112, 70, 146, 147, 558, 146, 119, 144, 146, 78, 151, 148, 149, 151, 214, 147, 150, 109, 146, 153, 112, 134, 135, 6, 137, 138, 139, 147, 65, 149, 143, 146, 361, 147, 146, 149, 151, 106, 107, 144, 521, 284, 5, 148, 149, 146, 647, 648, 649, 292, 147, 652, 149, 147, 147, 656, 149, 147, 551, 149, 303, 304, 147, 146, 149, 66, 67, 93, 94, 147, 6, 151, 147, 6, 147, 550, 147, 147, 115, 116, 117, 118, 119, 147, 284, 85, 155, 147, 147, 147, 159, 147, 292, 147, 25, 132, 133, 134, 135, 700, 137, 138, 139, 303, 304, 147, 143, 708, 6, 109, 110, 147, 112, 147, 715, 147, 147, 147, 147, 362, 363, 364, 723, 147, 147, 125, 126, 147, 603, 147, 151, 131, 375, 147, 6, 6, 611, 467, 147, 147, 0, 616, 6, 618, 31, 32, 33, 6, 391, 147, 6, 148, 6, 628, 146, 756, 757, 758, 401, 146, 41, 151, 362, 363, 364, 154, 409, 410, 154, 6, 151, 500, 87, 502, 417, 375, 147, 13, 65, 143, 152, 6, 6, 153, 151, 147, 152, 542, 148, 12, 148, 391, 153, 146, 12, 6, 148, 148, 6, 40, 801, 401, 151, 148, 148, 151, 449, 147, 6, 409, 410, 152, 6, 148, 148, 6, 148, 417, 105, 148, 148, 148, 148, 148, 467, 148, 148, 148, 115, 116, 117, 118, 119, 147, 147, 122, 123, 146, 150, 147, 127, 146, 146, 150, 147, 132, 133, 134, 135, 449, 137, 138, 139, 147, 151, 150, 143, 153, 151, 148, 152, 147, 147, 150, 147, 147, 153, 467, 147, 744, 147, 746, 152, 748, 6, 151, 146, 752, 152, 152, 148, 146, 151, 150, 147, 6, 148, 8, 9, 10, 533, 148, 150, 362, 363, 364, 15, 18, 19, 20, 150, 153, 148, 151, 634, 147, 375, 6, 6, 152, 148, 146, 152, 34, 6, 148, 146, 148, 147, 151, 148, 564, 391, 3, 45, 152, 681, 657, 147, 151, 147, 147, 401, 533, 147, 128, 148, 152, 148, 148, 409, 410, 6, 673, 148, 588, 152, 146, 417, 70, 593, 152, 148, 153, 597, 76, 148, 78, 79, 6, 150, 150, 83, 151, 564, 147, 696, 6, 152, 90, 148, 147, 146, 128, 147, 96, 97, 147, 147, 622, 147, 152, 148, 151, 148, 106, 148, 148, 588, 148, 147, 634, 148, 593, 147, 147, 726, 597, 873, 729, 148, 148, 152, 148, 150, 148, 146, 148, 152, 147, 152, 146, 148, 146, 657, 658, 146, 660, 146, 662, 146, 148, 622, 148, 146, 148, 669, 6, 152, 146, 673, 761, 148, 148, 634, 148, 148, 148, 148, 775, 148, 146, 146, 152, 151, 147, 152, 296, 151, 146, 57, 152, 152, 696, 148, 457, 152, 657, 658, 129, 660, 650, 662, 454, 533, 124, 630, 551, 681, 669, 577, 408, -1, 673, 704, 492, -1, -1, -1, -1, -1, 811, -1, 726, -1, -1, 729, -1, -1, -1, -1, -1, -1, -1, -1, 564, 696, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 11, -1, -1, -1, -1, -1, -1, -1, -1, 761, 588, -1, -1, -1, -1, 593, -1, 726, -1, 597, 729, 860, -1, -1, -1, -1, 6, 866, 8, 9, 10, -1, -1, -1, -1, -1, 30, 31, 18, 19, 20, -1, -1, -1, 622, 884, -1, -1, -1, -1, -1, -1, 761, -1, 34, -1, -1, 68, -1, 811, -1, -1, -1, 815, 816, 45, -1, -1, -1, -1, -1, -1, 83, -1, -1, 86, 87, 88, 89, -1, 658, -1, 660, -1, 662, -1, -1, -1, -1, 100, 70, 669, 103, 104, -1, -1, 76, 108, 78, 79, 80, -1, 811, 83, -1, -1, 815, 816, 860, -1, 90, -1, -1, 124, 866, -1, 96, 97, 112, -1, 100, -1, 133, 103, 135, -1, 106, -1, 139, 140, 141, 142, 884, 144, 145, 146, -1, 148, 149, -1, 151, 152, -1, -1, -1, -1, -1, -1, -1, -1, 161, 860, -1, -1, 165, -1, -1, 866, -1, 170, -1, -1, -1, -1, 175, 176, -1, -1, -1, -1, -1, -1, -1, -1, 168, 884, -1, -1, -1, 190, 191, 192, 193, -1, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, -1, -1, 213, -1, 215, -1, -1, 218, 219, -1, 221, -1, -1, -1, -1, 3, 4, 5, 6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 17, -1, -1, -1, -1, -1, 23, 24, 815, 816, -1, -1, -1, -1, -1, 255, 256, -1, -1, -1, -1, 38, -1, -1, -1, 42, -1, -1, -1, 46, 47, -1, -1, -1, -1, 52, 53, 54, 55, 56, 57, 58, 59, -1, 61, 62, 63, -1, -1, -1, -1, -1, -1, -1, 71, -1, -1, -1, 281, -1, -1, 301, 302, -1, -1, -1, -1, 307, -1, -1, -1, -1, -1, 313, 314, 315, -1, -1, 95, -1, -1, 98, 99, -1, -1, -1, -1, 104, -1, -1, 107, -1, 31, 32, 33, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 124, 125, 126, -1, -1, -1, -1, -1, -1, 356, 134, 135, -1, 360, -1, -1, -1, 347, -1, 65, 367, 368, 369, 147, -1, 355, -1, 151, 358, 376, 377, -1, 31, 32, 33, -1, -1, -1, 385, 386, -1, -1, -1, 373, -1, -1, 393, -1, -1, 379, -1, 398, 399, 383, -1, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 65, 414, -1, 115, 116, 117, 118, 119, -1, -1, 423, 123, 408, 31, 32, 33, -1, 430, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 442, 443, 143, 445, -1, -1, -1, -1, 450, -1, -1, 105, -1, -1, -1, 457, 458, -1, 65, 461, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, -1, -1, -1, 480, 150, 499, 105, 501, 485, 486, 504, -1, -1, -1, -1, 492, 115, 116, 117, 118, 119, -1, -1, 122, 123, 519, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 518, -1, -1, 143, 522, -1, -1, -1, -1, -1, 150, -1, -1, 153, -1, 550, 551, -1, -1, 537, -1, -1, -1, -1, -1, -1, -1, -1, 563, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 559, -1, -1, -1, -1, -1, -1, 566, 567, -1, -1, -1, -1, -1, -1, -1, -1, -1, 577, -1, -1, -1, -1, -1, -1, -1, -1, 603, 31, 32, 33, 607, 608, -1, 610, 611, -1, -1, 614, -1, 616, 617, 618, -1, -1, -1, -1, -1, -1, -1, -1, 627, 628, -1, 630, -1, -1, -1, -1, -1, -1, -1, 65, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 639, -1, -1, -1, -1, 644, -1, -1, 647, 648, 649, -1, -1, 652, -1, -1, -1, 656, -1, -1, -1, -1, 105, -1, -1, -1, -1, -1, 667, -1, 686, 687, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 700, -1, 719, -1, 721, -1, 150, -1, 708, 153, -1, -1, -1, -1, -1, 715, -1, -1, -1, 65, -1, -1, -1, 723, 741, 742, 743, 744, 745, 746, 747, 748, -1, -1, -1, 752, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 756, 757, 758, 105, -1, 778, -1, 780, -1, 782, 783, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, 795, 796, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, -1, 801, -1, -1, 150, -1, -1, 153, -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, 851, -1, 853, -1, 855, 856, -1, -1, -1, -1, 3, 4, 5, 6, -1, 8, 9, 10, 11, -1, 13, 14, 873, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, -1, -1, -1, 34, 35, -1, -1, 38, 39, -1, -1, 42, 43, -1, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, -1, -1, -1, 68, 69, 70, 71, 72, 73, -1, -1, 76, 77, 78, 79, 80, 81, 82, 83, 84, -1, 86, -1, 88, -1, 90, 91, 92, -1, -1, 95, 96, 97, 98, 99, -1, 101, -1, -1, 104, 105, 106, 107, 108, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 124, 125, 126, -1, -1, -1, -1, -1, -1, -1, 134, 135, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, 151, 3, 4, 5, 6, -1, 8, 9, 10, 11, -1, 13, 14, -1, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, -1, -1, -1, 34, 35, -1, -1, 38, 39, -1, -1, 42, 43, -1, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, -1, -1, -1, 68, 69, 70, 71, 72, 73, -1, -1, 76, 77, 78, 79, 80, 81, 82, 83, 84, -1, 86, -1, 88, -1, 90, 91, 92, -1, -1, 95, 96, 97, 98, 99, -1, 101, -1, -1, 104, 105, 106, 107, 108, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 124, 125, 126, -1, -1, -1, -1, -1, -1, -1, 134, 135, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, 151, 3, 4, 5, 6, -1, 8, 9, 10, 11, -1, 13, 14, -1, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, -1, -1, -1, 34, 35, -1, -1, 38, 39, -1, -1, 42, 43, -1, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, -1, -1, -1, 68, 69, 70, 71, 72, 73, -1, -1, 76, 77, 78, 79, 80, 81, 82, 83, 84, -1, 86, -1, 88, -1, 90, 91, 92, -1, -1, 95, 96, 97, 98, 99, -1, 101, -1, -1, 104, 105, 106, 107, 108, 3, 4, 5, 6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 17, 124, 125, 126, -1, -1, 23, 24, -1, -1, -1, 134, 135, -1, -1, -1, -1, -1, -1, -1, -1, 38, -1, -1, 147, 42, -1, -1, 151, 46, 47, -1, -1, -1, -1, 52, 53, 54, 55, 56, 57, 58, 59, -1, 61, 62, 63, -1, -1, -1, -1, -1, -1, -1, 71, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 31, 32, 33, -1, -1, -1, -1, -1, 95, -1, -1, 98, 99, -1, -1, -1, -1, 104, -1, -1, 107, -1, 3, 4, 5, 6, -1, -1, -1, -1, -1, -1, -1, -1, 65, -1, 17, 124, 125, 126, -1, -1, 23, 24, -1, -1, -1, 134, 135, -1, -1, -1, -1, -1, -1, -1, -1, 38, -1, -1, 147, 42, -1, -1, 151, 46, 47, -1, -1, -1, -1, 52, 53, 54, 55, 56, 57, 58, 59, -1, 61, 62, 63, -1, 115, 116, 117, 118, 119, -1, 71, 122, 123, -1, -1, -1, -1, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, 95, -1, -1, 98, 99, -1, -1, -1, -1, 104, -1, -1, 107, -1, 3, 4, 5, 6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 17, 124, 125, 126, -1, -1, 23, 24, -1, -1, -1, 134, 135, -1, -1, -1, -1, -1, -1, -1, -1, 38, -1, -1, 147, 42, -1, -1, 151, 46, 47, -1, -1, -1, -1, 52, 53, 54, 55, 56, 57, 58, 59, -1, 61, 62, 63, -1, -1, -1, -1, -1, -1, -1, 71, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 95, -1, -1, 98, 99, -1, -1, -1, -1, 104, -1, -1, 107, -1, 3, 4, 5, 6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 17, 124, 125, 126, -1, -1, 23, 24, -1, -1, -1, 134, 135, -1, -1, -1, -1, -1, -1, -1, -1, 38, -1, -1, 147, 42, -1, -1, 151, 46, 47, -1, -1, -1, -1, 52, 53, 54, 55, 56, 57, 58, 59, -1, 61, 62, 63, -1, -1, -1, -1, 31, 32, 33, 71, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 95, -1, -1, 98, 99, -1, -1, 65, -1, 104, -1, -1, 107, -1, 31, 32, 33, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 124, 125, 126, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 105, 65, -1, -1, -1, 147, 31, 32, 33, 151, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, 65, 105, -1, -1, -1, -1, -1, -1, 153, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 105, -1, -1, -1, -1, -1, -1, -1, -1, 153, 115, 116, 117, 118, 119, -1, -1, 122, 123, 65, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, -1, -1, -1, -1, -1, -1, -1, 153, -1, -1, -1, -1, -1, -1, -1, -1, -1, 65, 105, -1, -1, -1, -1, -1, 31, 32, 33, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 105, 65, -1, -1, -1, -1, 31, 32, 33, 153, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, 65, 105, -1, -1, -1, -1, -1, -1, 153, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 105, -1, -1, -1, -1, -1, -1, -1, -1, 153, 115, 116, 117, 118, 119, -1, -1, 122, 123, 65, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, -1, -1, -1, -1, -1, -1, -1, 153, -1, -1, -1, -1, -1, -1, -1, -1, -1, 65, 105, -1, -1, -1, -1, -1, 31, 32, 33, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 105, 65, 146, 31, 32, 33, -1, -1, 152, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, 65, 143, -1, -1, 105, 31, 32, 33, -1, -1, 152, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 65, 105, -1, 143, -1, -1, -1, 31, 32, 33, 150, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 105, 65, 31, 32, 33, -1, 150, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, -1, 143, -1, -1, 105, -1, -1, -1, 150, 31, 32, 33, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 105, -1, -1, 143, 65, 31, 32, 33, 148, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 65, -1, -1, -1, 148, 105, -1, 31, 32, 33, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 105, 65, -1, 143, -1, -1, -1, -1, 148, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, 31, 32, 33, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, 105, -1, 148, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, 65, 122, 123, 31, 32, 33, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, -1, -1, 148, -1, -1, -1, -1, -1, -1, -1, -1, -1, 65, -1, -1, 105, -1, 31, 32, 33, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, 105, 143, 31, 32, 33, -1, 148, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, -1, 143, 105, -1, -1, -1, 148, 31, 32, 33, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, 105, 143, 65, 31, 32, 33, 148, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, 65, 143, 31, 32, 33, 105, 148, -1, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, 65, 137, 138, 139, 105, -1, -1, 143, -1, -1, -1, -1, 148, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, 31, 32, 33, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 105, -1, 143, -1, -1, -1, -1, 148, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, 65, 127, 31, 32, 33, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, -1, -1, 148, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 65, 31, 32, 33, 105, -1, -1, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, 65, 137, 138, 139, -1, 105, -1, 143, 31, 32, 33, -1, 148, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 105, -1, 65, 143, -1, 31, 32, 33, 148, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 65, -1, -1, 105, 148, 31, 32, 33, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, 105, 143, 31, 32, 33, -1, 148, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, -1, 143, 105, -1, -1, -1, 148, 31, 32, 33, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, 105, 143, 65, 31, 32, 33, 148, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, 65, 143, 31, 32, 33, 105, 148, -1, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, 65, 137, 138, 139, 105, -1, -1, 143, -1, -1, -1, -1, 148, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, 31, 32, 33, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 105, -1, 143, -1, -1, -1, -1, 148, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, 65, 127, 31, 32, 33, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, -1, -1, 148, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 65, 31, 32, 33, 105, -1, -1, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, 65, 137, 138, 139, -1, 105, -1, 143, 31, 32, 33, -1, 148, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 105, -1, 65, 143, -1, 31, 32, 33, 148, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 65, -1, -1, 105, 148, 31, 32, 33, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, 105, 143, 31, 32, 33, -1, 148, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, -1, 143, 105, -1, 146, -1, -1, 31, 32, 33, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, 105, 143, 65, -1, 146, 31, 32, 33, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 65, -1, 146, 105, -1, 31, 32, 33, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, 105, 143, -1, -1, 146, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 105, -1, 146, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, 65, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, 146, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 65, 105, 31, 32, 33, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 65, -1, -1, 143, 105, -1, 146, -1, -1, 31, 32, 33, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 105, -1, 143, 65, -1, 146, 31, 32, 33, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, 65, 146, -1, 105, -1, 31, 32, 33, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, 105, 143, -1, -1, 146, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 105, -1, 146, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, 65, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, 146, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 65, 105, 31, 32, 33, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 65, -1, -1, 143, 105, -1, 146, -1, -1, 31, 32, 33, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 105, -1, 143, 65, -1, 146, 31, 32, 33, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, 65, 146, -1, 105, -1, 31, 32, 33, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, 105, 143, -1, -1, 146, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 105, -1, 146, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, 65, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, 146, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 65, 105, 31, 32, 33, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 65, -1, -1, 143, 105, -1, 146, -1, -1, 31, 32, 33, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 105, -1, 143, 65, -1, 146, 31, 32, 33, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, 65, 146, -1, 105, -1, 31, 32, 33, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, 105, 143, -1, -1, 146, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 105, -1, 146, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, 65, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, 146, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 65, 105, 31, 32, 33, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 65, -1, -1, 143, 105, -1, 146, -1, -1, 31, 32, 33, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 105, -1, 143, 65, -1, 146, 31, 32, 33, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, 65, 146, -1, 105, -1, 31, 32, 33, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 65, 105, 143, -1, -1, 146, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, 105, -1, 146, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, 65, -1, -1, 127, -1, 31, 32, 33, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, -1, 146, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 65, 105, 31, 32, 33, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 65, -1, -1, 143, 105, -1, 146, 31, 32, 33, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 105, 65, 143, -1, -1, 146, 31, 32, 33, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, 128, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, -1, 143, -1, 65, 105, 31, 32, 33, -1, -1, 111, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, 65, -1, -1, 143, 105, -1, -1, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, 128, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, 105, -1, 143, -1, -1, -1, -1, -1, -1, -1, 115, 116, 117, 118, 119, -1, -1, 122, 123, -1, -1, -1, 127, -1, -1, -1, -1, 132, 133, 134, 135, -1, 137, 138, 139, -1, -1, 6, 143, 8, 9, 10, -1, -1, -1, -1, -1, -1, -1, 18, 19, 20, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 34, 6, -1, 8, 9, 10, -1, -1, -1, -1, -1, 45, -1, 18, 19, 20, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 34, -1, -1, -1, -1, -1, -1, 70, -1, -1, -1, 45, -1, 76, -1, 78, 79, 80, -1, -1, 83, -1, -1, -1, -1, -1, -1, 90, -1, -1, -1, -1, -1, 96, 97, -1, 70, 100, -1, -1, 103, -1, 76, 106, 78, 79, -1, -1, -1, 83, -1, -1, -1, -1, -1, -1, 90, -1, -1, -1, -1, -1, 96, 97, -1, -1, -1, -1, -1, -1, -1, -1, 106 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const unsigned char yystos[] = { 0, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 34, 35, 38, 39, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 88, 90, 91, 92, 95, 96, 97, 98, 99, 101, 104, 105, 106, 107, 108, 124, 125, 126, 134, 135, 147, 151, 156, 157, 158, 166, 167, 168, 169, 170, 171, 121, 147, 151, 147, 147, 147, 6, 71, 104, 151, 169, 170, 171, 151, 147, 158, 147, 147, 6, 25, 6, 5, 146, 146, 147, 147, 6, 6, 168, 168, 151, 147, 147, 147, 149, 147, 149, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, 6, 147, 147, 6, 158, 162, 163, 170, 171, 163, 170, 147, 25, 147, 6, 147, 158, 169, 151, 158, 147, 6, 6, 158, 6, 147, 147, 169, 170, 170, 169, 169, 169, 157, 169, 0, 157, 6, 66, 67, 31, 32, 33, 65, 105, 115, 116, 117, 118, 119, 122, 123, 127, 132, 133, 134, 135, 137, 138, 139, 143, 146, 85, 109, 110, 112, 125, 126, 131, 111, 144, 149, 6, 169, 177, 6, 8, 18, 20, 97, 165, 6, 175, 176, 169, 169, 169, 146, 168, 148, 6, 174, 174, 40, 41, 199, 6, 146, 146, 176, 6, 169, 175, 41, 200, 147, 149, 6, 165, 174, 174, 176, 169, 176, 169, 176, 176, 174, 169, 169, 169, 169, 174, 169, 169, 169, 174, 6, 169, 174, 169, 151, 169, 169, 151, 158, 154, 158, 154, 169, 6, 176, 151, 169, 87, 159, 160, 146, 168, 13, 169, 147, 149, 151, 147, 169, 169, 148, 152, 152, 66, 67, 121, 131, 147, 149, 172, 173, 184, 185, 153, 182, 169, 169, 169, 169, 6, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 6, 169, 170, 169, 42, 169, 164, 169, 6, 102, 169, 178, 147, 153, 148, 151, 152, 12, 153, 148, 148, 148, 152, 146, 12, 148, 148, 6, 198, 6, 151, 199, 148, 153, 148, 198, 151, 177, 169, 178, 147, 152, 148, 148, 148, 150, 148, 150, 148, 148, 148, 148, 148, 148, 148, 148, 153, 148, 148, 148, 153, 148, 148, 168, 196, 197, 148, 148, 157, 6, 6, 153, 41, 199, 148, 157, 148, 147, 159, 152, 147, 148, 177, 169, 157, 170, 171, 153, 148, 169, 182, 6, 169, 177, 169, 174, 178, 180, 146, 131, 147, 185, 131, 146, 182, 150, 147, 128, 146, 146, 146, 168, 146, 146, 111, 147, 147, 150, 153, 150, 168, 186, 187, 177, 151, 168, 169, 176, 158, 158, 158, 169, 169, 169, 153, 199, 6, 80, 100, 103, 168, 188, 189, 151, 158, 169, 169, 168, 194, 195, 148, 150, 150, 187, 169, 169, 147, 147, 147, 147, 158, 147, 169, 169, 169, 158, 169, 169, 169, 6, 152, 196, 158, 158, 152, 147, 149, 169, 6, 151, 158, 152, 146, 6, 120, 169, 151, 148, 150, 152, 148, 169, 146, 150, 147, 146, 148, 150, 150, 153, 150, 150, 169, 177, 169, 171, 169, 147, 149, 173, 164, 177, 148, 169, 179, 6, 153, 148, 157, 152, 128, 15, 198, 151, 147, 168, 6, 6, 6, 152, 188, 6, 168, 192, 193, 148, 6, 152, 194, 148, 169, 176, 169, 176, 169, 148, 148, 146, 187, 169, 148, 199, 188, 6, 148, 148, 93, 94, 161, 146, 147, 158, 148, 187, 109, 112, 146, 131, 147, 174, 181, 131, 146, 147, 131, 147, 146, 148, 146, 148, 177, 169, 178, 180, 131, 147, 148, 153, 185, 187, 128, 151, 152, 169, 158, 6, 80, 100, 103, 168, 190, 191, 187, 6, 147, 147, 147, 149, 183, 147, 6, 152, 192, 147, 151, 148, 148, 148, 148, 148, 158, 148, 150, 158, 151, 152, 148, 158, 146, 3, 128, 152, 177, 148, 169, 169, 169, 177, 153, 169, 177, 169, 177, 109, 112, 146, 158, 148, 150, 150, 150, 169, 177, 151, 179, 6, 157, 147, 168, 6, 6, 6, 152, 190, 148, 147, 187, 187, 187, 167, 146, 187, 147, 187, 157, 158, 147, 158, 147, 158, 147, 190, 158, 128, 157, 148, 151, 146, 146, 146, 148, 181, 146, 148, 146, 148, 169, 169, 109, 112, 131, 147, 131, 147, 131, 147, 146, 148, 157, 147, 152, 187, 6, 147, 147, 147, 183, 146, 151, 187, 148, 148, 148, 150, 148, 187, 148, 152, 169, 169, 187, 152, 157, 146, 157, 109, 146, 109, 146, 109, 112, 146, 146, 146, 169, 169, 169, 177, 169, 177, 169, 177, 109, 112, 146, 152, 177, 148, 147, 187, 187, 187, 146, 157, 148, 146, 146, 146, 151, 146, 148, 146, 148, 148, 148, 161, 152, 169, 169, 169, 169, 146, 146, 146, 148, 146, 148, 146, 148, 169, 169, 148, 128, 146, 187, 148, 148, 148, 152, 146, 157, 146, 158, 158, 146, 146, 146, 146, 109, 146, 109, 146, 109, 112, 146, 146, 146, 151, 6, 148, 146, 146, 146, 151, 152, 169, 169, 169, 169, 157, 147, 146, 157, 146, 146, 146, 146, 152, 177, 152, 148, 151, 157, 152 }; #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__) # define YYSIZE_T __SIZE_TYPE__ #endif #if ! defined (YYSIZE_T) && defined (size_t) # define YYSIZE_T size_t #endif #if ! defined (YYSIZE_T) # if defined (__STDC__) || defined (__cplusplus) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # endif #endif #if ! defined (YYSIZE_T) # define YYSIZE_T unsigned int #endif #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrlab1 /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. */ #define YYFAIL goto yyerrlab #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ yytoken = YYTRANSLATE (yychar); \ YYPOPSTACK; \ goto yybackup; \ } \ else \ { \ yyerror(YYPARSE_PARAM,&yylloc,"syntax error: cannot back up");\ YYERROR; \ } \ while (0) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Compute the default location (before the actions are run). */ #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ Current.first_line = Rhs[1].first_line; \ Current.first_column = Rhs[1].first_column; \ Current.last_line = Rhs[N].last_line; \ Current.last_column = Rhs[N].last_column; #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) #else # define YYLEX yylex (&yylval, &yylloc) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (0) # define YYDSYMPRINT(Args) \ do { \ if (yydebug) \ yysymprint Args; \ } while (0) # define YYDSYMPRINTF(Title, Token, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yysymprint (stderr, \ Token, Value, Location); \ YYFPRINTF (stderr, "\n"); \ } \ } while (0) /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (cinluded). | `------------------------------------------------------------------*/ #if defined (__STDC__) || defined (__cplusplus) static void yy_stack_print (short *bottom, short *top) #else static void yy_stack_print (bottom, top) short *bottom; short *top; #endif { YYFPRINTF (stderr, "Stack now"); for (/* Nothing. */; bottom <= top; ++bottom) YYFPRINTF (stderr, " %d", *bottom); YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (0) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if defined (__STDC__) || defined (__cplusplus) static void yy_reduce_print (int yyrule) #else static void yy_reduce_print (yyrule) int yyrule; #endif { int yyi; unsigned int yylineno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ", yyrule - 1, yylineno); /* Print the symbols being reduced, and their result. */ for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++) YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]); YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]); } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (Rule); \ } while (0) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YYDSYMPRINT(Args) # define YYDSYMPRINTF(Title, Token, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #if YYMAXDEPTH == 0 # undef YYMAXDEPTH #endif #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined (__GLIBC__) && defined (_STRING_H) # define yystrlen strlen # else /* Return the length of YYSTR. */ static YYSIZE_T # if defined (__STDC__) || defined (__cplusplus) yystrlen (const char *yystr) # else yystrlen (yystr) const char *yystr; # endif { register const char *yys = yystr; while (*yys++ != '\0') continue; return yys - yystr - 1; } # endif # endif # ifndef yystpcpy # if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE) # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ static char * # if defined (__STDC__) || defined (__cplusplus) yystpcpy (char *yydest, const char *yysrc) # else yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; # endif { register char *yyd = yydest; register const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif #endif /* !YYERROR_VERBOSE */ #if YYDEBUG /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if defined (__STDC__) || defined (__cplusplus) static void yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) #else static void yysymprint (yyoutput, yytype, yyvaluep, yylocationp) FILE *yyoutput; int yytype; YYSTYPE *yyvaluep; YYLTYPE *yylocationp; #endif { /* Pacify ``unused variable'' warnings. */ (void) yyvaluep; (void) yylocationp; if (yytype < YYNTOKENS) { YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); # ifdef YYPRINT YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # endif } else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); switch (yytype) { default: break; } YYFPRINTF (yyoutput, ")"); } #endif /* ! YYDEBUG */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ #if defined (__STDC__) || defined (__cplusplus) static void yydestruct (int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) #else static void yydestruct (yytype, yyvaluep, yylocationp) int yytype; YYSTYPE *yyvaluep; YYLTYPE *yylocationp; #endif { /* Pacify ``unused variable'' warnings. */ (void) yyvaluep; (void) yylocationp; switch (yytype) { default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM # if defined (__STDC__) || defined (__cplusplus) int yyparse (LocParser *YYPARSE_PARAM); # else int yyparse (); # endif #else /* ! YYPARSE_PARAM */ #if defined (__STDC__) || defined (__cplusplus) int yyparse (void); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM # if defined (__STDC__) || defined (__cplusplus) int yyparse (LocParser *YYPARSE_PARAM) # else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; # endif #else /* ! YYPARSE_PARAM */ #if defined (__STDC__) || defined (__cplusplus) int yyparse (void) #else int yyparse () #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; /* Location data for the lookahead symbol. */ YYLTYPE yylloc; register int yystate; register int yyn; int yyresult; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* Lookahead token as an internal (translated) token number. */ int yytoken = 0; /* Three stacks and their tools: `yyss': related to states, `yyvs': related to semantic values, `yyls': related to locations. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ short yyssa[YYINITDEPTH]; short *yyss = yyssa; register short *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs = yyvsa; register YYSTYPE *yyvsp; /* The location stack. */ YYLTYPE yylsa[YYINITDEPTH]; YYLTYPE *yyls = yylsa; YYLTYPE *yylsp; YYLTYPE *yylerrsp; #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) YYSIZE_T yystacksize = YYINITDEPTH; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; YYLTYPE yyloc; /* When reducing, the number of symbols on the RHS of the reduced rule. */ int yylen; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; yylsp = yyls; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. so pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; short *yyss1 = yyss; YYLTYPE *yyls1 = yyls; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow ("parser stack overflow", &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yyls1, yysize * sizeof (*yylsp), &yystacksize); yyls = yyls1; yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyoverflowlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyoverflowlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { short *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyoverflowlab; YYSTACK_RELOCATE (yyss); YYSTACK_RELOCATE (yyvs); YYSTACK_RELOCATE (yyls); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; yylsp = yyls + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. */ /* Read a lookahead token if we need one and don't already have one. */ /* yyresume: */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yyn == YYPACT_NINF) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YYDSYMPRINTF ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yyn == 0 || yyn == YYTABLE_NINF) goto yyerrlab; yyn = -yyn; goto yyreduce; } if (yyn == YYFINAL) YYACCEPT; /* Shift the lookahead token. */ YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken])); /* Discard the token being shifted unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; *++yyvsp = yylval; *++yylsp = yylloc; /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; yystate = yyn; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* 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]; /* Default location. */ YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: #line 84 "grammar.y" { parser->setProgram(new LocASTProgram(GLOC(yylsp[0]),yyvsp[0].tnode));;} break; case 3: #line 88 "grammar.y" { yyval.tnode = new LocASTListStatementNil(GLOC(yyloc)) ;} break; case 4: #line 89 "grammar.y" { if (yyvsp[-1].tnode) yyval.tnode = new LocASTListStatementCons(GLOC(yylsp[-1]),yyvsp[-1].tnode,yyvsp[0].tnode);else yyval.tnode=yyvsp[0].tnode;;} break; case 5: #line 96 "grammar.y" { yyval.tnode = new LocASTDeclInit(GLOC(yylsp[-4]),yyvsp[-4].tnode,new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-3].smb),yyvsp[-1].tnode); ;} break; case 6: #line 99 "grammar.y" { yyval.tnode = new LocASTDeclInit(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb), new LocASTConstructor(GLOC(yylsp[-5]),yyvsp[-5].tnode,yyvsp[-2].tnode)); ;} break; case 7: #line 105 "grammar.y" { yyval.tnode = new LocASTDeclInitSetValue(GLOC(yylsp[-7]),yyvsp[-7].tnode,new LocASTIdentifier(GLOC(yylsp[-7]),yyvsp[-6].smb), new LocASTConstructor(GLOC(yylsp[-7]),yyvsp[-7].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 8: #line 111 "grammar.y" { yyval.tnode = new LocASTNewInitSetValue(GLOC(yylsp[-9]),yyvsp[-6].tnode,yyvsp[-9].tnode,new LocASTConstructor(GLOC(yylsp[-6]),yyvsp[-6].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 9: #line 117 "grammar.y" { yyval.tnode = new LocASTDeclInitInvariant(GLOC(yylsp[-7]),yyvsp[-7].tnode,new LocASTIdentifier(GLOC(yylsp[-7]),yyvsp[-6].smb), new LocASTConstructor(GLOC(yylsp[-7]),yyvsp[-7].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 10: #line 123 "grammar.y" { yyval.tnode = new LocASTNewInitInvariant(GLOC(yylsp[-9]),yyvsp[-6].tnode,yyvsp[-9].tnode,new LocASTConstructor(GLOC(yylsp[-6]),yyvsp[-6].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 11: #line 130 "grammar.y" { yyval.tnode = new LocASTArrayDeclaration(GLOC(yylsp[-3]),yyvsp[-3].tnode,new LocASTIdentifier(GLOC(yylsp[-3]),yyvsp[-2].smb),yyvsp[-1].tnode); ;} break; case 12: #line 133 "grammar.y" { yyval.tnode = new LocASTArrayDeclarationInit(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 13: #line 137 "grammar.y" { yyval.tnode = new LocASTDecl(GLOC(yylsp[-3]),yyvsp[-3].tnode,new LocASTIdentifier(GLOC(yylsp[-3]),yyvsp[-2].smb),yyvsp[-1].tnode); ;} break; case 14: #line 140 "grammar.y" { yyval.tnode = new LocASTGenericDeclInitNoParam(GLOC(yylsp[-7]),yyvsp[-7].tnode,new LocASTIdentifier(GLOC(yylsp[-7]),yyvsp[-6].smb),yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 15: #line 145 "grammar.y" { yyval.tnode = new LocASTGenericNewInitNoParam(GLOC(yylsp[-9]),yyvsp[-6].tnode,yyvsp[-9].tnode,yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 16: #line 150 "grammar.y" { yyval.tnode = new LocASTGenericDeclInitNoParam(GLOC(yylsp[-8]),yyvsp[-8].tnode,new LocASTIdentifier(GLOC(yylsp[-8]),yyvsp[-7].smb),yyvsp[-5].tnode, new LocASTConstructor(GLOC(yylsp[-8]),yyvsp[-8].tnode,yyvsp[-2].tnode)); ;} break; case 17: #line 156 "grammar.y" { yyval.tnode = new LocASTGenericNewInitNoParam(GLOC(yylsp[-10]),yyvsp[-7].tnode,yyvsp[-10].tnode,yyvsp[-5].tnode,new LocASTConstructor(GLOC(yylsp[-7]),yyvsp[-7].tnode,yyvsp[-2].tnode)); ;} break; case 18: #line 161 "grammar.y" { yyval.tnode = new LocASTGenericDeclInitNoParamSetValue(GLOC(yylsp[-10]),yyvsp[-10].tnode,new LocASTIdentifier(GLOC(yylsp[-10]),yyvsp[-9].smb),yyvsp[-7].tnode, new LocASTConstructor(GLOC(yylsp[-10]),yyvsp[-10].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 19: #line 167 "grammar.y" { yyval.tnode = new LocASTGenericNewInitNoParamSetValue(GLOC(yylsp[-12]),yyvsp[-9].tnode,yyvsp[-12].tnode,yyvsp[-7].tnode,new LocASTConstructor(GLOC(yylsp[-9]),yyvsp[-9].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 20: #line 174 "grammar.y" { yyval.tnode = new LocASTGenericDeclInit(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 21: #line 179 "grammar.y" { yyval.tnode = new LocASTGenericNewInit(GLOC(yylsp[-7]),yyvsp[-4].tnode,yyvsp[-7].tnode,yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 22: #line 184 "grammar.y" { yyval.tnode = new LocASTGenericDeclInit(GLOC(yylsp[-6]),yyvsp[-6].tnode,new LocASTIdentifier(GLOC(yylsp[-6]),yyvsp[-5].smb),yyvsp[-4].tnode, new LocASTConstructor(GLOC(yylsp[-6]),yyvsp[-6].tnode,yyvsp[-2].tnode)); ;} break; case 23: #line 190 "grammar.y" { yyval.tnode = new LocASTGenericNewInit(GLOC(yylsp[-8]),yyvsp[-5].tnode,yyvsp[-8].tnode,yyvsp[-4].tnode,new LocASTConstructor(GLOC(yylsp[-8]),yyvsp[-5].tnode,yyvsp[-2].tnode)); ;} break; case 24: #line 195 "grammar.y" { yyval.tnode = new LocASTGenericDeclInitSetValue(GLOC(yylsp[-8]),yyvsp[-8].tnode,new LocASTIdentifier(GLOC(yylsp[-8]),yyvsp[-7].smb),yyvsp[-6].tnode, new LocASTConstructor(GLOC(yylsp[-8]),yyvsp[-8].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 25: #line 201 "grammar.y" { yyval.tnode = new LocASTGenericNewInitSetValue(GLOC(yylsp[-10]),yyvsp[-7].tnode,yyvsp[-10].tnode,yyvsp[-6].tnode,new LocASTConstructor(GLOC(yylsp[-10]),yyvsp[-7].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 26: #line 206 "grammar.y" { yyval.tnode = new LocASTGenericDeclInitInvariant(GLOC(yylsp[-8]),yyvsp[-8].tnode,new LocASTIdentifier(GLOC(yylsp[-8]),yyvsp[-7].smb),yyvsp[-6].tnode, new LocASTConstructor(GLOC(yylsp[-8]),yyvsp[-8].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 27: #line 212 "grammar.y" { yyval.tnode = new LocASTGenericNewInitInvariant(GLOC(yylsp[-10]),yyvsp[-7].tnode,yyvsp[-10].tnode,yyvsp[-6].tnode,new LocASTConstructor(GLOC(yylsp[-10]),yyvsp[-7].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 28: #line 228 "grammar.y" { yyval.tnode = new LocASTMatrixDecl(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb),yyvsp[-2].tnode); ;} break; case 29: #line 231 "grammar.y" { yyval.tnode = new LocASTMatrixDeclAssign(GLOC(yylsp[-7]),yyvsp[-7].tnode,new LocASTIdentifier(GLOC(yylsp[-7]),yyvsp[-6].smb),yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 30: #line 236 "grammar.y" { yyval.tnode = new LocASTMatrixNewInit(GLOC(yylsp[-9]),yyvsp[-6].tnode,yyvsp[-9].tnode,yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 31: #line 241 "grammar.y" { yyval.tnode = new LocASTMatrixDeclInit(GLOC(yylsp[-8]),yyvsp[-8].tnode,new LocASTIdentifier(GLOC(yylsp[-8]),yyvsp[-7].smb),yyvsp[-5].tnode,new LocASTConstructor(GLOC(yylsp[-8]),yyvsp[-8].tnode,yyvsp[-2].tnode)); ;} break; case 32: #line 246 "grammar.y" { yyval.tnode = new LocASTMatrixNewInit(GLOC(yylsp[-10]),yyvsp[-7].tnode,yyvsp[-10].tnode,yyvsp[-5].tnode,new LocASTConstructor(GLOC(yylsp[-10]),yyvsp[-7].tnode,yyvsp[-2].tnode)); ;} break; case 33: #line 251 "grammar.y" { yyval.tnode = new LocASTMatrixDeclInitSetValue(GLOC(yylsp[-10]),yyvsp[-10].tnode,new LocASTIdentifier(GLOC(yylsp[-10]),yyvsp[-9].smb),yyvsp[-7].tnode,new LocASTConstructor(GLOC(yylsp[-10]),yyvsp[-10].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 34: #line 256 "grammar.y" { yyval.tnode = new LocASTMatrixNewInitSetValue(GLOC(yylsp[-12]),yyvsp[-9].tnode,yyvsp[-12].tnode,yyvsp[-7].tnode,new LocASTConstructor(GLOC(yylsp[-12]),yyvsp[-9].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 35: #line 263 "grammar.y" { yyval.tnode = new LocASTGenericMatrixDecl(GLOC(yylsp[-7]),yyvsp[-7].tnode,new LocASTIdentifier(GLOC(yylsp[-7]),yyvsp[-6].smb),yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 36: #line 268 "grammar.y" { yyval.tnode = new LocASTGenericMatrixNew(GLOC(yylsp[-9]),yyvsp[-6].tnode,yyvsp[-9].tnode,yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 37: #line 273 "grammar.y" { yyval.tnode = new LocASTGenericMatrixDecl(GLOC(yylsp[-8]),yyvsp[-8].tnode,new LocASTIdentifier(GLOC(yylsp[-8]),yyvsp[-7].smb),yyvsp[-5].tnode, new LocASTConstructor(GLOC(yylsp[-8]),yyvsp[-8].tnode,yyvsp[-2].tnode)); ;} break; case 38: #line 279 "grammar.y" { yyval.tnode = new LocASTGenericMatrixNew(GLOC(yylsp[-10]),yyvsp[-7].tnode,yyvsp[-10].tnode,yyvsp[-5].tnode,new LocASTConstructor(GLOC(yylsp[-10]),yyvsp[-7].tnode,yyvsp[-2].tnode)); ;} break; case 39: #line 284 "grammar.y" { yyval.tnode = new LocASTGenericMatrixDeclSetValue(GLOC(yylsp[-10]),yyvsp[-10].tnode,new LocASTIdentifier(GLOC(yylsp[-10]),yyvsp[-9].smb),yyvsp[-7].tnode, new LocASTConstructor(GLOC(yylsp[-10]),yyvsp[-10].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 40: #line 290 "grammar.y" { yyval.tnode = new LocASTGenericMatrixNewSetValue(GLOC(yylsp[-12]),yyvsp[-9].tnode,yyvsp[-12].tnode,yyvsp[-7].tnode,new LocASTConstructor(GLOC(yylsp[-12]),yyvsp[-9].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 41: #line 295 "grammar.y" { yyval.tnode = new LocASTGenericMatrixDeclInvariant(GLOC(yylsp[-10]),yyvsp[-10].tnode,new LocASTIdentifier(GLOC(yylsp[-10]),yyvsp[-9].smb),yyvsp[-7].tnode, new LocASTConstructor(GLOC(yylsp[-10]),yyvsp[-10].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 42: #line 301 "grammar.y" { yyval.tnode = new LocASTGenericMatrixNewInvariant(GLOC(yylsp[-12]),yyvsp[-9].tnode,yyvsp[-12].tnode,yyvsp[-7].tnode,new LocASTConstructor(GLOC(yylsp[-12]),yyvsp[-9].tnode,yyvsp[-4].tnode),yyvsp[-1].tnode); ;} break; case 43: #line 307 "grammar.y" { yyval.tnode = new LocASTAssign(GLOC(yylsp[-3]),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 44: #line 308 "grammar.y" { yyval.tnode = new LocASTSetValue(GLOC(yylsp[-3]),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 45: #line 309 "grammar.y" { yyval.tnode = new LocASTSwap(GLOC(yylsp[-3]),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 46: #line 310 "grammar.y" { yyval.tnode = new LocASTInvariant(GLOC(yylsp[-3]),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 47: #line 311 "grammar.y" { yyval.tnode = new LocASTWhile(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 48: #line 312 "grammar.y" { yyval.tnode = new LocASTRepeat(GLOC(yylsp[-6]),yyvsp[-2].tnode,yyvsp[-5].tnode); ;} break; case 49: #line 313 "grammar.y" { yyval.tnode = new LocASTBlock(GLOC(yylsp[-2]),yyvsp[-1].tnode); ;} break; case 50: #line 314 "grammar.y" { yyval.tnode = new LocASTForall(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 51: #line 315 "grammar.y" { yyval.tnode = new LocASTIfThen(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 52: #line 316 "grammar.y" { yyval.tnode = new LocASTIfThenElse(GLOC(yylsp[-6]),yyvsp[-4].tnode,yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 53: #line 317 "grammar.y" { yyval.tnode = new LocASTAssert(GLOC(yylsp[-4]),yyvsp[-2].tnode); ;} break; case 54: #line 319 "grammar.y" { yyval.tnode = new LocASTFunctionDecl(GLOC(yylsp[-8]),yyvsp[-7].tnode,new LocASTIdentifier(GLOC(yylsp[-8]),yyvsp[-6].smb),yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 55: #line 323 "grammar.y" { yyval.tnode = new LocASTReturn(GLOC(yylsp[-2]),yyvsp[-1].tnode); ;} break; case 56: #line 325 "grammar.y" { yyval.tnode = new LocASTBuiltin(GLOC(yylsp[-3]),new LocASTIdentifier(GLOC(yylsp[-3]),yyvsp[-3].smb)); ;} break; case 57: #line 327 "grammar.y" { yyval.tnode = new LocASTMove(GLOC(yylsp[-1]),yyvsp[0].tnode); ;} break; case 58: #line 330 "grammar.y" { yyval.tnode = new LocASTClass(GLOC(yylsp[-5]),new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-1].tnode,yyvsp[-3].tnode); ;} break; case 59: #line 335 "grammar.y" { yyval.tnode = new LocASTSubClass(GLOC(yylsp[-7]),new LocASTIdentifier(GLOC(yylsp[-6]),yyvsp[-6].smb),yyvsp[-1].tnode, new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-3].tnode); ;} break; case 60: #line 341 "grammar.y" { yyval.tnode = new LocASTAbstractClass(GLOC(yylsp[-6]),new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-1].tnode,yyvsp[-3].tnode); ;} break; case 61: #line 346 "grammar.y" { yyval.tnode = new LocASTAbstractSubClass(GLOC(yylsp[-8]),new LocASTIdentifier(GLOC(yylsp[-6]),yyvsp[-6].smb),yyvsp[-1].tnode, new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-3].tnode); ;} break; case 62: #line 352 "grammar.y" { yyval.tnode = new LocASTInterface(GLOC(yylsp[-5]),new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-1].tnode,yyvsp[-3].tnode); ;} break; case 63: #line 357 "grammar.y" { yyval.tnode = new LocASTNativeClass(GLOC(yylsp[-6]),new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-1].tnode,yyvsp[-3].tnode); ;} break; case 64: #line 361 "grammar.y" { yyval.tnode = new LocASTImport(GLOC(yylsp[-2]),new LocASTIdentifier(GLOC(yylsp[-1]),yyvsp[-1].smb)); parser->include(yyvsp[-1].smb); ;} break; case 65: #line 366 "grammar.y" { yyval.tnode=0; parser->include(yyvsp[-1].smb); ;} break; case 66: #line 371 "grammar.y" { yyval.tnode = new LocASTStatementExpr(GLOC(yylsp[-1]),yyvsp[-1].tnode); ;} break; case 67: #line 372 "grammar.y" { yyval.tnode = new LocASTBreak(GLOC(yylsp[-1])); ;} break; case 68: #line 373 "grammar.y" { yyval.tnode = new LocASTContinue(GLOC(yylsp[-1])); ;} break; case 69: #line 374 "grammar.y" { yyval.tnode = new LocASTSelectRandom(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 70: #line 375 "grammar.y" { yyval.tnode = new LocASTSelectMax(GLOC(yylsp[-7]),yyvsp[-5].tnode,yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 71: #line 376 "grammar.y" { yyval.tnode = new LocASTSelectMin(GLOC(yylsp[-7]),yyvsp[-5].tnode,yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 72: #line 377 "grammar.y" { yyval.tnode = new LocASTSelectKMin(GLOC(yylsp[-10]),yyvsp[-8].tnode,yyvsp[-5].tnode,yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 73: #line 378 "grammar.y" { yyval.tnode = new LocASTSelectKMax(GLOC(yylsp[-10]),yyvsp[-8].tnode,yyvsp[-5].tnode,yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 74: #line 379 "grammar.y" { yyval.tnode = new LocASTSelectFirst(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 75: #line 380 "grammar.y" { yyval.tnode = new LocASTSelectRandom(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 76: #line 381 "grammar.y" { yyval.tnode = new LocASTSelectCircular(GLOC(yylsp[-7]),yyvsp[-5].tnode,yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 77: #line 382 "grammar.y" { yyval.tnode = new LocASTOnChange(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 78: #line 383 "grammar.y" { yyval.tnode = new LocASTOutput(GLOC(yylsp[-3]),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 79: #line 384 "grammar.y" { yyval.tnode = new LocASTTuple(GLOC(yylsp[-4]),new LocASTIdentifier(GLOC(yylsp[-3]),yyvsp[-3].smb),yyvsp[-1].tnode); ;} break; case 80: #line 388 "grammar.y" { yyval.tnode = new LocASTExternalMethodDecl(GLOC(yylsp[-9]), yyvsp[-9].tnode, new LocASTIdentifier(GLOC(yylsp[-9]),yyvsp[-8].smb), new LocASTIdentifier(GLOC(yylsp[-9]),yyvsp[-6].smb), yyvsp[-4].tnode, yyvsp[-1].tnode); ;} break; case 81: #line 396 "grammar.y" { yyval.tnode = new LocASTExternalConstructorDecl(GLOC(yylsp[-13]), new LocASTIdentifier(GLOC(yylsp[-13]),yyvsp[-13].smb), new LocASTIdentifier(GLOC(yylsp[-13]),yyvsp[-11].smb), yyvsp[-9].tnode, new LocASTListStatementCons(GLOC(yylsp[-13]), new LocASTSuper(GLOC(yylsp[-6]), new LocASTIdentifier(GLOC(yylsp[-6]),yyvsp[-6].smb), new LocASTIdentifier(GLOC(yylsp[-11]),yyvsp[-11].smb), yyvsp[-4].tnode),yyvsp[-1].tnode)); ;} break; case 82: #line 408 "grammar.y" { yyval.tnode = new LocASTExternalConstructorDecl(GLOC(yylsp[-8]), new LocASTIdentifier(GLOC(yylsp[-8]),yyvsp[-8].smb), new LocASTIdentifier(GLOC(yylsp[-8]),yyvsp[-6].smb), yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 83: #line 414 "grammar.y" { yyval.tnode = new LocASTBlock(GLOC(yylsp[-4]), new LocASTListStatementCons(GLOC(yylsp[-4]), new LocASTIncrAtomic(GLOC(yylsp[-4]),yyvsp[-2].tnode), new LocASTListStatementCons(GLOC(yylsp[0]), yyvsp[0].tnode, new LocASTListStatementCons(GLOC(yylsp[0]), new LocASTDecrAtomic(GLOC(yylsp[0]),yyvsp[-2].tnode), new LocASTListStatementNil(GLOC(yylsp[0])))))); ;} break; case 84: #line 424 "grammar.y" { yyval.tnode = new LocASTBlock(GLOC(yylsp[-4]), new LocASTListStatementCons(GLOC(yylsp[-4]), new LocASTIncrPropagate(GLOC(yylsp[-4]),yyvsp[-2].tnode), new LocASTListStatementCons(GLOC(yylsp[0]), yyvsp[0].tnode, new LocASTListStatementCons(GLOC(yylsp[0]), new LocASTDecrPropagate(GLOC(yylsp[0]),yyvsp[-2].tnode), new LocASTListStatementNil(GLOC(yylsp[0])))))); ;} break; case 85: #line 435 "grammar.y" { yyval.tnode = new LocASTWithBlock(GLOC(yylsp[-5]), new LocASTListStatementCons(GLOC(yylsp[-5]), new LocASTStatementExpr(GLOC(yylsp[-5]), new LocASTApplyMethod(GLOC(yylsp[-5]), yyvsp[-2].tnode, new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb), new LocASTListExprCons(GLOC(yylsp[-5]), new LocASTTrue(GLOC(yylsp[-5])), new LocASTListExprNil(GLOC(yylsp[-5]))))), new LocASTListStatementCons(GLOC(yylsp[-5]), yyvsp[0].tnode, new LocASTListStatementCons(GLOC(yylsp[-5]), new LocASTStatementExpr(GLOC(yylsp[-5]), new LocASTApplyMethod(GLOC(yylsp[-5]), yyvsp[-2].tnode, new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb), new LocASTListExprCons(GLOC(yylsp[-5]), new LocASTFalse(GLOC(yylsp[-5])), new LocASTListExprNil(GLOC(yylsp[-5]))))), new LocASTListStatementNil(GLOC(yylsp[-5])))))); ;} break; case 86: #line 458 "grammar.y" { yyval.tnode = new LocASTWhen(GLOC(yylsp[-2]),yyvsp[-1].tnode,yyvsp[0].tnode); ;} break; case 87: #line 461 "grammar.y" { yyval.tnode = new LocASTWhenever(GLOC(yylsp[-2]),yyvsp[-1].tnode,yyvsp[0].tnode); ;} break; case 88: #line 464 "grammar.y" { yyval.tnode = new LocASTNeighbor(GLOC(yylsp[-6]),yyvsp[-4].tnode,yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 89: #line 467 "grammar.y" { yyval.tnode = new LocASTContinuation(GLOC(yylsp[-4]), new LocASTIdentifier(GLOC(yylsp[-3]),yyvsp[-3].smb), new LocASTBlock(GLOC(yylsp[-1]),yyvsp[-1].tnode)); ;} break; case 90: #line 472 "grammar.y" { yyval.tnode = new LocASTClosureDecl(GLOC(yylsp[-4]), new LocASTIdentifier(GLOC(yylsp[-3]),yyvsp[-3].smb), new LocASTBlock(GLOC(yylsp[-1]),yyvsp[-1].tnode)); ;} break; case 91: #line 477 "grammar.y" { yyval.tnode = new LocASTClosureDecl(GLOC(yylsp[-4]), new LocASTIdentifier(GLOC(yylsp[-3]),yyvsp[-3].smb), new LocASTBlock(GLOC(yylsp[-1]),yyvsp[-1].tnode), true); ;} break; case 92: #line 483 "grammar.y" { yyval.tnode = new LocASTCallc(GLOC(yylsp[-4]),yyvsp[-2].tnode); ;} break; case 93: #line 486 "grammar.y" { yyval.tnode = new LocASTTry(GLOC(yylsp[-2]),yyvsp[-1].tnode,yyvsp[0].tnode); ;} break; case 94: #line 489 "grammar.y" { yyval.tnode = new LocASTThrow(GLOC(yylsp[-2]),yyvsp[-1].tnode); ;} break; case 95: #line 492 "grammar.y" { yyval.tnode = new LocASTNotify(GLOC(yylsp[-5]), new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb), yyvsp[-2].tnode); ;} break; case 96: #line 497 "grammar.y" { yyval.tnode = new LocASTKeyNotify(GLOC(yylsp[-8]), new LocASTIdentifier(GLOC(yylsp[-7]),yyvsp[-7].smb), yyvsp[-5].tnode, yyvsp[-2].tnode); ;} break; case 97: #line 504 "grammar.y" { yyval.tnode = new LocASTSwitch(GLOC(yylsp[-6]),yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 98: #line 511 "grammar.y" { yyval.tnode = new LocASTListCatchCons(GLOC(yylsp[0]),yyvsp[0].tnode,new LocASTListCatchNil(GLOC(yylsp[0]))); ;} break; case 99: #line 515 "grammar.y" { yyval.tnode = new LocASTListCatchCons(GLOC(yylsp[-1]),yyvsp[-1].tnode,yyvsp[0].tnode); ;} break; case 100: #line 522 "grammar.y" { yyval.tnode = new LocASTCatchClass(GLOC(yylsp[-5]), new LocASTIdentifier(GLOC(yylsp[-3]),yyvsp[-3].smb), new LocASTIdentifier(GLOC(yylsp[-2]),yyvsp[-2].smb), yyvsp[0].tnode); ;} break; case 101: #line 529 "grammar.y" { yyval.tnode = new LocASTCatchAll(GLOC(yylsp[-4]),yyvsp[0].tnode); ;} break; case 102: #line 535 "grammar.y" { yyval.tnode = new LocASTListCasesNil(GLOC(yyloc)); ;} break; case 103: #line 539 "grammar.y" { yyval.tnode = new LocASTListCasesCons(GLOC(yylsp[-2]), new LocASTDefaultCase(GLOC(yylsp[0]),new LocASTBlock(GLOC(yylsp[0]),yyvsp[0].tnode)), new LocASTListCasesNil(GLOC(yylsp[0]))); ;} break; case 104: #line 545 "grammar.y" { yyval.tnode = new LocASTListCasesCons(GLOC(yylsp[-4]), new LocASTCase(GLOC(yylsp[-4]), new LocASTInt(GLOC(yylsp[-4]),yyvsp[-3].intval), new LocASTBlock(GLOC(yylsp[-1]),yyvsp[-1].tnode)), yyvsp[0].tnode); ;} break; case 105: #line 555 "grammar.y" { yyval.tnode = yyvsp[0].tnode; ;} break; case 106: #line 558 "grammar.y" { yyval.tnode = new LocASTGenericTimeEvent(GLOC(yylsp[-8]),yyvsp[-8].tnode, new LocASTIdentifier(GLOC(yylsp[-6]),yyvsp[-6].smb), yyvsp[-4].tnode,yyvsp[-1].tnode) ;} break; case 107: #line 567 "grammar.y" { yyval.tnode = new LocASTGenericEvent(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-3]),yyvsp[-3].smb),yyvsp[-1].tnode) ;} break; case 108: #line 573 "grammar.y" { yyval.tnode = new LocASTListExprCons(GLOC(yylsp[0]),yyvsp[0].tnode,new LocASTListExprNil(GLOC(yylsp[0]))); ;} break; case 109: #line 574 "grammar.y" { yyval.tnode = new LocASTListExprCons(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 110: #line 578 "grammar.y" { yyval.tnode = new LocASTTypeInt(GLOC(yylsp[0])); ;} break; case 111: #line 579 "grammar.y" { yyval.tnode = new LocASTTypeBool(GLOC(yylsp[0])); ;} break; case 112: #line 580 "grammar.y" { yyval.tnode = new LocASTTypeFloat(GLOC(yylsp[0])); ;} break; case 113: #line 581 "grammar.y" { yyval.tnode = new LocASTTypeSet(GLOC(yylsp[-3]),yyvsp[-1].tnode); ;} break; case 114: #line 582 "grammar.y" { yyval.tnode = new LocASTTypeId(GLOC(yylsp[0]),new LocASTIdentifier(GLOC(yylsp[0]),yyvsp[0].smb)); ;} break; case 115: #line 586 "grammar.y" { yyval.tnode = new LocASTTypeInc(GLOC(yylsp[-3]),yyvsp[-1].tnode) ;} break; case 116: #line 587 "grammar.y" { yyval.tnode = new LocASTTypeFCExpr(GLOC(yylsp[-3]),yyvsp[-1].tnode) ;} break; case 117: #line 592 "grammar.y" { yyval.tnode = new LocASTTypeInt(GLOC(yylsp[0])); ;} break; case 118: #line 593 "grammar.y" { yyval.tnode = new LocASTTypeBool(GLOC(yylsp[0])); ;} break; case 119: #line 594 "grammar.y" { yyval.tnode = new LocASTTypeInterval(GLOC(yylsp[0])); ;} break; case 120: #line 595 "grammar.y" { yyval.tnode = new LocASTTypeRange(GLOC(yylsp[0])) ;} break; case 121: #line 596 "grammar.y" { yyval.tnode = new LocASTTypeObject(GLOC(yylsp[0])) ;} break; case 122: #line 597 "grammar.y" { yyval.tnode = new LocASTTypeInteger(GLOC(yylsp[0])) ;} break; case 123: #line 598 "grammar.y" { yyval.tnode = new LocASTTypeFloatWrapper(GLOC(yylsp[0])) ;} break; case 124: #line 599 "grammar.y" { yyval.tnode = new LocASTTypeString(GLOC(yylsp[0])) ;} break; case 125: #line 600 "grammar.y" { yyval.tnode = new LocASTTypeClosure(GLOC(yylsp[0])) ;} break; case 126: #line 601 "grammar.y" { yyval.tnode = new LocASTTypeContinuation(GLOC(yylsp[0])) ;} break; case 127: #line 602 "grammar.y" { yyval.tnode = new LocASTTypeCounter(GLOC(yylsp[0])) ;} break; case 128: #line 603 "grammar.y" { yyval.tnode = new LocASTTypeSet(GLOC(yylsp[-3]),yyvsp[-1].tnode) ;} break; case 129: #line 604 "grammar.y" { yyval.tnode = new LocASTTypeRef(GLOC(yylsp[-3]),yyvsp[-1].tnode) ;} break; case 130: #line 607 "grammar.y" { yyval.tnode = new LocASTTypeVoid(GLOC(yylsp[0])) ;} break; case 131: #line 608 "grammar.y" { yyval.tnode = new LocASTTypeFloat(GLOC(yylsp[0])); ;} break; case 132: #line 609 "grammar.y" { yyval.tnode = yyvsp[0].tnode; ;} break; case 133: #line 610 "grammar.y" { yyval.tnode = new LocASTTypeId(GLOC(yylsp[0]),new LocASTIdentifier(GLOC(yylsp[0]),yyvsp[0].smb)); ;} break; case 134: #line 614 "grammar.y" { yyval.tnode = yyvsp[0].tnode; ;} break; case 135: #line 615 "grammar.y" { yyval.tnode = new LocASTTypeArray(GLOC(yylsp[-1]),yyvsp[-1].tnode); ;} break; case 136: #line 616 "grammar.y" { yyval.tnode = new LocASTTypeMatrix(GLOC(yylsp[-3]),yyvsp[-3].tnode,parser->getDimensions()); parser->resetDimensions(); ;} break; case 137: #line 622 "grammar.y" { yyval.tnode = new LocASTInt(GLOC(yylsp[0]),yyvsp[0].intval);;} break; case 138: #line 623 "grammar.y" { yyval.tnode = new LocASTFloat(GLOC(yylsp[0]),yyvsp[0].val);;} break; case 139: #line 624 "grammar.y" { yyval.tnode = new LocASTNull(GLOC(yylsp[0]));;} break; case 140: #line 625 "grammar.y" { yyval.tnode = new LocASTTrue(GLOC(yylsp[0]));;} break; case 141: #line 626 "grammar.y" { yyval.tnode = new LocASTFalse(GLOC(yylsp[0]));;} break; case 142: #line 627 "grammar.y" { yyval.tnode = new LocASTString(GLOC(yylsp[0]),yyvsp[0].smb);;} break; case 143: #line 628 "grammar.y" { yyval.tnode = new LocASTIntToString(GLOC(yylsp[-3]),yyvsp[-1].tnode);;} break; case 144: #line 629 "grammar.y" { yyval.tnode = new LocASTPlus(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 145: #line 630 "grammar.y" { yyval.tnode = new LocASTMinus(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 146: #line 631 "grammar.y" { yyval.tnode = new LocASTTimes(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 147: #line 632 "grammar.y" { yyval.tnode = new LocASTDiv(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 148: #line 633 "grammar.y" { yyval.tnode = new LocASTMod(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 149: #line 634 "grammar.y" { yyval.tnode = new LocASTAnd(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 150: #line 635 "grammar.y" { yyval.tnode = new LocASTOr(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 151: #line 636 "grammar.y" { yyval.tnode = new LocASTNot(GLOC(yylsp[-1]),yyvsp[0].tnode); ;} break; case 152: #line 637 "grammar.y" { yyval.tnode = new LocASTOpposite(GLOC(yylsp[-1]),yyvsp[0].tnode); ;} break; case 153: #line 638 "grammar.y" { yyval.tnode = yyvsp[0].tnode; ;} break; case 154: #line 639 "grammar.y" { yyval.tnode = new LocASTAbs(GLOC(yylsp[-3]),yyvsp[-1].tnode); ;} break; case 155: #line 640 "grammar.y" { yyval.tnode = new LocASTFloor(GLOC(yylsp[-3]),yyvsp[-1].tnode); ;} break; case 156: #line 641 "grammar.y" { yyval.tnode = new LocASTRound(GLOC(yylsp[-3]),yyvsp[-1].tnode); ;} break; case 157: #line 642 "grammar.y" { yyval.tnode = new LocASTCeil(GLOC(yylsp[-3]),yyvsp[-1].tnode); ;} break; case 158: #line 643 "grammar.y" { yyval.tnode = new LocASTPower(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 159: #line 644 "grammar.y" { yyval.tnode = new LocASTExprRange(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 160: #line 645 "grammar.y" { yyval.tnode = new LocASTGreater(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 161: #line 646 "grammar.y" { yyval.tnode = new LocASTSmaller(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 162: #line 647 "grammar.y" { yyval.tnode = new LocASTEqual(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 163: #line 648 "grammar.y" { yyval.tnode = new LocASTGreatereq(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 164: #line 649 "grammar.y" { yyval.tnode = new LocASTSmallereq(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 165: #line 650 "grammar.y" { yyval.tnode = new LocASTNotEqual(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 166: #line 651 "grammar.y" { yyval.tnode = new LocASTCond(GLOC(yylsp[-4]),yyvsp[-4].tnode,yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 167: #line 652 "grammar.y" { yyval.tnode = new LocASTUnion(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 168: #line 653 "grammar.y" { yyval.tnode = new LocASTInter(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 169: #line 654 "grammar.y" { yyval.tnode = new LocASTCross(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 170: #line 655 "grammar.y" { yyval.tnode = new LocASTSetMinus(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 171: #line 656 "grammar.y" { yyval.tnode = new LocASTMember(GLOC(yylsp[-5]),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 172: #line 657 "grammar.y" { yyval.tnode = yyvsp[0].tnode;;} break; case 173: #line 658 "grammar.y" { yyval.tnode = yyvsp[-1].tnode;;} break; case 174: #line 659 "grammar.y" { yyval.tnode = new LocASTSetof(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 175: #line 660 "grammar.y" { yyval.tnode = new LocASTProd(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 176: #line 661 "grammar.y" { yyval.tnode = new LocASTSum(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 177: #line 662 "grammar.y" { yyval.tnode = new LocASTAggAnd(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 178: #line 663 "grammar.y" { yyval.tnode = new LocASTAggOr(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 179: #line 664 "grammar.y" { yyval.tnode = new LocASTAggMax(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 180: #line 665 "grammar.y" { yyval.tnode = new LocASTAggArgMax(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 181: #line 666 "grammar.y" { yyval.tnode = new LocASTAggMin(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 182: #line 667 "grammar.y" { yyval.tnode = new LocASTMin(GLOC(yylsp[-5]),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 183: #line 668 "grammar.y" { yyval.tnode = new LocASTMax(GLOC(yylsp[-5]),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 184: #line 669 "grammar.y" { yyval.tnode = new LocASTCard(GLOC(yylsp[-3]),yyvsp[-1].tnode); ;} break; case 185: #line 670 "grammar.y" { yyval.tnode = new LocASTAggArgMin(GLOC(yylsp[-4]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 186: #line 671 "grammar.y" { yyval.tnode = new LocASTSingleton(GLOC(yylsp[-2]),yyvsp[-1].tnode); ;} break; case 187: #line 673 "grammar.y" { yyval.tnode = new LocASTLookahead(GLOC(yylsp[-6]),yyvsp[-4].tnode,yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 188: #line 675 "grammar.y" { yyval.tnode = new LocASTClosure(GLOC(yylsp[-1]),yyvsp[0].tnode); ;} break; case 189: #line 677 "grammar.y" { yyval.tnode = new LocASTClosure(GLOC(yylsp[-1]),yyvsp[0].tnode,true); ;} break; case 190: #line 679 "grammar.y" { yyval.tnode = new LocASTPreIncr(GLOC(yylsp[-1]),yyvsp[0].tnode); ;} break; case 191: #line 681 "grammar.y" { yyval.tnode = new LocASTPostIncr(GLOC(yylsp[-1]),yyvsp[-1].tnode); ;} break; case 192: #line 683 "grammar.y" { yyval.tnode = new LocASTPreDecr(GLOC(yylsp[-1]),yyvsp[0].tnode); ;} break; case 193: #line 685 "grammar.y" { yyval.tnode = new LocASTPostDecr(GLOC(yylsp[-1]),yyvsp[-1].tnode); ;} break; case 194: #line 687 "grammar.y" { yyval.tnode = new LocASTInstanceof(GLOC(yylsp[-2]),yyvsp[-2].tnode,new LocASTIdentifier(GLOC(yylsp[0]),yyvsp[0].smb)); ;} break; case 195: #line 689 "grammar.y" { yyval.tnode = new LocASTCasting(GLOC(yylsp[-3]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 196: #line 690 "grammar.y" { yyval.tnode = new LocASTWith(GLOC(yylsp[-6]), yyvsp[-6].tnode, new LocASTBlock(GLOC(yylsp[-6]), new LocASTListStatementCons(GLOC(yylsp[-6]), new LocASTStatementExpr(GLOC(yylsp[-6]), new LocASTApplyMethod(GLOC(yylsp[-6]), yyvsp[-2].tnode, new LocASTIdentifier(GLOC(yylsp[-6]),yyvsp[-4].smb), new LocASTListExprCons(GLOC(yylsp[-6]), new LocASTTrue(GLOC(yylsp[-6])), new LocASTListExprNil(GLOC(yylsp[-6]))))), new LocASTListStatementCons(GLOC(yylsp[-6]),yyvsp[0].tnode,new LocASTListStatementNil(GLOC(yylsp[-6]))))), new LocASTStatementExpr(GLOC(yylsp[-6]), new LocASTApplyMethod(GLOC(yylsp[-6]), yyvsp[-2].tnode, new LocASTIdentifier(GLOC(yylsp[-6]),yyvsp[-4].smb), new LocASTListExprCons(GLOC(yylsp[-6]), new LocASTFalse(GLOC(yylsp[-6])), new LocASTListExprNil(GLOC(yylsp[-6])))))); ;} break; case 197: #line 714 "grammar.y" { yyval.tnode = new LocASTExprId(GLOC(yylsp[0]),new LocASTIdentifier(GLOC(yylsp[0]),yyvsp[0].smb)); ;} break; case 198: #line 715 "grammar.y" { yyval.tnode = new LocASTSubscript(GLOC(yylsp[-3]),yyvsp[-3].tnode,yyvsp[-1].tnode);;} break; case 199: #line 716 "grammar.y" { yyval.tnode = new LocASTMatrixSubscript(GLOC(yylsp[-3]),yyvsp[-3].tnode,yyvsp[-1].tnode);;} break; case 200: #line 719 "grammar.y" { yyval.tnode = yyvsp[0].tnode; ;} break; case 201: #line 720 "grammar.y" { yyval.tnode = new LocASTConstructor(GLOC(yylsp[-4]),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 202: #line 721 "grammar.y" { yyval.tnode = new LocASTArrayConstructor(GLOC(yylsp[-4]),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 203: #line 722 "grammar.y" { yyval.tnode = new LocASTMatrixConstructor(GLOC(yylsp[-4]),yyvsp[-3].tnode,yyvsp[-1].tnode); ;} break; case 204: #line 723 "grammar.y" { yyval.tnode = new LocASTExprThis(GLOC(yylsp[0])); ;} break; case 205: #line 724 "grammar.y" { yyval.tnode = new LocASTExprFunction(GLOC(yylsp[-3]),new LocASTIdentifier(GLOC(yylsp[-3]),yyvsp[-3].smb),yyvsp[-1].tnode); ;} break; case 206: #line 728 "grammar.y" { LocASTListExpr* l = dynamic_cast(yyvsp[-4].tnode); l = l->append(new LocASTClosure(GLOC(yylsp[-3]),new LocASTBlock(GLOC(yylsp[-3]),yyvsp[-1].tnode))); yyval.tnode = new LocASTExprFunction(GLOC(yylsp[-6]),new LocASTIdentifier(GLOC(yylsp[-6]),yyvsp[-6].smb),l); ;} break; case 207: #line 733 "grammar.y" { yyval.tnode = new LocASTGetField(GLOC(yylsp[-2]),yyvsp[-2].tnode,new LocASTIdentifier(GLOC(yylsp[-2]),yyvsp[0].smb));;} break; case 208: #line 734 "grammar.y" { yyval.tnode = new LocASTApplyMethod(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-3].smb),yyvsp[-1].tnode);;} break; case 209: #line 736 "grammar.y" { LocASTListExpr* l = dynamic_cast(yyvsp[-4].tnode); l = l->append(new LocASTClosure(GLOC(yylsp[-1]),new LocASTBlock(GLOC(yylsp[-1]),yyvsp[-1].tnode))); yyval.tnode = new LocASTApplyMethod(GLOC(yylsp[-8]),yyvsp[-8].tnode,new LocASTIdentifier(GLOC(yylsp[-8]),yyvsp[-6].smb),l); ;} break; case 210: #line 741 "grammar.y" { yyval.tnode = new LocASTClear(GLOC(yylsp[-4]),yyvsp[-4].tnode); ;} break; case 211: #line 748 "grammar.y" { yyval.tnode = new LocASTNoArrayDecl(GLOC(yyloc)); ;} break; case 212: #line 749 "grammar.y" { yyval.tnode = new LocASTAnArrayDecl(GLOC(yylsp[-2]),yyvsp[-1].tnode); ;} break; case 213: #line 753 "grammar.y" { yyval.tnode = new LocASTGenericArrayDecl(GLOC(yylsp[-2]),yyvsp[-1].tnode); ;} break; case 214: #line 757 "grammar.y" { yyval.tnode = new LocASTParamDecl(GLOC(yylsp[-2]),new LocASTIdentifier(GLOC(yylsp[-2]),yyvsp[-2].smb),yyvsp[0].tnode); ;} break; case 215: #line 761 "grammar.y" { yyval.tnode = new LocASTParamDecl(GLOC(yylsp[-2]),new LocASTIdentifier(GLOC(yylsp[-2]),yyvsp[-2].smb),yyvsp[0].tnode); ;} break; case 216: #line 762 "grammar.y" { yyval.tnode = new LocASTParamDecl(GLOC(yylsp[-4]),new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 217: #line 766 "grammar.y" { yyval.tnode = new LocASTListParamDeclCons(GLOC(yylsp[0]),yyvsp[0].tnode,new LocASTListParamDeclNil(GLOC(yylsp[0]))); ;} break; case 218: #line 767 "grammar.y" { yyval.tnode = new LocASTListParamDeclCons(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 219: #line 771 "grammar.y" { yyval.tnode = new LocASTListExprNil(GLOC(yyloc)); ;} break; case 220: #line 772 "grammar.y" { yyval.tnode = new LocASTListExprCons(GLOC(yylsp[0]),yyvsp[0].tnode,new LocASTListExprNil(GLOC(yylsp[0]))); ;} break; case 221: #line 773 "grammar.y" { yyval.tnode = new LocASTListExprCons(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 222: #line 777 "grammar.y" { yyval.tnode = new LocASTListExprCons(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 223: #line 780 "grammar.y" { yyval.tnode = new LocASTListExprCons(GLOC(yylsp[0]),yyvsp[0].tnode,new LocASTListExprNil(GLOC(yylsp[0]))); ;} break; case 224: #line 781 "grammar.y" { yyval.tnode = new LocASTListExprCons(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 225: #line 785 "grammar.y" { yyval.tnode = new LocASTListParamDeclCons(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 226: #line 789 "grammar.y" { yyval.tnode = new LocASTListParamDeclCons(GLOC(yylsp[0]),yyvsp[0].tnode,new LocASTListParamDeclNil(GLOC(yylsp[0]))); ;} break; case 227: #line 790 "grammar.y" { yyval.tnode = new LocASTListParamDeclCons(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 228: #line 794 "grammar.y" { ;} break; case 229: #line 795 "grammar.y" { parser->incrDimensions(); ;} break; case 230: #line 799 "grammar.y" { yyval.tnode = new LocASTNoFormalArrayDecl(GLOC(yyloc)); ;} break; case 231: #line 800 "grammar.y" { yyval.tnode = new LocASTAnFormalArrayDecl(GLOC(yylsp[-2]),yyvsp[-1].tnode); ;} break; case 232: #line 804 "grammar.y" { yyval.tnode = new LocASTArrayTypeSuffix(GLOC(yyloc)); ;} break; case 233: #line 806 "grammar.y" { yyval.tnode = new LocASTMatrixTypeSuffix(GLOC(yylsp[-2]),parser->getDimensions()); parser->resetDimensions(); ;} break; case 234: #line 814 "grammar.y" { yyval.tnode = new LocASTListTypeSuffixCons(GLOC(yylsp[0]),yyvsp[0].tnode,new LocASTListTypeSuffixNil(GLOC(yylsp[0]))); ;} break; case 235: #line 817 "grammar.y" { yyval.tnode = new LocASTListTypeSuffixCons(GLOC(yylsp[-1]),yyvsp[-1].tnode,yyvsp[0].tnode); ;} break; case 236: #line 821 "grammar.y" { yyval.tnode = new LocASTBasicFormal(GLOC(yylsp[-1]),yyvsp[-1].tnode,new LocASTIdentifier(GLOC(yylsp[0]),yyvsp[0].smb)); ;} break; case 237: #line 822 "grammar.y" { yyval.tnode = new LocASTSuffixFormal(GLOC(yylsp[-2]),yyvsp[-2].tnode,new LocASTIdentifier(GLOC(yylsp[-1]),yyvsp[-1].smb),yyvsp[0].tnode); ;} break; case 238: #line 827 "grammar.y" { yyval.tnode = new LocASTListFormalNil(GLOC(yyloc)); ;} break; case 239: #line 828 "grammar.y" { yyval.tnode = new LocASTListFormalCons(GLOC(yylsp[0]),yyvsp[0].tnode,new LocASTListFormalNil(GLOC(yylsp[0]))); ;} break; case 240: #line 829 "grammar.y" { yyval.tnode = new LocASTListFormalCons(GLOC(yylsp[-2]),yyvsp[-2].tnode,yyvsp[0].tnode); ;} break; case 241: #line 833 "grammar.y" { yyval.tnode = new LocASTListClassDeclNil(GLOC(yyloc)); ;} break; case 242: #line 834 "grammar.y" { yyval.tnode = new LocASTListClassDeclCons(GLOC(yylsp[-1]),yyvsp[-1].tnode,yyvsp[0].tnode); ;} break; case 243: #line 838 "grammar.y" { yyval.tnode = new LocASTInstanceDecl(GLOC(yylsp[-3]),yyvsp[-3].tnode,new LocASTIdentifier(GLOC(yylsp[-2]),yyvsp[-2].smb),yyvsp[-1].tnode); ;} break; case 244: #line 840 "grammar.y" { yyval.tnode = new LocASTMethodDecl(GLOC(yylsp[-7]),yyvsp[-7].tnode,new LocASTIdentifier(GLOC(yylsp[-7]),yyvsp[-6].smb),yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 245: #line 841 "grammar.y" { yyval.tnode = new LocASTUndefinedMethodDecl(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb),yyvsp[-2].tnode); ;} break; case 246: #line 843 "grammar.y" { yyval.tnode = new LocASTAbstractMethodDecl(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb),yyvsp[-2].tnode); ;} break; case 247: #line 846 "grammar.y" { yyval.tnode = new LocASTConstructorDecl(GLOC(yylsp[-6]),new LocASTIdentifier(GLOC(yylsp[-6]),yyvsp[-6].smb),yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 248: #line 847 "grammar.y" { yyval.tnode = new LocASTUndefinedConstructorDecl(GLOC(yylsp[-4]), new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb), yyvsp[-2].tnode); ;} break; case 249: #line 852 "grammar.y" { yyval.tnode = new LocASTEventDecl(GLOC(yylsp[-5]),new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-2].tnode,false); ;} break; case 250: #line 855 "grammar.y" { yyval.tnode = new LocASTEventDecl(GLOC(yylsp[-5]),new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-2].tnode,true); ;} break; case 251: #line 862 "grammar.y" { yyval.tnode = new LocASTListClassDeclNil(GLOC(yyloc)); ;} break; case 252: #line 863 "grammar.y" { yyval.tnode = new LocASTListClassDeclCons(GLOC(yylsp[-1]),yyvsp[-1].tnode,yyvsp[0].tnode); ;} break; case 253: #line 868 "grammar.y" { yyval.tnode = new LocASTInstanceDecl(GLOC(yylsp[-3]),yyvsp[-3].tnode,new LocASTIdentifier(GLOC(yylsp[-2]),yyvsp[-2].smb),yyvsp[-1].tnode); ;} break; case 254: #line 873 "grammar.y" { yyval.tnode = new LocASTMethodDecl(GLOC(yylsp[-7]),yyvsp[-7].tnode,new LocASTIdentifier(GLOC(yylsp[-7]),yyvsp[-6].smb),yyvsp[-4].tnode,yyvsp[-1].tnode); ;} break; case 255: #line 878 "grammar.y" { yyval.tnode = new LocASTUndefinedMethodDecl(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb),yyvsp[-2].tnode); ;} break; case 256: #line 883 "grammar.y" { yyval.tnode = new LocASTAbstractMethodDecl(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb),yyvsp[-2].tnode); ;} break; case 257: #line 888 "grammar.y" { yyval.tnode = new LocASTConstructorDecl(GLOC(yylsp[-11]), new LocASTIdentifier(GLOC(yylsp[-11]),yyvsp[-11].smb), yyvsp[-9].tnode, new LocASTListStatementCons(GLOC(yylsp[-11]), new LocASTSuper(GLOC(yylsp[-6]), new LocASTIdentifier(GLOC(yylsp[-6]),yyvsp[-6].smb), new LocASTIdentifier(GLOC(yylsp[-11]),yyvsp[-11].smb), yyvsp[-4].tnode), yyvsp[-1].tnode)); ;} break; case 258: #line 900 "grammar.y" { yyval.tnode = new LocASTUndefinedConstructorDecl(GLOC(yylsp[-4]), new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb), yyvsp[-2].tnode); ;} break; case 259: #line 905 "grammar.y" { yyval.tnode = new LocASTEventDecl(GLOC(yylsp[-5]),new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-2].tnode,false); ;} break; case 260: #line 908 "grammar.y" { yyval.tnode = new LocASTEventDecl(GLOC(yylsp[-5]),new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-2].tnode,true); ;} break; case 261: #line 914 "grammar.y" { yyval.tnode = new LocASTListClassDeclNil(GLOC(yyloc)); ;} break; case 262: #line 915 "grammar.y" { yyval.tnode = new LocASTListClassDeclCons(GLOC(yylsp[-1]),yyvsp[-1].tnode,yyvsp[0].tnode); ;} break; case 263: #line 919 "grammar.y" { yyval.tnode = new LocASTNativeMethodDecl(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb),yyvsp[-2].tnode); ;} break; case 264: #line 920 "grammar.y" { yyval.tnode = new LocASTNativeConstructorDecl(GLOC(yylsp[-4]),new LocASTIdentifier(GLOC(yylsp[-4]),yyvsp[-4].smb),yyvsp[-2].tnode); ;} break; case 265: #line 924 "grammar.y" { yyval.tnode = new LocASTListClassDeclNil(GLOC(yyloc)); ;} break; case 266: #line 925 "grammar.y" { yyval.tnode = new LocASTListClassDeclCons(GLOC(yylsp[-1]),yyvsp[-1].tnode,yyvsp[0].tnode); ;} break; case 267: #line 929 "grammar.y" { yyval.tnode = new LocASTAbstractMethodDecl(GLOC(yylsp[-5]),yyvsp[-5].tnode,new LocASTIdentifier(GLOC(yylsp[-5]),yyvsp[-4].smb),yyvsp[-2].tnode); ;} break; case 268: #line 933 "grammar.y" { yyval.tnode = new LocASTListTupleDeclNil(GLOC(yyloc)); ;} break; case 269: #line 934 "grammar.y" { yyval.tnode = new LocASTListTupleDeclCons(GLOC(yylsp[-1]),yyvsp[-1].tnode,yyvsp[0].tnode); ;} break; case 270: #line 938 "grammar.y" { yyval.tnode = new LocASTTupleDecl(GLOC(yylsp[-2]),yyvsp[-2].tnode,new LocASTIdentifier(GLOC(yylsp[-1]),yyvsp[-1].smb)); ;} break; case 271: #line 943 "grammar.y" { yyval.tnode = new LocASTListIdCons(GLOC(yylsp[0]), new LocASTIdentifier(GLOC(yylsp[0]),yyvsp[0].smb), new LocASTListIdNil(GLOC(yylsp[0]))); ;} break; case 272: #line 949 "grammar.y" { yyval.tnode = new LocASTListIdCons(GLOC(yylsp[-2]), new LocASTIdentifier(GLOC(yylsp[-2]),yyvsp[-2].smb), yyvsp[0].tnode); ;} break; case 273: #line 957 "grammar.y" { yyval.tnode = new LocASTListIdNil(GLOC(yyloc)); ;} break; case 274: #line 961 "grammar.y" { yyval.tnode = yyvsp[0].tnode; ;} break; case 275: #line 967 "grammar.y" { yyval.tnode = new LocASTListIdNil(GLOC(yyloc)); ;} break; case 276: #line 971 "grammar.y" { yyval.tnode = yyvsp[0].tnode; ;} break; } /* Line 991 of yacc.c. */ #line 4669 "/tmp/tmpParserldm" yyvsp -= yylen; yyssp -= yylen; yylsp -= yylen; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; *++yylsp = yyloc; /* Now `shift' the result of the reduction. Determine what state that goes to, based on the state we popped back to and the rule number reduced by. */ yyn = yyr1[yyn]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if YYERROR_VERBOSE yyn = yypact[yystate]; if (YYPACT_NINF < yyn && yyn < YYLAST) { YYSIZE_T yysize = 0; int yytype = YYTRANSLATE (yychar); char *yymsg; int yyx, yycount; yycount = 0; /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. */ for (yyx = yyn < 0 ? -yyn : 0; yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) yysize += yystrlen (yytname[yyx]) + 15, yycount++; yysize += yystrlen ("syntax error, unexpected ") + 1; yysize += yystrlen (yytname[yytype]); yymsg = (char *) YYSTACK_ALLOC (yysize); if (yymsg != 0) { char *yyp = yystpcpy (yymsg, "syntax error, unexpected "); yyp = yystpcpy (yyp, yytname[yytype]); if (yycount < 5) { yycount = 0; for (yyx = yyn < 0 ? -yyn : 0; yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) { const char *yyq = ! yycount ? ", expecting " : " or "; yyp = yystpcpy (yyp, yyq); yyp = yystpcpy (yyp, yytname[yyx]); yycount++; } } yyerror(YYPARSE_PARAM,&yylloc,yymsg); YYSTACK_FREE (yymsg); } else yyerror(YYPARSE_PARAM,&yylloc,"syntax error; also virtual memory exhausted"); } else #endif /* YYERROR_VERBOSE */ yyerror(YYPARSE_PARAM,&yylloc,"syntax error"); } yylerrsp = yylsp; if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ /* Return failure if at end of input. */ if (yychar == YYEOF) { /* Pop the error token. */ YYPOPSTACK; /* Pop the rest of the stack. */ while (yyss < yyssp) { YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp); yydestruct (yystos[*yyssp], yyvsp, yylsp); YYPOPSTACK; } YYABORT; } YYDSYMPRINTF ("Error: discarding", yytoken, &yylval, &yylloc); yydestruct (yytoken, &yylval, &yylloc); yychar = YYEMPTY; *++yylerrsp = yylloc; } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab2; /*----------------------------------------------------. | yyerrlab1 -- error raised explicitly by an action. | `----------------------------------------------------*/ yyerrlab1: /* Suppress GCC warning that yyerrlab1 is unused when no action invokes YYERROR. */ #if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__) __attribute__ ((__unused__)) #endif yylerrsp = yylsp; *++yylerrsp = yyloc; goto yyerrlab2; /*---------------------------------------------------------------. | yyerrlab2 -- pop states until the error token can be shifted. | `---------------------------------------------------------------*/ yyerrlab2: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (yyn != YYPACT_NINF) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp); yydestruct (yystos[yystate], yyvsp, yylsp); yyvsp--; yystate = *--yyssp; yylsp--; YY_STACK_PRINT (yyss, yyssp); } if (yyn == YYFINAL) YYACCEPT; YYDPRINTF ((stderr, "Shifting error token, ")); *++yyvsp = yylval; YYLLOC_DEFAULT (yyloc, yylsp, (yylerrsp - yylsp)); *++yylsp = yyloc; yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #ifndef yyoverflow /*----------------------------------------------. | yyoverflowlab -- parser overflow comes here. | `----------------------------------------------*/ yyoverflowlab: yyerror(YYPARSE_PARAM,&yylloc,"parser stack overflow"); yyresult = 2; /* Fall through. */ #endif yyreturn: #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif return yyresult; } #line 976 "grammar.y"