···
-
/* A Bison parser, made by GNU Bison 2.3. */
-
/* Skeleton implementation for Bison's Yacc-like parsers in C
-
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
-
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)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
···
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., 51 Franklin Street, Fifth Floor,
-
Boston, MA 02110-1301, USA. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
···
/* C LALR(1) parser skeleton written by Richard Stallman, by
simplifying the original so-called "semantic" parser. */
/* All symbols defined below should begin with yy or YY, to avoid
infringing on user name space. This should be done even for local
variables, as they might otherwise be expanded by user macros.
···
define necessary library symbols; they are noted "INFRINGES ON
USER NAME SPACE" below. */
-
/* Identify Bison output. */
-
#define YYBISON_VERSION "2.3"
#define YYSKELETON_NAME "yacc.c"
···
-
/* Substitute the variable and function names. */
-
#define yyparse mzn_yyparse
-
#define yylex mzn_yylex
-
#define yyerror mzn_yyerror
-
#define yylval mzn_yylval
-
#define yychar mzn_yychar
-
#define yydebug mzn_yydebug
-
#define yynerrs mzn_yynerrs
-
#define yylloc mzn_yylloc
-
/* Put the tokens into the symbol table, so that GDB and other debuggers
-
MZN_INTEGER_LITERAL = 258,
-
MZN_BOOL_LITERAL = 259,
-
MZN_FLOAT_LITERAL = 260,
-
MZN_QUOTED_IDENTIFIER = 262,
-
MZN_STRING_LITERAL = 263,
-
MZN_STRING_QUOTE_START = 264,
-
MZN_STRING_QUOTE_MID = 265,
-
MZN_STRING_QUOTE_END = 266,
-
MZN_TI_IDENTIFIER = 267,
-
MZN_TI_ENUM_IDENTIFIER = 268,
-
MZN_DOC_FILE_COMMENT = 270,
-
MZN_VARIANT_RECORD = 310,
-
MZN_LEFT_BRACKET = 312,
-
MZN_LEFT_2D_BRACKET = 313,
-
MZN_RIGHT_BRACKET = 314,
-
MZN_RIGHT_2D_BRACKET = 315,
-
FLATZINC_IDENTIFIER = 316,
-
MZN_INVALID_INTEGER_LITERAL = 317,
-
MZN_INVALID_FLOAT_LITERAL = 318,
-
MZN_UNTERMINATED_STRING = 319,
-
MZN_END_OF_LINE_IN_STRING = 320,
-
MZN_INVALID_NULL = 321,
-
MZN_EQUIV_QUOTED = 357,
-
MZN_RIMPL_QUOTED = 359,
-
MZN_SUBSET_QUOTED = 370,
-
MZN_SUPERSET_QUOTED = 371,
-
MZN_UNION_QUOTED = 372,
-
MZN_SYMDIFF_QUOTED = 374,
-
MZN_DOTDOT_QUOTED = 375,
-
MZN_MINUS_QUOTED = 377,
-
MZN_INTERSECT_QUOTED = 382,
-
MZN_COLONCOLON_QUOTED = 385,
-
MZN_PLUSPLUS_QUOTED = 386
-
#define MZN_INTEGER_LITERAL 258
-
#define MZN_BOOL_LITERAL 259
-
#define MZN_FLOAT_LITERAL 260
-
#define MZN_IDENTIFIER 261
-
#define MZN_QUOTED_IDENTIFIER 262
-
#define MZN_STRING_LITERAL 263
-
#define MZN_STRING_QUOTE_START 264
-
#define MZN_STRING_QUOTE_MID 265
-
#define MZN_STRING_QUOTE_END 266
-
#define MZN_TI_IDENTIFIER 267
-
#define MZN_TI_ENUM_IDENTIFIER 268
-
#define MZN_DOC_COMMENT 269
-
#define MZN_DOC_FILE_COMMENT 270
-
#define MZN_ANNOTATION 275
-
#define MZN_CONSTRAINT 280
-
#define MZN_DEFAULT 281
-
#define MZN_FUNCTION 287
-
#define MZN_INCLUDE 289
-
#define MZN_INFINITY 290
-
#define MZN_MAXIMIZE 294
-
#define MZN_MINIMIZE 295
-
#define MZN_SATISFY 298
-
#define MZN_PREDICATE 300
-
#define MZN_UNDERSCORE 309
-
#define MZN_VARIANT_RECORD 310
-
#define MZN_LEFT_BRACKET 312
-
#define MZN_LEFT_2D_BRACKET 313
-
#define MZN_RIGHT_BRACKET 314
-
#define MZN_RIGHT_2D_BRACKET 315
-
#define FLATZINC_IDENTIFIER 316
-
#define MZN_INVALID_INTEGER_LITERAL 317
-
#define MZN_INVALID_FLOAT_LITERAL 318
-
#define MZN_UNTERMINATED_STRING 319
-
#define MZN_END_OF_LINE_IN_STRING 320
-
#define MZN_INVALID_NULL 321
-
#define MZN_WEAK_EQ 334
-
#define MZN_SUPERSET 337
-
#define MZN_SYMDIFF 340
-
#define MZN_WEAK_PLUS 344
-
#define MZN_WEAK_MINUS 345
-
#define MZN_INTERSECT 350
-
#define MZN_WEAK_MULT 351
-
#define MZN_PLUSPLUS 354
-
#define MZN_COLONCOLON 355
-
#define MZN_EQUIV_QUOTED 357
-
#define MZN_IMPL_QUOTED 358
-
#define MZN_RIMPL_QUOTED 359
-
#define MZN_OR_QUOTED 360
-
#define MZN_XOR_QUOTED 361
-
#define MZN_AND_QUOTED 362
-
#define MZN_LE_QUOTED 363
-
#define MZN_GR_QUOTED 364
-
#define MZN_LQ_QUOTED 365
-
#define MZN_GQ_QUOTED 366
-
#define MZN_EQ_QUOTED 367
-
#define MZN_NQ_QUOTED 368
-
#define MZN_IN_QUOTED 369
-
#define MZN_SUBSET_QUOTED 370
-
#define MZN_SUPERSET_QUOTED 371
-
#define MZN_UNION_QUOTED 372
-
#define MZN_DIFF_QUOTED 373
-
#define MZN_SYMDIFF_QUOTED 374
-
#define MZN_DOTDOT_QUOTED 375
-
#define MZN_PLUS_QUOTED 376
-
#define MZN_MINUS_QUOTED 377
-
#define MZN_MULT_QUOTED 378
-
#define MZN_DIV_QUOTED 379
-
#define MZN_IDIV_QUOTED 380
-
#define MZN_MOD_QUOTED 381
-
#define MZN_INTERSECT_QUOTED 382
-
#define MZN_POW_QUOTED 383
-
#define MZN_NOT_QUOTED 384
-
#define MZN_COLONCOLON_QUOTED 385
-
#define MZN_PLUSPLUS_QUOTED 386
-
/* Copy the first part of user declarations. */
#define SCANNER static_cast<ParserState*>(parm)->yyscanner
···
using namespace MiniZinc;
#define YYLLOC_DEFAULT(Current, Rhs, N) \
-
Current.filename(Rhs[1].filename()); \
-
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());
int mzn_yylex(YYSTYPE*, YYLTYPE*, void* scanner);
···
-
/* Enabling verbose error messages. */
-
# undef YYERROR_VERBOSE
-
# define YYERROR_VERBOSE 1
-
# define YYERROR_VERBOSE 1
-
/* Enabling the token table. */
-
# define YYTOKEN_TABLE 0
-
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
-
{ long long int iValue; char* sValue; bool bValue; double dValue;
-
MiniZinc::VarDecl* vardeclexpr;
-
std::vector<MiniZinc::VarDecl*>* vardeclexpr_v;
-
MiniZinc::TypeInst* tiexpr;
-
std::vector<MiniZinc::TypeInst*>* tiexpr_v;
-
MiniZinc::Expression* expression;
-
std::vector<MiniZinc::Expression*>* expression_v;
-
std::vector<std::vector<MiniZinc::Expression*> >* expression_vv;
-
std::vector<std::vector<std::vector<MiniZinc::Expression*> > >* expression_vvv;
-
MiniZinc::Generator* generator;
-
std::vector<MiniZinc::Generator>* generator_v;
-
std::vector<std::string>* string_v;
-
std::vector<std::pair<MiniZinc::Expression*,MiniZinc::Expression*> >* expression_p;
-
MiniZinc::Generators* generators;
-
/* Line 193 of yacc.c. */
-
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
-
# define YYSTYPE_IS_DECLARED 1
-
# define YYSTYPE_IS_TRIVIAL 1
-
#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
-
# define yyltype YYLTYPE /* obsolescent; will be withdrawn */
-
# define YYLTYPE_IS_DECLARED 1
-
# define YYLTYPE_IS_TRIVIAL 1
-
/* Copy the second part of user declarations. */
-
/* Line 216 of yacc.c. */
-
typedef YYTYPE_UINT8 yytype_uint8;
-
typedef unsigned char yytype_uint8;
-
typedef YYTYPE_INT8 yytype_int8;
-
#elif (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
-
typedef signed char yytype_int8;
-
typedef short int yytype_int8;
-
typedef YYTYPE_UINT16 yytype_uint16;
-
typedef unsigned short int yytype_uint16;
-
typedef YYTYPE_INT16 yytype_int16;
-
typedef short int yytype_int16;
···
# define YYSIZE_T __SIZE_TYPE__
-
# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
# include <stddef.h> /* INFRINGES ON USER NAME SPACE */
-
# define YYSIZE_T unsigned int
-
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
# if defined YYENABLE_NLS && YYENABLE_NLS
# include <libintl.h> /* INFRINGES ON USER NAME SPACE */
-
# define YY_(msgid) dgettext ("bison-runtime", msgid)
-
# define YY_(msgid) msgid
/* Suppress unused-variable warnings by "using" E. */
#if ! defined lint || defined __GNUC__
-
# define YYUSE(e) ((void) (e))
-
# define YYUSE(e) /* empty */
-
/* Identity function, used to suppress warnings about constant conditions. */
-
#if (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
-
#if ! defined yyoverflow || YYERROR_VERBOSE
/* The parser invokes alloca or malloc; define the necessary symbols. */
···
# define YYSTACK_ALLOC alloca
-
# if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
···
-
/* Pacify GCC's `empty if-body' warning. */
-
# define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
# ifndef YYSTACK_ALLOC_MAXIMUM
/* The OS might guarantee only one guard page at the bottom of the stack,
and a page size can be as small as 4096 bytes. So we cannot safely
···
# ifndef YYSTACK_ALLOC_MAXIMUM
# define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
-
# if (defined __cplusplus && ! defined _STDLIB_H \
&& ! ((defined YYMALLOC || defined malloc) \
-
&& (defined YYFREE || defined free)))
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
-
# if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
-
# if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
void free (void *); /* INFRINGES ON USER NAME SPACE */
-
#endif /* ! defined yyoverflow || YYERROR_VERBOSE */
#if (! defined yyoverflow \
&& (! defined __cplusplus \
-
|| (defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL \
-
&& defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
/* A type that is properly aligned for any stack member. */
/* 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
# define YYSTACK_BYTES(N) \
-
((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
+ 2 * YYSTACK_GAP_MAXIMUM)
-
/* Copy COUNT objects from FROM to TO. The source and destination do
-
# if defined __GNUC__ && 1 < __GNUC__
-
# define YYCOPY(To, From, Count) \
-
__builtin_memcpy (To, From, (Count) * sizeof (*(From)))
-
# define YYCOPY(To, From, Count) \
-
for (yyi = 0; yyi < (Count); yyi++) \
-
(To)[yyi] = (From)[yyi]; \
/* 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
-
# define YYSTACK_RELOCATE(Stack) \
-
YYCOPY (&yyptr->Stack, Stack, yysize); \
-
Stack = &yyptr->Stack; \
-
yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
-
yyptr += yynewbytes / sizeof (*yyptr); \
/* YYFINAL -- State number of the termination state. */
/* YYLAST -- Last index in YYTABLE. */
···
/* YYNRULES -- Number of rules. */
-
/* YYNRULES -- Number of states. */
-
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
-
#define YYTRANSLATE(YYX) \
-
((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
-
/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
static const yytype_uint8 yytranslate[] =
0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
···
-
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
-
static const yytype_uint16 yyprhs[] =
-
0, 0, 3, 5, 6, 9, 11, 14, 18, 23,
-
26, 30, 32, 35, 36, 38, 41, 43, 45, 47,
-
49, 51, 53, 55, 57, 59, 61, 63, 65, 67,
-
69, 71, 73, 75, 77, 79, 82, 85, 90, 93,
-
100, 107, 115, 116, 118, 122, 123, 125, 129, 133,
-
136, 141, 145, 150, 155, 158, 164, 170, 178, 187,
-
191, 197, 198, 201, 202, 206, 210, 211, 214, 216,
-
220, 221, 223, 225, 227, 231, 234, 236, 240, 242,
-
249, 253, 255, 258, 262, 266, 271, 277, 283, 284,
-
286, 288, 290, 292, 294, 296, 298, 300, 302, 305,
-
307, 311, 313, 315, 318, 321, 324, 326, 330, 332,
-
336, 340, 344, 348, 352, 359, 363, 367, 371, 375,
-
379, 383, 387, 391, 395, 399, 403, 407, 411, 415,
-
418, 421, 423, 427, 431, 435, 439, 443, 447, 451,
-
455, 459, 463, 467, 471, 475, 479, 483, 487, 491,
-
495, 499, 503, 510, 514, 518, 522, 526, 530, 534,
-
538, 542, 546, 550, 554, 558, 562, 566, 569, 572,
-
575, 577, 579, 583, 588, 590, 593, 595, 598, 600,
-
602, 604, 606, 608, 610, 613, 615, 618, 620, 623,
-
625, 628, 630, 633, 635, 638, 640, 642, 645, 647,
-
650, 653, 657, 661, 666, 669, 673, 679, 681, 684,
-
686, 688, 692, 696, 700, 706, 710, 716, 720, 723,
-
725, 729, 732, 736, 739, 743, 748, 752, 755, 759,
-
765, 767, 771, 777, 783, 792, 793, 799, 801, 803,
-
805, 807, 809, 811, 813, 815, 817, 819, 821, 823,
-
825, 827, 829, 831, 833, 835, 837, 839, 841, 843,
-
845, 847, 849, 851, 853, 855, 862, 867, 871, 873,
-
878, 886, 889, 891, 895, 899, 905, 912, 920, 922,
-
924, 928, 932, 934, 936, 939, 944, 945, 947, 949,
-
951, 954, 958, 960, 962, 964, 966, 968, 970, 972,
-
974, 976, 978, 980, 982, 984, 986, 988, 990, 992,
-
994, 996, 998, 1000, 1002, 1004, 1006, 1008, 1010, 1012,
-
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
-
static const yytype_int16 yyrhs[] =
-
141, 0, -1, 142, -1, -1, 143, 145, -1, 146,
-
-1, 144, 146, -1, 143, 132, 146, -1, 143, 132,
-
144, 146, -1, 146, 148, -1, 1, 132, 146, -1,
-
15, -1, 144, 15, -1, -1, 132, -1, 14, 147,
-
-1, 147, -1, 149, -1, 150, -1, 153, -1, 154,
-
-1, 155, -1, 156, -1, 157, -1, 158, -1, 159,
-
-1, 34, -1, 30, -1, 44, -1, 25, -1, 48,
-
-1, 45, -1, 32, -1, 50, -1, 20, -1, 34,
-
8, -1, 166, 210, -1, 166, 210, 77, 179, -1,
-
30, 6, -1, 30, 6, 77, 133, 152, 134, -1,
-
30, 6, 77, 57, 151, 59, -1, 30, 6, 77,
-
6, 135, 179, 136, -1, -1, 8, -1, 151, 137,
-
8, -1, -1, 6, -1, 152, 137, 6, -1, 6,
-
77, 179, -1, 25, 179, -1, 25, 100, 182, 179,
-
-1, 48, 210, 43, -1, 48, 210, 40, 179, -1,
-
48, 210, 39, 179, -1, 44, 179, -1, 45, 6,
-
161, 210, 160, -1, 50, 6, 161, 210, 160, -1,
-
32, 169, 138, 213, 161, 210, 160, -1, 169, 138,
-
6, 135, 162, 136, 210, 160, -1, 20, 6, 161,
-
-1, 20, 6, 161, 77, 179, -1, -1, 77, 179,
-
-1, -1, 135, 162, 136, -1, 135, 1, 136, -1,
-
-1, 163, 164, -1, 165, -1, 163, 137, 165, -1,
-
-1, 137, -1, 166, -1, 169, -1, 169, 138, 6,
-
-1, 168, 164, -1, 169, -1, 168, 137, 169, -1,
-
170, -1, 22, 57, 167, 59, 41, 170, -1, 38,
-
41, 170, -1, 172, -1, 42, 172, -1, 17, 171,
-
172, -1, 16, 171, 172, -1, 171, 47, 41, 172,
-
-1, 17, 171, 47, 41, 172, -1, 16, 171, 47,
-
41, 172, -1, -1, 42, -1, 36, -1, 23, -1,
-
31, -1, 49, -1, 19, -1, 178, -1, 12, -1,
-
13, -1, 174, 164, -1, 175, -1, 174, 137, 175,
-
-1, 179, -1, 86, -1, 86, 179, -1, 179, 86,
-
-1, 177, 164, -1, 179, -1, 177, 137, 179, -1,
-
180, -1, 178, 100, 211, -1, 178, 83, 178, -1,
-
178, 84, 178, -1, 178, 85, 178, -1, 178, 86,
-
178, -1, 120, 135, 179, 137, 179, 136, -1, 178,
-
95, 178, -1, 178, 99, 178, -1, 178, 87, 178,
-
-1, 178, 88, 178, -1, 178, 91, 178, -1, 178,
-
92, 178, -1, 178, 93, 178, -1, 178, 94, 178,
-
-1, 178, 97, 178, -1, 178, 89, 178, -1, 178,
-
90, 178, -1, 178, 96, 178, -1, 178, 79, 178,
-
-1, 178, 7, 178, -1, 87, 178, -1, 88, 178,
-
-1, 180, -1, 179, 100, 211, -1, 179, 67, 179,
-
-1, 179, 68, 179, -1, 179, 69, 179, -1, 179,
-
70, 179, -1, 179, 71, 179, -1, 179, 72, 179,
-
-1, 179, 73, 179, -1, 179, 74, 179, -1, 179,
-
75, 179, -1, 179, 76, 179, -1, 179, 77, 179,
-
-1, 179, 78, 179, -1, 179, 80, 179, -1, 179,
-
81, 179, -1, 179, 82, 179, -1, 179, 83, 179,
-
-1, 179, 84, 179, -1, 179, 85, 179, -1, 179,
-
86, 179, -1, 120, 135, 179, 137, 179, 136, -1,
-
179, 95, 179, -1, 179, 99, 179, -1, 179, 87,
-
179, -1, 179, 88, 179, -1, 179, 91, 179, -1,
-
179, 92, 179, -1, 179, 93, 179, -1, 179, 94,
-
179, -1, 179, 97, 179, -1, 179, 89, 179, -1,
-
179, 90, 179, -1, 179, 96, 179, -1, 179, 79,
-
179, -1, 179, 7, 179, -1, 98, 179, -1, 87,
-
179, -1, 88, 179, -1, 181, -1, 182, -1, 135,
-
179, 136, -1, 135, 179, 136, 184, -1, 6, -1,
-
6, 184, -1, 54, -1, 54, 184, -1, 4, -1,
-
3, -1, 35, -1, 5, -1, 18, -1, 185, -1,
-
185, 184, -1, 186, -1, 186, 184, -1, 194, -1,
-
194, 184, -1, 195, -1, 195, 184, -1, 198, -1,
-
198, 184, -1, 199, -1, 199, 184, -1, 206, -1,
-
203, -1, 203, 184, -1, 8, -1, 9, 183, -1,
-
177, 11, -1, 177, 10, 183, -1, 57, 173, 59,
-
-1, 184, 57, 173, 59, -1, 133, 134, -1, 133,
-
176, 134, -1, 133, 179, 139, 187, 134, -1, 188,
-
-1, 189, 164, -1, 190, -1, 191, -1, 191, 56,
-
179, -1, 189, 137, 190, -1, 189, 137, 191, -1,
-
189, 137, 191, 56, 179, -1, 192, 80, 179, -1,
-
192, 80, 179, 56, 179, -1, 6, 77, 179, -1,
-
193, 164, -1, 6, -1, 193, 137, 6, -1, 57,
-
59, -1, 57, 176, 59, -1, 58, 60, -1, 58,
-
197, 60, -1, 58, 197, 139, 60, -1, 58, 196,
-
60, -1, 139, 139, -1, 139, 197, 139, -1, 196,
-
137, 139, 197, 139, -1, 176, -1, 197, 139, 176,
-
-1, 57, 179, 139, 187, 59, -1, 33, 179, 51,
-
179, 29, -1, 33, 179, 51, 179, 200, 27, 179,
-
29, -1, -1, 200, 28, 179, 51, 179, -1, 102,
-
-1, 103, -1, 104, -1, 105, -1, 106, -1, 107,
-
-1, 108, -1, 109, -1, 110, -1, 111, -1, 112,
-
-1, 113, -1, 114, -1, 115, -1, 116, -1, 117,
-
-1, 118, -1, 119, -1, 121, -1, 122, -1, 123,
-
-1, 128, -1, 124, -1, 125, -1, 126, -1, 127,
-
-1, 131, -1, 129, -1, 201, 135, 179, 137, 179,
-
136, -1, 201, 135, 179, 136, -1, 6, 135, 136,
-
-1, 202, -1, 6, 135, 204, 136, -1, 6, 135,
-
204, 136, 135, 179, 136, -1, 205, 164, -1, 179,
-
-1, 179, 56, 179, -1, 205, 137, 179, -1, 205,
-
137, 179, 56, 179, -1, 37, 133, 207, 134, 80,
-
179, -1, 37, 133, 207, 208, 134, 80, 179, -1,
-
209, -1, 154, -1, 207, 208, 209, -1, 207, 208,
-
154, -1, 137, -1, 132, -1, 166, 210, -1, 166,
-
210, 77, 179, -1, -1, 212, -1, 181, -1, 182,
-
-1, 100, 211, -1, 212, 100, 211, -1, 6, -1,
-
102, -1, 103, -1, 104, -1, 105, -1, 106, -1,
-
107, -1, 108, -1, 109, -1, 110, -1, 111, -1,
-
112, -1, 113, -1, 114, -1, 115, -1, 116, -1,
-
117, -1, 118, -1, 119, -1, 120, -1, 121, -1,
-
122, -1, 123, -1, 128, -1, 124, -1, 125, -1,
-
126, -1, 127, -1, 129, -1, 131, -1
-
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
-
static const yytype_uint16 yyrline[] =
-
0, 269, 269, 271, 273, 276, 285, 294, 303, 312,
-
314, 317, 325, 334, 334, 336, 352, 356, 358, 360,
-
361, 363, 365, 367, 369, 371, 374, 374, 374, 375,
-
375, 375, 375, 375, 376, 379, 403, 409, 416, 424,
-
434, 446, 461, 462, 466, 474, 475, 479, 483, 489,
-
491, 498, 503, 508, 515, 519, 527, 537, 544, 553,
-
565, 573, 574, 579, 580, 582, 587, 588, 592, 596,
-
601, 601, 604, 606, 610, 615, 619, 621, 625, 626,
-
632, 641, 644, 652, 660, 669, 678, 687, 700, 701,
-
705, 707, 709, 711, 713, 715, 717, 722, 728, 731,
-
733, 737, 739, 741, 750, 761, 764, 766, 772, 773,
-
775, 777, 779, 781, 790, 799, 801, 803, 805, 807,
-
809, 811, 813, 815, 817, 822, 827, 832, 837, 843,
-
845, 858, 859, 861, 863, 865, 867, 869, 871, 873,
-
875, 877, 879, 881, 883, 885, 887, 889, 891, 893,
-
895, 897, 906, 915, 917, 919, 921, 923, 925, 927,
-
929, 931, 933, 938, 943, 948, 953, 959, 961, 968,
-
980, 982, 986, 988, 990, 992, 995, 997, 1000, 1002,
-
1004, 1006, 1008, 1010, 1011, 1014, 1015, 1018, 1019, 1022,
-
1023, 1026, 1027, 1030, 1031, 1034, 1035, 1036, 1041, 1043,
-
1049, 1054, 1062, 1069, 1078, 1080, 1085, 1091, 1094, 1097,
-
1099, 1101, 1107, 1109, 1111, 1119, 1121, 1124, 1127, 1130,
-
1132, 1136, 1138, 1142, 1144, 1155, 1166, 1206, 1209, 1214,
-
1221, 1226, 1230, 1236, 1243, 1259, 1260, 1264, 1266, 1268,
-
1270, 1272, 1274, 1276, 1278, 1280, 1282, 1284, 1286, 1288,
-
1290, 1292, 1294, 1296, 1298, 1300, 1302, 1304, 1306, 1308,
-
1310, 1312, 1314, 1316, 1318, 1322, 1330, 1362, 1364, 1365,
-
1385, 1440, 1443, 1449, 1455, 1457, 1461, 1468, 1477, 1479,
-
1487, 1489, 1498, 1498, 1501, 1507, 1518, 1519, 1522, 1524,
-
1528, 1532, 1536, 1538, 1540, 1542, 1544, 1546, 1548, 1550,
-
1552, 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570,
-
1572, 1574, 1576, 1578, 1580, 1582, 1584, 1586, 1588, 1590,
-
#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
First, the terminals, then, starting at YYNTOKENS, nonterminals. */
static const char *const yytname[] =
-
"\"end of file\"", "error", "$undefined", "\"integer literal\"",
"\"bool literal\"", "\"float literal\"", "\"identifier\"",
"\"quoted identifier\"", "\"string literal\"",
"\"interpolated string start\"", "\"interpolated string middle\"",
···
"elseif_list", "quoted_op", "quoted_op_call", "call_expr",
"comp_or_expr", "comp_or_expr_head", "let_expr", "let_vardecl_item_list",
"comma_or_semi", "let_vardecl_item", "annotations", "annotation_expr",
-
"ne_annotations", "id_or_quoted_op", 0
-
/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
-
static const yytype_uint16 yytoknum[] =
0, 256, 257, 258, 259, 260, 261, 262, 263, 264,
265, 266, 267, 268, 269, 270, 271, 272, 273, 274,
···
375, 376, 377, 378, 379, 380, 381, 382, 383, 384,
385, 386, 59, 123, 125, 40, 41, 44, 58, 124
-
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
-
static const yytype_uint8 yyr1[] =
-
0, 140, 141, 142, 142, 143, 143, 143, 143, 143,
-
143, 144, 144, 145, 145, 146, 146, 147, 147, 147,
-
147, 147, 147, 147, 147, 147, 148, 148, 148, 148,
-
148, 148, 148, 148, 148, 149, 150, 150, 150, 150,
-
150, 150, 151, 151, 151, 152, 152, 152, 153, 154,
-
154, 155, 155, 155, 156, 157, 157, 158, 158, 159,
-
159, 160, 160, 161, 161, 161, 162, 162, 163, 163,
-
164, 164, 165, 165, 166, 167, 168, 168, 169, 169,
-
169, 170, 170, 170, 170, 170, 170, 170, 171, 171,
-
172, 172, 172, 172, 172, 172, 172, 172, 173, 174,
-
174, 175, 175, 175, 175, 176, 177, 177, 178, 178,
-
178, 178, 178, 178, 178, 178, 178, 178, 178, 178,
-
178, 178, 178, 178, 178, 178, 178, 178, 178, 178,
-
178, 179, 179, 179, 179, 179, 179, 179, 179, 179,
-
179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
-
179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
-
179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
-
180, 180, 181, 181, 181, 181, 181, 181, 181, 181,
-
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
-
181, 181, 181, 181, 181, 181, 181, 181, 182, 182,
-
183, 183, 184, 184, 185, 185, 186, 187, 188, 189,
-
189, 189, 189, 189, 189, 190, 190, 191, 192, 193,
-
193, 194, 194, 195, 195, 195, 195, 196, 196, 196,
-
197, 197, 198, 199, 199, 200, 200, 201, 201, 201,
-
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
-
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
-
201, 201, 201, 201, 201, 202, 202, 203, 203, 203,
-
203, 204, 205, 205, 205, 205, 206, 206, 207, 207,
-
207, 207, 208, 208, 209, 209, 210, 210, 211, 211,
-
212, 212, 213, 213, 213, 213, 213, 213, 213, 213,
-
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
-
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
-
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
-
static const yytype_uint8 yyr2[] =
-
0, 2, 1, 0, 2, 1, 2, 3, 4, 2,
-
3, 1, 2, 0, 1, 2, 1, 1, 1, 1,
-
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
-
1, 1, 1, 1, 1, 2, 2, 4, 2, 6,
-
6, 7, 0, 1, 3, 0, 1, 3, 3, 2,
-
4, 3, 4, 4, 2, 5, 5, 7, 8, 3,
-
5, 0, 2, 0, 3, 3, 0, 2, 1, 3,
-
0, 1, 1, 1, 3, 2, 1, 3, 1, 6,
-
3, 1, 2, 3, 3, 4, 5, 5, 0, 1,
-
1, 1, 1, 1, 1, 1, 1, 1, 2, 1,
-
3, 1, 1, 2, 2, 2, 1, 3, 1, 3,
-
3, 3, 3, 3, 6, 3, 3, 3, 3, 3,
-
3, 3, 3, 3, 3, 3, 3, 3, 3, 2,
-
2, 1, 3, 3, 3, 3, 3, 3, 3, 3,
-
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
-
3, 3, 6, 3, 3, 3, 3, 3, 3, 3,
-
3, 3, 3, 3, 3, 3, 3, 2, 2, 2,
-
1, 1, 3, 4, 1, 2, 1, 2, 1, 1,
-
1, 1, 1, 1, 2, 1, 2, 1, 2, 1,
-
2, 1, 2, 1, 2, 1, 1, 2, 1, 2,
-
2, 3, 3, 4, 2, 3, 5, 1, 2, 1,
-
1, 3, 3, 3, 5, 3, 5, 3, 2, 1,
-
3, 2, 3, 2, 3, 4, 3, 2, 3, 5,
-
1, 3, 5, 5, 8, 0, 5, 1, 1, 1,
-
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
-
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
-
1, 1, 1, 1, 1, 6, 4, 3, 1, 4,
-
7, 2, 1, 3, 3, 5, 6, 7, 1, 1,
-
3, 3, 1, 1, 2, 4, 0, 1, 1, 1,
-
2, 3, 1, 1, 1, 1, 1, 1, 1, 1,
-
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
-
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
-
/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
-
STATE-NUM when YYTABLE doesn't specify something else to do. Zero
-
means the default is an error. */
-
static const yytype_uint16 yydefact[] =
-
0, 0, 179, 178, 181, 174, 198, 0, 96, 97,
-
88, 11, 88, 88, 182, 94, 0, 0, 91, 0,
-
0, 92, 88, 0, 0, 180, 90, 0, 0, 89,
-
0, 0, 286, 93, 0, 176, 0, 0, 0, 0,
-
237, 238, 239, 240, 241, 242, 243, 244, 245, 246,
-
247, 248, 249, 250, 251, 252, 253, 254, 0, 255,
-
256, 257, 259, 260, 261, 262, 258, 264, 263, 0,
-
0, 0, 2, 13, 88, 5, 16, 17, 18, 19,
-
20, 21, 22, 23, 24, 25, 286, 0, 78, 0,
-
81, 95, 108, 170, 171, 183, 185, 187, 189, 191,
-
193, 0, 268, 196, 195, 88, 0, 0, 0, 175,
-
174, 0, 0, 0, 0, 0, 106, 131, 199, 15,
-
89, 0, 0, 63, 88, 0, 49, 38, 0, 0,
-
35, 88, 88, 82, 54, 63, 0, 0, 287, 63,
-
177, 221, 0, 70, 106, 223, 0, 230, 0, 0,
-
129, 130, 0, 204, 0, 106, 0, 1, 14, 4,
-
12, 6, 34, 29, 27, 32, 26, 28, 31, 30,
-
33, 9, 36, 0, 0, 0, 0, 0, 0, 0,
-
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
0, 0, 0, 0, 184, 186, 188, 190, 192, 194,
-
0, 197, 10, 102, 0, 70, 99, 101, 48, 267,
-
272, 0, 70, 0, 168, 169, 167, 0, 0, 200,
-
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
0, 0, 0, 0, 0, 0, 84, 0, 83, 0,
-
59, 0, 70, 76, 0, 0, 0, 0, 279, 286,
-
0, 0, 278, 80, 286, 288, 289, 290, 0, 0,
-
51, 0, 286, 222, 71, 105, 0, 227, 0, 226,
-
0, 224, 0, 0, 205, 0, 172, 88, 7, 0,
-
74, 0, 128, 127, 110, 111, 112, 113, 117, 118,
-
124, 125, 119, 120, 121, 122, 115, 126, 123, 116,
-
109, 0, 103, 202, 71, 98, 104, 0, 269, 71,
-
271, 0, 0, 201, 107, 166, 133, 134, 135, 136,
-
137, 138, 139, 140, 141, 142, 143, 144, 165, 145,
-
146, 147, 148, 149, 150, 151, 155, 156, 162, 163,
-
157, 158, 159, 160, 153, 164, 161, 154, 132, 0,
-
0, 0, 0, 70, 68, 72, 73, 0, 0, 71,
-
75, 50, 0, 42, 45, 292, 293, 294, 295, 296,
-
297, 298, 299, 300, 301, 302, 303, 304, 305, 306,
-
307, 308, 309, 310, 311, 312, 313, 314, 316, 317,
-
318, 319, 315, 320, 321, 63, 235, 284, 0, 283,
-
0, 282, 88, 61, 53, 52, 291, 61, 219, 0,
-
207, 70, 209, 210, 0, 70, 228, 0, 225, 231,
-
0, 0, 173, 8, 37, 66, 85, 266, 0, 100,
-
273, 0, 274, 203, 0, 87, 86, 65, 64, 71,
-
67, 60, 88, 77, 0, 43, 0, 46, 0, 286,
-
233, 0, 0, 74, 0, 0, 281, 280, 0, 55,
-
56, 0, 232, 71, 208, 0, 0, 71, 218, 0,
-
0, 206, 0, 0, 0, 0, 0, 69, 79, 0,
-
40, 0, 39, 0, 61, 0, 0, 285, 276, 0,
-
62, 217, 212, 213, 211, 215, 220, 229, 114, 286,
-
265, 270, 275, 152, 41, 44, 47, 57, 0, 0,
-
277, 0, 0, 61, 234, 0, 214, 216, 58, 236
-
/* YYDEFGOTO[NTERM-NUM]. */
-
static const yytype_int16 yydefgoto[] =
-
-1, 71, 72, 73, 74, 159, 75, 76, 171, 77,
-
78, 466, 468, 79, 80, 81, 82, 83, 84, 85,
-
479, 260, 372, 373, 285, 374, 86, 261, 262, 87,
-
88, 89, 90, 204, 205, 206, 147, 143, 91, 116,
-
117, 93, 94, 118, 109, 95, 96, 429, 430, 431,
-
432, 433, 434, 435, 97, 98, 148, 149, 99, 100,
-
471, 101, 102, 103, 211, 212, 104, 271, 422, 272,
-
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
-
#define YYPACT_NINF -402
static const yytype_int16 yypact[] =
823, -103, -402, -402, -402, -8, -402, 3485, -402, -402,
···
4739, 3485, 3485, 166, -402, 3485, 4739, 4739, -402, 4739
-
/* YYPGOTO[NTERM-NUM]. */
static const yytype_int16 yypgoto[] =
-402, -402, -402, -402, 117, -402, -62, 267, -402, -402,
···
-
/* 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 -89
static const yytype_int16 yytable[] =
126, 142, 273, 172, 129, 128, 269, 133, 268, 288,
···
92, 93, 94, 95, 96, 97, -1, 99, 100
-
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
-
symbol of state STATE-NUM. */
static const yytype_uint8 yystos[] =
0, 1, 3, 4, 5, 6, 8, 9, 12, 13,
···
179, 56, 56, 210, 29, 51, 179, 179, 160, 179
-
#define yyerrok (yyerrstatus = 0)
-
#define yyclearin (yychar = YYEMPTY)
-
#define YYACCEPT goto yyacceptlab
-
#define YYABORT goto yyabortlab
-
#define YYERROR goto yyerrorlab
-
/* Like YYERROR except do call yyerror. This remains here temporarily
-
to ease the transition to the new meaning of YYERROR, for GCC.
-
Once GCC version 2 has supplanted version 1, this can go. */
-
#define YYFAIL goto yyerrlab
-
#define YYRECOVERING() (!!yyerrstatus)
-
#define YYBACKUP(Token, Value) \
-
if (yychar == YYEMPTY && yylen == 1) \
-
yytoken = YYTRANSLATE (yychar); \
-
yyerror (&yylloc, parm, YY_("syntax error: cannot back up")); \
/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
If N is 0, then set CURRENT to the empty location which ends
the previous symbol: RHS[0] (always defined). */
-
#define YYRHSLOC(Rhs, K) ((Rhs)[K])
-
# define YYLLOC_DEFAULT(Current, Rhs, N) \
-
(Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
-
(Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
-
(Current).last_line = YYRHSLOC (Rhs, N).last_line; \
-
(Current).last_column = YYRHSLOC (Rhs, N).last_column; \
-
(Current).first_line = (Current).last_line = \
-
YYRHSLOC (Rhs, 0).last_line; \
-
(Current).first_column = (Current).last_column = \
-
YYRHSLOC (Rhs, 0).last_column; \
/* YY_LOCATION_PRINT -- Print the location on the stream.
This macro was not mandated originally: define only if we know
we won't break user code: when these are the locations we know. */
-
#ifndef YY_LOCATION_PRINT
-
# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
-
# define YY_LOCATION_PRINT(File, Loc) \
-
fprintf (File, "%d.%d-%d.%d", \
-
(Loc).first_line, (Loc).first_column, \
-
(Loc).last_line, (Loc).last_column)
-
# define YY_LOCATION_PRINT(File, Loc) ((void) 0)
-
/* YYLEX -- calling `yylex' with the right arguments. */
-
# define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
-
# define YYLEX yylex (&yylval, &yylloc, SCANNER)
-
/* Enable debugging if requested. */
-
# include <stdio.h> /* INFRINGES ON USER NAME SPACE */
-
# define YYFPRINTF fprintf
-
# define YYDPRINTF(Args) \
-
# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
-
YYFPRINTF (stderr, "%s ", Title); \
-
yy_symbol_print (stderr, \
-
Type, Value, Location, parm); \
-
YYFPRINTF (stderr, "\n"); \
-
/*--------------------------------.
-
| Print this symbol on YYOUTPUT. |
-
`--------------------------------*/
-
#if (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
-
yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, void *parm)
-
yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp, parm)
-
YYSTYPE const * const yyvaluep;
-
YYLTYPE const * const yylocationp;
-
if (yytype < YYNTOKENS)
-
YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
-
/*--------------------------------.
-
| Print this symbol on YYOUTPUT. |
-
`--------------------------------*/
-
#if (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
-
yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, void *parm)
-
yy_symbol_print (yyoutput, yytype, yyvaluep, yylocationp, parm)
-
YYSTYPE const * const yyvaluep;
-
YYLTYPE const * const yylocationp;
-
if (yytype < YYNTOKENS)
-
YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
-
YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
-
YY_LOCATION_PRINT (yyoutput, *yylocationp);
-
YYFPRINTF (yyoutput, ": ");
-
yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp, parm);
-
YYFPRINTF (yyoutput, ")");
/*------------------------------------------------------------------.
···
`------------------------------------------------------------------*/
-
#if (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
-
yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
-
yy_stack_print (bottom, top)
YYFPRINTF (stderr, "Stack now");
-
for (; bottom <= top; ++bottom)
-
YYFPRINTF (stderr, " %d", *bottom);
YYFPRINTF (stderr, "\n");
-
# define YY_STACK_PRINT(Bottom, Top) \
-
yy_stack_print ((Bottom), (Top)); \
/*------------------------------------------------.
| Report that the YYRULE is going to be reduced. |
`------------------------------------------------*/
-
#if (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
-
yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, void *parm)
-
yy_reduce_print (yyvsp, yylsp, yyrule, parm)
int yynrhs = yyr2[yyrule];
-
unsigned long int yylno = yyrline[yyrule];
-
YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
/* The symbols being reduced. */
for (yyi = 0; yyi < yynrhs; yyi++)
-
fprintf (stderr, " $%d = ", yyi + 1);
-
yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
-
&(yyvsp[(yyi + 1) - (yynrhs)])
-
, &(yylsp[(yyi + 1) - (yynrhs)]) , parm);
-
fprintf (stderr, "\n");
-
# define YY_REDUCE_PRINT(Rule) \
-
yy_reduce_print (yyvsp, yylsp, Rule, parm); \
/* Nonzero means print parse trace. It is left uninitialized so that
multiple parsers can coexist. */
-
# define YYDPRINTF(Args)
-
# define YY_SYMBOL_PRINT(Title, Type, Value, Location)
# define YY_STACK_PRINT(Bottom, Top)
# define YY_REDUCE_PRINT(Rule)
/* YYINITDEPTH -- initial size of the parser's stacks. */
···
# define YYMAXDEPTH 10000
-
# if defined __GLIBC__ && defined _STRING_H
-
# define yystrlen strlen
/* Return the length of YYSTR. */
-
#if (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
yystrlen (const char *yystr)
for (yylen = 0; yystr[yylen]; yylen++)
-
# if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
-
# define yystpcpy stpcpy
/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
-
#if (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
yystpcpy (char *yydest, const char *yysrc)
-
yystpcpy (yydest, yysrc)
···
/* Copy to YYRES the contents of YYSTR after stripping away unnecessary
quotes and backslashes, so that it's suitable for yyerror. The
heuristic is that double-quoting is unnecessary unless the string
···
backslash-backslash). YYSTR is taken from yytname. If YYRES is
null, do not copy; instead, return the length of what the result
yytnamerr (char *yyres, const char *yystr)
-
goto do_not_strip_quotes;
-
goto do_not_strip_quotes;
-
return yystpcpy (yyres, yystr) - yyres;
-
/* Copy into YYRESULT an error message about the unexpected token
-
YYCHAR while in state YYSTATE. Return the number of bytes copied,
-
including the terminating null byte. If YYRESULT is null, do not
-
copy anything; just return the number of bytes that would be
-
copied. As a special case, return 0 if an ordinary "syntax error"
-
message will do. Return YYSIZE_MAXIMUM if overflow occurs during
-
yysyntax_error (char *yyresult, int yystate, int yychar)
-
int yyn = yypact[yystate];
-
if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
-
int yytype = YYTRANSLATE (yychar);
-
YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
-
YYSIZE_T yysize = yysize0;
-
int yysize_overflow = 0;
-
enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
-
char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
-
/* This is so xgettext sees the translatable formats that are
-
constructed on the fly. */
-
YY_("syntax error, unexpected %s");
-
YY_("syntax error, unexpected %s, expecting %s");
-
YY_("syntax error, unexpected %s, expecting %s or %s");
-
YY_("syntax error, unexpected %s, expecting %s or %s or %s");
-
YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
-
static char const yyunexpected[] = "syntax error, unexpected %s";
-
static char const yyexpecting[] = ", expecting %s";
-
static char const yyor[] = " or %s";
-
char yyformat[sizeof yyunexpected
-
+ sizeof yyexpecting - 1
-
+ ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
-
char const *yyprefix = yyexpecting;
-
/* Start YYX at -YYN if negative to avoid negative indexes in
-
int yyxbegin = yyn < 0 ? -yyn : 0;
-
/* Stay within bounds of both yycheck and yytname. */
-
int yychecklim = YYLAST - yyn + 1;
-
int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
-
yyarg[0] = yytname[yytype];
-
yyfmt = yystpcpy (yyformat, yyunexpected);
-
for (yyx = yyxbegin; yyx < yyxend; ++yyx)
-
if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
-
if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
-
yyformat[sizeof yyunexpected - 1] = '\0';
-
yyarg[yycount++] = yytname[yyx];
-
yysize1 = yysize + yytnamerr (0, yytname[yyx]);
-
yysize_overflow |= (yysize1 < yysize);
-
yyfmt = yystpcpy (yyfmt, yyprefix);
-
yysize1 = yysize + yystrlen (yyf);
-
yysize_overflow |= (yysize1 < yysize);
-
/* Avoid sprintf, as that infringes on the user's name space.
-
Don't have undefined behavior even if the translation
-
produced a string with the wrong number of "%s"s. */
-
while ((*yyp = *yyf) != '\0')
-
if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
-
yyp += yytnamerr (yyp, yyarg[yyi++]);
-
#endif /* YYERROR_VERBOSE */
/*-----------------------------------------------.
| Release the memory associated to this symbol. |
`-----------------------------------------------*/
-
#if (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
-
yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, void *parm)
-
yydestruct (yymsg, yytype, yyvaluep, yylocationp, parm)
-
YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
-
/* Prevent warnings from -Wmissing-prototypes. */
-
#if defined __STDC__ || defined __cplusplus
-
int yyparse (void *YYPARSE_PARAM);
-
#else /* ! YYPARSE_PARAM */
-
#if defined __STDC__ || defined __cplusplus
-
int yyparse (void *parm);
-
#endif /* ! YYPARSE_PARAM */
···
-
#if (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
-
yyparse (void *YYPARSE_PARAM)
-
yyparse (YYPARSE_PARAM)
-
#else /* ! YYPARSE_PARAM */
-
#if (defined __STDC__ || defined __C99__FUNC__ \
-
|| defined __cplusplus || defined _MSC_VER)
-
/* The look-ahead symbol. */
-
/* The semantic value of the look-ahead symbol. */
-
/* Number of syntax errors so far. */
-
/* Location data for the look-ahead symbol. */
-
/* Number of tokens to shift before error messages enabled. */
-
/* Look-ahead token as an internal (translated) token number. */
-
/* Buffer for error messages, and its allocated size. */
-
char *yymsg = yymsgbuf;
-
YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
-
/* 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. */
-
yytype_int16 yyssa[YYINITDEPTH];
-
yytype_int16 *yyss = yyssa;
-
/* The semantic value stack. */
-
YYSTYPE yyvsa[YYINITDEPTH];
-
/* The location stack. */
-
YYLTYPE yylsa[YYINITDEPTH];
-
/* The locations where the error started and ended. */
-
YYLTYPE yyerror_range[2];
-
#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
-
YYSIZE_T yystacksize = YYINITDEPTH;
/* The variables used to return semantic value and location from the
/* The number of symbols on the RHS of the reduced rule.
Keep to zero when no symbol should be popped. */
YYDPRINTF ((stderr, "Starting parse\n"));
-
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. */
-
#if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
-
/* Initialize the default location before parsing starts. */
-
yylloc.first_line = yylloc.last_line = 1;
-
yylloc.first_column = yylloc.last_column = 0;
-
/* User initialization code. */
yylloc.filename(ASTString(static_cast<ParserState*>(parm)->filename));
-
/* Line 1078 of yacc.c. */
/*------------------------------------------------------------.
-
| yynewstate -- Push a new state, which is found in yystate. |
`------------------------------------------------------------*/
/* In all cases, when you get here, the value and location stacks
have just been pushed. So pushing a state here evens the stacks. */
if (yyss + yystacksize - 1 <= yyssp)
/* Get the current used size of the three stacks, in elements. */
-
YYSIZE_T yysize = yyssp - yyss + 1;
-
/* Give user a chance to reallocate the stack. Use copies of
-
these so that the &'s don't force the real ones into
-
yytype_int16 *yyss1 = yyss;
-
/* Each stack pointer address is followed by the size of the
-
data in use in that stack, in bytes. This used to be a
-
conditional around just the two extra args, but that might
-
be undefined if yyoverflow is a macro. */
-
yyoverflow (YY_("memory exhausted"),
-
&yyss1, yysize * sizeof (*yyssp),
-
&yyvs1, yysize * sizeof (*yyvsp),
-
&yyls1, yysize * sizeof (*yylsp),
-
#else /* no yyoverflow */
-
# ifndef YYSTACK_RELOCATE
/* Extend the stack our own way. */
if (YYMAXDEPTH <= yystacksize)
if (YYMAXDEPTH < yystacksize)
-
yystacksize = YYMAXDEPTH;
-
yytype_int16 *yyss1 = yyss;
-
(union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
-
YYSTACK_RELOCATE (yyss);
-
YYSTACK_RELOCATE (yyvs);
-
YYSTACK_RELOCATE (yyls);
-
#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)
-
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
/* Do appropriate processing given the current state. Read a
-
look-ahead token if we need one and don't already have one. */
-
/* First try to decide what to do without reference to look-ahead token. */
-
if (yyn == YYPACT_NINF)
-
/* Not known => get a look-ahead token if don't already have one. */
-
/* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */
-
YYDPRINTF ((stderr, "Reading a token: "));
-
yychar = yytoken = YYEOF;
YYDPRINTF ((stderr, "Now at end of input.\n"));
···
-
if (yyn == 0 || yyn == YYTABLE_NINF)
/* Count tokens shifted since error; after three, turn off error
-
/* Shift the look-ahead token. */
YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
-
/* Discard the shifted token unless it is eof. */
···
/*-----------------------------.
-
| yyreduce -- Do a reduction. |
`-----------------------------*/
/* yyn is the number of a rule to reduce with. */
/* If YYLEN is nonzero, implement the default value of the action:
Otherwise, the following line sets YYVAL to garbage.
This behavior is undocumented and Bison
···
GCC warning that YYVAL may be used uninitialized. */
-
/* Default location. */
YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
ParserState* pp = static_cast<ParserState*>(parm);
-
if ((yyvsp[(1) - (1)].item)) {
-
pp->model->addItem((yyvsp[(1) - (1)].item));
ParserState* pp = static_cast<ParserState*>(parm);
-
if ((yyvsp[(2) - (2)].item)) {
-
pp->model->addItem((yyvsp[(2) - (2)].item));
ParserState* pp = static_cast<ParserState*>(parm);
-
if ((yyvsp[(3) - (3)].item)) {
-
pp->model->addItem((yyvsp[(3) - (3)].item));
ParserState* pp = static_cast<ParserState*>(parm);
-
if ((yyvsp[(4) - (4)].item)) {
-
pp->model->addItem((yyvsp[(4) - (4)].item));
-
{ yyerror(&(yylsp[(2) - (2)]), parm, "unexpected item, expecting ';' or end of file"); YYERROR; ;}
ParserState* pp = static_cast<ParserState*>(parm);
-
if (pp->parseDocComments && (yyvsp[(1) - (1)].sValue)) {
-
pp->model->addDocComment((yyvsp[(1) - (1)].sValue));
-
free((yyvsp[(1) - (1)].sValue));
ParserState* pp = static_cast<ParserState*>(parm);
-
if (pp->parseDocComments && (yyvsp[(2) - (2)].sValue)) {
-
pp->model->addDocComment((yyvsp[(2) - (2)].sValue));
-
free((yyvsp[(2) - (2)].sValue));
-
{ (yyval.item) = (yyvsp[(2) - (2)].item);
ParserState* pp = static_cast<ParserState*>(parm);
if (FunctionI* fi = Item::dyn_cast<FunctionI>((yyval.item))) {
if (pp->parseDocComments) {
-
fi->ann().add(createDocComment((yylsp[(1) - (2)]),(yyvsp[(1) - (2)].sValue)));
} else if (VarDeclI* vdi = Item::dyn_cast<VarDeclI>((yyval.item))) {
if (pp->parseDocComments) {
-
vdi->e()->addAnnotation(createDocComment((yylsp[(1) - (2)]),(yyvsp[(1) - (2)].sValue)));
-
yyerror(&(yylsp[(2) - (2)]), parm, "documentation comments are only supported for function, predicate and variable declarations");
-
free((yyvsp[(1) - (2)].sValue));
-
{ (yyval.item) = (yyvsp[(1) - (1)].item); ;}
-
{ (yyval.item)=notInDatafile(&(yyloc),parm,"include") ? (yyvsp[(1) - (1)].item) : NULL; ;}
-
{ (yyval.item)=notInDatafile(&(yyloc),parm,"variable declaration") ? (yyvsp[(1) - (1)].item) : NULL; ;}
-
{ (yyval.item)=notInDatafile(&(yyloc),parm,"constraint") ? (yyvsp[(1) - (1)].item) : NULL; ;}
-
{ (yyval.item)=notInDatafile(&(yyloc),parm,"solve") ? (yyvsp[(1) - (1)].item) : NULL; ;}
-
{ (yyval.item)=notInDatafile(&(yyloc),parm,"output") ? (yyvsp[(1) - (1)].item) : NULL; ;}
-
{ (yyval.item)=notInDatafile(&(yyloc),parm,"predicate") ? (yyvsp[(1) - (1)].item) : NULL; ;}
-
{ (yyval.item)=notInDatafile(&(yyloc),parm,"predicate") ? (yyvsp[(1) - (1)].item) : NULL; ;}
-
{ (yyval.item)=notInDatafile(&(yyloc),parm,"annotation") ? (yyvsp[(1) - (1)].item) : NULL; ;}
-
{ ParserState* pp = static_cast<ParserState*>(parm);
-
map<string,Model*>::iterator ret = pp->seenModels.find((yyvsp[(2) - (2)].sValue));
-
IncludeI* ii = new IncludeI((yyloc),ASTString((yyvsp[(2) - (2)].sValue)));
if (ret == pp->seenModels.end()) {
im->setParent(pp->model);
-
im->setFilename((yyvsp[(2) - (2)].sValue));
string fpath = FileUtils::dir_name(pp->filename);
string fbase = FileUtils::base_name(pp->filename);
-
ParseWorkItem pm(im, ii, fpath, (yyvsp[(2) - (2)].sValue));
-
pp->seenModels.insert(pair<string,Model*>((yyvsp[(2) - (2)].sValue),im));
ii->m(ret->second, false);
-
free((yyvsp[(2) - (2)].sValue));
-
{ if ((yyvsp[(1) - (2)].vardeclexpr) && (yyvsp[(2) - (2)].expression_v)) (yyvsp[(1) - (2)].vardeclexpr)->addAnnotations(*(yyvsp[(2) - (2)].expression_v));
-
if ((yyvsp[(1) - (2)].vardeclexpr))
-
(yyval.item) = new VarDeclI((yyloc),(yyvsp[(1) - (2)].vardeclexpr));
-
delete (yyvsp[(2) - (2)].expression_v);
-
{ if ((yyvsp[(1) - (4)].vardeclexpr)) (yyvsp[(1) - (4)].vardeclexpr)->e((yyvsp[(4) - (4)].expression));
-
if ((yyvsp[(1) - (4)].vardeclexpr) && (yyvsp[(2) - (4)].expression_v)) (yyvsp[(1) - (4)].vardeclexpr)->addAnnotations(*(yyvsp[(2) - (4)].expression_v));
-
if ((yyvsp[(1) - (4)].vardeclexpr))
-
(yyval.item) = new VarDeclI((yyloc),(yyvsp[(1) - (4)].vardeclexpr));
-
delete (yyvsp[(2) - (4)].expression_v);
TypeInst* ti = new TypeInst((yyloc),Type::parsetint());
-
VarDecl* vd = new VarDecl((yyloc),ti,(yyvsp[(2) - (2)].sValue));
-
free((yyvsp[(2) - (2)].sValue));
(yyval.item) = new VarDeclI((yyloc),vd);
TypeInst* ti = new TypeInst((yyloc),Type::parsetint());
-
SetLit* sl = new SetLit((yyloc), *(yyvsp[(5) - (6)].expression_v));
-
VarDecl* vd = new VarDecl((yyloc),ti,(yyvsp[(2) - (6)].sValue),sl);
-
free((yyvsp[(2) - (6)].sValue));
-
delete (yyvsp[(5) - (6)].expression_v);
(yyval.item) = new VarDeclI((yyloc),vd);
TypeInst* ti = new TypeInst((yyloc),Type::parsetint());
vector<Expression*> args;
-
args.push_back(new ArrayLit((yyloc),*(yyvsp[(5) - (6)].expression_v)));
Call* sl = new Call((yyloc), constants().ids.anonEnumFromStrings, args);
-
VarDecl* vd = new VarDecl((yyloc),ti,(yyvsp[(2) - (6)].sValue),sl);
-
free((yyvsp[(2) - (6)].sValue));
-
delete (yyvsp[(5) - (6)].expression_v);
(yyval.item) = new VarDeclI((yyloc),vd);
TypeInst* ti = new TypeInst((yyloc),Type::parsetint());
vector<Expression*> args;
-
args.push_back((yyvsp[(6) - (7)].expression));
-
Call* sl = new Call((yyloc), ASTString((yyvsp[(4) - (7)].sValue)), args);
-
VarDecl* vd = new VarDecl((yyloc),ti,(yyvsp[(2) - (7)].sValue),sl);
-
free((yyvsp[(2) - (7)].sValue));
-
free((yyvsp[(4) - (7)].sValue));
(yyval.item) = new VarDeclI((yyloc),vd);
-
{ (yyval.expression_v) = new std::vector<Expression*>(); ;}
-
{ (yyval.expression_v) = new std::vector<Expression*>();
-
(yyval.expression_v)->push_back(new StringLit((yyloc), (yyvsp[(1) - (1)].sValue))); free((yyvsp[(1) - (1)].sValue));
-
{ (yyval.expression_v) = (yyvsp[(1) - (3)].expression_v);
-
if ((yyval.expression_v)) (yyval.expression_v)->push_back(new StringLit((yyloc), (yyvsp[(3) - (3)].sValue)));
-
free((yyvsp[(3) - (3)].sValue));
-
{ (yyval.expression_v) = new std::vector<Expression*>(); ;}
-
{ (yyval.expression_v) = new std::vector<Expression*>();
-
(yyval.expression_v)->push_back(new Id((yyloc),(yyvsp[(1) - (1)].sValue),NULL)); free((yyvsp[(1) - (1)].sValue));
-
{ (yyval.expression_v) = (yyvsp[(1) - (3)].expression_v); if ((yyval.expression_v)) (yyval.expression_v)->push_back(new Id((yyloc),(yyvsp[(3) - (3)].sValue),NULL)); free((yyvsp[(3) - (3)].sValue)); ;}
-
{ (yyval.item) = new AssignI((yyloc),(yyvsp[(1) - (3)].sValue),(yyvsp[(3) - (3)].expression));
-
free((yyvsp[(1) - (3)].sValue));
-
{ (yyval.item) = new ConstraintI((yyloc),(yyvsp[(2) - (2)].expression));;}
-
{ (yyval.item) = new ConstraintI((yyloc),(yyvsp[(4) - (4)].expression));
-
if ((yyvsp[(4) - (4)].expression) && (yyvsp[(3) - (4)].expression))
-
(yyval.item)->cast<ConstraintI>()->e()->ann().add(new Call((yylsp[(2) - (4)]), ASTString("mzn_constraint_name"), {(yyvsp[(3) - (4)].expression)}));
-
{ (yyval.item) = SolveI::sat((yyloc));
-
if ((yyval.item) && (yyvsp[(2) - (3)].expression_v)) (yyval.item)->cast<SolveI>()->ann().add(*(yyvsp[(2) - (3)].expression_v));
-
delete (yyvsp[(2) - (3)].expression_v);
-
{ (yyval.item) = SolveI::min((yyloc),(yyvsp[(4) - (4)].expression));
-
if ((yyval.item) && (yyvsp[(2) - (4)].expression_v)) (yyval.item)->cast<SolveI>()->ann().add(*(yyvsp[(2) - (4)].expression_v));
-
delete (yyvsp[(2) - (4)].expression_v);
-
{ (yyval.item) = SolveI::max((yyloc),(yyvsp[(4) - (4)].expression));
-
if ((yyval.item) && (yyvsp[(2) - (4)].expression_v)) (yyval.item)->cast<SolveI>()->ann().add(*(yyvsp[(2) - (4)].expression_v));
-
delete (yyvsp[(2) - (4)].expression_v);
-
{ (yyval.item) = new OutputI((yyloc),(yyvsp[(2) - (2)].expression));;}
-
{ if ((yyvsp[(3) - (5)].vardeclexpr_v)) (yyval.item) = new FunctionI((yyloc),(yyvsp[(2) - (5)].sValue),new TypeInst((yyloc),
-
Type::varbool()),*(yyvsp[(3) - (5)].vardeclexpr_v),(yyvsp[(5) - (5)].expression));
-
if ((yyval.item) && (yyvsp[(4) - (5)].expression_v)) (yyval.item)->cast<FunctionI>()->ann().add(*(yyvsp[(4) - (5)].expression_v));
-
free((yyvsp[(2) - (5)].sValue));
-
delete (yyvsp[(3) - (5)].vardeclexpr_v);
-
delete (yyvsp[(4) - (5)].expression_v);
-
{ if ((yyvsp[(3) - (5)].vardeclexpr_v)) (yyval.item) = new FunctionI((yyloc),(yyvsp[(2) - (5)].sValue),new TypeInst((yyloc),
-
Type::parbool()),*(yyvsp[(3) - (5)].vardeclexpr_v),(yyvsp[(5) - (5)].expression));
-
if ((yyval.item) && (yyvsp[(4) - (5)].expression_v)) (yyval.item)->cast<FunctionI>()->ann().add(*(yyvsp[(4) - (5)].expression_v));
-
free((yyvsp[(2) - (5)].sValue));
-
delete (yyvsp[(3) - (5)].vardeclexpr_v);
-
delete (yyvsp[(4) - (5)].expression_v);
-
{ if ((yyvsp[(5) - (7)].vardeclexpr_v)) (yyval.item) = new FunctionI((yyloc),(yyvsp[(4) - (7)].sValue),(yyvsp[(2) - (7)].tiexpr),*(yyvsp[(5) - (7)].vardeclexpr_v),(yyvsp[(7) - (7)].expression));
-
if ((yyval.item) && (yyvsp[(6) - (7)].expression_v)) (yyval.item)->cast<FunctionI>()->ann().add(*(yyvsp[(6) - (7)].expression_v));
-
free((yyvsp[(4) - (7)].sValue));
-
delete (yyvsp[(5) - (7)].vardeclexpr_v);
-
delete (yyvsp[(6) - (7)].expression_v);
-
{ if ((yyvsp[(5) - (8)].vardeclexpr_v)) (yyval.item) = new FunctionI((yyloc),(yyvsp[(3) - (8)].sValue),(yyvsp[(1) - (8)].tiexpr),*(yyvsp[(5) - (8)].vardeclexpr_v),(yyvsp[(8) - (8)].expression));
-
if ((yyval.item) && (yyvsp[(7) - (8)].expression_v)) (yyval.item)->cast<FunctionI>()->ann().add(*(yyvsp[(7) - (8)].expression_v));
-
free((yyvsp[(3) - (8)].sValue));
-
delete (yyvsp[(5) - (8)].vardeclexpr_v);
-
delete (yyvsp[(7) - (8)].expression_v);
-
TypeInst* ti=new TypeInst((yylsp[(1) - (3)]),Type::ann());
-
if ((yyvsp[(3) - (3)].vardeclexpr_v)==NULL || (yyvsp[(3) - (3)].vardeclexpr_v)->empty()) {
-
VarDecl* vd = new VarDecl((yyloc),ti,(yyvsp[(2) - (3)].sValue));
(yyval.item) = new VarDeclI((yyloc),vd);
-
(yyval.item) = new FunctionI((yyloc),(yyvsp[(2) - (3)].sValue),ti,*(yyvsp[(3) - (3)].vardeclexpr_v),NULL);
-
free((yyvsp[(2) - (3)].sValue));
-
delete (yyvsp[(3) - (3)].vardeclexpr_v);
-
{ TypeInst* ti=new TypeInst((yylsp[(1) - (5)]),Type::ann());
-
if ((yyvsp[(3) - (5)].vardeclexpr_v)) (yyval.item) = new FunctionI((yyloc),(yyvsp[(2) - (5)].sValue),ti,*(yyvsp[(3) - (5)].vardeclexpr_v),(yyvsp[(5) - (5)].expression));
-
delete (yyvsp[(3) - (5)].vardeclexpr_v);
-
{ (yyval.expression)=NULL; ;}
-
{ (yyval.expression)=(yyvsp[(2) - (2)].expression); ;}
-
{ (yyval.vardeclexpr_v)=new vector<VarDecl*>(); ;}
-
{ (yyval.vardeclexpr_v)=(yyvsp[(2) - (3)].vardeclexpr_v); ;}
-
{ (yyval.vardeclexpr_v)=new vector<VarDecl*>(); ;}
-
{ (yyval.vardeclexpr_v)=new vector<VarDecl*>(); ;}
-
{ (yyval.vardeclexpr_v)=(yyvsp[(1) - (2)].vardeclexpr_v); ;}
-
{ (yyval.vardeclexpr_v)=new vector<VarDecl*>();
-
if ((yyvsp[(1) - (1)].vardeclexpr)) (yyvsp[(1) - (1)].vardeclexpr)->toplevel(false);
-
if ((yyvsp[(1) - (1)].vardeclexpr)) (yyval.vardeclexpr_v)->push_back((yyvsp[(1) - (1)].vardeclexpr)); ;}
-
{ (yyval.vardeclexpr_v)=(yyvsp[(1) - (3)].vardeclexpr_v);
-
if ((yyvsp[(3) - (3)].vardeclexpr)) (yyvsp[(3) - (3)].vardeclexpr)->toplevel(false);
-
if ((yyvsp[(1) - (3)].vardeclexpr_v) && (yyvsp[(3) - (3)].vardeclexpr)) (yyvsp[(1) - (3)].vardeclexpr_v)->push_back((yyvsp[(3) - (3)].vardeclexpr)); ;}
-
{ (yyval.vardeclexpr)=(yyvsp[(1) - (1)].vardeclexpr); ;}
-
{ if ((yyvsp[(1) - (1)].tiexpr)) (yyval.vardeclexpr)=new VarDecl((yyloc), (yyvsp[(1) - (1)].tiexpr), ""); ;}
-
{ if ((yyvsp[(1) - (3)].tiexpr) && (yyvsp[(3) - (3)].sValue)) (yyval.vardeclexpr) = new VarDecl((yyloc), (yyvsp[(1) - (3)].tiexpr), (yyvsp[(3) - (3)].sValue));
-
free((yyvsp[(3) - (3)].sValue));
-
{ (yyval.tiexpr_v)=(yyvsp[(1) - (2)].tiexpr_v); ;}
-
{ (yyval.tiexpr_v)=new vector<TypeInst*>(); (yyval.tiexpr_v)->push_back((yyvsp[(1) - (1)].tiexpr)); ;}
-
{ (yyval.tiexpr_v)=(yyvsp[(1) - (3)].tiexpr_v); if ((yyvsp[(1) - (3)].tiexpr_v) && (yyvsp[(3) - (3)].tiexpr)) (yyvsp[(1) - (3)].tiexpr_v)->push_back((yyvsp[(3) - (3)].tiexpr)); ;}
-
(yyval.tiexpr) = (yyvsp[(6) - (6)].tiexpr);
-
if ((yyval.tiexpr) && (yyvsp[(3) - (6)].tiexpr_v)) (yyval.tiexpr)->setRanges(*(yyvsp[(3) - (6)].tiexpr_v));
-
delete (yyvsp[(3) - (6)].tiexpr_v);
-
(yyval.tiexpr) = (yyvsp[(3) - (3)].tiexpr);
std::vector<TypeInst*> ti(1);
ti[0] = new TypeInst((yyloc),Type::parint());
if ((yyval.tiexpr)) (yyval.tiexpr)->setRanges(ti);
-
{ (yyval.tiexpr) = (yyvsp[(1) - (1)].tiexpr);
-
{ (yyval.tiexpr) = (yyvsp[(2) - (2)].tiexpr);
Type tt = (yyval.tiexpr)->type();
tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
-
{ (yyval.tiexpr) = (yyvsp[(3) - (3)].tiexpr);
-
if ((yyval.tiexpr) && (yyvsp[(2) - (3)].bValue)) {
Type tt = (yyval.tiexpr)->type();
tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
-
{ (yyval.tiexpr) = (yyvsp[(3) - (3)].tiexpr);
Type tt = (yyval.tiexpr)->type();
-
if ((yyvsp[(2) - (3)].bValue)) tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
-
{ (yyval.tiexpr) = (yyvsp[(4) - (4)].tiexpr);
Type tt = (yyval.tiexpr)->type();
-
if ((yyvsp[(1) - (4)].bValue)) tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
-
{ (yyval.tiexpr) = (yyvsp[(5) - (5)].tiexpr);
Type tt = (yyval.tiexpr)->type();
-
if ((yyvsp[(2) - (5)].bValue)) tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
-
{ (yyval.tiexpr) = (yyvsp[(5) - (5)].tiexpr);
Type tt = (yyval.tiexpr)->type();
-
if ((yyvsp[(2) - (5)].bValue)) tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
-
{ (yyval.bValue) = false; ;}
-
{ (yyval.bValue) = true; ;}
-
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::parint()); ;}
-
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::parbool()); ;}
-
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::parfloat()); ;}
-
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::parstring()); ;}
-
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::ann()); ;}
-
{ if ((yyvsp[(1) - (1)].expression)) (yyval.tiexpr) = new TypeInst((yyloc),Type(),(yyvsp[(1) - (1)].expression)); ;}
-
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::top(),
-
new TIId((yyloc), (yyvsp[(1) - (1)].sValue)));
-
free((yyvsp[(1) - (1)].sValue));
-
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::parint(),
-
new TIId((yyloc), (yyvsp[(1) - (1)].sValue)));
-
free((yyvsp[(1) - (1)].sValue));
-
{ (yyval.expression_v)=new std::vector<MiniZinc::Expression*>; (yyval.expression_v)->push_back((yyvsp[(1) - (1)].expression)); ;}
-
{ (yyval.expression_v)=(yyvsp[(1) - (3)].expression_v); if ((yyval.expression_v) && (yyvsp[(3) - (3)].expression)) (yyval.expression_v)->push_back((yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression) = (yyvsp[(1) - (1)].expression); ;}
-
{ (yyval.expression)=new SetLit((yyloc), IntSetVal::a(-IntVal::infinity(),IntVal::infinity())); ;}
-
{ if ((yyvsp[(2) - (2)].expression)==NULL) {
(yyval.expression) = NULL;
-
} else if ((yyvsp[(2) - (2)].expression)->isa<IntLit>()) {
-
(yyval.expression)=new SetLit((yyloc), IntSetVal::a(-IntVal::infinity(),(yyvsp[(2) - (2)].expression)->cast<IntLit>()->v()));
-
(yyval.expression)=new BinOp((yyloc), IntLit::a(-IntVal::infinity()), BOT_DOTDOT, (yyvsp[(2) - (2)].expression));
-
{ if ((yyvsp[(1) - (2)].expression)==NULL) {
(yyval.expression) = NULL;
-
} else if ((yyvsp[(1) - (2)].expression)->isa<IntLit>()) {
-
(yyval.expression)=new SetLit((yyloc), IntSetVal::a((yyvsp[(1) - (2)].expression)->cast<IntLit>()->v(),IntVal::infinity()));
-
(yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (2)].expression), BOT_DOTDOT, IntLit::a(IntVal::infinity()));
-
{ (yyval.expression_v)=new std::vector<MiniZinc::Expression*>; (yyval.expression_v)->push_back((yyvsp[(1) - (1)].expression)); ;}
-
{ (yyval.expression_v)=(yyvsp[(1) - (3)].expression_v); if ((yyval.expression_v) && (yyvsp[(3) - (3)].expression)) (yyval.expression_v)->push_back((yyvsp[(3) - (3)].expression)); ;}
-
{ if ((yyvsp[(1) - (3)].expression) && (yyvsp[(3) - (3)].expression)) (yyvsp[(1) - (3)].expression)->addAnnotation((yyvsp[(3) - (3)].expression)); (yyval.expression)=(yyvsp[(1) - (3)].expression); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_UNION, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_DIFF, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_SYMDIFF, (yyvsp[(3) - (3)].expression)); ;}
-
{ if ((yyvsp[(1) - (3)].expression)==NULL || (yyvsp[(3) - (3)].expression)==NULL) {
(yyval.expression) = NULL;
-
} else if ((yyvsp[(1) - (3)].expression)->isa<IntLit>() && (yyvsp[(3) - (3)].expression)->isa<IntLit>()) {
-
(yyval.expression)=new SetLit((yyloc), IntSetVal::a((yyvsp[(1) - (3)].expression)->cast<IntLit>()->v(),(yyvsp[(3) - (3)].expression)->cast<IntLit>()->v()));
-
(yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_DOTDOT, (yyvsp[(3) - (3)].expression));
-
{ if ((yyvsp[(3) - (6)].expression)==NULL || (yyvsp[(5) - (6)].expression)==NULL) {
(yyval.expression) = NULL;
-
} else if ((yyvsp[(3) - (6)].expression)->isa<IntLit>() && (yyvsp[(5) - (6)].expression)->isa<IntLit>()) {
-
(yyval.expression)=new SetLit((yyloc), IntSetVal::a((yyvsp[(3) - (6)].expression)->cast<IntLit>()->v(),(yyvsp[(5) - (6)].expression)->cast<IntLit>()->v()));
-
(yyval.expression)=new BinOp((yyloc), (yyvsp[(3) - (6)].expression), BOT_DOTDOT, (yyvsp[(5) - (6)].expression));
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_INTERSECT, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_PLUSPLUS, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_PLUS, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_MINUS, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_MULT, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_DIV, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_IDIV, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_MOD, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_POW, (yyvsp[(3) - (3)].expression)); ;}
-
{ vector<Expression*> args;
-
args.push_back((yyvsp[(1) - (3)].expression)); args.push_back((yyvsp[(3) - (3)].expression));
(yyval.expression)=new Call((yyloc), ASTString("~+"), args);
-
{ vector<Expression*> args;
-
args.push_back((yyvsp[(1) - (3)].expression)); args.push_back((yyvsp[(3) - (3)].expression));
(yyval.expression)=new Call((yyloc), ASTString("~-"), args);
-
{ vector<Expression*> args;
-
args.push_back((yyvsp[(1) - (3)].expression)); args.push_back((yyvsp[(3) - (3)].expression));
(yyval.expression)=new Call((yyloc), ASTString("~*"), args);
-
{ vector<Expression*> args;
-
args.push_back((yyvsp[(1) - (3)].expression)); args.push_back((yyvsp[(3) - (3)].expression));
(yyval.expression)=new Call((yyloc), ASTString("~="), args);
-
{ vector<Expression*> args;
-
args.push_back((yyvsp[(1) - (3)].expression)); args.push_back((yyvsp[(3) - (3)].expression));
-
(yyval.expression)=new Call((yyloc), (yyvsp[(2) - (3)].sValue), args);
-
free((yyvsp[(2) - (3)].sValue));
-
{ (yyval.expression)=new UnOp((yyloc), UOT_PLUS, (yyvsp[(2) - (2)].expression)); ;}
-
{ if ((yyvsp[(2) - (2)].expression) && (yyvsp[(2) - (2)].expression)->isa<IntLit>()) {
-
(yyval.expression) = IntLit::a(-(yyvsp[(2) - (2)].expression)->cast<IntLit>()->v());
-
} else if ((yyvsp[(2) - (2)].expression) && (yyvsp[(2) - (2)].expression)->isa<FloatLit>()) {
-
(yyval.expression) = FloatLit::a(-(yyvsp[(2) - (2)].expression)->cast<FloatLit>()->v());
-
(yyval.expression)=new UnOp((yyloc), UOT_MINUS, (yyvsp[(2) - (2)].expression));
-
{ if ((yyvsp[(1) - (3)].expression) && (yyvsp[(3) - (3)].expression)) (yyvsp[(1) - (3)].expression)->addAnnotation((yyvsp[(3) - (3)].expression)); (yyval.expression)=(yyvsp[(1) - (3)].expression); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_EQUIV, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_IMPL, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_RIMPL, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_OR, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_XOR, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_AND, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_LE, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_GR, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_LQ, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_GQ, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_EQ, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_NQ, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_IN, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_SUBSET, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_SUPERSET, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_UNION, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_DIFF, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_SYMDIFF, (yyvsp[(3) - (3)].expression)); ;}
-
{ if ((yyvsp[(1) - (3)].expression)==NULL || (yyvsp[(3) - (3)].expression)==NULL) {
(yyval.expression) = NULL;
-
} else if ((yyvsp[(1) - (3)].expression)->isa<IntLit>() && (yyvsp[(3) - (3)].expression)->isa<IntLit>()) {
-
(yyval.expression)=new SetLit((yyloc), IntSetVal::a((yyvsp[(1) - (3)].expression)->cast<IntLit>()->v(),(yyvsp[(3) - (3)].expression)->cast<IntLit>()->v()));
-
(yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_DOTDOT, (yyvsp[(3) - (3)].expression));
-
{ if ((yyvsp[(3) - (6)].expression)==NULL || (yyvsp[(5) - (6)].expression)==NULL) {
(yyval.expression) = NULL;
-
} else if ((yyvsp[(3) - (6)].expression)->isa<IntLit>() && (yyvsp[(5) - (6)].expression)->isa<IntLit>()) {
-
(yyval.expression)=new SetLit((yyloc), IntSetVal::a((yyvsp[(3) - (6)].expression)->cast<IntLit>()->v(),(yyvsp[(5) - (6)].expression)->cast<IntLit>()->v()));
-
(yyval.expression)=new BinOp((yyloc), (yyvsp[(3) - (6)].expression), BOT_DOTDOT, (yyvsp[(5) - (6)].expression));
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_INTERSECT, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_PLUSPLUS, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_PLUS, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_MINUS, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_MULT, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_DIV, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_IDIV, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_MOD, (yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[(1) - (3)].expression), BOT_POW, (yyvsp[(3) - (3)].expression)); ;}
-
{ vector<Expression*> args;
-
args.push_back((yyvsp[(1) - (3)].expression)); args.push_back((yyvsp[(3) - (3)].expression));
(yyval.expression)=new Call((yyloc), ASTString("~+"), args);
-
{ vector<Expression*> args;
-
args.push_back((yyvsp[(1) - (3)].expression)); args.push_back((yyvsp[(3) - (3)].expression));
(yyval.expression)=new Call((yyloc), ASTString("~-"), args);
-
{ vector<Expression*> args;
-
args.push_back((yyvsp[(1) - (3)].expression)); args.push_back((yyvsp[(3) - (3)].expression));
(yyval.expression)=new Call((yyloc), ASTString("~*"), args);
-
{ vector<Expression*> args;
-
args.push_back((yyvsp[(1) - (3)].expression)); args.push_back((yyvsp[(3) - (3)].expression));
(yyval.expression)=new Call((yyloc), ASTString("~="), args);
-
{ vector<Expression*> args;
-
args.push_back((yyvsp[(1) - (3)].expression)); args.push_back((yyvsp[(3) - (3)].expression));
-
(yyval.expression)=new Call((yyloc), (yyvsp[(2) - (3)].sValue), args);
-
free((yyvsp[(2) - (3)].sValue));
-
{ (yyval.expression)=new UnOp((yyloc), UOT_NOT, (yyvsp[(2) - (2)].expression)); ;}
-
{ if (((yyvsp[(2) - (2)].expression) && (yyvsp[(2) - (2)].expression)->isa<IntLit>()) || ((yyvsp[(2) - (2)].expression) && (yyvsp[(2) - (2)].expression)->isa<FloatLit>())) {
-
(yyval.expression) = (yyvsp[(2) - (2)].expression);
-
(yyval.expression)=new UnOp((yyloc), UOT_PLUS, (yyvsp[(2) - (2)].expression));
-
{ if ((yyvsp[(2) - (2)].expression) && (yyvsp[(2) - (2)].expression)->isa<IntLit>()) {
-
(yyval.expression) = IntLit::a(-(yyvsp[(2) - (2)].expression)->cast<IntLit>()->v());
-
} else if ((yyvsp[(2) - (2)].expression) && (yyvsp[(2) - (2)].expression)->isa<FloatLit>()) {
-
(yyval.expression) = FloatLit::a(-(yyvsp[(2) - (2)].expression)->cast<FloatLit>()->v());
-
(yyval.expression)=new UnOp((yyloc), UOT_MINUS, (yyvsp[(2) - (2)].expression));
-
{ (yyval.expression)=(yyvsp[(1) - (1)].expression); ;}
-
{ (yyval.expression)=(yyvsp[(1) - (1)].expression); ;}
-
{ (yyval.expression)=(yyvsp[(2) - (3)].expression); ;}
-
{ if ((yyvsp[(4) - (4)].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[(2) - (4)].expression), *(yyvsp[(4) - (4)].expression_vv)); delete (yyvsp[(4) - (4)].expression_vv); ;}
-
{ (yyval.expression)=new Id((yyloc), (yyvsp[(1) - (1)].sValue), NULL); free((yyvsp[(1) - (1)].sValue)); ;}
-
{ if ((yyvsp[(2) - (2)].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), new Id((yylsp[(1) - (2)]),(yyvsp[(1) - (2)].sValue),NULL), *(yyvsp[(2) - (2)].expression_vv));
-
free((yyvsp[(1) - (2)].sValue)); delete (yyvsp[(2) - (2)].expression_vv); ;}
-
{ (yyval.expression)=new AnonVar((yyloc)); ;}
-
{ if ((yyvsp[(2) - (2)].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), new AnonVar((yyloc)), *(yyvsp[(2) - (2)].expression_vv));
-
delete (yyvsp[(2) - (2)].expression_vv); ;}
-
{ (yyval.expression)=constants().boollit(((yyvsp[(1) - (1)].iValue)!=0)); ;}
-
{ (yyval.expression)=IntLit::a((yyvsp[(1) - (1)].iValue)); ;}
-
{ (yyval.expression)=IntLit::a(IntVal::infinity()); ;}
-
{ (yyval.expression)=FloatLit::a((yyvsp[(1) - (1)].dValue)); ;}
-
{ (yyval.expression)=constants().absent; ;}
-
{ if ((yyvsp[(2) - (2)].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[(1) - (2)].expression), *(yyvsp[(2) - (2)].expression_vv));
-
delete (yyvsp[(2) - (2)].expression_vv); ;}
-
{ if ((yyvsp[(2) - (2)].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[(1) - (2)].expression), *(yyvsp[(2) - (2)].expression_vv));
-
delete (yyvsp[(2) - (2)].expression_vv); ;}
-
{ if ((yyvsp[(2) - (2)].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[(1) - (2)].expression), *(yyvsp[(2) - (2)].expression_vv));
-
delete (yyvsp[(2) - (2)].expression_vv); ;}
-
{ if ((yyvsp[(2) - (2)].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[(1) - (2)].expression), *(yyvsp[(2) - (2)].expression_vv));
-
delete (yyvsp[(2) - (2)].expression_vv); ;}
-
{ if ((yyvsp[(2) - (2)].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[(1) - (2)].expression), *(yyvsp[(2) - (2)].expression_vv));
-
delete (yyvsp[(2) - (2)].expression_vv); ;}
-
{ if ((yyvsp[(2) - (2)].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[(1) - (2)].expression), *(yyvsp[(2) - (2)].expression_vv));
-
delete (yyvsp[(2) - (2)].expression_vv); ;}
-
{ if ((yyvsp[(2) - (2)].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[(1) - (2)].expression), *(yyvsp[(2) - (2)].expression_vv));
-
delete (yyvsp[(2) - (2)].expression_vv); ;}
-
{ (yyval.expression)=new StringLit((yyloc), (yyvsp[(1) - (1)].sValue)); free((yyvsp[(1) - (1)].sValue)); ;}
-
{ (yyval.expression)=new BinOp((yyloc), new StringLit((yyloc), (yyvsp[(1) - (2)].sValue)), BOT_PLUSPLUS, (yyvsp[(2) - (2)].expression));
-
free((yyvsp[(1) - (2)].sValue));
-
{ if ((yyvsp[(1) - (2)].expression_v)) (yyval.expression)=new BinOp((yyloc), new Call((yyloc), ASTString("format"), *(yyvsp[(1) - (2)].expression_v)), BOT_PLUSPLUS, new StringLit((yyloc),(yyvsp[(2) - (2)].sValue)));
-
free((yyvsp[(2) - (2)].sValue));
-
delete (yyvsp[(1) - (2)].expression_v);
-
{ if ((yyvsp[(1) - (3)].expression_v)) (yyval.expression)=new BinOp((yyloc), new Call((yyloc), ASTString("format"), *(yyvsp[(1) - (3)].expression_v)), BOT_PLUSPLUS,
-
new BinOp((yyloc), new StringLit((yyloc),(yyvsp[(2) - (3)].sValue)), BOT_PLUSPLUS, (yyvsp[(3) - (3)].expression)));
-
free((yyvsp[(2) - (3)].sValue));
-
delete (yyvsp[(1) - (3)].expression_v);
-
{ (yyval.expression_vv)=new std::vector<std::vector<Expression*> >();
-
if ((yyvsp[(2) - (3)].expression_v)) {
-
(yyval.expression_vv)->push_back(*(yyvsp[(2) - (3)].expression_v));
-
delete (yyvsp[(2) - (3)].expression_v);
-
{ (yyval.expression_vv)=(yyvsp[(1) - (4)].expression_vv);
-
if ((yyval.expression_vv) && (yyvsp[(3) - (4)].expression_v)) {
-
(yyval.expression_vv)->push_back(*(yyvsp[(3) - (4)].expression_v));
-
delete (yyvsp[(3) - (4)].expression_v);
-
{ (yyval.expression) = new SetLit((yyloc), std::vector<Expression*>()); ;}
-
{ if ((yyvsp[(2) - (3)].expression_v)) (yyval.expression) = new SetLit((yyloc), *(yyvsp[(2) - (3)].expression_v));
-
delete (yyvsp[(2) - (3)].expression_v); ;}
-
{ if ((yyvsp[(4) - (5)].generators)) (yyval.expression) = new Comprehension((yyloc), (yyvsp[(2) - (5)].expression), *(yyvsp[(4) - (5)].generators), true);
-
delete (yyvsp[(4) - (5)].generators);
-
{ if ((yyvsp[(1) - (1)].generator_v)) (yyval.generators)=new Generators; (yyval.generators)->_g = *(yyvsp[(1) - (1)].generator_v); delete (yyvsp[(1) - (1)].generator_v); ;}
-
{ (yyval.generator_v)=new std::vector<Generator>; if ((yyvsp[(1) - (1)].generator)) (yyval.generator_v)->push_back(*(yyvsp[(1) - (1)].generator)); delete (yyvsp[(1) - (1)].generator); ;}
-
{ (yyval.generator_v)=new std::vector<Generator>; if ((yyvsp[(1) - (1)].generator)) (yyval.generator_v)->push_back(*(yyvsp[(1) - (1)].generator)); delete (yyvsp[(1) - (1)].generator); ;}
-
{ (yyval.generator_v)=new std::vector<Generator>;
-
if ((yyvsp[(1) - (3)].generator)) (yyval.generator_v)->push_back(*(yyvsp[(1) - (3)].generator));
-
if ((yyvsp[(1) - (3)].generator) && (yyvsp[(3) - (3)].expression)) (yyval.generator_v)->push_back(Generator((yyval.generator_v)->size(),(yyvsp[(3) - (3)].expression)));
-
delete (yyvsp[(1) - (3)].generator);
-
{ (yyval.generator_v)=(yyvsp[(1) - (3)].generator_v); if ((yyval.generator_v) && (yyvsp[(3) - (3)].generator)) (yyval.generator_v)->push_back(*(yyvsp[(3) - (3)].generator)); delete (yyvsp[(3) - (3)].generator); ;}
-
{ (yyval.generator_v)=(yyvsp[(1) - (3)].generator_v); if ((yyval.generator_v) && (yyvsp[(3) - (3)].generator)) (yyval.generator_v)->push_back(*(yyvsp[(3) - (3)].generator)); delete (yyvsp[(3) - (3)].generator); ;}
-
{ (yyval.generator_v)=(yyvsp[(1) - (5)].generator_v);
-
if ((yyval.generator_v) && (yyvsp[(3) - (5)].generator)) (yyval.generator_v)->push_back(*(yyvsp[(3) - (5)].generator));
-
if ((yyval.generator_v) && (yyvsp[(3) - (5)].generator) && (yyvsp[(5) - (5)].expression)) (yyval.generator_v)->push_back(Generator((yyval.generator_v)->size(),(yyvsp[(5) - (5)].expression)));
-
delete (yyvsp[(3) - (5)].generator);
-
{ if ((yyvsp[(1) - (3)].string_v) && (yyvsp[(3) - (3)].expression)) (yyval.generator)=new Generator(*(yyvsp[(1) - (3)].string_v),(yyvsp[(3) - (3)].expression),NULL); else (yyval.generator)=NULL; delete (yyvsp[(1) - (3)].string_v); ;}
-
{ if ((yyvsp[(1) - (5)].string_v) && (yyvsp[(3) - (5)].expression)) (yyval.generator)=new Generator(*(yyvsp[(1) - (5)].string_v),(yyvsp[(3) - (5)].expression),(yyvsp[(5) - (5)].expression)); else (yyval.generator)=NULL; delete (yyvsp[(1) - (5)].string_v); ;}
-
{ if ((yyvsp[(3) - (3)].expression)) (yyval.generator)=new Generator({(yyvsp[(1) - (3)].sValue)},NULL,(yyvsp[(3) - (3)].expression)); else (yyval.generator)=NULL; free((yyvsp[(1) - (3)].sValue)); ;}
-
{ (yyval.string_v)=new std::vector<std::string>; (yyval.string_v)->push_back((yyvsp[(1) - (1)].sValue)); free((yyvsp[(1) - (1)].sValue)); ;}
-
{ (yyval.string_v)=(yyvsp[(1) - (3)].string_v); if ((yyval.string_v) && (yyvsp[(3) - (3)].sValue)) (yyval.string_v)->push_back((yyvsp[(3) - (3)].sValue)); free((yyvsp[(3) - (3)].sValue)); ;}
-
{ (yyval.expression)=new ArrayLit((yyloc), std::vector<MiniZinc::Expression*>()); ;}
-
{ if ((yyvsp[(2) - (3)].expression_v)) (yyval.expression)=new ArrayLit((yyloc), *(yyvsp[(2) - (3)].expression_v)); delete (yyvsp[(2) - (3)].expression_v); ;}
-
{ (yyval.expression)=new ArrayLit((yyloc), std::vector<std::vector<Expression*> >()); ;}
-
{ if ((yyvsp[(2) - (3)].expression_vv)) {
-
(yyval.expression)=new ArrayLit((yyloc), *(yyvsp[(2) - (3)].expression_vv));
-
for (unsigned int i=1; i<(yyvsp[(2) - (3)].expression_vv)->size(); i++)
-
if ((*(yyvsp[(2) - (3)].expression_vv))[i].size() != (*(yyvsp[(2) - (3)].expression_vv))[i-1].size())
-
yyerror(&(yylsp[(2) - (3)]), parm, "syntax error, all sub-arrays of 2d array literal must have the same length");
-
delete (yyvsp[(2) - (3)].expression_vv);
(yyval.expression) = NULL;
-
{ if ((yyvsp[(2) - (4)].expression_vv)) {
-
(yyval.expression)=new ArrayLit((yyloc), *(yyvsp[(2) - (4)].expression_vv));
-
for (unsigned int i=1; i<(yyvsp[(2) - (4)].expression_vv)->size(); i++)
-
if ((*(yyvsp[(2) - (4)].expression_vv))[i].size() != (*(yyvsp[(2) - (4)].expression_vv))[i-1].size())
-
yyerror(&(yylsp[(2) - (4)]), parm, "syntax error, all sub-arrays of 2d array literal must have the same length");
-
delete (yyvsp[(2) - (4)].expression_vv);
(yyval.expression) = NULL;
-
if ((yyvsp[(2) - (3)].expression_vvv)) {
std::vector<std::pair<int,int> > dims(3);
-
dims[0] = std::pair<int,int>(1,static_cast<int>((yyvsp[(2) - (3)].expression_vvv)->size()));
-
if ((yyvsp[(2) - (3)].expression_vvv)->size()==0) {
dims[1] = std::pair<int,int>(1,0);
dims[2] = std::pair<int,int>(1,0);
-
dims[1] = std::pair<int,int>(1,static_cast<int>((*(yyvsp[(2) - (3)].expression_vvv))[0].size()));
-
if ((*(yyvsp[(2) - (3)].expression_vvv))[0].size()==0) {
dims[2] = std::pair<int,int>(1,0);
-
dims[2] = std::pair<int,int>(1,static_cast<int>((*(yyvsp[(2) - (3)].expression_vvv))[0][0].size()));
std::vector<Expression*> a;
for (int i=0; i<dims[0].second; i++) {
-
if ((*(yyvsp[(2) - (3)].expression_vvv))[i].size() != dims[1].second) {
-
yyerror(&(yylsp[(2) - (3)]), parm, "syntax error, all sub-arrays of 3d array literal must have the same length");
for (int j=0; j<dims[1].second; j++) {
-
if ((*(yyvsp[(2) - (3)].expression_vvv))[i][j].size() != dims[2].second) {
-
yyerror(&(yylsp[(2) - (3)]), parm, "syntax error, all sub-arrays of 3d array literal must have the same length");
for (int k=0; k<dims[2].second; k++) {
-
a.push_back((*(yyvsp[(2) - (3)].expression_vvv))[i][j][k]);
(yyval.expression) = new ArrayLit((yyloc),a,dims);
-
delete (yyvsp[(2) - (3)].expression_vvv);
(yyval.expression) = NULL;
-
{ (yyval.expression_vvv)=new std::vector<std::vector<std::vector<MiniZinc::Expression*> > >;
-
{ (yyval.expression_vvv)=new std::vector<std::vector<std::vector<MiniZinc::Expression*> > >;
-
if ((yyvsp[(2) - (3)].expression_vv)) (yyval.expression_vvv)->push_back(*(yyvsp[(2) - (3)].expression_vv));
-
delete (yyvsp[(2) - (3)].expression_vv);
-
{ (yyval.expression_vvv)=(yyvsp[(1) - (5)].expression_vvv);
-
if ((yyval.expression_vvv) && (yyvsp[(4) - (5)].expression_vv)) (yyval.expression_vvv)->push_back(*(yyvsp[(4) - (5)].expression_vv));
-
delete (yyvsp[(4) - (5)].expression_vv);
-
{ (yyval.expression_vv)=new std::vector<std::vector<MiniZinc::Expression*> >;
-
if ((yyvsp[(1) - (1)].expression_v)) (yyval.expression_vv)->push_back(*(yyvsp[(1) - (1)].expression_v));
-
delete (yyvsp[(1) - (1)].expression_v);
-
{ (yyval.expression_vv)=(yyvsp[(1) - (3)].expression_vv); if ((yyval.expression_vv) && (yyvsp[(3) - (3)].expression_v)) (yyval.expression_vv)->push_back(*(yyvsp[(3) - (3)].expression_v)); delete (yyvsp[(3) - (3)].expression_v); ;}
-
{ if ((yyvsp[(4) - (5)].generators)) (yyval.expression)=new Comprehension((yyloc), (yyvsp[(2) - (5)].expression), *(yyvsp[(4) - (5)].generators), false);
-
delete (yyvsp[(4) - (5)].generators);
std::vector<Expression*> iexps;
-
iexps.push_back((yyvsp[(2) - (5)].expression));
-
iexps.push_back((yyvsp[(4) - (5)].expression));
(yyval.expression)=new ITE((yyloc), iexps, NULL);
std::vector<Expression*> iexps;
-
iexps.push_back((yyvsp[(2) - (8)].expression));
-
iexps.push_back((yyvsp[(4) - (8)].expression));
-
if ((yyvsp[(5) - (8)].expression_v)) {
-
for (unsigned int i=0; i<(yyvsp[(5) - (8)].expression_v)->size(); i+=2) {
-
iexps.push_back((*(yyvsp[(5) - (8)].expression_v))[i]);
-
iexps.push_back((*(yyvsp[(5) - (8)].expression_v))[i+1]);
-
(yyval.expression)=new ITE((yyloc), iexps,(yyvsp[(7) - (8)].expression));
-
delete (yyvsp[(5) - (8)].expression_v);
-
{ (yyval.expression_v)=new std::vector<MiniZinc::Expression*>; ;}
-
{ (yyval.expression_v)=(yyvsp[(1) - (5)].expression_v); if ((yyval.expression_v) && (yyvsp[(3) - (5)].expression) && (yyvsp[(5) - (5)].expression)) { (yyval.expression_v)->push_back((yyvsp[(3) - (5)].expression)); (yyval.expression_v)->push_back((yyvsp[(5) - (5)].expression)); } ;}
-
{ (yyval.iValue)=BOT_EQUIV; ;}
-
{ (yyval.iValue)=BOT_IMPL; ;}
-
{ (yyval.iValue)=BOT_RIMPL; ;}
-
{ (yyval.iValue)=BOT_OR; ;}
-
{ (yyval.iValue)=BOT_XOR; ;}
-
{ (yyval.iValue)=BOT_AND; ;}
-
{ (yyval.iValue)=BOT_LE; ;}
-
{ (yyval.iValue)=BOT_GR; ;}
-
{ (yyval.iValue)=BOT_LQ; ;}
-
{ (yyval.iValue)=BOT_GQ; ;}
-
{ (yyval.iValue)=BOT_EQ; ;}
-
{ (yyval.iValue)=BOT_NQ; ;}
-
{ (yyval.iValue)=BOT_IN; ;}
-
{ (yyval.iValue)=BOT_SUBSET; ;}
-
{ (yyval.iValue)=BOT_SUPERSET; ;}
-
{ (yyval.iValue)=BOT_UNION; ;}
-
{ (yyval.iValue)=BOT_DIFF; ;}
-
{ (yyval.iValue)=BOT_SYMDIFF; ;}
-
{ (yyval.iValue)=BOT_PLUS; ;}
-
{ (yyval.iValue)=BOT_MINUS; ;}
-
{ (yyval.iValue)=BOT_MULT; ;}
-
{ (yyval.iValue)=BOT_POW; ;}
-
{ (yyval.iValue)=BOT_DIV; ;}
-
{ (yyval.iValue)=BOT_IDIV; ;}
-
{ (yyval.iValue)=BOT_MOD; ;}
-
{ (yyval.iValue)=BOT_INTERSECT; ;}
-
{ (yyval.iValue)=BOT_PLUSPLUS; ;}
-
{ (yyval.iValue)=-1; ;}
-
{ if ((yyvsp[(1) - (6)].iValue)==-1) {
-
yyerror(&(yylsp[(3) - (6)]), parm, "syntax error, unary operator with two arguments");
-
(yyval.expression)=new BinOp((yyloc), (yyvsp[(3) - (6)].expression),static_cast<BinOpType>((yyvsp[(1) - (6)].iValue)),(yyvsp[(5) - (6)].expression));
-
switch ((yyvsp[(1) - (4)].iValue)) {
···
-
yyerror(&(yylsp[(3) - (4)]), parm, "syntax error, binary operator with unary argument list");
-
if (uot==UOT_PLUS && (yyvsp[(3) - (4)].expression) && ((yyvsp[(3) - (4)].expression)->isa<IntLit>() || (yyvsp[(3) - (4)].expression)->isa<FloatLit>())) {
-
(yyval.expression) = (yyvsp[(3) - (4)].expression);
-
} else if (uot==UOT_MINUS && (yyvsp[(3) - (4)].expression) && (yyvsp[(3) - (4)].expression)->isa<IntLit>()) {
-
(yyval.expression) = IntLit::a(-(yyvsp[(3) - (4)].expression)->cast<IntLit>()->v());
-
} else if (uot==UOT_MINUS && (yyvsp[(3) - (4)].expression) && (yyvsp[(3) - (4)].expression)->isa<FloatLit>()) {
-
(yyval.expression) = FloatLit::a(-(yyvsp[(3) - (4)].expression)->cast<FloatLit>()->v());
-
(yyval.expression)=new UnOp((yyloc), static_cast<UnOpType>(uot),(yyvsp[(3) - (4)].expression));
-
{ (yyval.expression)=new Call((yyloc), (yyvsp[(1) - (3)].sValue), std::vector<Expression*>()); free((yyvsp[(1) - (3)].sValue)); ;}
-
if ((yyvsp[(3) - (4)].expression_p)!=NULL) {
std::vector<Expression*> args;
-
for (unsigned int i=0; i<(yyvsp[(3) - (4)].expression_p)->size(); i++) {
-
if ((*(yyvsp[(3) - (4)].expression_p))[i].second) {
-
yyerror(&(yylsp[(3) - (4)]), parm, "syntax error, 'where' expression outside generator call");
-
args.push_back((*(yyvsp[(3) - (4)].expression_p))[i].first);
-
(yyval.expression)=new Call((yyloc), (yyvsp[(1) - (4)].sValue), args);
-
free((yyvsp[(1) - (4)].sValue));
-
delete (yyvsp[(3) - (4)].expression_p);
-
if ((yyvsp[(3) - (7)].expression_p)) {
-
for (unsigned int i=0; i<(yyvsp[(3) - (7)].expression_p)->size(); i++) {
-
if (Id* id = Expression::dyn_cast<Id>((*(yyvsp[(3) - (7)].expression_p))[i].first)) {
-
if ((*(yyvsp[(3) - (7)].expression_p))[i].second) {
-
ParserLocation loc = (*(yyvsp[(3) - (7)].expression_p))[i].second->loc().parserLocation();
yyerror(&loc, parm, "illegal where expression in generator call");
-
if (BinOp* boe = Expression::dyn_cast<BinOp>((*(yyvsp[(3) - (7)].expression_p))[i].first)) {
if (boe->lhs() && boe->rhs()) {
Id* id = Expression::dyn_cast<Id>(boe->lhs());
if (id && boe->op() == BOT_IN) {
-
gens.push_back(Generator(ids,boe->rhs(),(*(yyvsp[(3) - (7)].expression_p))[i].second));
} else if (id && boe->op() == BOT_EQ && ids.empty()) {
gens.push_back(Generator(ids,NULL,boe->rhs()));
-
if ((*(yyvsp[(3) - (7)].expression_p))[i].second) {
-
gens.push_back(Generator(gens.size(),(*(yyvsp[(3) - (7)].expression_p))[i].second));
-
ParserLocation loc = (*(yyvsp[(3) - (7)].expression_p))[i].first->loc().parserLocation();
yyerror(&loc, parm, "illegal expression in generator call");
-
ParserLocation loc = (*(yyvsp[(3) - (7)].expression_p))[i].first->loc().parserLocation();
yyerror(&loc, parm, "illegal expression in generator call");
-
yyerror(&(yylsp[(3) - (7)]), parm, "illegal expression in generator call");
ParserState* pp = static_cast<ParserState*>(parm);
Generators g; g._g = gens;
-
Comprehension* ac = new Comprehension((yyloc), (yyvsp[(6) - (7)].expression),g,false);
vector<Expression*> args; args.push_back(ac);
-
(yyval.expression)=new Call((yyloc), (yyvsp[(1) - (7)].sValue), args);
-
free((yyvsp[(1) - (7)].sValue));
-
delete (yyvsp[(3) - (7)].expression_p);
-
{ (yyval.expression_p)=new vector<pair<Expression*,Expression*> >;
-
if ((yyvsp[(1) - (1)].expression)) {
-
(yyval.expression_p)->push_back(pair<Expression*,Expression*>((yyvsp[(1) - (1)].expression),NULL));
-
{ (yyval.expression_p)=new vector<pair<Expression*,Expression*> >;
-
if ((yyvsp[(1) - (3)].expression) && (yyvsp[(3) - (3)].expression)) {
-
(yyval.expression_p)->push_back(pair<Expression*,Expression*>((yyvsp[(1) - (3)].expression),(yyvsp[(3) - (3)].expression)));
-
{ (yyval.expression_p)=(yyvsp[(1) - (3)].expression_p); if ((yyval.expression_p) && (yyvsp[(3) - (3)].expression)) (yyval.expression_p)->push_back(pair<Expression*,Expression*>((yyvsp[(3) - (3)].expression),NULL)); ;}
-
{ (yyval.expression_p)=(yyvsp[(1) - (5)].expression_p); if ((yyval.expression_p) && (yyvsp[(3) - (5)].expression) && (yyvsp[(5) - (5)].expression)) (yyval.expression_p)->push_back(pair<Expression*,Expression*>((yyvsp[(3) - (5)].expression),(yyvsp[(5) - (5)].expression))); ;}
-
{ if ((yyvsp[(3) - (6)].expression_v) && (yyvsp[(6) - (6)].expression)) {
-
(yyval.expression)=new Let((yyloc), *(yyvsp[(3) - (6)].expression_v), (yyvsp[(6) - (6)].expression)); delete (yyvsp[(3) - (6)].expression_v);
-
{ if ((yyvsp[(3) - (7)].expression_v) && (yyvsp[(7) - (7)].expression)) {
-
(yyval.expression)=new Let((yyloc), *(yyvsp[(3) - (7)].expression_v), (yyvsp[(7) - (7)].expression)); delete (yyvsp[(3) - (7)].expression_v);
-
{ (yyval.expression_v)=new vector<Expression*>; (yyval.expression_v)->push_back((yyvsp[(1) - (1)].vardeclexpr)); ;}
-
{ (yyval.expression_v)=new vector<Expression*>;
-
if ((yyvsp[(1) - (1)].item)) {
-
ConstraintI* ce = (yyvsp[(1) - (1)].item)->cast<ConstraintI>();
(yyval.expression_v)->push_back(ce->e());
-
{ (yyval.expression_v)=(yyvsp[(1) - (3)].expression_v); if ((yyval.expression_v) && (yyvsp[(3) - (3)].vardeclexpr)) (yyval.expression_v)->push_back((yyvsp[(3) - (3)].vardeclexpr)); ;}
-
{ (yyval.expression_v)=(yyvsp[(1) - (3)].expression_v);
-
if ((yyval.expression_v) && (yyvsp[(3) - (3)].item)) {
-
ConstraintI* ce = (yyvsp[(3) - (3)].item)->cast<ConstraintI>();
(yyval.expression_v)->push_back(ce->e());
-
{ (yyval.vardeclexpr) = (yyvsp[(1) - (2)].vardeclexpr);
if ((yyval.vardeclexpr)) (yyval.vardeclexpr)->toplevel(false);
-
if ((yyval.vardeclexpr) && (yyvsp[(2) - (2)].expression_v)) (yyval.vardeclexpr)->addAnnotations(*(yyvsp[(2) - (2)].expression_v));
-
delete (yyvsp[(2) - (2)].expression_v);
-
{ if ((yyvsp[(1) - (4)].vardeclexpr)) (yyvsp[(1) - (4)].vardeclexpr)->e((yyvsp[(4) - (4)].expression));
-
(yyval.vardeclexpr) = (yyvsp[(1) - (4)].vardeclexpr);
if ((yyval.vardeclexpr)) (yyval.vardeclexpr)->loc((yyloc));
if ((yyval.vardeclexpr)) (yyval.vardeclexpr)->toplevel(false);
-
if ((yyval.vardeclexpr) && (yyvsp[(2) - (4)].expression_v)) (yyval.vardeclexpr)->addAnnotations(*(yyvsp[(2) - (4)].expression_v));
-
delete (yyvsp[(2) - (4)].expression_v);
-
{ (yyval.expression_v)=NULL; ;}
-
{ (yyval.expression) = (yyvsp[(1) - (1)].expression); ;}
-
{ (yyval.expression) = new Call((yylsp[(1) - (1)]), ASTString("mzn_expression_name"), {(yyvsp[(1) - (1)].expression)}); ;}
-
{ (yyval.expression_v)=new std::vector<Expression*>(1);
-
(*(yyval.expression_v))[0] = (yyvsp[(2) - (2)].expression);
-
{ (yyval.expression_v)=(yyvsp[(1) - (3)].expression_v); if ((yyval.expression_v)) (yyval.expression_v)->push_back((yyvsp[(3) - (3)].expression)); ;}
-
{ (yyval.sValue)=(yyvsp[(1) - (1)].sValue); ;}
-
{ (yyval.sValue)=strdup("'<->'"); ;}
-
{ (yyval.sValue)=strdup("'->'"); ;}
-
{ (yyval.sValue)=strdup("'<-'"); ;}
-
{ (yyval.sValue)=strdup("'\\/'"); ;}
-
{ (yyval.sValue)=strdup("'xor'"); ;}
-
{ (yyval.sValue)=strdup("'/\\'"); ;}
-
{ (yyval.sValue)=strdup("'<'"); ;}
-
{ (yyval.sValue)=strdup("'>'"); ;}
-
{ (yyval.sValue)=strdup("'<='"); ;}
-
{ (yyval.sValue)=strdup("'>='"); ;}
-
{ (yyval.sValue)=strdup("'='"); ;}
-
{ (yyval.sValue)=strdup("'!='"); ;}
-
{ (yyval.sValue)=strdup("'in'"); ;}
-
{ (yyval.sValue)=strdup("'subset'"); ;}
-
{ (yyval.sValue)=strdup("'superset'"); ;}
-
{ (yyval.sValue)=strdup("'union'"); ;}
-
{ (yyval.sValue)=strdup("'diff'"); ;}
-
{ (yyval.sValue)=strdup("'symdiff'"); ;}
-
{ (yyval.sValue)=strdup("'..'"); ;}
-
{ (yyval.sValue)=strdup("'+'"); ;}
-
{ (yyval.sValue)=strdup("'-'"); ;}
-
{ (yyval.sValue)=strdup("'*'"); ;}
-
{ (yyval.sValue)=strdup("'^'"); ;}
-
{ (yyval.sValue)=strdup("'/'"); ;}
-
{ (yyval.sValue)=strdup("'div'"); ;}
-
{ (yyval.sValue)=strdup("'mod'"); ;}
-
{ (yyval.sValue)=strdup("'intersect'"); ;}
-
{ (yyval.sValue)=strdup("'not'"); ;}
-
{ (yyval.sValue)=strdup("'++'"); ;}
-
/* Line 1267 of yacc.c. */
-
YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
-
YY_STACK_PRINT (yyss, yyssp);
-
/* Now `shift' the result of the reduction. Determine what state
that goes to, based on the state we popped back to and the rule
-
yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
-
if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
-
yystate = yytable[yystate];
-
yystate = yydefgoto[yyn - YYNTOKENS];
-
/*------------------------------------.
-
| yyerrlab -- here on detecting error |
-
`------------------------------------*/
/* If not already recovering from an error, report this error. */
-
yyerror (&yylloc, parm, YY_("syntax error"));
-
YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
-
if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
-
YYSIZE_T yyalloc = 2 * yysize;
-
if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
-
yyalloc = YYSTACK_ALLOC_MAXIMUM;
-
yymsg = (char *) YYSTACK_ALLOC (yyalloc);
-
yymsg_alloc = sizeof yymsgbuf;
-
if (0 < yysize && yysize <= yymsg_alloc)
-
(void) yysyntax_error (yymsg, yystate, yychar);
-
yyerror (&yylloc, parm, yymsg);
-
yyerror (&yylloc, parm, YY_("syntax error"));
-
yyerror_range[0] = yylloc;
-
/* If just tried and failed to reuse look-ahead token after an
-
/* Return failure if at end of input. */
-
yydestruct ("Error: discarding",
-
yytoken, &yylval, &yylloc, parm);
-
/* Else will try to reuse look-ahead token after shifting the error
···
| yyerrorlab -- error raised explicitly by YYERROR. |
`---------------------------------------------------*/
-
/* Pacify compilers like GCC when the user code never invokes
-
YYERROR and the label yyerrorlab therefore never appears in user
-
yyerror_range[0] = yylsp[1-yylen];
-
/* Do not reclaim the symbols of the rule which action triggered
···
| yyerrlab1 -- common code for both syntax error and YYERROR. |
`-------------------------------------------------------------*/
-
yyerrstatus = 3; /* Each real token shifted decrements this. */
-
if (yyn != YYPACT_NINF)
-
if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
/* Pop the current state because it cannot handle the error token. */
-
yyerror_range[0] = *yylsp;
yydestruct ("Error: popping",
-
yystos[yystate], yyvsp, yylsp, parm);
YY_STACK_PRINT (yyss, yyssp);
-
yyerror_range[1] = yylloc;
-
/* Using YYLLOC is tempting, but would change the location of
-
the look-ahead. YYLOC is available though. */
-
YYLLOC_DEFAULT (yyloc, (yyerror_range - 1), 2);
/* Shift the error token. */
-
YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
···
/*-----------------------------------.
| yyabortlab -- YYABORT comes here. |
`-----------------------------------*/
···
/*-------------------------------------------------.
| yyexhaustedlab -- memory exhaustion comes here. |
`-------------------------------------------------*/
yyerror (&yylloc, parm, YY_("memory exhausted"));
-
if (yychar != YYEOF && yychar != YYEMPTY)
-
yydestruct ("Cleanup: discarding lookahead",
-
yytoken, &yylval, &yylloc, parm);
-
/* Do not reclaim the symbols of the rule which action triggered
this YYABORT or YYACCEPT. */
YY_STACK_PRINT (yyss, yyssp);
yydestruct ("Cleanup: popping",
-
yystos[*yyssp], yyvsp, yylsp, parm);
-
/* Make sure YYID is used. */
-
return YYID (yyresult);
···
+
/* A Bison parser, made by GNU Bison 3.7.6. */
+
/* Bison implementation for Yacc-like parsers in C
+
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,
+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
+
the Free Software Foundation, either version 3 of the License, or
+
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
···
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
+
along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
···
/* C LALR(1) parser skeleton written by Richard Stallman, by
simplifying the original so-called "semantic" parser. */
+
/* DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual,
+
especially those whose name start with YY_ or yy_. They are
+
private implementation details that can be changed or removed. */
/* 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.
···
define necessary library symbols; they are noted "INFRINGES ON
USER NAME SPACE" below. */
+
/* Identify Bison output, and Bison version. */
+
/* Bison version string. */
+
#define YYBISON_VERSION "3.7.6"
#define YYSKELETON_NAME "yacc.c"
···
+
/* Substitute the variable and function names. */
+
#define yyparse mzn_yyparse
+
#define yylex mzn_yylex
+
#define yyerror mzn_yyerror
+
#define yydebug mzn_yydebug
+
#define yynerrs mzn_yynerrs
+
/* First part of user prologue. */
#define SCANNER static_cast<ParserState*>(parm)->yyscanner
···
using namespace MiniZinc;
#define YYLLOC_DEFAULT(Current, Rhs, N) \
+
(Current).filename(Rhs[1].filename()); \
+
(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());
int mzn_yylex(YYSTYPE*, YYLTYPE*, void* scanner);
···
+
# define YY_CAST(Type, Val) static_cast<Type> (Val)
+
# define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val)
+
# define YY_CAST(Type, Val) ((Type) (Val))
+
# define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val))
+
# if defined __cplusplus
+
# if 201103L <= __cplusplus
+
# define YY_NULLPTR nullptr
+
# define YY_NULLPTR ((void*)0)
+
#include <minizinc/parser.tab.hh>
+
YYSYMBOL_YYEOF = 0, /* "end of file" */
+
YYSYMBOL_YYerror = 1, /* error */
+
YYSYMBOL_YYUNDEF = 2, /* "invalid token" */
+
YYSYMBOL_MZN_INTEGER_LITERAL = 3, /* "integer literal" */
+
YYSYMBOL_MZN_BOOL_LITERAL = 4, /* "bool literal" */
+
YYSYMBOL_MZN_FLOAT_LITERAL = 5, /* "float literal" */
+
YYSYMBOL_MZN_IDENTIFIER = 6, /* "identifier" */
+
YYSYMBOL_MZN_QUOTED_IDENTIFIER = 7, /* "quoted identifier" */
+
YYSYMBOL_MZN_STRING_LITERAL = 8, /* "string literal" */
+
YYSYMBOL_MZN_STRING_QUOTE_START = 9, /* "interpolated string start" */
+
YYSYMBOL_MZN_STRING_QUOTE_MID = 10, /* "interpolated string middle" */
+
YYSYMBOL_MZN_STRING_QUOTE_END = 11, /* "interpolated string end" */
+
YYSYMBOL_MZN_TI_IDENTIFIER = 12, /* "type-inst identifier" */
+
YYSYMBOL_MZN_TI_ENUM_IDENTIFIER = 13, /* "type-inst enum identifier" */
+
YYSYMBOL_MZN_DOC_COMMENT = 14, /* "documentation comment" */
+
YYSYMBOL_MZN_DOC_FILE_COMMENT = 15, /* "file-level documentation comment" */
+
YYSYMBOL_MZN_VAR = 16, /* "var" */
+
YYSYMBOL_MZN_PAR = 17, /* "par" */
+
YYSYMBOL_MZN_ABSENT = 18, /* "<>" */
+
YYSYMBOL_MZN_ANN = 19, /* "ann" */
+
YYSYMBOL_MZN_ANNOTATION = 20, /* "annotation" */
+
YYSYMBOL_MZN_ANY = 21, /* "any" */
+
YYSYMBOL_MZN_ARRAY = 22, /* "array" */
+
YYSYMBOL_MZN_BOOL = 23, /* "bool" */
+
YYSYMBOL_MZN_CASE = 24, /* "case" */
+
YYSYMBOL_MZN_CONSTRAINT = 25, /* "constraint" */
+
YYSYMBOL_MZN_DEFAULT = 26, /* "default" */
+
YYSYMBOL_MZN_ELSE = 27, /* "else" */
+
YYSYMBOL_MZN_ELSEIF = 28, /* "elseif" */
+
YYSYMBOL_MZN_ENDIF = 29, /* "endif" */
+
YYSYMBOL_MZN_ENUM = 30, /* "enum" */
+
YYSYMBOL_MZN_FLOAT = 31, /* "float" */
+
YYSYMBOL_MZN_FUNCTION = 32, /* "function" */
+
YYSYMBOL_MZN_IF = 33, /* "if" */
+
YYSYMBOL_MZN_INCLUDE = 34, /* "include" */
+
YYSYMBOL_MZN_INFINITY = 35, /* "infinity" */
+
YYSYMBOL_MZN_INT = 36, /* "int" */
+
YYSYMBOL_MZN_LET = 37, /* "let" */
+
YYSYMBOL_MZN_LIST = 38, /* "list" */
+
YYSYMBOL_MZN_MAXIMIZE = 39, /* "maximize" */
+
YYSYMBOL_MZN_MINIMIZE = 40, /* "minimize" */
+
YYSYMBOL_MZN_OF = 41, /* "of" */
+
YYSYMBOL_MZN_OPT = 42, /* "opt" */
+
YYSYMBOL_MZN_SATISFY = 43, /* "satisfy" */
+
YYSYMBOL_MZN_OUTPUT = 44, /* "output" */
+
YYSYMBOL_MZN_PREDICATE = 45, /* "predicate" */
+
YYSYMBOL_MZN_RECORD = 46, /* "record" */
+
YYSYMBOL_MZN_SET = 47, /* "set" */
+
YYSYMBOL_MZN_SOLVE = 48, /* "solve" */
+
YYSYMBOL_MZN_STRING = 49, /* "string" */
+
YYSYMBOL_MZN_TEST = 50, /* "test" */
+
YYSYMBOL_MZN_THEN = 51, /* "then" */
+
YYSYMBOL_MZN_TUPLE = 52, /* "tuple" */
+
YYSYMBOL_MZN_TYPE = 53, /* "type" */
+
YYSYMBOL_MZN_UNDERSCORE = 54, /* "_" */
+
YYSYMBOL_MZN_VARIANT_RECORD = 55, /* "variant_record" */
+
YYSYMBOL_MZN_WHERE = 56, /* "where" */
+
YYSYMBOL_MZN_LEFT_BRACKET = 57, /* "[" */
+
YYSYMBOL_MZN_LEFT_2D_BRACKET = 58, /* "[|" */
+
YYSYMBOL_MZN_RIGHT_BRACKET = 59, /* "]" */
+
YYSYMBOL_MZN_RIGHT_2D_BRACKET = 60, /* "|]" */
+
YYSYMBOL_FLATZINC_IDENTIFIER = 61, /* FLATZINC_IDENTIFIER */
+
YYSYMBOL_MZN_INVALID_INTEGER_LITERAL = 62, /* "invalid integer literal" */
+
YYSYMBOL_MZN_INVALID_FLOAT_LITERAL = 63, /* "invalid float literal" */
+
YYSYMBOL_MZN_UNTERMINATED_STRING = 64, /* "unterminated string" */
+
YYSYMBOL_MZN_END_OF_LINE_IN_STRING = 65, /* "end of line inside string literal" */
+
YYSYMBOL_MZN_INVALID_NULL = 66, /* "null character" */
+
YYSYMBOL_MZN_EQUIV = 67, /* "<->" */
+
YYSYMBOL_MZN_IMPL = 68, /* "->" */
+
YYSYMBOL_MZN_RIMPL = 69, /* "<-" */
+
YYSYMBOL_MZN_OR = 70, /* "\\/" */
+
YYSYMBOL_MZN_XOR = 71, /* "xor" */
+
YYSYMBOL_MZN_AND = 72, /* "/\\" */
+
YYSYMBOL_MZN_LE = 73, /* "<" */
+
YYSYMBOL_MZN_GR = 74, /* ">" */
+
YYSYMBOL_MZN_LQ = 75, /* "<=" */
+
YYSYMBOL_MZN_GQ = 76, /* ">=" */
+
YYSYMBOL_MZN_EQ = 77, /* "=" */
+
YYSYMBOL_MZN_NQ = 78, /* "!=" */
+
YYSYMBOL_MZN_WEAK_EQ = 79, /* "~=" */
+
YYSYMBOL_MZN_IN = 80, /* "in" */
+
YYSYMBOL_MZN_SUBSET = 81, /* "subset" */
+
YYSYMBOL_MZN_SUPERSET = 82, /* "superset" */
+
YYSYMBOL_MZN_UNION = 83, /* "union" */
+
YYSYMBOL_MZN_DIFF = 84, /* "diff" */
+
YYSYMBOL_MZN_SYMDIFF = 85, /* "symdiff" */
+
YYSYMBOL_MZN_DOTDOT = 86, /* ".." */
+
YYSYMBOL_MZN_PLUS = 87, /* "+" */
+
YYSYMBOL_MZN_MINUS = 88, /* "-" */
+
YYSYMBOL_MZN_WEAK_PLUS = 89, /* "~+" */
+
YYSYMBOL_MZN_WEAK_MINUS = 90, /* "~-" */
+
YYSYMBOL_MZN_MULT = 91, /* "*" */
+
YYSYMBOL_MZN_DIV = 92, /* "/" */
+
YYSYMBOL_MZN_IDIV = 93, /* "div" */
+
YYSYMBOL_MZN_MOD = 94, /* "mod" */
+
YYSYMBOL_MZN_INTERSECT = 95, /* "intersect" */
+
YYSYMBOL_MZN_WEAK_MULT = 96, /* "~*" */
+
YYSYMBOL_MZN_POW = 97, /* "^" */
+
YYSYMBOL_MZN_NOT = 98, /* "not" */
+
YYSYMBOL_MZN_PLUSPLUS = 99, /* "++" */
+
YYSYMBOL_MZN_COLONCOLON = 100, /* "::" */
+
YYSYMBOL_PREC_ANNO = 101, /* PREC_ANNO */
+
YYSYMBOL_MZN_EQUIV_QUOTED = 102, /* "'<->'" */
+
YYSYMBOL_MZN_IMPL_QUOTED = 103, /* "'->'" */
+
YYSYMBOL_MZN_RIMPL_QUOTED = 104, /* "'<-'" */
+
YYSYMBOL_MZN_OR_QUOTED = 105, /* "'\\/'" */
+
YYSYMBOL_MZN_XOR_QUOTED = 106, /* "'xor'" */
+
YYSYMBOL_MZN_AND_QUOTED = 107, /* "'/\\'" */
+
YYSYMBOL_MZN_LE_QUOTED = 108, /* "'<'" */
+
YYSYMBOL_MZN_GR_QUOTED = 109, /* "'>'" */
+
YYSYMBOL_MZN_LQ_QUOTED = 110, /* "'<='" */
+
YYSYMBOL_MZN_GQ_QUOTED = 111, /* "'>='" */
+
YYSYMBOL_MZN_EQ_QUOTED = 112, /* "'='" */
+
YYSYMBOL_MZN_NQ_QUOTED = 113, /* "'!='" */
+
YYSYMBOL_MZN_IN_QUOTED = 114, /* "'in'" */
+
YYSYMBOL_MZN_SUBSET_QUOTED = 115, /* "'subset'" */
+
YYSYMBOL_MZN_SUPERSET_QUOTED = 116, /* "'superset'" */
+
YYSYMBOL_MZN_UNION_QUOTED = 117, /* "'union'" */
+
YYSYMBOL_MZN_DIFF_QUOTED = 118, /* "'diff'" */
+
YYSYMBOL_MZN_SYMDIFF_QUOTED = 119, /* "'symdiff'" */
+
YYSYMBOL_MZN_DOTDOT_QUOTED = 120, /* "'..'" */
+
YYSYMBOL_MZN_PLUS_QUOTED = 121, /* "'+'" */
+
YYSYMBOL_MZN_MINUS_QUOTED = 122, /* "'-'" */
+
YYSYMBOL_MZN_MULT_QUOTED = 123, /* "'*'" */
+
YYSYMBOL_MZN_DIV_QUOTED = 124, /* "'/'" */
+
YYSYMBOL_MZN_IDIV_QUOTED = 125, /* "'div'" */
+
YYSYMBOL_MZN_MOD_QUOTED = 126, /* "'mod'" */
+
YYSYMBOL_MZN_INTERSECT_QUOTED = 127, /* "'intersect'" */
+
YYSYMBOL_MZN_POW_QUOTED = 128, /* "'^'" */
+
YYSYMBOL_MZN_NOT_QUOTED = 129, /* "'not'" */
+
YYSYMBOL_MZN_COLONCOLON_QUOTED = 130, /* "'::'" */
+
YYSYMBOL_MZN_PLUSPLUS_QUOTED = 131, /* "'++'" */
+
YYSYMBOL_132_ = 132, /* ';' */
+
YYSYMBOL_133_ = 133, /* '{' */
+
YYSYMBOL_134_ = 134, /* '}' */
+
YYSYMBOL_135_ = 135, /* '(' */
+
YYSYMBOL_136_ = 136, /* ')' */
+
YYSYMBOL_137_ = 137, /* ',' */
+
YYSYMBOL_138_ = 138, /* ':' */
+
YYSYMBOL_139_ = 139, /* '|' */
+
YYSYMBOL_YYACCEPT = 140, /* $accept */
+
YYSYMBOL_model = 141, /* model */
+
YYSYMBOL_item_list = 142, /* item_list */
+
YYSYMBOL_item_list_head = 143, /* item_list_head */
+
YYSYMBOL_doc_file_comments = 144, /* doc_file_comments */
+
YYSYMBOL_semi_or_none = 145, /* semi_or_none */
+
YYSYMBOL_item = 146, /* item */
+
YYSYMBOL_item_tail = 147, /* item_tail */
+
YYSYMBOL_error_item_start = 148, /* error_item_start */
+
YYSYMBOL_include_item = 149, /* include_item */
+
YYSYMBOL_vardecl_item = 150, /* vardecl_item */
+
YYSYMBOL_string_lit_list = 151, /* string_lit_list */
+
YYSYMBOL_enum_id_list = 152, /* enum_id_list */
+
YYSYMBOL_assign_item = 153, /* assign_item */
+
YYSYMBOL_constraint_item = 154, /* constraint_item */
+
YYSYMBOL_solve_item = 155, /* solve_item */
+
YYSYMBOL_output_item = 156, /* output_item */
+
YYSYMBOL_predicate_item = 157, /* predicate_item */
+
YYSYMBOL_function_item = 158, /* function_item */
+
YYSYMBOL_annotation_item = 159, /* annotation_item */
+
YYSYMBOL_operation_item_tail = 160, /* operation_item_tail */
+
YYSYMBOL_params = 161, /* params */
+
YYSYMBOL_params_list = 162, /* params_list */
+
YYSYMBOL_params_list_head = 163, /* params_list_head */
+
YYSYMBOL_comma_or_none = 164, /* comma_or_none */
+
YYSYMBOL_ti_expr_and_id_or_anon = 165, /* ti_expr_and_id_or_anon */
+
YYSYMBOL_ti_expr_and_id = 166, /* ti_expr_and_id */
+
YYSYMBOL_ti_expr_list = 167, /* ti_expr_list */
+
YYSYMBOL_ti_expr_list_head = 168, /* ti_expr_list_head */
+
YYSYMBOL_ti_expr = 169, /* ti_expr */
+
YYSYMBOL_base_ti_expr = 170, /* base_ti_expr */
+
YYSYMBOL_opt_opt = 171, /* opt_opt */
+
YYSYMBOL_base_ti_expr_tail = 172, /* base_ti_expr_tail */
+
YYSYMBOL_array_access_expr_list = 173, /* array_access_expr_list */
+
YYSYMBOL_array_access_expr_list_head = 174, /* array_access_expr_list_head */
+
YYSYMBOL_array_access_expr = 175, /* array_access_expr */
+
YYSYMBOL_expr_list = 176, /* expr_list */
+
YYSYMBOL_expr_list_head = 177, /* expr_list_head */
+
YYSYMBOL_set_expr = 178, /* set_expr */
+
YYSYMBOL_expr = 179, /* expr */
+
YYSYMBOL_expr_atom_head = 180, /* expr_atom_head */
+
YYSYMBOL_expr_atom_head_nonstring = 181, /* expr_atom_head_nonstring */
+
YYSYMBOL_string_expr = 182, /* string_expr */
+
YYSYMBOL_string_quote_rest = 183, /* string_quote_rest */
+
YYSYMBOL_array_access_tail = 184, /* array_access_tail */
+
YYSYMBOL_set_literal = 185, /* set_literal */
+
YYSYMBOL_set_comp = 186, /* set_comp */
+
YYSYMBOL_comp_tail = 187, /* comp_tail */
+
YYSYMBOL_generator_list = 188, /* generator_list */
+
YYSYMBOL_generator_list_head = 189, /* generator_list_head */
+
YYSYMBOL_generator = 190, /* generator */
+
YYSYMBOL_generator_eq = 191, /* generator_eq */
+
YYSYMBOL_id_list = 192, /* id_list */
+
YYSYMBOL_id_list_head = 193, /* id_list_head */
+
YYSYMBOL_simple_array_literal = 194, /* simple_array_literal */
+
YYSYMBOL_simple_array_literal_2d = 195, /* simple_array_literal_2d */
+
YYSYMBOL_simple_array_literal_3d_list = 196, /* simple_array_literal_3d_list */
+
YYSYMBOL_simple_array_literal_2d_list = 197, /* simple_array_literal_2d_list */
+
YYSYMBOL_simple_array_comp = 198, /* simple_array_comp */
+
YYSYMBOL_if_then_else_expr = 199, /* if_then_else_expr */
+
YYSYMBOL_elseif_list = 200, /* elseif_list */
+
YYSYMBOL_quoted_op = 201, /* quoted_op */
+
YYSYMBOL_quoted_op_call = 202, /* quoted_op_call */
+
YYSYMBOL_call_expr = 203, /* call_expr */
+
YYSYMBOL_comp_or_expr = 204, /* comp_or_expr */
+
YYSYMBOL_comp_or_expr_head = 205, /* comp_or_expr_head */
+
YYSYMBOL_let_expr = 206, /* let_expr */
+
YYSYMBOL_let_vardecl_item_list = 207, /* let_vardecl_item_list */
+
YYSYMBOL_comma_or_semi = 208, /* comma_or_semi */
+
YYSYMBOL_let_vardecl_item = 209, /* let_vardecl_item */
+
YYSYMBOL_annotations = 210, /* annotations */
+
YYSYMBOL_annotation_expr = 211, /* annotation_expr */
+
YYSYMBOL_ne_annotations = 212, /* ne_annotations */
+
YYSYMBOL_id_or_quoted_op = 213 /* id_or_quoted_op */
+
typedef enum yysymbol_kind_t yysymbol_kind_t;
+
/* On compilers that do not define __PTRDIFF_MAX__ etc., make sure
+
<limits.h> and (if available) <stdint.h> are included
+
so that the code can choose integer types of a good width. */
+
#ifndef __PTRDIFF_MAX__
+
# include <limits.h> /* INFRINGES ON USER NAME SPACE */
+
# if defined __STDC_VERSION__ && 199901 <= __STDC_VERSION__
+
# include <stdint.h> /* INFRINGES ON USER NAME SPACE */
+
/* Narrow types that promote to a signed type and that can represent a
+
signed or unsigned integer of at least N bits. In tables they can
+
save space and decrease cache pressure. Promoting to a signed type
+
helps avoid bugs in integer arithmetic. */
+
#ifdef __INT_LEAST8_MAX__
+
typedef __INT_LEAST8_TYPE__ yytype_int8;
+
#elif defined YY_STDINT_H
+
typedef int_least8_t yytype_int8;
+
typedef signed char yytype_int8;
+
#ifdef __INT_LEAST16_MAX__
+
typedef __INT_LEAST16_TYPE__ yytype_int16;
+
#elif defined YY_STDINT_H
+
typedef int_least16_t yytype_int16;
+
typedef short yytype_int16;
+
/* Work around bug in HP-UX 11.23, which defines these macros
+
incorrectly for preprocessor constants. This workaround can likely
+
be removed in 2023, as HPE has promised support for HP-UX 11.23
+
(aka HP-UX 11i v2) only through the end of 2022; see Table 2 of
+
<https://h20195.www2.hpe.com/V2/getpdf.aspx/4AA4-7673ENW.pdf>. */
+
# undef UINT_LEAST8_MAX
+
# undef UINT_LEAST16_MAX
+
# define UINT_LEAST8_MAX 255
+
# define UINT_LEAST16_MAX 65535
+
#if defined __UINT_LEAST8_MAX__ && __UINT_LEAST8_MAX__ <= __INT_MAX__
+
typedef __UINT_LEAST8_TYPE__ yytype_uint8;
+
#elif (!defined __UINT_LEAST8_MAX__ && defined YY_STDINT_H \
+
&& UINT_LEAST8_MAX <= INT_MAX)
+
typedef uint_least8_t yytype_uint8;
+
#elif !defined __UINT_LEAST8_MAX__ && UCHAR_MAX <= INT_MAX
+
typedef unsigned char yytype_uint8;
+
typedef short yytype_uint8;
+
#if defined __UINT_LEAST16_MAX__ && __UINT_LEAST16_MAX__ <= __INT_MAX__
+
typedef __UINT_LEAST16_TYPE__ yytype_uint16;
+
#elif (!defined __UINT_LEAST16_MAX__ && defined YY_STDINT_H \
+
&& UINT_LEAST16_MAX <= INT_MAX)
+
typedef uint_least16_t yytype_uint16;
+
#elif !defined __UINT_LEAST16_MAX__ && USHRT_MAX <= INT_MAX
+
typedef unsigned short yytype_uint16;
+
typedef int yytype_uint16;
+
# if defined __PTRDIFF_TYPE__ && defined __PTRDIFF_MAX__
+
# define YYPTRDIFF_T __PTRDIFF_TYPE__
+
# define YYPTRDIFF_MAXIMUM __PTRDIFF_MAX__
+
# elif defined PTRDIFF_MAX
+
# include <stddef.h> /* INFRINGES ON USER NAME SPACE */
+
# define YYPTRDIFF_T ptrdiff_t
+
# define YYPTRDIFF_MAXIMUM PTRDIFF_MAX
+
# define YYPTRDIFF_T long
+
# define YYPTRDIFF_MAXIMUM LONG_MAX
···
# define YYSIZE_T __SIZE_TYPE__
+
# elif defined __STDC_VERSION__ && 199901 <= __STDC_VERSION__
# include <stddef.h> /* INFRINGES ON USER NAME SPACE */
+
# define YYSIZE_T unsigned
+
#define YYSIZE_MAXIMUM \
+
YY_CAST (YYPTRDIFF_T, \
+
(YYPTRDIFF_MAXIMUM < YY_CAST (YYSIZE_T, -1) \
+
: YY_CAST (YYSIZE_T, -1)))
+
#define YYSIZEOF(X) YY_CAST (YYPTRDIFF_T, sizeof (X))
+
/* Stored state numbers (used for stacks). */
+
typedef yytype_int16 yy_state_t;
+
/* State numbers in computations. */
+
typedef int yy_state_fast_t;
# if defined YYENABLE_NLS && YYENABLE_NLS
# include <libintl.h> /* INFRINGES ON USER NAME SPACE */
+
# define YY_(Msgid) dgettext ("bison-runtime", Msgid)
+
# define YY_(Msgid) Msgid
+
#ifndef YY_ATTRIBUTE_PURE
+
# if defined __GNUC__ && 2 < __GNUC__ + (96 <= __GNUC_MINOR__)
+
# define YY_ATTRIBUTE_PURE __attribute__ ((__pure__))
+
# define YY_ATTRIBUTE_PURE
+
#ifndef YY_ATTRIBUTE_UNUSED
+
# if defined __GNUC__ && 2 < __GNUC__ + (7 <= __GNUC_MINOR__)
+
# define YY_ATTRIBUTE_UNUSED __attribute__ ((__unused__))
+
# define YY_ATTRIBUTE_UNUSED
/* Suppress unused-variable warnings by "using" E. */
#if ! defined lint || defined __GNUC__
+
# define YY_USE(E) ((void) (E))
+
# define YY_USE(E) /* empty */
+
#if defined __GNUC__ && ! defined __ICC && 407 <= __GNUC__ * 100 + __GNUC_MINOR__
+
/* Suppress an incorrect diagnostic about yylval being uninitialized. */
+
# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \
+
_Pragma ("GCC diagnostic push") \
+
_Pragma ("GCC diagnostic ignored \"-Wuninitialized\"") \
+
_Pragma ("GCC diagnostic ignored \"-Wmaybe-uninitialized\"")
+
# define YY_IGNORE_MAYBE_UNINITIALIZED_END \
+
_Pragma ("GCC diagnostic pop")
+
# define YY_INITIAL_VALUE(Value) Value
+
#ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
+
# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
+
# define YY_IGNORE_MAYBE_UNINITIALIZED_END
+
#ifndef YY_INITIAL_VALUE
+
# define YY_INITIAL_VALUE(Value) /* Nothing. */
+
#if defined __cplusplus && defined __GNUC__ && ! defined __ICC && 6 <= __GNUC__
+
# define YY_IGNORE_USELESS_CAST_BEGIN \
+
_Pragma ("GCC diagnostic push") \
+
_Pragma ("GCC diagnostic ignored \"-Wuseless-cast\"")
+
# define YY_IGNORE_USELESS_CAST_END \
+
_Pragma ("GCC diagnostic pop")
+
#ifndef YY_IGNORE_USELESS_CAST_BEGIN
+
# define YY_IGNORE_USELESS_CAST_BEGIN
+
# define YY_IGNORE_USELESS_CAST_END
+
#define YY_ASSERT(E) ((void) (0 && (E)))
/* The parser invokes alloca or malloc; define the necessary symbols. */
···
# define YYSTACK_ALLOC alloca
+
# if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
+
/* Use EXIT_SUCCESS as a witness for stdlib.h. */
+
# define EXIT_SUCCESS 0
···
+
/* Pacify GCC's 'empty if-body' warning. */
+
# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
# ifndef YYSTACK_ALLOC_MAXIMUM
/* The OS might guarantee only one guard page at the bottom of the stack,
and a page size can be as small as 4096 bytes. So we cannot safely
···
# ifndef YYSTACK_ALLOC_MAXIMUM
# define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
+
# if (defined __cplusplus && ! defined EXIT_SUCCESS \
&& ! ((defined YYMALLOC || defined malloc) \
+
&& (defined YYFREE || defined free)))
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
+
# define EXIT_SUCCESS 0
+
# if ! defined malloc && ! defined EXIT_SUCCESS
void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
+
# if ! defined free && ! defined EXIT_SUCCESS
void free (void *); /* INFRINGES ON USER NAME SPACE */
#if (! defined yyoverflow \
&& (! defined __cplusplus \
+
|| (defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL \
+
&& defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
/* A type that is properly aligned for any stack member. */
/* The size of the maximum gap between one aligned stack and the next. */
+
# define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
/* The size of an array large to enough to hold all stacks, each with
# define YYSTACK_BYTES(N) \
+
((N) * (YYSIZEOF (yy_state_t) + YYSIZEOF (YYSTYPE) \
+
+ YYSIZEOF (YYLTYPE)) \
+ 2 * YYSTACK_GAP_MAXIMUM)
+
# define YYCOPY_NEEDED 1
/* Relocate STACK from its old location to the new one. The
local variables YYSIZE and YYSTACKSIZE give the old and new number of
elements in the stack, and YYPTR gives the new location of the
stack. Advance YYPTR to a properly aligned location for the next
+
# define YYSTACK_RELOCATE(Stack_alloc, Stack) \
+
YYPTRDIFF_T yynewbytes; \
+
YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
+
Stack = &yyptr->Stack_alloc; \
+
yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
+
yyptr += yynewbytes / YYSIZEOF (*yyptr); \
+
#if defined YYCOPY_NEEDED && YYCOPY_NEEDED
+
/* Copy COUNT objects from SRC to DST. The source and destination do
+
# if defined __GNUC__ && 1 < __GNUC__
+
# define YYCOPY(Dst, Src, Count) \
+
__builtin_memcpy (Dst, Src, YY_CAST (YYSIZE_T, (Count)) * sizeof (*(Src)))
+
# define YYCOPY(Dst, Src, Count) \
+
for (yyi = 0; yyi < (Count); yyi++) \
+
(Dst)[yyi] = (Src)[yyi]; \
+
#endif /* !YYCOPY_NEEDED */
/* YYFINAL -- State number of the termination state. */
/* YYLAST -- Last index in YYTABLE. */
···
/* YYNRULES -- Number of rules. */
+
/* YYNSTATES -- Number of states. */
+
/* YYMAXUTOK -- Last valid token kind. */
+
/* YYTRANSLATE(TOKEN-NUM) -- Symbol number corresponding to TOKEN-NUM
+
as returned by yylex, with out-of-bounds checking. */
+
#define YYTRANSLATE(YYX) \
+
(0 <= (YYX) && (YYX) <= YYMAXUTOK \
+
? YY_CAST (yysymbol_kind_t, yytranslate[YYX]) \
+
/* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
+
as returned by yylex. */
static const yytype_uint8 yytranslate[] =
0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
···
+
/* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
+
static const yytype_int16 yyrline[] =
+
0, 273, 273, 275, 277, 280, 289, 298, 307, 316,
+
318, 321, 329, 338, 338, 340, 356, 360, 362, 364,
+
365, 367, 369, 371, 373, 375, 378, 378, 378, 379,
+
379, 379, 379, 379, 380, 383, 407, 413, 420, 428,
+
438, 450, 465, 466, 470, 478, 479, 483, 487, 493,
+
495, 502, 507, 512, 519, 523, 531, 541, 548, 557,
+
569, 577, 578, 583, 584, 586, 591, 592, 596, 600,
+
605, 605, 608, 610, 614, 619, 623, 625, 629, 630,
+
636, 645, 648, 656, 664, 673, 682, 691, 704, 705,
+
709, 711, 713, 715, 717, 719, 721, 726, 732, 735,
+
737, 741, 743, 745, 754, 765, 768, 770, 776, 777,
+
779, 781, 783, 785, 794, 803, 805, 807, 809, 811,
+
813, 815, 817, 819, 821, 826, 831, 836, 841, 847,
+
849, 862, 863, 865, 867, 869, 871, 873, 875, 877,
+
879, 881, 883, 885, 887, 889, 891, 893, 895, 897,
+
899, 901, 910, 919, 921, 923, 925, 927, 929, 931,
+
933, 935, 937, 942, 947, 952, 957, 963, 965, 972,
+
984, 986, 990, 992, 994, 996, 999, 1001, 1004, 1006,
+
1008, 1010, 1012, 1014, 1015, 1018, 1019, 1022, 1023, 1026,
+
1027, 1030, 1031, 1034, 1035, 1038, 1039, 1040, 1045, 1047,
+
1053, 1058, 1066, 1073, 1082, 1084, 1089, 1095, 1098, 1101,
+
1103, 1105, 1111, 1113, 1115, 1123, 1125, 1128, 1131, 1134,
+
1136, 1140, 1142, 1146, 1148, 1159, 1170, 1210, 1213, 1218,
+
1225, 1230, 1234, 1240, 1247, 1263, 1264, 1268, 1270, 1272,
+
1274, 1276, 1278, 1280, 1282, 1284, 1286, 1288, 1290, 1292,
+
1294, 1296, 1298, 1300, 1302, 1304, 1306, 1308, 1310, 1312,
+
1314, 1316, 1318, 1320, 1322, 1326, 1334, 1366, 1368, 1369,
+
1389, 1444, 1447, 1453, 1459, 1461, 1465, 1472, 1481, 1483,
+
1491, 1493, 1502, 1502, 1505, 1511, 1522, 1523, 1526, 1528,
+
1532, 1536, 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554,
+
1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574,
+
1576, 1578, 1580, 1582, 1584, 1586, 1588, 1590, 1592, 1594,
+
/** Accessing symbol of state STATE. */
+
#define YY_ACCESSING_SYMBOL(State) YY_CAST (yysymbol_kind_t, yystos[State])
+
/* The user-facing name of the symbol whose (internal) number is
+
YYSYMBOL. No bounds checking. */
+
static const char *yysymbol_name (yysymbol_kind_t yysymbol) YY_ATTRIBUTE_UNUSED;
/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
First, the terminals, then, starting at YYNTOKENS, nonterminals. */
static const char *const yytname[] =
+
"\"end of file\"", "error", "\"invalid token\"", "\"integer literal\"",
"\"bool literal\"", "\"float literal\"", "\"identifier\"",
"\"quoted identifier\"", "\"string literal\"",
"\"interpolated string start\"", "\"interpolated string middle\"",
···
"elseif_list", "quoted_op", "quoted_op_call", "call_expr",
"comp_or_expr", "comp_or_expr_head", "let_expr", "let_vardecl_item_list",
"comma_or_semi", "let_vardecl_item", "annotations", "annotation_expr",
+
"ne_annotations", "id_or_quoted_op", YY_NULLPTR
+
yysymbol_name (yysymbol_kind_t yysymbol)
+
return yytname[yysymbol];
+
/* YYTOKNUM[NUM] -- (External) token number corresponding to the
+
(internal) symbol number NUM (which must be that of a token). */
+
static const yytype_int16 yytoknum[] =
0, 256, 257, 258, 259, 260, 261, 262, 263, 264,
265, 266, 267, 268, 269, 270, 271, 272, 273, 274,
···
375, 376, 377, 378, 379, 380, 381, 382, 383, 384,
385, 386, 59, 123, 125, 40, 41, 44, 58, 124
+
#define YYPACT_NINF (-402)
+
#define yypact_value_is_default(Yyn) \
+
#define YYTABLE_NINF (-89)
+
#define yytable_value_is_error(Yyn) \
+
((Yyn) == YYTABLE_NINF)
+
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
static const yytype_int16 yypact[] =
823, -103, -402, -402, -402, -8, -402, 3485, -402, -402,
···
4739, 3485, 3485, 166, -402, 3485, 4739, 4739, -402, 4739
+
/* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
+
Performed when YYTABLE does not specify something else to do. Zero
+
means the default is an error. */
+
static const yytype_int16 yydefact[] =
+
0, 0, 179, 178, 181, 174, 198, 0, 96, 97,
+
88, 11, 88, 88, 182, 94, 0, 0, 91, 0,
+
0, 92, 88, 0, 0, 180, 90, 0, 0, 89,
+
0, 0, 286, 93, 0, 176, 0, 0, 0, 0,
+
237, 238, 239, 240, 241, 242, 243, 244, 245, 246,
+
247, 248, 249, 250, 251, 252, 253, 254, 0, 255,
+
256, 257, 259, 260, 261, 262, 258, 264, 263, 0,
+
0, 0, 2, 13, 88, 5, 16, 17, 18, 19,
+
20, 21, 22, 23, 24, 25, 286, 0, 78, 0,
+
81, 95, 108, 170, 171, 183, 185, 187, 189, 191,
+
193, 0, 268, 196, 195, 88, 0, 0, 0, 175,
+
174, 0, 0, 0, 0, 0, 106, 131, 199, 15,
+
89, 0, 0, 63, 88, 0, 49, 38, 0, 0,
+
35, 88, 88, 82, 54, 63, 0, 0, 287, 63,
+
177, 221, 0, 70, 106, 223, 0, 230, 0, 0,
+
129, 130, 0, 204, 0, 106, 0, 1, 14, 4,
+
12, 6, 34, 29, 27, 32, 26, 28, 31, 30,
+
33, 9, 36, 0, 0, 0, 0, 0, 0, 0,
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
0, 0, 0, 0, 184, 186, 188, 190, 192, 194,
+
0, 197, 10, 102, 0, 70, 99, 101, 48, 267,
+
272, 0, 70, 0, 168, 169, 167, 0, 0, 200,
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
0, 0, 0, 0, 0, 0, 84, 0, 83, 0,
+
59, 0, 70, 76, 0, 0, 0, 0, 279, 286,
+
0, 0, 278, 80, 286, 288, 289, 290, 0, 0,
+
51, 0, 286, 222, 71, 105, 0, 227, 0, 226,
+
0, 224, 0, 0, 205, 0, 172, 88, 7, 0,
+
74, 0, 128, 127, 110, 111, 112, 113, 117, 118,
+
124, 125, 119, 120, 121, 122, 115, 126, 123, 116,
+
109, 0, 103, 202, 71, 98, 104, 0, 269, 71,
+
271, 0, 0, 201, 107, 166, 133, 134, 135, 136,
+
137, 138, 139, 140, 141, 142, 143, 144, 165, 145,
+
146, 147, 148, 149, 150, 151, 155, 156, 162, 163,
+
157, 158, 159, 160, 153, 164, 161, 154, 132, 0,
+
0, 0, 0, 70, 68, 72, 73, 0, 0, 71,
+
75, 50, 0, 42, 45, 292, 293, 294, 295, 296,
+
297, 298, 299, 300, 301, 302, 303, 304, 305, 306,
+
307, 308, 309, 310, 311, 312, 313, 314, 316, 317,
+
318, 319, 315, 320, 321, 63, 235, 284, 0, 283,
+
0, 282, 88, 61, 53, 52, 291, 61, 219, 0,
+
207, 70, 209, 210, 0, 70, 228, 0, 225, 231,
+
0, 0, 173, 8, 37, 66, 85, 266, 0, 100,
+
273, 0, 274, 203, 0, 87, 86, 65, 64, 71,
+
67, 60, 88, 77, 0, 43, 0, 46, 0, 286,
+
233, 0, 0, 74, 0, 0, 281, 280, 0, 55,
+
56, 0, 232, 71, 208, 0, 0, 71, 218, 0,
+
0, 206, 0, 0, 0, 0, 0, 69, 79, 0,
+
40, 0, 39, 0, 61, 0, 0, 285, 276, 0,
+
62, 217, 212, 213, 211, 215, 220, 229, 114, 286,
+
265, 270, 275, 152, 41, 44, 47, 57, 0, 0,
+
277, 0, 0, 61, 234, 0, 214, 216, 58, 236
+
/* YYPGOTO[NTERM-NUM]. */
static const yytype_int16 yypgoto[] =
-402, -402, -402, -402, 117, -402, -62, 267, -402, -402,
···
+
/* YYDEFGOTO[NTERM-NUM]. */
+
static const yytype_int16 yydefgoto[] =
+
0, 71, 72, 73, 74, 159, 75, 76, 171, 77,
+
78, 466, 468, 79, 80, 81, 82, 83, 84, 85,
+
479, 260, 372, 373, 285, 374, 86, 261, 262, 87,
+
88, 89, 90, 204, 205, 206, 147, 143, 91, 116,
+
117, 93, 94, 118, 109, 95, 96, 429, 430, 431,
+
432, 433, 434, 435, 97, 98, 148, 149, 99, 100,
+
471, 101, 102, 103, 211, 212, 104, 271, 422, 272,
+
/* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If
+
positive, shift that token. If negative, reduce the rule whose
+
number is the opposite. If YYTABLE_NINF, syntax error. */
static const yytype_int16 yytable[] =
126, 142, 273, 172, 129, 128, 269, 133, 268, 288,
···
92, 93, 94, 95, 96, 97, -1, 99, 100
+
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
+
symbol of state STATE-NUM. */
static const yytype_uint8 yystos[] =
0, 1, 3, 4, 5, 6, 8, 9, 12, 13,
···
179, 56, 56, 210, 29, 51, 179, 179, 160, 179
+
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
+
static const yytype_uint8 yyr1[] =
+
0, 140, 141, 142, 142, 143, 143, 143, 143, 143,
+
143, 144, 144, 145, 145, 146, 146, 147, 147, 147,
+
147, 147, 147, 147, 147, 147, 148, 148, 148, 148,
+
148, 148, 148, 148, 148, 149, 150, 150, 150, 150,
+
150, 150, 151, 151, 151, 152, 152, 152, 153, 154,
+
154, 155, 155, 155, 156, 157, 157, 158, 158, 159,
+
159, 160, 160, 161, 161, 161, 162, 162, 163, 163,
+
164, 164, 165, 165, 166, 167, 168, 168, 169, 169,
+
169, 170, 170, 170, 170, 170, 170, 170, 171, 171,
+
172, 172, 172, 172, 172, 172, 172, 172, 173, 174,
+
174, 175, 175, 175, 175, 176, 177, 177, 178, 178,
+
178, 178, 178, 178, 178, 178, 178, 178, 178, 178,
+
178, 178, 178, 178, 178, 178, 178, 178, 178, 178,
+
178, 179, 179, 179, 179, 179, 179, 179, 179, 179,
+
179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
+
179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
+
179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
+
180, 180, 181, 181, 181, 181, 181, 181, 181, 181,
+
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
+
181, 181, 181, 181, 181, 181, 181, 181, 182, 182,
+
183, 183, 184, 184, 185, 185, 186, 187, 188, 189,
+
189, 189, 189, 189, 189, 190, 190, 191, 192, 193,
+
193, 194, 194, 195, 195, 195, 195, 196, 196, 196,
+
197, 197, 198, 199, 199, 200, 200, 201, 201, 201,
+
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
+
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
+
201, 201, 201, 201, 201, 202, 202, 203, 203, 203,
+
203, 204, 205, 205, 205, 205, 206, 206, 207, 207,
+
207, 207, 208, 208, 209, 209, 210, 210, 211, 211,
+
212, 212, 213, 213, 213, 213, 213, 213, 213, 213,
+
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
+
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
+
/* YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. */
+
static const yytype_int8 yyr2[] =
+
0, 2, 1, 0, 2, 1, 2, 3, 4, 2,
+
3, 1, 2, 0, 1, 2, 1, 1, 1, 1,
+
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+
1, 1, 1, 1, 1, 2, 2, 4, 2, 6,
+
6, 7, 0, 1, 3, 0, 1, 3, 3, 2,
+
4, 3, 4, 4, 2, 5, 5, 7, 8, 3,
+
5, 0, 2, 0, 3, 3, 0, 2, 1, 3,
+
0, 1, 1, 1, 3, 2, 1, 3, 1, 6,
+
3, 1, 2, 3, 3, 4, 5, 5, 0, 1,
+
1, 1, 1, 1, 1, 1, 1, 1, 2, 1,
+
3, 1, 1, 2, 2, 2, 1, 3, 1, 3,
+
3, 3, 3, 3, 6, 3, 3, 3, 3, 3,
+
3, 3, 3, 3, 3, 3, 3, 3, 3, 2,
+
2, 1, 3, 3, 3, 3, 3, 3, 3, 3,
+
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
+
3, 3, 6, 3, 3, 3, 3, 3, 3, 3,
+
3, 3, 3, 3, 3, 3, 3, 2, 2, 2,
+
1, 1, 3, 4, 1, 2, 1, 2, 1, 1,
+
1, 1, 1, 1, 2, 1, 2, 1, 2, 1,
+
2, 1, 2, 1, 2, 1, 1, 2, 1, 2,
+
2, 3, 3, 4, 2, 3, 5, 1, 2, 1,
+
1, 3, 3, 3, 5, 3, 5, 3, 2, 1,
+
3, 2, 3, 2, 3, 4, 3, 2, 3, 5,
+
1, 3, 5, 5, 8, 0, 5, 1, 1, 1,
+
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+
1, 1, 1, 1, 1, 6, 4, 3, 1, 4,
+
7, 2, 1, 3, 3, 5, 6, 7, 1, 1,
+
3, 3, 1, 1, 2, 4, 0, 1, 1, 1,
+
2, 3, 1, 1, 1, 1, 1, 1, 1, 1,
+
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+
enum { YYENOMEM = -2 };
+
#define yyerrok (yyerrstatus = 0)
+
#define yyclearin (yychar = YYEMPTY)
+
#define YYACCEPT goto yyacceptlab
+
#define YYABORT goto yyabortlab
+
#define YYERROR goto yyerrorlab
+
#define YYRECOVERING() (!!yyerrstatus)
+
#define YYBACKUP(Token, Value) \
+
if (yychar == YYEMPTY) \
+
yyerror (&yylloc, parm, YY_("syntax error: cannot back up")); \
+
/* Backward compatibility with an undocumented macro.
+
Use YYerror or YYUNDEF. */
+
#define YYERRCODE YYUNDEF
/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
If N is 0, then set CURRENT to the empty location which ends
the previous symbol: RHS[0] (always defined). */
+
# define YYLLOC_DEFAULT(Current, Rhs, N) \
+
(Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
+
(Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
+
(Current).last_line = YYRHSLOC (Rhs, N).last_line; \
+
(Current).last_column = YYRHSLOC (Rhs, N).last_column; \
+
(Current).first_line = (Current).last_line = \
+
YYRHSLOC (Rhs, 0).last_line; \
+
(Current).first_column = (Current).last_column = \
+
YYRHSLOC (Rhs, 0).last_column; \
+
#define YYRHSLOC(Rhs, K) ((Rhs)[K])
+
/* Enable debugging if requested. */
+
# include <stdio.h> /* INFRINGES ON USER NAME SPACE */
+
# define YYFPRINTF fprintf
+
# define YYDPRINTF(Args) \
/* YY_LOCATION_PRINT -- Print the location on the stream.
This macro was not mandated originally: define only if we know
we won't break user code: when these are the locations we know. */
+
# ifndef YY_LOCATION_PRINT
+
# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
+
/* Print *YYLOCP on YYO. Private, do not rely on its existence. */
+
yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp)
+
int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0;
+
if (0 <= yylocp->first_line)
+
res += YYFPRINTF (yyo, "%d", yylocp->first_line);
+
if (0 <= yylocp->first_column)
+
res += YYFPRINTF (yyo, ".%d", yylocp->first_column);
+
if (0 <= yylocp->last_line)
+
if (yylocp->first_line < yylocp->last_line)
+
res += YYFPRINTF (yyo, "-%d", yylocp->last_line);
+
res += YYFPRINTF (yyo, ".%d", end_col);
+
else if (0 <= end_col && yylocp->first_column < end_col)
+
res += YYFPRINTF (yyo, "-%d", end_col);
+
# define YY_LOCATION_PRINT(File, Loc) \
+
yy_location_print_ (File, &(Loc))
+
# define YY_LOCATION_PRINT(File, Loc) ((void) 0)
+
# endif /* !defined YY_LOCATION_PRINT */
+
# define YY_SYMBOL_PRINT(Title, Kind, Value, Location) \
+
YYFPRINTF (stderr, "%s ", Title); \
+
yy_symbol_print (stderr, \
+
Kind, Value, Location, parm); \
+
YYFPRINTF (stderr, "\n"); \
+
/*-----------------------------------.
+
| Print this symbol's value on YYO. |
+
`-----------------------------------*/
+
yy_symbol_value_print (FILE *yyo,
+
yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, void *parm)
+
if (yykind < YYNTOKENS)
+
YYPRINT (yyo, yytoknum[yykind], *yyvaluep);
+
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
+
YY_IGNORE_MAYBE_UNINITIALIZED_END
+
/*---------------------------.
+
| Print this symbol on YYO. |
+
`---------------------------*/
+
yy_symbol_print (FILE *yyo,
+
yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, void *parm)
+
YYFPRINTF (yyo, "%s %s (",
+
yykind < YYNTOKENS ? "token" : "nterm", yysymbol_name (yykind));
+
YY_LOCATION_PRINT (yyo, *yylocationp);
+
yy_symbol_value_print (yyo, yykind, yyvaluep, yylocationp, parm);
/*------------------------------------------------------------------.
···
`------------------------------------------------------------------*/
+
yy_stack_print (yy_state_t *yybottom, yy_state_t *yytop)
YYFPRINTF (stderr, "Stack now");
+
for (; yybottom <= yytop; yybottom++)
+
YYFPRINTF (stderr, " %d", yybot);
YYFPRINTF (stderr, "\n");
+
# define YY_STACK_PRINT(Bottom, Top) \
+
yy_stack_print ((Bottom), (Top)); \
/*------------------------------------------------.
| Report that the YYRULE is going to be reduced. |
`------------------------------------------------*/
+
yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp,
+
int yyrule, void *parm)
+
int yylno = yyrline[yyrule];
int yynrhs = yyr2[yyrule];
+
YYFPRINTF (stderr, "Reducing stack by rule %d (line %d):\n",
/* The symbols being reduced. */
for (yyi = 0; yyi < yynrhs; yyi++)
+
YYFPRINTF (stderr, " $%d = ", yyi + 1);
+
yy_symbol_print (stderr,
+
YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]),
+
&yyvsp[(yyi + 1) - (yynrhs)],
+
&(yylsp[(yyi + 1) - (yynrhs)]), parm);
+
YYFPRINTF (stderr, "\n");
+
# define YY_REDUCE_PRINT(Rule) \
+
yy_reduce_print (yyssp, yyvsp, yylsp, Rule, parm); \
/* Nonzero means print parse trace. It is left uninitialized so that
multiple parsers can coexist. */
+
# define YYDPRINTF(Args) ((void) 0)
+
# define YY_SYMBOL_PRINT(Title, Kind, Value, Location)
# define YY_STACK_PRINT(Bottom, Top)
# define YY_REDUCE_PRINT(Rule)
/* YYINITDEPTH -- initial size of the parser's stacks. */
···
# define YYMAXDEPTH 10000
+
/* Context of a parse error. */
+
yysymbol_kind_t yytoken;
+
/* Put in YYARG at most YYARGN of the expected tokens given the
+
current YYCTX, and return the number of tokens stored in YYARG. If
+
YYARG is null, return the number of expected tokens (guaranteed to
+
be less than YYNTOKENS). Return YYENOMEM on memory exhaustion.
+
Return 0 if there are more than YYARGN expected tokens, yet fill
+
yypcontext_expected_tokens (const yypcontext_t *yyctx,
+
yysymbol_kind_t yyarg[], int yyargn)
+
/* Actual size of YYARG. */
+
int yyn = yypact[+*yyctx->yyssp];
+
if (!yypact_value_is_default (yyn))
+
/* Start YYX at -YYN if negative to avoid negative indexes in
+
YYCHECK. In other words, skip the first -YYN actions for
+
this state because they are default actions. */
+
int yyxbegin = yyn < 0 ? -yyn : 0;
+
/* Stay within bounds of both yycheck and yytname. */
+
int yychecklim = YYLAST - yyn + 1;
+
int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
+
for (yyx = yyxbegin; yyx < yyxend; ++yyx)
+
if (yycheck[yyx + yyn] == yyx && yyx != YYSYMBOL_YYerror
+
&& !yytable_value_is_error (yytable[yyx + yyn]))
+
else if (yycount == yyargn)
+
yyarg[yycount++] = YY_CAST (yysymbol_kind_t, yyx);
+
if (yyarg && yycount == 0 && 0 < yyargn)
+
yyarg[0] = YYSYMBOL_YYEMPTY;
+
# if defined __GLIBC__ && defined _STRING_H
+
# define yystrlen(S) (YY_CAST (YYPTRDIFF_T, strlen (S)))
/* Return the length of YYSTR. */
yystrlen (const char *yystr)
for (yylen = 0; yystr[yylen]; yylen++)
+
# if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
+
# define yystpcpy stpcpy
/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
yystpcpy (char *yydest, const char *yysrc)
···
/* Copy to YYRES the contents of YYSTR after stripping away unnecessary
quotes and backslashes, so that it's suitable for yyerror. The
heuristic is that double-quoting is unnecessary unless the string
···
backslash-backslash). YYSTR is taken from yytname. If YYRES is
null, do not copy; instead, return the length of what the result
yytnamerr (char *yyres, const char *yystr)
+
goto do_not_strip_quotes;
+
goto do_not_strip_quotes;
+
return yystpcpy (yyres, yystr) - yyres;
+
yy_syntax_error_arguments (const yypcontext_t *yyctx,
+
yysymbol_kind_t yyarg[], int yyargn)
+
/* Actual size of YYARG. */
+
/* There are many possibilities here to consider:
+
- If this state is a consistent state with a default action, then
+
the only way this function was invoked is if the default action
+
is an error action. In that case, don't check for expected
+
tokens because there are none.
+
- The only way there can be no lookahead present (in yychar) is if
+
this state is a consistent state with a default action. Thus,
+
detecting the absence of a lookahead is sufficient to determine
+
that there is no unexpected or expected token to report. In that
+
case, just report a simple "syntax error".
+
- Don't assume there isn't a lookahead just because this state is a
+
consistent state with a default action. There might have been a
+
previous inconsistent state, consistent state with a non-default
+
action, or user semantic action that manipulated yychar.
+
- Of course, the expected token list depends on states to have
+
correct lookahead information, and it depends on the parser not
+
to perform extra reductions after fetching a lookahead from the
+
scanner and before detecting a syntax error. Thus, state merging
+
(from LALR or IELR) and default reductions corrupt the expected
+
token list. However, the list is correct for canonical LR with
+
one exception: it will still contain any token that will not be
+
accepted due to an error action in a later state.
+
if (yyctx->yytoken != YYSYMBOL_YYEMPTY)
+
yyarg[yycount] = yyctx->yytoken;
+
yyn = yypcontext_expected_tokens (yyctx,
+
yyarg ? yyarg + 1 : yyarg, yyargn - 1);
+
/* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
+
about the unexpected token YYTOKEN for the state stack whose top is
+
Return 0 if *YYMSG was successfully written. Return -1 if *YYMSG is
+
not large enough to hold the message. In that case, also set
+
*YYMSG_ALLOC to the required number of bytes. Return YYENOMEM if the
+
required number of bytes is too large to store. */
+
yysyntax_error (YYPTRDIFF_T *yymsg_alloc, char **yymsg,
+
const yypcontext_t *yyctx)
+
enum { YYARGS_MAX = 5 };
+
/* Internationalized format string. */
+
const char *yyformat = YY_NULLPTR;
+
/* Arguments of yyformat: reported tokens (one for the "unexpected",
+
one per "expected"). */
+
yysymbol_kind_t yyarg[YYARGS_MAX];
+
/* Cumulated lengths of YYARG. */
+
YYPTRDIFF_T yysize = 0;
+
/* Actual size of YYARG. */
+
int yycount = yy_syntax_error_arguments (yyctx, yyarg, YYARGS_MAX);
+
if (yycount == YYENOMEM)
+
#define YYCASE_(N, S) \
+
default: /* Avoid compiler warnings. */
+
YYCASE_(0, YY_("syntax error"));
+
YYCASE_(1, YY_("syntax error, unexpected %s"));
+
YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
+
YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
+
YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
+
YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
+
/* Compute error message size. Don't count the "%s"s, but reserve
+
room for the terminator. */
+
yysize = yystrlen (yyformat) - 2 * yycount + 1;
+
for (yyi = 0; yyi < yycount; ++yyi)
+
= yysize + yytnamerr (YY_NULLPTR, yytname[yyarg[yyi]]);
+
if (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)
+
if (*yymsg_alloc < yysize)
+
*yymsg_alloc = 2 * yysize;
+
if (! (yysize <= *yymsg_alloc
+
&& *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM))
+
*yymsg_alloc = YYSTACK_ALLOC_MAXIMUM;
+
/* Avoid sprintf, as that infringes on the user's name space.
+
Don't have undefined behavior even if the translation
+
produced a string with the wrong number of "%s"s. */
+
while ((*yyp = *yyformat) != '\0')
+
if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
+
yyp += yytnamerr (yyp, yytname[yyarg[yyi++]]);
/*-----------------------------------------------.
| Release the memory associated to this symbol. |
`-----------------------------------------------*/
+
yydestruct (const char *yymsg,
+
yysymbol_kind_t yykind, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, void *parm)
+
YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp);
+
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
+
YY_IGNORE_MAYBE_UNINITIALIZED_END
···
+
/* Lookahead token kind. */
+
/* The semantic value of the lookahead symbol. */
+
/* Default value used for initialization, for pacifying older GCCs
+
or non-GCC compilers. */
+
YY_INITIAL_VALUE (static YYSTYPE yyval_default;)
+
YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default);
+
/* Location data for the lookahead symbol. */
+
static YYLTYPE yyloc_default
+
# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
+
YYLTYPE yylloc = yyloc_default;
+
/* Number of syntax errors so far. */
+
yy_state_fast_t yystate = 0;
+
/* Number of tokens to shift before error messages enabled. */
+
/* Refer to the stacks through separate pointers, to allow yyoverflow
+
to reallocate them elsewhere. */
+
YYPTRDIFF_T yystacksize = YYINITDEPTH;
+
/* The state stack: array, bottom, top. */
+
yy_state_t yyssa[YYINITDEPTH];
+
yy_state_t *yyss = yyssa;
+
yy_state_t *yyssp = yyss;
+
/* The semantic value stack: array, bottom, top. */
+
YYSTYPE yyvsa[YYINITDEPTH];
+
/* The location stack: array, bottom, top. */
+
YYLTYPE yylsa[YYINITDEPTH];
+
/* The return value of yyparse. */
+
/* Lookahead symbol kind. */
+
yysymbol_kind_t yytoken = YYSYMBOL_YYEMPTY;
/* The variables used to return semantic value and location from the
+
/* The locations where the error started and ended. */
+
YYLTYPE yyerror_range[3];
+
/* Buffer for error messages, and its allocated size. */
+
char *yymsg = yymsgbuf;
+
YYPTRDIFF_T yymsg_alloc = sizeof yymsgbuf;
+
#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
/* The number of symbols on the RHS of the reduced rule.
Keep to zero when no symbol should be popped. */
YYDPRINTF ((stderr, "Starting parse\n"));
+
yychar = YYEMPTY; /* Cause a token to be read. */
+
/* User initialization code. */
yylloc.filename(ASTString(static_cast<ParserState*>(parm)->filename));
/*------------------------------------------------------------.
+
| yynewstate -- push a new state, which is found in yystate. |
`------------------------------------------------------------*/
/* In all cases, when you get here, the value and location stacks
have just been pushed. So pushing a state here evens the stacks. */
+
/*--------------------------------------------------------------------.
+
| yysetstate -- set current state (the top of the stack) to yystate. |
+
`--------------------------------------------------------------------*/
+
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
+
YY_ASSERT (0 <= yystate && yystate < YYNSTATES);
+
YY_IGNORE_USELESS_CAST_BEGIN
+
*yyssp = YY_CAST (yy_state_t, yystate);
+
YY_IGNORE_USELESS_CAST_END
+
YY_STACK_PRINT (yyss, yyssp);
if (yyss + yystacksize - 1 <= yyssp)
+
#if !defined yyoverflow && !defined YYSTACK_RELOCATE
/* Get the current used size of the three stacks, in elements. */
+
YYPTRDIFF_T yysize = yyssp - yyss + 1;
+
# if defined yyoverflow
+
/* Give user a chance to reallocate the stack. Use copies of
+
these so that the &'s don't force the real ones into
+
yy_state_t *yyss1 = yyss;
+
/* Each stack pointer address is followed by the size of the
+
data in use in that stack, in bytes. This used to be a
+
conditional around just the two extra args, but that might
+
be undefined if yyoverflow is a macro. */
+
yyoverflow (YY_("memory exhausted"),
+
&yyss1, yysize * YYSIZEOF (*yyssp),
+
&yyvs1, yysize * YYSIZEOF (*yyvsp),
+
&yyls1, yysize * YYSIZEOF (*yylsp),
+
# else /* defined YYSTACK_RELOCATE */
/* Extend the stack our own way. */
if (YYMAXDEPTH <= yystacksize)
if (YYMAXDEPTH < yystacksize)
+
yystacksize = YYMAXDEPTH;
+
yy_state_t *yyss1 = yyss;
+
YY_CAST (union yyalloc *,
+
YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize))));
+
YYSTACK_RELOCATE (yyss_alloc, yyss);
+
YYSTACK_RELOCATE (yyvs_alloc, yyvs);
+
YYSTACK_RELOCATE (yyls_alloc, yyls);
yyssp = yyss + yysize - 1;
yyvsp = yyvs + yysize - 1;
yylsp = yyls + yysize - 1;
+
YY_IGNORE_USELESS_CAST_BEGIN
+
YYDPRINTF ((stderr, "Stack size increased to %ld\n",
+
YY_CAST (long, yystacksize)));
+
YY_IGNORE_USELESS_CAST_END
if (yyss + yystacksize - 1 <= yyssp)
+
#endif /* !defined yyoverflow && !defined YYSTACK_RELOCATE */
+
if (yystate == YYFINAL)
/* Do appropriate processing given the current state. Read a
+
lookahead token if we need one and don't already have one. */
+
/* First try to decide what to do without reference to lookahead token. */
+
if (yypact_value_is_default (yyn))
+
/* Not known => get a lookahead token if don't already have one. */
+
/* YYCHAR is either empty, or end-of-input, or a valid lookahead. */
+
YYDPRINTF ((stderr, "Reading a token\n"));
+
yychar = yylex (&yylval, &yylloc, SCANNER);
+
yytoken = YYSYMBOL_YYEOF;
YYDPRINTF ((stderr, "Now at end of input.\n"));
+
else if (yychar == YYerror)
+
/* The scanner already issued an error message, process directly
+
to error recovery. But do not keep the error token as
+
lookahead, it is too special and may lead us to an endless
+
loop in error recovery. */
+
yytoken = YYSYMBOL_YYerror;
+
yyerror_range[1] = yylloc;
···
+
if (yytable_value_is_error (yyn))
/* Count tokens shifted since error; after three, turn off error
+
/* Shift the lookahead token. */
YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
+
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
+
YY_IGNORE_MAYBE_UNINITIALIZED_END
+
/* Discard the shifted token. */
···
/*-----------------------------.
+
| yyreduce -- do a reduction. |
`-----------------------------*/
/* yyn is the number of a rule to reduce with. */
/* If YYLEN is nonzero, implement the default value of the action:
Otherwise, the following line sets YYVAL to garbage.
This behavior is undocumented and Bison
···
GCC warning that YYVAL may be used uninitialized. */
+
/* Default location. */
YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
+
yyerror_range[1] = yyloc;
+
case 5: /* item_list_head: item */
ParserState* pp = static_cast<ParserState*>(parm);
+
pp->model->addItem((yyvsp[0].item));
+
case 6: /* item_list_head: doc_file_comments item */
ParserState* pp = static_cast<ParserState*>(parm);
+
pp->model->addItem((yyvsp[0].item));
+
case 7: /* item_list_head: item_list_head ';' item */
ParserState* pp = static_cast<ParserState*>(parm);
+
pp->model->addItem((yyvsp[0].item));
+
case 8: /* item_list_head: item_list_head ';' doc_file_comments item */
ParserState* pp = static_cast<ParserState*>(parm);
+
pp->model->addItem((yyvsp[0].item));
+
case 9: /* item_list_head: item error_item_start */
+
{ yyerror(&(yylsp[0]), parm, "unexpected item, expecting ';' or end of file"); YYERROR; }
+
case 11: /* doc_file_comments: "file-level documentation comment" */
ParserState* pp = static_cast<ParserState*>(parm);
+
if (pp->parseDocComments && (yyvsp[0].sValue)) {
+
pp->model->addDocComment((yyvsp[0].sValue));
+
free((yyvsp[0].sValue));
+
case 12: /* doc_file_comments: doc_file_comments "file-level documentation comment" */
ParserState* pp = static_cast<ParserState*>(parm);
+
if (pp->parseDocComments && (yyvsp[0].sValue)) {
+
pp->model->addDocComment((yyvsp[0].sValue));
+
free((yyvsp[0].sValue));
+
case 15: /* item: "documentation comment" item_tail */
+
{ (yyval.item) = (yyvsp[0].item);
ParserState* pp = static_cast<ParserState*>(parm);
if (FunctionI* fi = Item::dyn_cast<FunctionI>((yyval.item))) {
if (pp->parseDocComments) {
+
fi->ann().add(createDocComment((yylsp[-1]),(yyvsp[-1].sValue)));
} else if (VarDeclI* vdi = Item::dyn_cast<VarDeclI>((yyval.item))) {
if (pp->parseDocComments) {
+
vdi->e()->addAnnotation(createDocComment((yylsp[-1]),(yyvsp[-1].sValue)));
+
yyerror(&(yylsp[0]), parm, "documentation comments are only supported for function, predicate and variable declarations");
+
free((yyvsp[-1].sValue));
+
case 16: /* item: item_tail */
+
{ (yyval.item) = (yyvsp[0].item); }
+
case 17: /* item_tail: include_item */
+
{ (yyval.item)=notInDatafile(&(yyloc),parm,"include") ? (yyvsp[0].item) : NULL; }
+
case 18: /* item_tail: vardecl_item */
+
{ (yyval.item)=notInDatafile(&(yyloc),parm,"variable declaration") ? (yyvsp[0].item) : NULL; }
+
case 20: /* item_tail: constraint_item */
+
{ (yyval.item)=notInDatafile(&(yyloc),parm,"constraint") ? (yyvsp[0].item) : NULL; }
+
case 21: /* item_tail: solve_item */
+
{ (yyval.item)=notInDatafile(&(yyloc),parm,"solve") ? (yyvsp[0].item) : NULL; }
+
case 22: /* item_tail: output_item */
+
{ (yyval.item)=notInDatafile(&(yyloc),parm,"output") ? (yyvsp[0].item) : NULL; }
+
case 23: /* item_tail: predicate_item */
+
{ (yyval.item)=notInDatafile(&(yyloc),parm,"predicate") ? (yyvsp[0].item) : NULL; }
+
case 24: /* item_tail: function_item */
+
{ (yyval.item)=notInDatafile(&(yyloc),parm,"predicate") ? (yyvsp[0].item) : NULL; }
+
case 25: /* item_tail: annotation_item */
+
{ (yyval.item)=notInDatafile(&(yyloc),parm,"annotation") ? (yyvsp[0].item) : NULL; }
+
case 35: /* include_item: "include" "string literal" */
+
{ ParserState* pp = static_cast<ParserState*>(parm);
+
map<string,Model*>::iterator ret = pp->seenModels.find((yyvsp[0].sValue));
+
IncludeI* ii = new IncludeI((yyloc),ASTString((yyvsp[0].sValue)));
if (ret == pp->seenModels.end()) {
im->setParent(pp->model);
+
im->setFilename((yyvsp[0].sValue));
string fpath = FileUtils::dir_name(pp->filename);
string fbase = FileUtils::base_name(pp->filename);
+
ParseWorkItem pm(im, ii, fpath, (yyvsp[0].sValue));
+
pp->seenModels.insert(pair<string,Model*>((yyvsp[0].sValue),im));
ii->m(ret->second, false);
+
free((yyvsp[0].sValue));
+
case 36: /* vardecl_item: ti_expr_and_id annotations */
+
{ if ((yyvsp[-1].vardeclexpr) && (yyvsp[0].expression_v)) (yyvsp[-1].vardeclexpr)->addAnnotations(*(yyvsp[0].expression_v));
+
if ((yyvsp[-1].vardeclexpr))
+
(yyval.item) = new VarDeclI((yyloc),(yyvsp[-1].vardeclexpr));
+
delete (yyvsp[0].expression_v);
+
case 37: /* vardecl_item: ti_expr_and_id annotations "=" expr */
+
{ if ((yyvsp[-3].vardeclexpr)) (yyvsp[-3].vardeclexpr)->e((yyvsp[0].expression));
+
if ((yyvsp[-3].vardeclexpr) && (yyvsp[-2].expression_v)) (yyvsp[-3].vardeclexpr)->addAnnotations(*(yyvsp[-2].expression_v));
+
if ((yyvsp[-3].vardeclexpr))
+
(yyval.item) = new VarDeclI((yyloc),(yyvsp[-3].vardeclexpr));
+
delete (yyvsp[-2].expression_v);
+
case 38: /* vardecl_item: "enum" "identifier" */
TypeInst* ti = new TypeInst((yyloc),Type::parsetint());
+
VarDecl* vd = new VarDecl((yyloc),ti,(yyvsp[0].sValue));
+
free((yyvsp[0].sValue));
(yyval.item) = new VarDeclI((yyloc),vd);
+
case 39: /* vardecl_item: "enum" "identifier" "=" '{' enum_id_list '}' */
TypeInst* ti = new TypeInst((yyloc),Type::parsetint());
+
SetLit* sl = new SetLit((yyloc), *(yyvsp[-1].expression_v));
+
VarDecl* vd = new VarDecl((yyloc),ti,(yyvsp[-4].sValue),sl);
+
free((yyvsp[-4].sValue));
+
delete (yyvsp[-1].expression_v);
(yyval.item) = new VarDeclI((yyloc),vd);
+
case 40: /* vardecl_item: "enum" "identifier" "=" "[" string_lit_list "]" */
TypeInst* ti = new TypeInst((yyloc),Type::parsetint());
vector<Expression*> args;
+
args.push_back(new ArrayLit((yyloc),*(yyvsp[-1].expression_v)));
Call* sl = new Call((yyloc), constants().ids.anonEnumFromStrings, args);
+
VarDecl* vd = new VarDecl((yyloc),ti,(yyvsp[-4].sValue),sl);
+
free((yyvsp[-4].sValue));
+
delete (yyvsp[-1].expression_v);
(yyval.item) = new VarDeclI((yyloc),vd);
+
case 41: /* vardecl_item: "enum" "identifier" "=" "identifier" '(' expr ')' */
TypeInst* ti = new TypeInst((yyloc),Type::parsetint());
vector<Expression*> args;
+
args.push_back((yyvsp[-1].expression));
+
Call* sl = new Call((yyloc), ASTString((yyvsp[-3].sValue)), args);
+
VarDecl* vd = new VarDecl((yyloc),ti,(yyvsp[-5].sValue),sl);
+
free((yyvsp[-5].sValue));
+
free((yyvsp[-3].sValue));
(yyval.item) = new VarDeclI((yyloc),vd);
+
case 42: /* string_lit_list: %empty */
+
{ (yyval.expression_v) = new std::vector<Expression*>(); }
+
case 43: /* string_lit_list: "string literal" */
+
{ (yyval.expression_v) = new std::vector<Expression*>();
+
(yyval.expression_v)->push_back(new StringLit((yyloc), (yyvsp[0].sValue))); free((yyvsp[0].sValue));
+
case 44: /* string_lit_list: string_lit_list ',' "string literal" */
+
{ (yyval.expression_v) = (yyvsp[-2].expression_v);
+
if ((yyval.expression_v)) (yyval.expression_v)->push_back(new StringLit((yyloc), (yyvsp[0].sValue)));
+
free((yyvsp[0].sValue));
+
case 45: /* enum_id_list: %empty */
+
{ (yyval.expression_v) = new std::vector<Expression*>(); }
+
case 46: /* enum_id_list: "identifier" */
+
{ (yyval.expression_v) = new std::vector<Expression*>();
+
(yyval.expression_v)->push_back(new Id((yyloc),(yyvsp[0].sValue),NULL)); free((yyvsp[0].sValue));
+
case 47: /* enum_id_list: enum_id_list ',' "identifier" */
+
{ (yyval.expression_v) = (yyvsp[-2].expression_v); if ((yyval.expression_v)) (yyval.expression_v)->push_back(new Id((yyloc),(yyvsp[0].sValue),NULL)); free((yyvsp[0].sValue)); }
+
case 48: /* assign_item: "identifier" "=" expr */
+
{ (yyval.item) = new AssignI((yyloc),(yyvsp[-2].sValue),(yyvsp[0].expression));
+
free((yyvsp[-2].sValue));
+
case 49: /* constraint_item: "constraint" expr */
+
{ (yyval.item) = new ConstraintI((yyloc),(yyvsp[0].expression));}
+
case 50: /* constraint_item: "constraint" "::" string_expr expr */
+
{ (yyval.item) = new ConstraintI((yyloc),(yyvsp[0].expression));
+
if ((yyvsp[0].expression) && (yyvsp[-1].expression))
+
(yyval.item)->cast<ConstraintI>()->e()->ann().add(new Call((yylsp[-2]), ASTString("mzn_constraint_name"), {(yyvsp[-1].expression)}));
+
case 51: /* solve_item: "solve" annotations "satisfy" */
+
{ (yyval.item) = SolveI::sat((yyloc));
+
if ((yyval.item) && (yyvsp[-1].expression_v)) (yyval.item)->cast<SolveI>()->ann().add(*(yyvsp[-1].expression_v));
+
delete (yyvsp[-1].expression_v);
+
case 52: /* solve_item: "solve" annotations "minimize" expr */
+
{ (yyval.item) = SolveI::min((yyloc),(yyvsp[0].expression));
+
if ((yyval.item) && (yyvsp[-2].expression_v)) (yyval.item)->cast<SolveI>()->ann().add(*(yyvsp[-2].expression_v));
+
delete (yyvsp[-2].expression_v);
+
case 53: /* solve_item: "solve" annotations "maximize" expr */
+
{ (yyval.item) = SolveI::max((yyloc),(yyvsp[0].expression));
+
if ((yyval.item) && (yyvsp[-2].expression_v)) (yyval.item)->cast<SolveI>()->ann().add(*(yyvsp[-2].expression_v));
+
delete (yyvsp[-2].expression_v);
+
case 54: /* output_item: "output" expr */
+
{ (yyval.item) = new OutputI((yyloc),(yyvsp[0].expression));}
+
case 55: /* predicate_item: "predicate" "identifier" params annotations operation_item_tail */
+
{ if ((yyvsp[-2].vardeclexpr_v)) (yyval.item) = new FunctionI((yyloc),(yyvsp[-3].sValue),new TypeInst((yyloc),
+
Type::varbool()),*(yyvsp[-2].vardeclexpr_v),(yyvsp[0].expression));
+
if ((yyval.item) && (yyvsp[-1].expression_v)) (yyval.item)->cast<FunctionI>()->ann().add(*(yyvsp[-1].expression_v));
+
free((yyvsp[-3].sValue));
+
delete (yyvsp[-2].vardeclexpr_v);
+
delete (yyvsp[-1].expression_v);
+
case 56: /* predicate_item: "test" "identifier" params annotations operation_item_tail */
+
{ if ((yyvsp[-2].vardeclexpr_v)) (yyval.item) = new FunctionI((yyloc),(yyvsp[-3].sValue),new TypeInst((yyloc),
+
Type::parbool()),*(yyvsp[-2].vardeclexpr_v),(yyvsp[0].expression));
+
if ((yyval.item) && (yyvsp[-1].expression_v)) (yyval.item)->cast<FunctionI>()->ann().add(*(yyvsp[-1].expression_v));
+
free((yyvsp[-3].sValue));
+
delete (yyvsp[-2].vardeclexpr_v);
+
delete (yyvsp[-1].expression_v);
+
case 57: /* function_item: "function" ti_expr ':' id_or_quoted_op params annotations operation_item_tail */
+
{ if ((yyvsp[-2].vardeclexpr_v)) (yyval.item) = new FunctionI((yyloc),(yyvsp[-3].sValue),(yyvsp[-5].tiexpr),*(yyvsp[-2].vardeclexpr_v),(yyvsp[0].expression));
+
if ((yyval.item) && (yyvsp[-1].expression_v)) (yyval.item)->cast<FunctionI>()->ann().add(*(yyvsp[-1].expression_v));
+
free((yyvsp[-3].sValue));
+
delete (yyvsp[-2].vardeclexpr_v);
+
delete (yyvsp[-1].expression_v);
+
case 58: /* function_item: ti_expr ':' "identifier" '(' params_list ')' annotations operation_item_tail */
+
{ if ((yyvsp[-3].vardeclexpr_v)) (yyval.item) = new FunctionI((yyloc),(yyvsp[-5].sValue),(yyvsp[-7].tiexpr),*(yyvsp[-3].vardeclexpr_v),(yyvsp[0].expression));
+
if ((yyval.item) && (yyvsp[-1].expression_v)) (yyval.item)->cast<FunctionI>()->ann().add(*(yyvsp[-1].expression_v));
+
free((yyvsp[-5].sValue));
+
delete (yyvsp[-3].vardeclexpr_v);
+
delete (yyvsp[-1].expression_v);
+
case 59: /* annotation_item: "annotation" "identifier" params */
+
TypeInst* ti=new TypeInst((yylsp[-2]),Type::ann());
+
if ((yyvsp[0].vardeclexpr_v)==NULL || (yyvsp[0].vardeclexpr_v)->empty()) {
+
VarDecl* vd = new VarDecl((yyloc),ti,(yyvsp[-1].sValue));
(yyval.item) = new VarDeclI((yyloc),vd);
+
(yyval.item) = new FunctionI((yyloc),(yyvsp[-1].sValue),ti,*(yyvsp[0].vardeclexpr_v),NULL);
+
free((yyvsp[-1].sValue));
+
delete (yyvsp[0].vardeclexpr_v);
+
case 60: /* annotation_item: "annotation" "identifier" params "=" expr */
+
{ TypeInst* ti=new TypeInst((yylsp[-4]),Type::ann());
+
if ((yyvsp[-2].vardeclexpr_v)) (yyval.item) = new FunctionI((yyloc),(yyvsp[-3].sValue),ti,*(yyvsp[-2].vardeclexpr_v),(yyvsp[0].expression));
+
delete (yyvsp[-2].vardeclexpr_v);
+
case 61: /* operation_item_tail: %empty */
+
{ (yyval.expression)=NULL; }
+
case 62: /* operation_item_tail: "=" expr */
+
{ (yyval.expression)=(yyvsp[0].expression); }
+
case 63: /* params: %empty */
+
{ (yyval.vardeclexpr_v)=new vector<VarDecl*>(); }
+
case 64: /* params: '(' params_list ')' */
+
{ (yyval.vardeclexpr_v)=(yyvsp[-1].vardeclexpr_v); }
+
case 65: /* params: '(' error ')' */
+
{ (yyval.vardeclexpr_v)=new vector<VarDecl*>(); }
+
case 66: /* params_list: %empty */
+
{ (yyval.vardeclexpr_v)=new vector<VarDecl*>(); }
+
case 67: /* params_list: params_list_head comma_or_none */
+
{ (yyval.vardeclexpr_v)=(yyvsp[-1].vardeclexpr_v); }
+
case 68: /* params_list_head: ti_expr_and_id_or_anon */
+
{ (yyval.vardeclexpr_v)=new vector<VarDecl*>();
+
if ((yyvsp[0].vardeclexpr)) (yyvsp[0].vardeclexpr)->toplevel(false);
+
if ((yyvsp[0].vardeclexpr)) (yyval.vardeclexpr_v)->push_back((yyvsp[0].vardeclexpr)); }
+
case 69: /* params_list_head: params_list_head ',' ti_expr_and_id_or_anon */
+
{ (yyval.vardeclexpr_v)=(yyvsp[-2].vardeclexpr_v);
+
if ((yyvsp[0].vardeclexpr)) (yyvsp[0].vardeclexpr)->toplevel(false);
+
if ((yyvsp[-2].vardeclexpr_v) && (yyvsp[0].vardeclexpr)) (yyvsp[-2].vardeclexpr_v)->push_back((yyvsp[0].vardeclexpr)); }
+
case 72: /* ti_expr_and_id_or_anon: ti_expr_and_id */
+
{ (yyval.vardeclexpr)=(yyvsp[0].vardeclexpr); }
+
case 73: /* ti_expr_and_id_or_anon: ti_expr */
+
{ if ((yyvsp[0].tiexpr)) (yyval.vardeclexpr)=new VarDecl((yyloc), (yyvsp[0].tiexpr), ""); }
+
case 74: /* ti_expr_and_id: ti_expr ':' "identifier" */
+
{ if ((yyvsp[-2].tiexpr) && (yyvsp[0].sValue)) (yyval.vardeclexpr) = new VarDecl((yyloc), (yyvsp[-2].tiexpr), (yyvsp[0].sValue));
+
free((yyvsp[0].sValue));
+
case 75: /* ti_expr_list: ti_expr_list_head comma_or_none */
+
{ (yyval.tiexpr_v)=(yyvsp[-1].tiexpr_v); }
+
case 76: /* ti_expr_list_head: ti_expr */
+
{ (yyval.tiexpr_v)=new vector<TypeInst*>(); (yyval.tiexpr_v)->push_back((yyvsp[0].tiexpr)); }
+
case 77: /* ti_expr_list_head: ti_expr_list_head ',' ti_expr */
+
{ (yyval.tiexpr_v)=(yyvsp[-2].tiexpr_v); if ((yyvsp[-2].tiexpr_v) && (yyvsp[0].tiexpr)) (yyvsp[-2].tiexpr_v)->push_back((yyvsp[0].tiexpr)); }
+
case 79: /* ti_expr: "array" "[" ti_expr_list "]" "of" base_ti_expr */
+
(yyval.tiexpr) = (yyvsp[0].tiexpr);
+
if ((yyval.tiexpr) && (yyvsp[-3].tiexpr_v)) (yyval.tiexpr)->setRanges(*(yyvsp[-3].tiexpr_v));
+
delete (yyvsp[-3].tiexpr_v);
+
case 80: /* ti_expr: "list" "of" base_ti_expr */
+
(yyval.tiexpr) = (yyvsp[0].tiexpr);
std::vector<TypeInst*> ti(1);
ti[0] = new TypeInst((yyloc),Type::parint());
if ((yyval.tiexpr)) (yyval.tiexpr)->setRanges(ti);
+
case 81: /* base_ti_expr: base_ti_expr_tail */
+
{ (yyval.tiexpr) = (yyvsp[0].tiexpr);
+
case 82: /* base_ti_expr: "opt" base_ti_expr_tail */
+
{ (yyval.tiexpr) = (yyvsp[0].tiexpr);
Type tt = (yyval.tiexpr)->type();
tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
+
case 83: /* base_ti_expr: "par" opt_opt base_ti_expr_tail */
+
{ (yyval.tiexpr) = (yyvsp[0].tiexpr);
+
if ((yyval.tiexpr) && (yyvsp[-1].bValue)) {
Type tt = (yyval.tiexpr)->type();
tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
+
case 84: /* base_ti_expr: "var" opt_opt base_ti_expr_tail */
+
{ (yyval.tiexpr) = (yyvsp[0].tiexpr);
Type tt = (yyval.tiexpr)->type();
+
if ((yyvsp[-1].bValue)) tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
+
case 85: /* base_ti_expr: opt_opt "set" "of" base_ti_expr_tail */
+
{ (yyval.tiexpr) = (yyvsp[0].tiexpr);
Type tt = (yyval.tiexpr)->type();
+
if ((yyvsp[-3].bValue)) tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
+
case 86: /* base_ti_expr: "par" opt_opt "set" "of" base_ti_expr_tail */
+
{ (yyval.tiexpr) = (yyvsp[0].tiexpr);
Type tt = (yyval.tiexpr)->type();
+
if ((yyvsp[-3].bValue)) tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
+
case 87: /* base_ti_expr: "var" opt_opt "set" "of" base_ti_expr_tail */
+
{ (yyval.tiexpr) = (yyvsp[0].tiexpr);
Type tt = (yyval.tiexpr)->type();
+
if ((yyvsp[-3].bValue)) tt.ot(Type::OT_OPTIONAL);
(yyval.tiexpr)->type(tt);
+
case 88: /* opt_opt: %empty */
+
{ (yyval.bValue) = false; }
+
case 89: /* opt_opt: "opt" */
+
{ (yyval.bValue) = true; }
+
case 90: /* base_ti_expr_tail: "int" */
+
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::parint()); }
+
case 91: /* base_ti_expr_tail: "bool" */
+
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::parbool()); }
+
case 92: /* base_ti_expr_tail: "float" */
+
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::parfloat()); }
+
case 93: /* base_ti_expr_tail: "string" */
+
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::parstring()); }
+
case 94: /* base_ti_expr_tail: "ann" */
+
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::ann()); }
+
case 95: /* base_ti_expr_tail: set_expr */
+
{ if ((yyvsp[0].expression)) (yyval.tiexpr) = new TypeInst((yyloc),Type(),(yyvsp[0].expression)); }
+
case 96: /* base_ti_expr_tail: "type-inst identifier" */
+
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::top(),
+
new TIId((yyloc), (yyvsp[0].sValue)));
+
free((yyvsp[0].sValue));
+
case 97: /* base_ti_expr_tail: "type-inst enum identifier" */
+
{ (yyval.tiexpr) = new TypeInst((yyloc),Type::parint(),
+
new TIId((yyloc), (yyvsp[0].sValue)));
+
free((yyvsp[0].sValue));
+
case 99: /* array_access_expr_list_head: array_access_expr */
+
{ (yyval.expression_v)=new std::vector<MiniZinc::Expression*>; (yyval.expression_v)->push_back((yyvsp[0].expression)); }
+
case 100: /* array_access_expr_list_head: array_access_expr_list_head ',' array_access_expr */
+
{ (yyval.expression_v)=(yyvsp[-2].expression_v); if ((yyval.expression_v) && (yyvsp[0].expression)) (yyval.expression_v)->push_back((yyvsp[0].expression)); }
+
case 101: /* array_access_expr: expr */
+
{ (yyval.expression) = (yyvsp[0].expression); }
+
case 102: /* array_access_expr: ".." */
+
{ (yyval.expression)=new SetLit((yyloc), IntSetVal::a(-IntVal::infinity(),IntVal::infinity())); }
+
case 103: /* array_access_expr: ".." expr */
+
{ if ((yyvsp[0].expression)==NULL) {
(yyval.expression) = NULL;
+
} else if ((yyvsp[0].expression)->isa<IntLit>()) {
+
(yyval.expression)=new SetLit((yyloc), IntSetVal::a(-IntVal::infinity(),(yyvsp[0].expression)->cast<IntLit>()->v()));
+
(yyval.expression)=new BinOp((yyloc), IntLit::a(-IntVal::infinity()), BOT_DOTDOT, (yyvsp[0].expression));
+
case 104: /* array_access_expr: expr ".." */
+
{ if ((yyvsp[-1].expression)==NULL) {
(yyval.expression) = NULL;
+
} else if ((yyvsp[-1].expression)->isa<IntLit>()) {
+
(yyval.expression)=new SetLit((yyloc), IntSetVal::a((yyvsp[-1].expression)->cast<IntLit>()->v(),IntVal::infinity()));
+
(yyval.expression)=new BinOp((yyloc), (yyvsp[-1].expression), BOT_DOTDOT, IntLit::a(IntVal::infinity()));
+
case 106: /* expr_list_head: expr */
+
{ (yyval.expression_v)=new std::vector<MiniZinc::Expression*>; (yyval.expression_v)->push_back((yyvsp[0].expression)); }
+
case 107: /* expr_list_head: expr_list_head ',' expr */
+
{ (yyval.expression_v)=(yyvsp[-2].expression_v); if ((yyval.expression_v) && (yyvsp[0].expression)) (yyval.expression_v)->push_back((yyvsp[0].expression)); }
+
case 109: /* set_expr: set_expr "::" annotation_expr */
+
{ if ((yyvsp[-2].expression) && (yyvsp[0].expression)) (yyvsp[-2].expression)->addAnnotation((yyvsp[0].expression)); (yyval.expression)=(yyvsp[-2].expression); }
+
case 110: /* set_expr: set_expr "union" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_UNION, (yyvsp[0].expression)); }
+
case 111: /* set_expr: set_expr "diff" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_DIFF, (yyvsp[0].expression)); }
+
case 112: /* set_expr: set_expr "symdiff" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_SYMDIFF, (yyvsp[0].expression)); }
+
case 113: /* set_expr: set_expr ".." set_expr */
+
{ if ((yyvsp[-2].expression)==NULL || (yyvsp[0].expression)==NULL) {
(yyval.expression) = NULL;
+
} else if ((yyvsp[-2].expression)->isa<IntLit>() && (yyvsp[0].expression)->isa<IntLit>()) {
+
(yyval.expression)=new SetLit((yyloc), IntSetVal::a((yyvsp[-2].expression)->cast<IntLit>()->v(),(yyvsp[0].expression)->cast<IntLit>()->v()));
+
(yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_DOTDOT, (yyvsp[0].expression));
+
case 114: /* set_expr: "'..'" '(' expr ',' expr ')' */
+
{ if ((yyvsp[-3].expression)==NULL || (yyvsp[-1].expression)==NULL) {
(yyval.expression) = NULL;
+
} else if ((yyvsp[-3].expression)->isa<IntLit>() && (yyvsp[-1].expression)->isa<IntLit>()) {
+
(yyval.expression)=new SetLit((yyloc), IntSetVal::a((yyvsp[-3].expression)->cast<IntLit>()->v(),(yyvsp[-1].expression)->cast<IntLit>()->v()));
+
(yyval.expression)=new BinOp((yyloc), (yyvsp[-3].expression), BOT_DOTDOT, (yyvsp[-1].expression));
+
case 115: /* set_expr: set_expr "intersect" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_INTERSECT, (yyvsp[0].expression)); }
+
case 116: /* set_expr: set_expr "++" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_PLUSPLUS, (yyvsp[0].expression)); }
+
case 117: /* set_expr: set_expr "+" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_PLUS, (yyvsp[0].expression)); }
+
case 118: /* set_expr: set_expr "-" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_MINUS, (yyvsp[0].expression)); }
+
case 119: /* set_expr: set_expr "*" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_MULT, (yyvsp[0].expression)); }
+
case 120: /* set_expr: set_expr "/" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_DIV, (yyvsp[0].expression)); }
+
case 121: /* set_expr: set_expr "div" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_IDIV, (yyvsp[0].expression)); }
+
case 122: /* set_expr: set_expr "mod" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_MOD, (yyvsp[0].expression)); }
+
case 123: /* set_expr: set_expr "^" set_expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_POW, (yyvsp[0].expression)); }
+
case 124: /* set_expr: set_expr "~+" set_expr */
+
{ vector<Expression*> args;
+
args.push_back((yyvsp[-2].expression)); args.push_back((yyvsp[0].expression));
(yyval.expression)=new Call((yyloc), ASTString("~+"), args);
+
case 125: /* set_expr: set_expr "~-" set_expr */
+
{ vector<Expression*> args;
+
args.push_back((yyvsp[-2].expression)); args.push_back((yyvsp[0].expression));
(yyval.expression)=new Call((yyloc), ASTString("~-"), args);
+
case 126: /* set_expr: set_expr "~*" set_expr */
+
{ vector<Expression*> args;
+
args.push_back((yyvsp[-2].expression)); args.push_back((yyvsp[0].expression));
(yyval.expression)=new Call((yyloc), ASTString("~*"), args);
+
case 127: /* set_expr: set_expr "~=" set_expr */
+
{ vector<Expression*> args;
+
args.push_back((yyvsp[-2].expression)); args.push_back((yyvsp[0].expression));
(yyval.expression)=new Call((yyloc), ASTString("~="), args);
+
case 128: /* set_expr: set_expr "quoted identifier" set_expr */
+
{ vector<Expression*> args;
+
args.push_back((yyvsp[-2].expression)); args.push_back((yyvsp[0].expression));
+
(yyval.expression)=new Call((yyloc), (yyvsp[-1].sValue), args);
+
free((yyvsp[-1].sValue));
+
case 129: /* set_expr: "+" set_expr */
+
{ (yyval.expression)=new UnOp((yyloc), UOT_PLUS, (yyvsp[0].expression)); }
+
case 130: /* set_expr: "-" set_expr */
+
{ if ((yyvsp[0].expression) && (yyvsp[0].expression)->isa<IntLit>()) {
+
(yyval.expression) = IntLit::a(-(yyvsp[0].expression)->cast<IntLit>()->v());
+
} else if ((yyvsp[0].expression) && (yyvsp[0].expression)->isa<FloatLit>()) {
+
(yyval.expression) = FloatLit::a(-(yyvsp[0].expression)->cast<FloatLit>()->v());
+
(yyval.expression)=new UnOp((yyloc), UOT_MINUS, (yyvsp[0].expression));
+
case 132: /* expr: expr "::" annotation_expr */
+
{ if ((yyvsp[-2].expression) && (yyvsp[0].expression)) (yyvsp[-2].expression)->addAnnotation((yyvsp[0].expression)); (yyval.expression)=(yyvsp[-2].expression); }
+
case 133: /* expr: expr "<->" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_EQUIV, (yyvsp[0].expression)); }
+
case 134: /* expr: expr "->" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_IMPL, (yyvsp[0].expression)); }
+
case 135: /* expr: expr "<-" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_RIMPL, (yyvsp[0].expression)); }
+
case 136: /* expr: expr "\\/" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_OR, (yyvsp[0].expression)); }
+
case 137: /* expr: expr "xor" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_XOR, (yyvsp[0].expression)); }
+
case 138: /* expr: expr "/\\" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_AND, (yyvsp[0].expression)); }
+
case 139: /* expr: expr "<" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_LE, (yyvsp[0].expression)); }
+
case 140: /* expr: expr ">" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_GR, (yyvsp[0].expression)); }
+
case 141: /* expr: expr "<=" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_LQ, (yyvsp[0].expression)); }
+
case 142: /* expr: expr ">=" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_GQ, (yyvsp[0].expression)); }
+
case 143: /* expr: expr "=" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_EQ, (yyvsp[0].expression)); }
+
case 144: /* expr: expr "!=" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_NQ, (yyvsp[0].expression)); }
+
case 145: /* expr: expr "in" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_IN, (yyvsp[0].expression)); }
+
case 146: /* expr: expr "subset" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_SUBSET, (yyvsp[0].expression)); }
+
case 147: /* expr: expr "superset" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_SUPERSET, (yyvsp[0].expression)); }
+
case 148: /* expr: expr "union" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_UNION, (yyvsp[0].expression)); }
+
case 149: /* expr: expr "diff" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_DIFF, (yyvsp[0].expression)); }
+
case 150: /* expr: expr "symdiff" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_SYMDIFF, (yyvsp[0].expression)); }
+
case 151: /* expr: expr ".." expr */
+
{ if ((yyvsp[-2].expression)==NULL || (yyvsp[0].expression)==NULL) {
(yyval.expression) = NULL;
+
} else if ((yyvsp[-2].expression)->isa<IntLit>() && (yyvsp[0].expression)->isa<IntLit>()) {
+
(yyval.expression)=new SetLit((yyloc), IntSetVal::a((yyvsp[-2].expression)->cast<IntLit>()->v(),(yyvsp[0].expression)->cast<IntLit>()->v()));
+
(yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_DOTDOT, (yyvsp[0].expression));
+
case 152: /* expr: "'..'" '(' expr ',' expr ')' */
+
{ if ((yyvsp[-3].expression)==NULL || (yyvsp[-1].expression)==NULL) {
(yyval.expression) = NULL;
+
} else if ((yyvsp[-3].expression)->isa<IntLit>() && (yyvsp[-1].expression)->isa<IntLit>()) {
+
(yyval.expression)=new SetLit((yyloc), IntSetVal::a((yyvsp[-3].expression)->cast<IntLit>()->v(),(yyvsp[-1].expression)->cast<IntLit>()->v()));
+
(yyval.expression)=new BinOp((yyloc), (yyvsp[-3].expression), BOT_DOTDOT, (yyvsp[-1].expression));
+
case 153: /* expr: expr "intersect" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_INTERSECT, (yyvsp[0].expression)); }
+
case 154: /* expr: expr "++" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_PLUSPLUS, (yyvsp[0].expression)); }
+
case 155: /* expr: expr "+" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_PLUS, (yyvsp[0].expression)); }
+
case 156: /* expr: expr "-" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_MINUS, (yyvsp[0].expression)); }
+
case 157: /* expr: expr "*" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_MULT, (yyvsp[0].expression)); }
+
case 158: /* expr: expr "/" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_DIV, (yyvsp[0].expression)); }
+
case 159: /* expr: expr "div" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_IDIV, (yyvsp[0].expression)); }
+
case 160: /* expr: expr "mod" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_MOD, (yyvsp[0].expression)); }
+
case 161: /* expr: expr "^" expr */
+
{ (yyval.expression)=new BinOp((yyloc), (yyvsp[-2].expression), BOT_POW, (yyvsp[0].expression)); }
+
case 162: /* expr: expr "~+" expr */
+
{ vector<Expression*> args;
+
args.push_back((yyvsp[-2].expression)); args.push_back((yyvsp[0].expression));
(yyval.expression)=new Call((yyloc), ASTString("~+"), args);
+
case 163: /* expr: expr "~-" expr */
+
{ vector<Expression*> args;
+
args.push_back((yyvsp[-2].expression)); args.push_back((yyvsp[0].expression));
(yyval.expression)=new Call((yyloc), ASTString("~-"), args);
+
case 164: /* expr: expr "~*" expr */
+
{ vector<Expression*> args;
+
args.push_back((yyvsp[-2].expression)); args.push_back((yyvsp[0].expression));
(yyval.expression)=new Call((yyloc), ASTString("~*"), args);
+
case 165: /* expr: expr "~=" expr */
+
{ vector<Expression*> args;
+
args.push_back((yyvsp[-2].expression)); args.push_back((yyvsp[0].expression));
(yyval.expression)=new Call((yyloc), ASTString("~="), args);
+
case 166: /* expr: expr "quoted identifier" expr */
+
{ vector<Expression*> args;
+
args.push_back((yyvsp[-2].expression)); args.push_back((yyvsp[0].expression));
+
(yyval.expression)=new Call((yyloc), (yyvsp[-1].sValue), args);
+
free((yyvsp[-1].sValue));
+
case 167: /* expr: "not" expr */
+
{ (yyval.expression)=new UnOp((yyloc), UOT_NOT, (yyvsp[0].expression)); }
+
case 168: /* expr: "+" expr */
+
{ if (((yyvsp[0].expression) && (yyvsp[0].expression)->isa<IntLit>()) || ((yyvsp[0].expression) && (yyvsp[0].expression)->isa<FloatLit>())) {
+
(yyval.expression) = (yyvsp[0].expression);
+
(yyval.expression)=new UnOp((yyloc), UOT_PLUS, (yyvsp[0].expression));
+
case 169: /* expr: "-" expr */
+
{ if ((yyvsp[0].expression) && (yyvsp[0].expression)->isa<IntLit>()) {
+
(yyval.expression) = IntLit::a(-(yyvsp[0].expression)->cast<IntLit>()->v());
+
} else if ((yyvsp[0].expression) && (yyvsp[0].expression)->isa<FloatLit>()) {
+
(yyval.expression) = FloatLit::a(-(yyvsp[0].expression)->cast<FloatLit>()->v());
+
(yyval.expression)=new UnOp((yyloc), UOT_MINUS, (yyvsp[0].expression));
+
case 170: /* expr_atom_head: expr_atom_head_nonstring */
+
{ (yyval.expression)=(yyvsp[0].expression); }
+
case 171: /* expr_atom_head: string_expr */
+
{ (yyval.expression)=(yyvsp[0].expression); }
+
case 172: /* expr_atom_head_nonstring: '(' expr ')' */
+
{ (yyval.expression)=(yyvsp[-1].expression); }
+
case 173: /* expr_atom_head_nonstring: '(' expr ')' array_access_tail */
+
{ if ((yyvsp[0].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[-2].expression), *(yyvsp[0].expression_vv)); delete (yyvsp[0].expression_vv); }
+
case 174: /* expr_atom_head_nonstring: "identifier" */
+
{ (yyval.expression)=new Id((yyloc), (yyvsp[0].sValue), NULL); free((yyvsp[0].sValue)); }
+
case 175: /* expr_atom_head_nonstring: "identifier" array_access_tail */
+
{ if ((yyvsp[0].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), new Id((yylsp[-1]),(yyvsp[-1].sValue),NULL), *(yyvsp[0].expression_vv));
+
free((yyvsp[-1].sValue)); delete (yyvsp[0].expression_vv); }
+
case 176: /* expr_atom_head_nonstring: "_" */
+
{ (yyval.expression)=new AnonVar((yyloc)); }
+
case 177: /* expr_atom_head_nonstring: "_" array_access_tail */
+
{ if ((yyvsp[0].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), new AnonVar((yyloc)), *(yyvsp[0].expression_vv));
+
delete (yyvsp[0].expression_vv); }
+
case 178: /* expr_atom_head_nonstring: "bool literal" */
+
{ (yyval.expression)=constants().boollit(((yyvsp[0].iValue)!=0)); }
+
case 179: /* expr_atom_head_nonstring: "integer literal" */
+
{ (yyval.expression)=IntLit::a((yyvsp[0].iValue)); }
+
case 180: /* expr_atom_head_nonstring: "infinity" */
+
{ (yyval.expression)=IntLit::a(IntVal::infinity()); }
+
case 181: /* expr_atom_head_nonstring: "float literal" */
+
{ (yyval.expression)=FloatLit::a((yyvsp[0].dValue)); }
+
case 182: /* expr_atom_head_nonstring: "<>" */
+
{ (yyval.expression)=constants().absent; }
+
case 184: /* expr_atom_head_nonstring: set_literal array_access_tail */
+
{ if ((yyvsp[0].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[-1].expression), *(yyvsp[0].expression_vv));
+
delete (yyvsp[0].expression_vv); }
+
case 186: /* expr_atom_head_nonstring: set_comp array_access_tail */
+
{ if ((yyvsp[0].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[-1].expression), *(yyvsp[0].expression_vv));
+
delete (yyvsp[0].expression_vv); }
+
case 188: /* expr_atom_head_nonstring: simple_array_literal array_access_tail */
+
{ if ((yyvsp[0].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[-1].expression), *(yyvsp[0].expression_vv));
+
delete (yyvsp[0].expression_vv); }
+
case 190: /* expr_atom_head_nonstring: simple_array_literal_2d array_access_tail */
+
{ if ((yyvsp[0].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[-1].expression), *(yyvsp[0].expression_vv));
+
delete (yyvsp[0].expression_vv); }
+
case 192: /* expr_atom_head_nonstring: simple_array_comp array_access_tail */
+
{ if ((yyvsp[0].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[-1].expression), *(yyvsp[0].expression_vv));
+
delete (yyvsp[0].expression_vv); }
+
case 194: /* expr_atom_head_nonstring: if_then_else_expr array_access_tail */
+
{ if ((yyvsp[0].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[-1].expression), *(yyvsp[0].expression_vv));
+
delete (yyvsp[0].expression_vv); }
+
case 197: /* expr_atom_head_nonstring: call_expr array_access_tail */
+
{ if ((yyvsp[0].expression_vv)) (yyval.expression)=createArrayAccess((yyloc), (yyvsp[-1].expression), *(yyvsp[0].expression_vv));
+
delete (yyvsp[0].expression_vv); }
+
case 198: /* string_expr: "string literal" */
+
{ (yyval.expression)=new StringLit((yyloc), (yyvsp[0].sValue)); free((yyvsp[0].sValue)); }
+
case 199: /* string_expr: "interpolated string start" string_quote_rest */
+
{ (yyval.expression)=new BinOp((yyloc), new StringLit((yyloc), (yyvsp[-1].sValue)), BOT_PLUSPLUS, (yyvsp[0].expression));
+
free((yyvsp[-1].sValue));
+
case 200: /* string_quote_rest: expr_list_head "interpolated string end" */
+
{ if ((yyvsp[-1].expression_v)) (yyval.expression)=new BinOp((yyloc), new Call((yyloc), ASTString("format"), *(yyvsp[-1].expression_v)), BOT_PLUSPLUS, new StringLit((yyloc),(yyvsp[0].sValue)));
+
free((yyvsp[0].sValue));
+
delete (yyvsp[-1].expression_v);
+
case 201: /* string_quote_rest: expr_list_head "interpolated string middle" string_quote_rest */
+
{ if ((yyvsp[-2].expression_v)) (yyval.expression)=new BinOp((yyloc), new Call((yyloc), ASTString("format"), *(yyvsp[-2].expression_v)), BOT_PLUSPLUS,
+
new BinOp((yyloc), new StringLit((yyloc),(yyvsp[-1].sValue)), BOT_PLUSPLUS, (yyvsp[0].expression)));
+
free((yyvsp[-1].sValue));
+
delete (yyvsp[-2].expression_v);
+
case 202: /* array_access_tail: "[" array_access_expr_list "]" */
+
{ (yyval.expression_vv)=new std::vector<std::vector<Expression*> >();
+
if ((yyvsp[-1].expression_v)) {
+
(yyval.expression_vv)->push_back(*(yyvsp[-1].expression_v));
+
delete (yyvsp[-1].expression_v);
+
case 203: /* array_access_tail: array_access_tail "[" array_access_expr_list "]" */
+
{ (yyval.expression_vv)=(yyvsp[-3].expression_vv);
+
if ((yyval.expression_vv) && (yyvsp[-1].expression_v)) {
+
(yyval.expression_vv)->push_back(*(yyvsp[-1].expression_v));
+
delete (yyvsp[-1].expression_v);
+
case 204: /* set_literal: '{' '}' */
+
{ (yyval.expression) = new SetLit((yyloc), std::vector<Expression*>()); }
+
case 205: /* set_literal: '{' expr_list '}' */
+
{ if ((yyvsp[-1].expression_v)) (yyval.expression) = new SetLit((yyloc), *(yyvsp[-1].expression_v));
+
delete (yyvsp[-1].expression_v); }
+
case 206: /* set_comp: '{' expr '|' comp_tail '}' */
+
{ if ((yyvsp[-1].generators)) (yyval.expression) = new Comprehension((yyloc), (yyvsp[-3].expression), *(yyvsp[-1].generators), true);
+
delete (yyvsp[-1].generators);
+
case 207: /* comp_tail: generator_list */
+
{ if ((yyvsp[0].generator_v)) (yyval.generators)=new Generators; (yyval.generators)->_g = *(yyvsp[0].generator_v); delete (yyvsp[0].generator_v); }
+
case 209: /* generator_list_head: generator */
+
{ (yyval.generator_v)=new std::vector<Generator>; if ((yyvsp[0].generator)) (yyval.generator_v)->push_back(*(yyvsp[0].generator)); delete (yyvsp[0].generator); }
+
case 210: /* generator_list_head: generator_eq */
+
{ (yyval.generator_v)=new std::vector<Generator>; if ((yyvsp[0].generator)) (yyval.generator_v)->push_back(*(yyvsp[0].generator)); delete (yyvsp[0].generator); }
+
case 211: /* generator_list_head: generator_eq "where" expr */
+
{ (yyval.generator_v)=new std::vector<Generator>;
+
if ((yyvsp[-2].generator)) (yyval.generator_v)->push_back(*(yyvsp[-2].generator));
+
if ((yyvsp[-2].generator) && (yyvsp[0].expression)) (yyval.generator_v)->push_back(Generator((yyval.generator_v)->size(),(yyvsp[0].expression)));
+
delete (yyvsp[-2].generator);
+
case 212: /* generator_list_head: generator_list_head ',' generator */
+
{ (yyval.generator_v)=(yyvsp[-2].generator_v); if ((yyval.generator_v) && (yyvsp[0].generator)) (yyval.generator_v)->push_back(*(yyvsp[0].generator)); delete (yyvsp[0].generator); }
+
case 213: /* generator_list_head: generator_list_head ',' generator_eq */
+
{ (yyval.generator_v)=(yyvsp[-2].generator_v); if ((yyval.generator_v) && (yyvsp[0].generator)) (yyval.generator_v)->push_back(*(yyvsp[0].generator)); delete (yyvsp[0].generator); }
+
case 214: /* generator_list_head: generator_list_head ',' generator_eq "where" expr */
+
{ (yyval.generator_v)=(yyvsp[-4].generator_v);
+
if ((yyval.generator_v) && (yyvsp[-2].generator)) (yyval.generator_v)->push_back(*(yyvsp[-2].generator));
+
if ((yyval.generator_v) && (yyvsp[-2].generator) && (yyvsp[0].expression)) (yyval.generator_v)->push_back(Generator((yyval.generator_v)->size(),(yyvsp[0].expression)));
+
delete (yyvsp[-2].generator);
+
case 215: /* generator: id_list "in" expr */
+
{ if ((yyvsp[-2].string_v) && (yyvsp[0].expression)) (yyval.generator)=new Generator(*(yyvsp[-2].string_v),(yyvsp[0].expression),NULL); else (yyval.generator)=NULL; delete (yyvsp[-2].string_v); }
+
case 216: /* generator: id_list "in" expr "where" expr */
+
{ if ((yyvsp[-4].string_v) && (yyvsp[-2].expression)) (yyval.generator)=new Generator(*(yyvsp[-4].string_v),(yyvsp[-2].expression),(yyvsp[0].expression)); else (yyval.generator)=NULL; delete (yyvsp[-4].string_v); }
+
case 217: /* generator_eq: "identifier" "=" expr */
+
{ if ((yyvsp[0].expression)) (yyval.generator)=new Generator({(yyvsp[-2].sValue)},NULL,(yyvsp[0].expression)); else (yyval.generator)=NULL; free((yyvsp[-2].sValue)); }
+
case 219: /* id_list_head: "identifier" */
+
{ (yyval.string_v)=new std::vector<std::string>; (yyval.string_v)->push_back((yyvsp[0].sValue)); free((yyvsp[0].sValue)); }
+
case 220: /* id_list_head: id_list_head ',' "identifier" */
+
{ (yyval.string_v)=(yyvsp[-2].string_v); if ((yyval.string_v) && (yyvsp[0].sValue)) (yyval.string_v)->push_back((yyvsp[0].sValue)); free((yyvsp[0].sValue)); }
+
case 221: /* simple_array_literal: "[" "]" */
+
{ (yyval.expression)=new ArrayLit((yyloc), std::vector<MiniZinc::Expression*>()); }
+
case 222: /* simple_array_literal: "[" expr_list "]" */
+
{ if ((yyvsp[-1].expression_v)) (yyval.expression)=new ArrayLit((yyloc), *(yyvsp[-1].expression_v)); delete (yyvsp[-1].expression_v); }
+
case 223: /* simple_array_literal_2d: "[|" "|]" */
+
{ (yyval.expression)=new ArrayLit((yyloc), std::vector<std::vector<Expression*> >()); }
+
case 224: /* simple_array_literal_2d: "[|" simple_array_literal_2d_list "|]" */
+
{ if ((yyvsp[-1].expression_vv)) {
+
(yyval.expression)=new ArrayLit((yyloc), *(yyvsp[-1].expression_vv));
+
for (unsigned int i=1; i<(yyvsp[-1].expression_vv)->size(); i++)
+
if ((*(yyvsp[-1].expression_vv))[i].size() != (*(yyvsp[-1].expression_vv))[i-1].size())
+
yyerror(&(yylsp[-1]), parm, "syntax error, all sub-arrays of 2d array literal must have the same length");
+
delete (yyvsp[-1].expression_vv);
(yyval.expression) = NULL;
+
case 225: /* simple_array_literal_2d: "[|" simple_array_literal_2d_list '|' "|]" */
+
{ if ((yyvsp[-2].expression_vv)) {
+
(yyval.expression)=new ArrayLit((yyloc), *(yyvsp[-2].expression_vv));
+
for (unsigned int i=1; i<(yyvsp[-2].expression_vv)->size(); i++)
+
if ((*(yyvsp[-2].expression_vv))[i].size() != (*(yyvsp[-2].expression_vv))[i-1].size())
+
yyerror(&(yylsp[-2]), parm, "syntax error, all sub-arrays of 2d array literal must have the same length");
+
delete (yyvsp[-2].expression_vv);
(yyval.expression) = NULL;
+
case 226: /* simple_array_literal_2d: "[|" simple_array_literal_3d_list "|]" */
+
if ((yyvsp[-1].expression_vvv)) {
std::vector<std::pair<int,int> > dims(3);
+
dims[0] = std::pair<int,int>(1,static_cast<int>((yyvsp[-1].expression_vvv)->size()));
+
if ((yyvsp[-1].expression_vvv)->size()==0) {
dims[1] = std::pair<int,int>(1,0);
dims[2] = std::pair<int,int>(1,0);
+
dims[1] = std::pair<int,int>(1,static_cast<int>((*(yyvsp[-1].expression_vvv))[0].size()));
+
if ((*(yyvsp[-1].expression_vvv))[0].size()==0) {
dims[2] = std::pair<int,int>(1,0);
+
dims[2] = std::pair<int,int>(1,static_cast<int>((*(yyvsp[-1].expression_vvv))[0][0].size()));
std::vector<Expression*> a;
for (int i=0; i<dims[0].second; i++) {
+
if ((*(yyvsp[-1].expression_vvv))[i].size() != dims[1].second) {
+
yyerror(&(yylsp[-1]), parm, "syntax error, all sub-arrays of 3d array literal must have the same length");
for (int j=0; j<dims[1].second; j++) {
+
if ((*(yyvsp[-1].expression_vvv))[i][j].size() != dims[2].second) {
+
yyerror(&(yylsp[-1]), parm, "syntax error, all sub-arrays of 3d array literal must have the same length");
for (int k=0; k<dims[2].second; k++) {
+
a.push_back((*(yyvsp[-1].expression_vvv))[i][j][k]);
(yyval.expression) = new ArrayLit((yyloc),a,dims);
+
delete (yyvsp[-1].expression_vvv);
(yyval.expression) = NULL;
+
case 227: /* simple_array_literal_3d_list: '|' '|' */
+
{ (yyval.expression_vvv)=new std::vector<std::vector<std::vector<MiniZinc::Expression*> > >;
+
case 228: /* simple_array_literal_3d_list: '|' simple_array_literal_2d_list '|' */
+
{ (yyval.expression_vvv)=new std::vector<std::vector<std::vector<MiniZinc::Expression*> > >;
+
if ((yyvsp[-1].expression_vv)) (yyval.expression_vvv)->push_back(*(yyvsp[-1].expression_vv));
+
delete (yyvsp[-1].expression_vv);
+
case 229: /* simple_array_literal_3d_list: simple_array_literal_3d_list ',' '|' simple_array_literal_2d_list '|' */
+
{ (yyval.expression_vvv)=(yyvsp[-4].expression_vvv);
+
if ((yyval.expression_vvv) && (yyvsp[-1].expression_vv)) (yyval.expression_vvv)->push_back(*(yyvsp[-1].expression_vv));
+
delete (yyvsp[-1].expression_vv);
+
case 230: /* simple_array_literal_2d_list: expr_list */
+
{ (yyval.expression_vv)=new std::vector<std::vector<MiniZinc::Expression*> >;
+
if ((yyvsp[0].expression_v)) (yyval.expression_vv)->push_back(*(yyvsp[0].expression_v));
+
delete (yyvsp[0].expression_v);
+
case 231: /* simple_array_literal_2d_list: simple_array_literal_2d_list '|' expr_list */
+
{ (yyval.expression_vv)=(yyvsp[-2].expression_vv); if ((yyval.expression_vv) && (yyvsp[0].expression_v)) (yyval.expression_vv)->push_back(*(yyvsp[0].expression_v)); delete (yyvsp[0].expression_v); }
+
case 232: /* simple_array_comp: "[" expr '|' comp_tail "]" */
+
{ if ((yyvsp[-1].generators)) (yyval.expression)=new Comprehension((yyloc), (yyvsp[-3].expression), *(yyvsp[-1].generators), false);
+
delete (yyvsp[-1].generators);
+
case 233: /* if_then_else_expr: "if" expr "then" expr "endif" */
std::vector<Expression*> iexps;
+
iexps.push_back((yyvsp[-3].expression));
+
iexps.push_back((yyvsp[-1].expression));
(yyval.expression)=new ITE((yyloc), iexps, NULL);
+
case 234: /* if_then_else_expr: "if" expr "then" expr elseif_list "else" expr "endif" */
std::vector<Expression*> iexps;
+
iexps.push_back((yyvsp[-6].expression));
+
iexps.push_back((yyvsp[-4].expression));
+
if ((yyvsp[-3].expression_v)) {
+
for (unsigned int i=0; i<(yyvsp[-3].expression_v)->size(); i+=2) {
+
iexps.push_back((*(yyvsp[-3].expression_v))[i]);
+
iexps.push_back((*(yyvsp[-3].expression_v))[i+1]);
+
(yyval.expression)=new ITE((yyloc), iexps,(yyvsp[-1].expression));
+
delete (yyvsp[-3].expression_v);
+
case 235: /* elseif_list: %empty */
+
{ (yyval.expression_v)=new std::vector<MiniZinc::Expression*>; }
+
case 236: /* elseif_list: elseif_list "elseif" expr "then" expr */
+
{ (yyval.expression_v)=(yyvsp[-4].expression_v); if ((yyval.expression_v) && (yyvsp[-2].expression) && (yyvsp[0].expression)) { (yyval.expression_v)->push_back((yyvsp[-2].expression)); (yyval.expression_v)->push_back((yyvsp[0].expression)); } }
+
case 237: /* quoted_op: "'<->'" */
+
{ (yyval.iValue)=BOT_EQUIV; }
+
case 238: /* quoted_op: "'->'" */
+
{ (yyval.iValue)=BOT_IMPL; }
+
case 239: /* quoted_op: "'<-'" */
+
{ (yyval.iValue)=BOT_RIMPL; }
+
case 240: /* quoted_op: "'\\/'" */
+
{ (yyval.iValue)=BOT_OR; }
+
case 241: /* quoted_op: "'xor'" */
+
{ (yyval.iValue)=BOT_XOR; }
+
case 242: /* quoted_op: "'/\\'" */
+
{ (yyval.iValue)=BOT_AND; }
+
case 243: /* quoted_op: "'<'" */
+
{ (yyval.iValue)=BOT_LE; }
+
case 244: /* quoted_op: "'>'" */
+
{ (yyval.iValue)=BOT_GR; }
+
case 245: /* quoted_op: "'<='" */
+
{ (yyval.iValue)=BOT_LQ; }
+
case 246: /* quoted_op: "'>='" */
+
{ (yyval.iValue)=BOT_GQ; }
+
case 247: /* quoted_op: "'='" */
+
{ (yyval.iValue)=BOT_EQ; }
+
case 248: /* quoted_op: "'!='" */
+
{ (yyval.iValue)=BOT_NQ; }
+
case 249: /* quoted_op: "'in'" */
+
{ (yyval.iValue)=BOT_IN; }
+
case 250: /* quoted_op: "'subset'" */
+
{ (yyval.iValue)=BOT_SUBSET; }
+
case 251: /* quoted_op: "'superset'" */
+
{ (yyval.iValue)=BOT_SUPERSET; }
+
case 252: /* quoted_op: "'union'" */
+
{ (yyval.iValue)=BOT_UNION; }
+
case 253: /* quoted_op: "'diff'" */
+
{ (yyval.iValue)=BOT_DIFF; }
+
case 254: /* quoted_op: "'symdiff'" */
+
{ (yyval.iValue)=BOT_SYMDIFF; }
+
case 255: /* quoted_op: "'+'" */
+
{ (yyval.iValue)=BOT_PLUS; }
+
case 256: /* quoted_op: "'-'" */
+
{ (yyval.iValue)=BOT_MINUS; }
+
case 257: /* quoted_op: "'*'" */
+
{ (yyval.iValue)=BOT_MULT; }
+
case 258: /* quoted_op: "'^'" */
+
{ (yyval.iValue)=BOT_POW; }
+
case 259: /* quoted_op: "'/'" */
+
{ (yyval.iValue)=BOT_DIV; }
+
case 260: /* quoted_op: "'div'" */
+
{ (yyval.iValue)=BOT_IDIV; }
+
case 261: /* quoted_op: "'mod'" */
+
{ (yyval.iValue)=BOT_MOD; }
+
case 262: /* quoted_op: "'intersect'" */
+
{ (yyval.iValue)=BOT_INTERSECT; }
+
case 263: /* quoted_op: "'++'" */
+
{ (yyval.iValue)=BOT_PLUSPLUS; }
+
case 264: /* quoted_op: "'not'" */
+
case 265: /* quoted_op_call: quoted_op '(' expr ',' expr ')' */
+
{ if ((yyvsp[-5].iValue)==-1) {
+
yyerror(&(yylsp[-3]), parm, "syntax error, unary operator with two arguments");
+
(yyval.expression)=new BinOp((yyloc), (yyvsp[-3].expression),static_cast<BinOpType>((yyvsp[-5].iValue)),(yyvsp[-1].expression));
+
case 266: /* quoted_op_call: quoted_op '(' expr ')' */
+
switch ((yyvsp[-3].iValue)) {
···
+
yyerror(&(yylsp[-1]), parm, "syntax error, binary operator with unary argument list");
+
if (uot==UOT_PLUS && (yyvsp[-1].expression) && ((yyvsp[-1].expression)->isa<IntLit>() || (yyvsp[-1].expression)->isa<FloatLit>())) {
+
(yyval.expression) = (yyvsp[-1].expression);
+
} else if (uot==UOT_MINUS && (yyvsp[-1].expression) && (yyvsp[-1].expression)->isa<IntLit>()) {
+
(yyval.expression) = IntLit::a(-(yyvsp[-1].expression)->cast<IntLit>()->v());
+
} else if (uot==UOT_MINUS && (yyvsp[-1].expression) && (yyvsp[-1].expression)->isa<FloatLit>()) {
+
(yyval.expression) = FloatLit::a(-(yyvsp[-1].expression)->cast<FloatLit>()->v());
+
(yyval.expression)=new UnOp((yyloc), static_cast<UnOpType>(uot),(yyvsp[-1].expression));
+
case 267: /* call_expr: "identifier" '(' ')' */
+
{ (yyval.expression)=new Call((yyloc), (yyvsp[-2].sValue), std::vector<Expression*>()); free((yyvsp[-2].sValue)); }
+
case 269: /* call_expr: "identifier" '(' comp_or_expr ')' */
+
if ((yyvsp[-1].expression_p)!=NULL) {
std::vector<Expression*> args;
+
for (unsigned int i=0; i<(yyvsp[-1].expression_p)->size(); i++) {
+
if ((*(yyvsp[-1].expression_p))[i].second) {
+
yyerror(&(yylsp[-1]), parm, "syntax error, 'where' expression outside generator call");
+
args.push_back((*(yyvsp[-1].expression_p))[i].first);
+
(yyval.expression)=new Call((yyloc), (yyvsp[-3].sValue), args);
+
free((yyvsp[-3].sValue));
+
delete (yyvsp[-1].expression_p);
+
case 270: /* call_expr: "identifier" '(' comp_or_expr ')' '(' expr ')' */
+
if ((yyvsp[-4].expression_p)) {
+
for (unsigned int i=0; i<(yyvsp[-4].expression_p)->size(); i++) {
+
if (Id* id = Expression::dyn_cast<Id>((*(yyvsp[-4].expression_p))[i].first)) {
+
if ((*(yyvsp[-4].expression_p))[i].second) {
+
ParserLocation loc = (*(yyvsp[-4].expression_p))[i].second->loc().parserLocation();
yyerror(&loc, parm, "illegal where expression in generator call");
+
if (BinOp* boe = Expression::dyn_cast<BinOp>((*(yyvsp[-4].expression_p))[i].first)) {
if (boe->lhs() && boe->rhs()) {
Id* id = Expression::dyn_cast<Id>(boe->lhs());
if (id && boe->op() == BOT_IN) {
+
gens.push_back(Generator(ids,boe->rhs(),(*(yyvsp[-4].expression_p))[i].second));
} else if (id && boe->op() == BOT_EQ && ids.empty()) {
gens.push_back(Generator(ids,NULL,boe->rhs()));
+
if ((*(yyvsp[-4].expression_p))[i].second) {
+
gens.push_back(Generator(gens.size(),(*(yyvsp[-4].expression_p))[i].second));
+
ParserLocation loc = (*(yyvsp[-4].expression_p))[i].first->loc().parserLocation();
yyerror(&loc, parm, "illegal expression in generator call");
+
ParserLocation loc = (*(yyvsp[-4].expression_p))[i].first->loc().parserLocation();
yyerror(&loc, parm, "illegal expression in generator call");
+
yyerror(&(yylsp[-4]), parm, "illegal expression in generator call");
ParserState* pp = static_cast<ParserState*>(parm);
Generators g; g._g = gens;
+
Comprehension* ac = new Comprehension((yyloc), (yyvsp[-1].expression),g,false);
vector<Expression*> args; args.push_back(ac);
+
(yyval.expression)=new Call((yyloc), (yyvsp[-6].sValue), args);
+
free((yyvsp[-6].sValue));
+
delete (yyvsp[-4].expression_p);
+
case 272: /* comp_or_expr_head: expr */
+
{ (yyval.expression_p)=new vector<pair<Expression*,Expression*> >;
+
if ((yyvsp[0].expression)) {
+
(yyval.expression_p)->push_back(pair<Expression*,Expression*>((yyvsp[0].expression),NULL));
+
case 273: /* comp_or_expr_head: expr "where" expr */
+
{ (yyval.expression_p)=new vector<pair<Expression*,Expression*> >;
+
if ((yyvsp[-2].expression) && (yyvsp[0].expression)) {
+
(yyval.expression_p)->push_back(pair<Expression*,Expression*>((yyvsp[-2].expression),(yyvsp[0].expression)));
+
case 274: /* comp_or_expr_head: comp_or_expr_head ',' expr */
+
{ (yyval.expression_p)=(yyvsp[-2].expression_p); if ((yyval.expression_p) && (yyvsp[0].expression)) (yyval.expression_p)->push_back(pair<Expression*,Expression*>((yyvsp[0].expression),NULL)); }
+
case 275: /* comp_or_expr_head: comp_or_expr_head ',' expr "where" expr */
+
{ (yyval.expression_p)=(yyvsp[-4].expression_p); if ((yyval.expression_p) && (yyvsp[-2].expression) && (yyvsp[0].expression)) (yyval.expression_p)->push_back(pair<Expression*,Expression*>((yyvsp[-2].expression),(yyvsp[0].expression))); }
+
case 276: /* let_expr: "let" '{' let_vardecl_item_list '}' "in" expr */
+
{ if ((yyvsp[-3].expression_v) && (yyvsp[0].expression)) {
+
(yyval.expression)=new Let((yyloc), *(yyvsp[-3].expression_v), (yyvsp[0].expression)); delete (yyvsp[-3].expression_v);
+
case 277: /* let_expr: "let" '{' let_vardecl_item_list comma_or_semi '}' "in" expr */
+
{ if ((yyvsp[-4].expression_v) && (yyvsp[0].expression)) {
+
(yyval.expression)=new Let((yyloc), *(yyvsp[-4].expression_v), (yyvsp[0].expression)); delete (yyvsp[-4].expression_v);
+
case 278: /* let_vardecl_item_list: let_vardecl_item */
+
{ (yyval.expression_v)=new vector<Expression*>; (yyval.expression_v)->push_back((yyvsp[0].vardeclexpr)); }
+
case 279: /* let_vardecl_item_list: constraint_item */
+
{ (yyval.expression_v)=new vector<Expression*>;
+
ConstraintI* ce = (yyvsp[0].item)->cast<ConstraintI>();
(yyval.expression_v)->push_back(ce->e());
+
case 280: /* let_vardecl_item_list: let_vardecl_item_list comma_or_semi let_vardecl_item */
+
{ (yyval.expression_v)=(yyvsp[-2].expression_v); if ((yyval.expression_v) && (yyvsp[0].vardeclexpr)) (yyval.expression_v)->push_back((yyvsp[0].vardeclexpr)); }
+
case 281: /* let_vardecl_item_list: let_vardecl_item_list comma_or_semi constraint_item */
+
{ (yyval.expression_v)=(yyvsp[-2].expression_v);
+
if ((yyval.expression_v) && (yyvsp[0].item)) {
+
ConstraintI* ce = (yyvsp[0].item)->cast<ConstraintI>();
(yyval.expression_v)->push_back(ce->e());
+
case 284: /* let_vardecl_item: ti_expr_and_id annotations */
+
{ (yyval.vardeclexpr) = (yyvsp[-1].vardeclexpr);
if ((yyval.vardeclexpr)) (yyval.vardeclexpr)->toplevel(false);
+
if ((yyval.vardeclexpr) && (yyvsp[0].expression_v)) (yyval.vardeclexpr)->addAnnotations(*(yyvsp[0].expression_v));
+
delete (yyvsp[0].expression_v);
+
case 285: /* let_vardecl_item: ti_expr_and_id annotations "=" expr */
+
{ if ((yyvsp[-3].vardeclexpr)) (yyvsp[-3].vardeclexpr)->e((yyvsp[0].expression));
+
(yyval.vardeclexpr) = (yyvsp[-3].vardeclexpr);
if ((yyval.vardeclexpr)) (yyval.vardeclexpr)->loc((yyloc));
if ((yyval.vardeclexpr)) (yyval.vardeclexpr)->toplevel(false);
+
if ((yyval.vardeclexpr) && (yyvsp[-2].expression_v)) (yyval.vardeclexpr)->addAnnotations(*(yyvsp[-2].expression_v));
+
delete (yyvsp[-2].expression_v);
+
case 286: /* annotations: %empty */
+
{ (yyval.expression_v)=NULL; }
+
case 288: /* annotation_expr: expr_atom_head_nonstring */
+
{ (yyval.expression) = (yyvsp[0].expression); }
+
case 289: /* annotation_expr: string_expr */
+
{ (yyval.expression) = new Call((yylsp[0]), ASTString("mzn_expression_name"), {(yyvsp[0].expression)}); }
+
case 290: /* ne_annotations: "::" annotation_expr */
+
{ (yyval.expression_v)=new std::vector<Expression*>(1);
+
(*(yyval.expression_v))[0] = (yyvsp[0].expression);
+
case 291: /* ne_annotations: ne_annotations "::" annotation_expr */
+
{ (yyval.expression_v)=(yyvsp[-2].expression_v); if ((yyval.expression_v)) (yyval.expression_v)->push_back((yyvsp[0].expression)); }
+
case 292: /* id_or_quoted_op: "identifier" */
+
{ (yyval.sValue)=(yyvsp[0].sValue); }
+
case 293: /* id_or_quoted_op: "'<->'" */
+
{ (yyval.sValue)=strdup("'<->'"); }
+
case 294: /* id_or_quoted_op: "'->'" */
+
{ (yyval.sValue)=strdup("'->'"); }
+
case 295: /* id_or_quoted_op: "'<-'" */
+
{ (yyval.sValue)=strdup("'<-'"); }
+
case 296: /* id_or_quoted_op: "'\\/'" */
+
{ (yyval.sValue)=strdup("'\\/'"); }
+
case 297: /* id_or_quoted_op: "'xor'" */
+
{ (yyval.sValue)=strdup("'xor'"); }
+
case 298: /* id_or_quoted_op: "'/\\'" */
+
{ (yyval.sValue)=strdup("'/\\'"); }
+
case 299: /* id_or_quoted_op: "'<'" */
+
{ (yyval.sValue)=strdup("'<'"); }
+
case 300: /* id_or_quoted_op: "'>'" */
+
{ (yyval.sValue)=strdup("'>'"); }
+
case 301: /* id_or_quoted_op: "'<='" */
+
{ (yyval.sValue)=strdup("'<='"); }
+
case 302: /* id_or_quoted_op: "'>='" */
+
{ (yyval.sValue)=strdup("'>='"); }
+
case 303: /* id_or_quoted_op: "'='" */
+
{ (yyval.sValue)=strdup("'='"); }
+
case 304: /* id_or_quoted_op: "'!='" */
+
{ (yyval.sValue)=strdup("'!='"); }
+
case 305: /* id_or_quoted_op: "'in'" */
+
{ (yyval.sValue)=strdup("'in'"); }
+
case 306: /* id_or_quoted_op: "'subset'" */
+
{ (yyval.sValue)=strdup("'subset'"); }
+
case 307: /* id_or_quoted_op: "'superset'" */
+
{ (yyval.sValue)=strdup("'superset'"); }
+
case 308: /* id_or_quoted_op: "'union'" */
+
{ (yyval.sValue)=strdup("'union'"); }
+
case 309: /* id_or_quoted_op: "'diff'" */
+
{ (yyval.sValue)=strdup("'diff'"); }
+
case 310: /* id_or_quoted_op: "'symdiff'" */
+
{ (yyval.sValue)=strdup("'symdiff'"); }
+
case 311: /* id_or_quoted_op: "'..'" */
+
{ (yyval.sValue)=strdup("'..'"); }
+
case 312: /* id_or_quoted_op: "'+'" */
+
{ (yyval.sValue)=strdup("'+'"); }
+
case 313: /* id_or_quoted_op: "'-'" */
+
{ (yyval.sValue)=strdup("'-'"); }
+
case 314: /* id_or_quoted_op: "'*'" */
+
{ (yyval.sValue)=strdup("'*'"); }
+
case 315: /* id_or_quoted_op: "'^'" */
+
{ (yyval.sValue)=strdup("'^'"); }
+
case 316: /* id_or_quoted_op: "'/'" */
+
{ (yyval.sValue)=strdup("'/'"); }
+
case 317: /* id_or_quoted_op: "'div'" */
+
{ (yyval.sValue)=strdup("'div'"); }
+
case 318: /* id_or_quoted_op: "'mod'" */
+
{ (yyval.sValue)=strdup("'mod'"); }
+
case 319: /* id_or_quoted_op: "'intersect'" */
+
{ (yyval.sValue)=strdup("'intersect'"); }
+
case 320: /* id_or_quoted_op: "'not'" */
+
{ (yyval.sValue)=strdup("'not'"); }
+
case 321: /* id_or_quoted_op: "'++'" */
+
{ (yyval.sValue)=strdup("'++'"); }
+
/* User semantic actions sometimes alter yychar, and that requires
+
that yytoken be updated with the new translation. We take the
+
approach of translating immediately before every use of yytoken.
+
One alternative is translating here after every semantic action,
+
but that translation would be missed if the semantic action invokes
+
YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
+
if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an
+
incorrect destructor might then be invoked immediately. In the
+
case of YYERROR or YYBACKUP, subsequent parser actions might lead
+
to an incorrect destructor call or verbose syntax error message
+
before the lookahead is translated. */
+
YY_SYMBOL_PRINT ("-> $$ =", YY_CAST (yysymbol_kind_t, yyr1[yyn]), &yyval, &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
+
const int yylhs = yyr1[yyn] - YYNTOKENS;
+
const int yyi = yypgoto[yylhs] + *yyssp;
+
yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp
+
/*--------------------------------------.
+
| yyerrlab -- here on detecting error. |
+
`--------------------------------------*/
+
/* Make sure we have latest lookahead translation. See comments at
+
user semantic actions for why this is necessary. */
+
yytoken = yychar == YYEMPTY ? YYSYMBOL_YYEMPTY : YYTRANSLATE (yychar);
/* If not already recovering from an error, report this error. */
+
= {yyssp, yytoken, &yylloc};
+
char const *yymsgp = YY_("syntax error");
+
int yysyntax_error_status;
+
yysyntax_error_status = yysyntax_error (&yymsg_alloc, &yymsg, &yyctx);
+
if (yysyntax_error_status == 0)
+
else if (yysyntax_error_status == -1)
+
yymsg = YY_CAST (char *,
+
YYSTACK_ALLOC (YY_CAST (YYSIZE_T, yymsg_alloc)));
+
= yysyntax_error (&yymsg_alloc, &yymsg, &yyctx);
+
yymsg_alloc = sizeof yymsgbuf;
+
yysyntax_error_status = YYENOMEM;
+
yyerror (&yylloc, parm, yymsgp);
+
if (yysyntax_error_status == YYENOMEM)
+
yyerror_range[1] = yylloc;
+
/* If just tried and failed to reuse lookahead token after an
+
/* Return failure if at end of input. */
+
yydestruct ("Error: discarding",
+
yytoken, &yylval, &yylloc, parm);
+
/* Else will try to reuse lookahead token after shifting the error
···
| yyerrorlab -- error raised explicitly by YYERROR. |
`---------------------------------------------------*/
+
/* Pacify compilers when the user code never invokes YYERROR and the
+
label yyerrorlab therefore never appears in user code. */
+
/* Do not reclaim the symbols of the rule whose action triggered
···
| yyerrlab1 -- common code for both syntax error and YYERROR. |
`-------------------------------------------------------------*/
+
yyerrstatus = 3; /* Each real token shifted decrements this. */
+
/* Pop stack until we find a state that shifts the error token. */
+
if (!yypact_value_is_default (yyn))
+
yyn += YYSYMBOL_YYerror;
+
if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYSYMBOL_YYerror)
/* Pop the current state because it cannot handle the error token. */
+
yyerror_range[1] = *yylsp;
yydestruct ("Error: popping",
+
YY_ACCESSING_SYMBOL (yystate), yyvsp, yylsp, parm);
YY_STACK_PRINT (yyss, yyssp);
+
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
+
YY_IGNORE_MAYBE_UNINITIALIZED_END
+
yyerror_range[2] = yylloc;
+
YYLLOC_DEFAULT (*yylsp, yyerror_range, 2);
/* Shift the error token. */
+
YY_SYMBOL_PRINT ("Shifting", YY_ACCESSING_SYMBOL (yyn), yyvsp, yylsp);
···
/*-----------------------------------.
| yyabortlab -- YYABORT comes here. |
`-----------------------------------*/
···
/*-------------------------------------------------.
| yyexhaustedlab -- memory exhaustion comes here. |
`-------------------------------------------------*/
yyerror (&yylloc, parm, YY_("memory exhausted"));
+
/*-------------------------------------------------------.
+
| yyreturn -- parsing is finished, clean up and return. |
+
`-------------------------------------------------------*/
+
/* Make sure we have latest lookahead translation. See comments at
+
user semantic actions for why this is necessary. */
+
yytoken = YYTRANSLATE (yychar);
+
yydestruct ("Cleanup: discarding lookahead",
+
yytoken, &yylval, &yylloc, parm);
+
/* Do not reclaim the symbols of the rule whose action triggered
this YYABORT or YYACCEPT. */
YY_STACK_PRINT (yyss, yyssp);
yydestruct ("Cleanup: popping",
+
YY_ACCESSING_SYMBOL (+*yyssp), yyvsp, yylsp, parm);