/* A Bison parser, made by GNU Bison 1.875c. */
|
/* A Bison parser, made by GNU Bison 1.875c. */
|
|
|
/* Skeleton parser for Yacc-like parsing with Bison,
|
/* Skeleton parser for Yacc-like parsing with Bison,
|
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
|
|
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
the Free Software Foundation; either version 2, or (at your option)
|
the Free Software Foundation; either version 2, or (at your option)
|
any later version.
|
any later version.
|
|
|
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
GNU General Public License for more details.
|
GNU General Public License for more details.
|
|
|
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
Foundation, Inc., 59 Temple Place - Suite 330,
|
Foundation, Inc., 59 Temple Place - Suite 330,
|
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
|
|
/* As a special exception, when this file is copied by Bison into a
|
/* As a special exception, when this file is copied by Bison into a
|
Bison output file, you may use that output file without restriction.
|
Bison output file, you may use that output file without restriction.
|
This special exception was added by the Free Software Foundation
|
This special exception was added by the Free Software Foundation
|
in version 1.24 of Bison. */
|
in version 1.24 of Bison. */
|
|
|
/* Written by Richard Stallman by simplifying the original so called
|
/* Written by Richard Stallman by simplifying the original so called
|
``semantic'' parser. */
|
``semantic'' parser. */
|
|
|
/* All symbols defined below should begin with yy or YY, to avoid
|
/* All symbols defined below should begin with yy or YY, to avoid
|
infringing on user name space. This should be done even for local
|
infringing on user name space. This should be done even for local
|
variables, as they might otherwise be expanded by user macros.
|
variables, as they might otherwise be expanded by user macros.
|
There are some unavoidable exceptions within include files to
|
There are some unavoidable exceptions within include files to
|
define necessary library symbols; they are noted "INFRINGES ON
|
define necessary library symbols; they are noted "INFRINGES ON
|
USER NAME SPACE" below. */
|
USER NAME SPACE" below. */
|
|
|
/* Identify Bison output. */
|
/* Identify Bison output. */
|
#define YYBISON 1
|
#define YYBISON 1
|
|
|
/* Skeleton name. */
|
/* Skeleton name. */
|
#define YYSKELETON_NAME "yacc.c"
|
#define YYSKELETON_NAME "yacc.c"
|
|
|
/* Pure parsers. */
|
/* Pure parsers. */
|
#define YYPURE 0
|
#define YYPURE 0
|
|
|
/* Using locations. */
|
/* Using locations. */
|
#define YYLSP_NEEDED 0
|
#define YYLSP_NEEDED 0
|
|
|
|
|
|
|
/* Tokens. */
|
/* Tokens. */
|
#ifndef YYTOKENTYPE
|
#ifndef YYTOKENTYPE
|
# define YYTOKENTYPE
|
# define YYTOKENTYPE
|
/* Put the tokens into the symbol table, so that GDB and other debuggers
|
/* Put the tokens into the symbol table, so that GDB and other debuggers
|
know about them. */
|
know about them. */
|
enum yytokentype {
|
enum yytokentype {
|
INT = 258,
|
INT = 258,
|
HEX = 259,
|
HEX = 259,
|
ERROR = 260,
|
ERROR = 260,
|
UINT = 261,
|
UINT = 261,
|
M2_TRUE = 262,
|
M2_TRUE = 262,
|
M2_FALSE = 263,
|
M2_FALSE = 263,
|
CHAR = 264,
|
CHAR = 264,
|
FLOAT = 265,
|
FLOAT = 265,
|
STRING = 266,
|
STRING = 266,
|
NAME = 267,
|
NAME = 267,
|
BLOCKNAME = 268,
|
BLOCKNAME = 268,
|
IDENT = 269,
|
IDENT = 269,
|
VARNAME = 270,
|
VARNAME = 270,
|
TYPENAME = 271,
|
TYPENAME = 271,
|
SIZE = 272,
|
SIZE = 272,
|
CAP = 273,
|
CAP = 273,
|
ORD = 274,
|
ORD = 274,
|
HIGH = 275,
|
HIGH = 275,
|
ABS = 276,
|
ABS = 276,
|
MIN_FUNC = 277,
|
MIN_FUNC = 277,
|
MAX_FUNC = 278,
|
MAX_FUNC = 278,
|
FLOAT_FUNC = 279,
|
FLOAT_FUNC = 279,
|
VAL = 280,
|
VAL = 280,
|
CHR = 281,
|
CHR = 281,
|
ODD = 282,
|
ODD = 282,
|
TRUNC = 283,
|
TRUNC = 283,
|
TSIZE = 284,
|
TSIZE = 284,
|
INC = 285,
|
INC = 285,
|
DEC = 286,
|
DEC = 286,
|
INCL = 287,
|
INCL = 287,
|
EXCL = 288,
|
EXCL = 288,
|
COLONCOLON = 289,
|
COLONCOLON = 289,
|
INTERNAL_VAR = 290,
|
INTERNAL_VAR = 290,
|
ABOVE_COMMA = 291,
|
ABOVE_COMMA = 291,
|
ASSIGN = 292,
|
ASSIGN = 292,
|
IN = 293,
|
IN = 293,
|
NOTEQUAL = 294,
|
NOTEQUAL = 294,
|
GEQ = 295,
|
GEQ = 295,
|
LEQ = 296,
|
LEQ = 296,
|
OROR = 297,
|
OROR = 297,
|
LOGICAL_AND = 298,
|
LOGICAL_AND = 298,
|
MOD = 299,
|
MOD = 299,
|
DIV = 300,
|
DIV = 300,
|
UNARY = 301,
|
UNARY = 301,
|
DOT = 302,
|
DOT = 302,
|
NOT = 303,
|
NOT = 303,
|
QID = 304
|
QID = 304
|
};
|
};
|
#endif
|
#endif
|
#define INT 258
|
#define INT 258
|
#define HEX 259
|
#define HEX 259
|
#define ERROR 260
|
#define ERROR 260
|
#define UINT 261
|
#define UINT 261
|
#define M2_TRUE 262
|
#define M2_TRUE 262
|
#define M2_FALSE 263
|
#define M2_FALSE 263
|
#define CHAR 264
|
#define CHAR 264
|
#define FLOAT 265
|
#define FLOAT 265
|
#define STRING 266
|
#define STRING 266
|
#define NAME 267
|
#define NAME 267
|
#define BLOCKNAME 268
|
#define BLOCKNAME 268
|
#define IDENT 269
|
#define IDENT 269
|
#define VARNAME 270
|
#define VARNAME 270
|
#define TYPENAME 271
|
#define TYPENAME 271
|
#define SIZE 272
|
#define SIZE 272
|
#define CAP 273
|
#define CAP 273
|
#define ORD 274
|
#define ORD 274
|
#define HIGH 275
|
#define HIGH 275
|
#define ABS 276
|
#define ABS 276
|
#define MIN_FUNC 277
|
#define MIN_FUNC 277
|
#define MAX_FUNC 278
|
#define MAX_FUNC 278
|
#define FLOAT_FUNC 279
|
#define FLOAT_FUNC 279
|
#define VAL 280
|
#define VAL 280
|
#define CHR 281
|
#define CHR 281
|
#define ODD 282
|
#define ODD 282
|
#define TRUNC 283
|
#define TRUNC 283
|
#define TSIZE 284
|
#define TSIZE 284
|
#define INC 285
|
#define INC 285
|
#define DEC 286
|
#define DEC 286
|
#define INCL 287
|
#define INCL 287
|
#define EXCL 288
|
#define EXCL 288
|
#define COLONCOLON 289
|
#define COLONCOLON 289
|
#define INTERNAL_VAR 290
|
#define INTERNAL_VAR 290
|
#define ABOVE_COMMA 291
|
#define ABOVE_COMMA 291
|
#define ASSIGN 292
|
#define ASSIGN 292
|
#define IN 293
|
#define IN 293
|
#define NOTEQUAL 294
|
#define NOTEQUAL 294
|
#define GEQ 295
|
#define GEQ 295
|
#define LEQ 296
|
#define LEQ 296
|
#define OROR 297
|
#define OROR 297
|
#define LOGICAL_AND 298
|
#define LOGICAL_AND 298
|
#define MOD 299
|
#define MOD 299
|
#define DIV 300
|
#define DIV 300
|
#define UNARY 301
|
#define UNARY 301
|
#define DOT 302
|
#define DOT 302
|
#define NOT 303
|
#define NOT 303
|
#define QID 304
|
#define QID 304
|
|
|
|
|
|
|
|
|
/* Copy the first part of user declarations. */
|
/* Copy the first part of user declarations. */
|
#line 41 "m2-exp.y"
|
#line 41 "m2-exp.y"
|
|
|
|
|
#include "defs.h"
|
#include "defs.h"
|
#include "gdb_string.h"
|
#include "gdb_string.h"
|
#include "expression.h"
|
#include "expression.h"
|
#include "language.h"
|
#include "language.h"
|
#include "value.h"
|
#include "value.h"
|
#include "parser-defs.h"
|
#include "parser-defs.h"
|
#include "m2-lang.h"
|
#include "m2-lang.h"
|
#include "bfd.h" /* Required by objfiles.h. */
|
#include "bfd.h" /* Required by objfiles.h. */
|
#include "symfile.h" /* Required by objfiles.h. */
|
#include "symfile.h" /* Required by objfiles.h. */
|
#include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
|
#include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
|
#include "block.h"
|
#include "block.h"
|
|
|
/* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
|
/* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
|
as well as gratuitiously global symbol names, so we can have multiple
|
as well as gratuitiously global symbol names, so we can have multiple
|
yacc generated parsers in gdb. Note that these are only the variables
|
yacc generated parsers in gdb. Note that these are only the variables
|
produced by yacc. If other parser generators (bison, byacc, etc) produce
|
produced by yacc. If other parser generators (bison, byacc, etc) produce
|
additional global names that conflict at link time, then those parser
|
additional global names that conflict at link time, then those parser
|
generators need to be fixed instead of adding those names to this list. */
|
generators need to be fixed instead of adding those names to this list. */
|
|
|
#define yymaxdepth m2_maxdepth
|
#define yymaxdepth m2_maxdepth
|
#define yyparse m2_parse
|
#define yyparse m2_parse
|
#define yylex m2_lex
|
#define yylex m2_lex
|
#define yyerror m2_error
|
#define yyerror m2_error
|
#define yylval m2_lval
|
#define yylval m2_lval
|
#define yychar m2_char
|
#define yychar m2_char
|
#define yydebug m2_debug
|
#define yydebug m2_debug
|
#define yypact m2_pact
|
#define yypact m2_pact
|
#define yyr1 m2_r1
|
#define yyr1 m2_r1
|
#define yyr2 m2_r2
|
#define yyr2 m2_r2
|
#define yydef m2_def
|
#define yydef m2_def
|
#define yychk m2_chk
|
#define yychk m2_chk
|
#define yypgo m2_pgo
|
#define yypgo m2_pgo
|
#define yyact m2_act
|
#define yyact m2_act
|
#define yyexca m2_exca
|
#define yyexca m2_exca
|
#define yyerrflag m2_errflag
|
#define yyerrflag m2_errflag
|
#define yynerrs m2_nerrs
|
#define yynerrs m2_nerrs
|
#define yyps m2_ps
|
#define yyps m2_ps
|
#define yypv m2_pv
|
#define yypv m2_pv
|
#define yys m2_s
|
#define yys m2_s
|
#define yy_yys m2_yys
|
#define yy_yys m2_yys
|
#define yystate m2_state
|
#define yystate m2_state
|
#define yytmp m2_tmp
|
#define yytmp m2_tmp
|
#define yyv m2_v
|
#define yyv m2_v
|
#define yy_yyv m2_yyv
|
#define yy_yyv m2_yyv
|
#define yyval m2_val
|
#define yyval m2_val
|
#define yylloc m2_lloc
|
#define yylloc m2_lloc
|
#define yyreds m2_reds /* With YYDEBUG defined */
|
#define yyreds m2_reds /* With YYDEBUG defined */
|
#define yytoks m2_toks /* With YYDEBUG defined */
|
#define yytoks m2_toks /* With YYDEBUG defined */
|
#define yyname m2_name /* With YYDEBUG defined */
|
#define yyname m2_name /* With YYDEBUG defined */
|
#define yyrule m2_rule /* With YYDEBUG defined */
|
#define yyrule m2_rule /* With YYDEBUG defined */
|
#define yylhs m2_yylhs
|
#define yylhs m2_yylhs
|
#define yylen m2_yylen
|
#define yylen m2_yylen
|
#define yydefred m2_yydefred
|
#define yydefred m2_yydefred
|
#define yydgoto m2_yydgoto
|
#define yydgoto m2_yydgoto
|
#define yysindex m2_yysindex
|
#define yysindex m2_yysindex
|
#define yyrindex m2_yyrindex
|
#define yyrindex m2_yyrindex
|
#define yygindex m2_yygindex
|
#define yygindex m2_yygindex
|
#define yytable m2_yytable
|
#define yytable m2_yytable
|
#define yycheck m2_yycheck
|
#define yycheck m2_yycheck
|
|
|
#ifndef YYDEBUG
|
#ifndef YYDEBUG
|
#define YYDEBUG 1 /* Default to yydebug support */
|
#define YYDEBUG 1 /* Default to yydebug support */
|
#endif
|
#endif
|
|
|
#define YYFPRINTF parser_fprintf
|
#define YYFPRINTF parser_fprintf
|
|
|
int yyparse (void);
|
int yyparse (void);
|
|
|
static int yylex (void);
|
static int yylex (void);
|
|
|
void yyerror (char *);
|
void yyerror (char *);
|
|
|
#if 0
|
#if 0
|
static char *make_qualname (char *, char *);
|
static char *make_qualname (char *, char *);
|
#endif
|
#endif
|
|
|
static int parse_number (int);
|
static int parse_number (int);
|
|
|
/* The sign of the number being parsed. */
|
/* The sign of the number being parsed. */
|
static int number_sign = 1;
|
static int number_sign = 1;
|
|
|
/* The block that the module specified by the qualifer on an identifer is
|
/* The block that the module specified by the qualifer on an identifer is
|
contained in, */
|
contained in, */
|
#if 0
|
#if 0
|
static struct block *modblock=0;
|
static struct block *modblock=0;
|
#endif
|
#endif
|
|
|
|
|
|
|
/* Enabling traces. */
|
/* Enabling traces. */
|
#ifndef YYDEBUG
|
#ifndef YYDEBUG
|
# define YYDEBUG 0
|
# define YYDEBUG 0
|
#endif
|
#endif
|
|
|
/* Enabling verbose error messages. */
|
/* Enabling verbose error messages. */
|
#ifdef YYERROR_VERBOSE
|
#ifdef YYERROR_VERBOSE
|
# undef YYERROR_VERBOSE
|
# undef YYERROR_VERBOSE
|
# define YYERROR_VERBOSE 1
|
# define YYERROR_VERBOSE 1
|
#else
|
#else
|
# define YYERROR_VERBOSE 0
|
# define YYERROR_VERBOSE 0
|
#endif
|
#endif
|
|
|
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
|
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
|
#line 137 "m2-exp.y"
|
#line 137 "m2-exp.y"
|
typedef union YYSTYPE {
|
typedef union YYSTYPE {
|
LONGEST lval;
|
LONGEST lval;
|
ULONGEST ulval;
|
ULONGEST ulval;
|
DOUBLEST dval;
|
DOUBLEST dval;
|
struct symbol *sym;
|
struct symbol *sym;
|
struct type *tval;
|
struct type *tval;
|
struct stoken sval;
|
struct stoken sval;
|
int voidval;
|
int voidval;
|
struct block *bval;
|
struct block *bval;
|
enum exp_opcode opcode;
|
enum exp_opcode opcode;
|
struct internalvar *ivar;
|
struct internalvar *ivar;
|
|
|
struct type **tvec;
|
struct type **tvec;
|
int *ivec;
|
int *ivec;
|
} YYSTYPE;
|
} YYSTYPE;
|
/* Line 191 of yacc.c. */
|
/* Line 191 of yacc.c. */
|
#line 281 "m2-exp.c.tmp"
|
#line 281 "m2-exp.c.tmp"
|
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
# define YYSTYPE_IS_DECLARED 1
|
# define YYSTYPE_IS_DECLARED 1
|
# define YYSTYPE_IS_TRIVIAL 1
|
# define YYSTYPE_IS_TRIVIAL 1
|
#endif
|
#endif
|
|
|
|
|
|
|
/* Copy the second part of user declarations. */
|
/* Copy the second part of user declarations. */
|
|
|
|
|
/* Line 214 of yacc.c. */
|
/* Line 214 of yacc.c. */
|
#line 293 "m2-exp.c.tmp"
|
#line 293 "m2-exp.c.tmp"
|
|
|
#if ! defined (yyoverflow) || YYERROR_VERBOSE
|
#if ! defined (yyoverflow) || YYERROR_VERBOSE
|
|
|
# ifndef YYFREE
|
# ifndef YYFREE
|
# define YYFREE free
|
# define YYFREE free
|
# endif
|
# endif
|
# ifndef YYMALLOC
|
# ifndef YYMALLOC
|
# define YYMALLOC xmalloc
|
# define YYMALLOC xmalloc
|
# endif
|
# endif
|
|
|
/* The parser invokes alloca or xmalloc; define the necessary symbols. */
|
/* The parser invokes alloca or xmalloc; define the necessary symbols. */
|
|
|
# ifdef YYSTACK_USE_ALLOCA
|
# ifdef YYSTACK_USE_ALLOCA
|
# if YYSTACK_USE_ALLOCA
|
# if YYSTACK_USE_ALLOCA
|
# define YYSTACK_ALLOC alloca
|
# define YYSTACK_ALLOC alloca
|
# endif
|
# endif
|
# else
|
# else
|
# if defined (alloca) || defined (_ALLOCA_H)
|
# if defined (alloca) || defined (_ALLOCA_H)
|
# define YYSTACK_ALLOC alloca
|
# define YYSTACK_ALLOC alloca
|
# else
|
# else
|
# ifdef __GNUC__
|
# ifdef __GNUC__
|
# define YYSTACK_ALLOC __builtin_alloca
|
# define YYSTACK_ALLOC __builtin_alloca
|
# endif
|
# endif
|
# endif
|
# endif
|
# endif
|
# endif
|
|
|
# ifdef YYSTACK_ALLOC
|
# ifdef YYSTACK_ALLOC
|
/* Pacify GCC's `empty if-body' warning. */
|
/* Pacify GCC's `empty if-body' warning. */
|
# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
|
# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
|
# else
|
# else
|
# if defined (__STDC__) || defined (__cplusplus)
|
# if defined (__STDC__) || defined (__cplusplus)
|
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
|
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
|
# define YYSIZE_T size_t
|
# define YYSIZE_T size_t
|
# endif
|
# endif
|
# define YYSTACK_ALLOC YYMALLOC
|
# define YYSTACK_ALLOC YYMALLOC
|
# define YYSTACK_FREE YYFREE
|
# define YYSTACK_FREE YYFREE
|
# endif
|
# endif
|
#endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
|
#endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
|
|
|
|
|
#if (! defined (yyoverflow) \
|
#if (! defined (yyoverflow) \
|
&& (! defined (__cplusplus) \
|
&& (! defined (__cplusplus) \
|
|| (defined (YYSTYPE_IS_TRIVIAL) && YYSTYPE_IS_TRIVIAL)))
|
|| (defined (YYSTYPE_IS_TRIVIAL) && YYSTYPE_IS_TRIVIAL)))
|
|
|
/* A type that is properly aligned for any stack member. */
|
/* A type that is properly aligned for any stack member. */
|
union yyalloc
|
union yyalloc
|
{
|
{
|
short yyss;
|
short yyss;
|
YYSTYPE yyvs;
|
YYSTYPE yyvs;
|
};
|
};
|
|
|
/* The size of the maximum gap between one aligned stack and the next. */
|
/* The size of the maximum gap between one aligned stack and the next. */
|
# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
|
# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
|
|
|
/* The size of an array large to enough to hold all stacks, each with
|
/* The size of an array large to enough to hold all stacks, each with
|
N elements. */
|
N elements. */
|
# define YYSTACK_BYTES(N) \
|
# define YYSTACK_BYTES(N) \
|
((N) * (sizeof (short) + sizeof (YYSTYPE)) \
|
((N) * (sizeof (short) + sizeof (YYSTYPE)) \
|
+ YYSTACK_GAP_MAXIMUM)
|
+ YYSTACK_GAP_MAXIMUM)
|
|
|
/* Copy COUNT objects from FROM to TO. The source and destination do
|
/* Copy COUNT objects from FROM to TO. The source and destination do
|
not overlap. */
|
not overlap. */
|
# ifndef YYCOPY
|
# ifndef YYCOPY
|
# if defined (__GNUC__) && 1 < __GNUC__
|
# if defined (__GNUC__) && 1 < __GNUC__
|
# define YYCOPY(To, From, Count) \
|
# define YYCOPY(To, From, Count) \
|
__builtin_memcpy (To, From, (Count) * sizeof (*(From)))
|
__builtin_memcpy (To, From, (Count) * sizeof (*(From)))
|
# else
|
# else
|
# define YYCOPY(To, From, Count) \
|
# define YYCOPY(To, From, Count) \
|
do \
|
do \
|
{ \
|
{ \
|
register YYSIZE_T yyi; \
|
register YYSIZE_T yyi; \
|
for (yyi = 0; yyi < (Count); yyi++) \
|
for (yyi = 0; yyi < (Count); yyi++) \
|
(To)[yyi] = (From)[yyi]; \
|
(To)[yyi] = (From)[yyi]; \
|
} \
|
} \
|
while (0)
|
while (0)
|
# endif
|
# endif
|
# endif
|
# endif
|
|
|
/* Relocate STACK from its old location to the new one. The
|
/* Relocate STACK from its old location to the new one. The
|
local variables YYSIZE and YYSTACKSIZE give the old and new number of
|
local variables YYSIZE and YYSTACKSIZE give the old and new number of
|
elements in the stack, and YYPTR gives the new location of the
|
elements in the stack, and YYPTR gives the new location of the
|
stack. Advance YYPTR to a properly aligned location for the next
|
stack. Advance YYPTR to a properly aligned location for the next
|
stack. */
|
stack. */
|
# define YYSTACK_RELOCATE(Stack) \
|
# define YYSTACK_RELOCATE(Stack) \
|
do \
|
do \
|
{ \
|
{ \
|
YYSIZE_T yynewbytes; \
|
YYSIZE_T yynewbytes; \
|
YYCOPY (&yyptr->Stack, Stack, yysize); \
|
YYCOPY (&yyptr->Stack, Stack, yysize); \
|
Stack = &yyptr->Stack; \
|
Stack = &yyptr->Stack; \
|
yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
yyptr += yynewbytes / sizeof (*yyptr); \
|
yyptr += yynewbytes / sizeof (*yyptr); \
|
} \
|
} \
|
while (0)
|
while (0)
|
|
|
#endif
|
#endif
|
|
|
#if defined (__STDC__) || defined (__cplusplus)
|
#if defined (__STDC__) || defined (__cplusplus)
|
typedef signed char yysigned_char;
|
typedef signed char yysigned_char;
|
#else
|
#else
|
typedef short yysigned_char;
|
typedef short yysigned_char;
|
#endif
|
#endif
|
|
|
/* YYFINAL -- State number of the termination state. */
|
/* YYFINAL -- State number of the termination state. */
|
#define YYFINAL 69
|
#define YYFINAL 69
|
/* YYLAST -- Last index in YYTABLE. */
|
/* YYLAST -- Last index in YYTABLE. */
|
#define YYLAST 923
|
#define YYLAST 923
|
|
|
/* YYNTOKENS -- Number of terminals. */
|
/* YYNTOKENS -- Number of terminals. */
|
#define YYNTOKENS 69
|
#define YYNTOKENS 69
|
/* YYNNTS -- Number of nonterminals. */
|
/* YYNNTS -- Number of nonterminals. */
|
#define YYNNTS 15
|
#define YYNNTS 15
|
/* YYNRULES -- Number of rules. */
|
/* YYNRULES -- Number of rules. */
|
#define YYNRULES 82
|
#define YYNRULES 82
|
/* YYNRULES -- Number of states. */
|
/* YYNRULES -- Number of states. */
|
#define YYNSTATES 187
|
#define YYNSTATES 187
|
|
|
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
|
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
|
#define YYUNDEFTOK 2
|
#define YYUNDEFTOK 2
|
#define YYMAXUTOK 304
|
#define YYMAXUTOK 304
|
|
|
#define YYTRANSLATE(YYX) \
|
#define YYTRANSLATE(YYX) \
|
((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
|
((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
|
|
|
/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
|
/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
|
static const unsigned char yytranslate[] =
|
static const unsigned char yytranslate[] =
|
{
|
{
|
0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 42, 2, 2, 48, 2,
|
2, 2, 2, 2, 2, 42, 2, 2, 48, 2,
|
60, 65, 53, 51, 36, 52, 2, 54, 2, 2,
|
60, 65, 53, 51, 36, 52, 2, 54, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
39, 41, 40, 2, 50, 2, 2, 2, 2, 2,
|
39, 41, 40, 2, 50, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 59, 2, 68, 58, 2, 2, 2, 2, 2,
|
2, 59, 2, 68, 58, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 66, 2, 67, 62, 2, 2, 2,
|
2, 2, 2, 66, 2, 67, 62, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2, 2, 2, 2, 2, 2, 1, 2, 3, 4,
|
2, 2, 2, 2, 2, 2, 1, 2, 3, 4,
|
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
|
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
|
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
|
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
|
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
|
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
|
35, 37, 38, 43, 44, 45, 46, 47, 49, 55,
|
35, 37, 38, 43, 44, 45, 46, 47, 49, 55,
|
56, 57, 61, 63, 64
|
56, 57, 61, 63, 64
|
};
|
};
|
|
|
#if YYDEBUG
|
#if YYDEBUG
|
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
|
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
|
YYRHS. */
|
YYRHS. */
|
static const unsigned short yyprhs[] =
|
static const unsigned short yyprhs[] =
|
{
|
{
|
0, 0, 3, 5, 7, 9, 12, 13, 17, 20,
|
0, 0, 3, 5, 7, 9, 12, 13, 17, 20,
|
23, 25, 27, 32, 37, 42, 47, 52, 57, 62,
|
23, 25, 27, 32, 37, 42, 47, 52, 57, 62,
|
69, 74, 79, 84, 89, 92, 97, 104, 109, 116,
|
69, 74, 79, 84, 89, 92, 97, 104, 109, 116,
|
120, 122, 126, 133, 140, 144, 149, 150, 156, 161,
|
120, 122, 126, 133, 140, 144, 149, 150, 156, 161,
|
162, 168, 169, 171, 175, 177, 181, 186, 191, 195,
|
162, 168, 169, 171, 175, 177, 181, 186, 191, 195,
|
199, 203, 207, 211, 215, 219, 223, 227, 231, 235,
|
199, 203, 207, 211, 215, 219, 223, 227, 231, 235,
|
239, 243, 247, 251, 255, 259, 263, 265, 267, 269,
|
239, 243, 247, 251, 255, 259, 263, 265, 267, 269,
|
271, 273, 275, 277, 282, 284, 286, 288, 292, 294,
|
271, 273, 275, 277, 282, 284, 286, 288, 292, 294,
|
296, 300, 302
|
296, 300, 302
|
};
|
};
|
|
|
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
|
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
|
static const yysigned_char yyrhs[] =
|
static const yysigned_char yyrhs[] =
|
{
|
{
|
70, 0, -1, 72, -1, 71, -1, 83, -1, 72,
|
70, 0, -1, 72, -1, 71, -1, 83, -1, 72,
|
58, -1, -1, 52, 73, 72, -1, 51, 72, -1,
|
58, -1, -1, 52, 73, 72, -1, 51, 72, -1,
|
74, 72, -1, 63, -1, 62, -1, 18, 60, 72,
|
74, 72, -1, 63, -1, 62, -1, 18, 60, 72,
|
65, -1, 19, 60, 72, 65, -1, 21, 60, 72,
|
65, -1, 19, 60, 72, 65, -1, 21, 60, 72,
|
65, -1, 20, 60, 72, 65, -1, 22, 60, 83,
|
65, -1, 20, 60, 72, 65, -1, 22, 60, 83,
|
65, -1, 23, 60, 83, 65, -1, 24, 60, 72,
|
65, -1, 23, 60, 83, 65, -1, 24, 60, 72,
|
65, -1, 25, 60, 83, 36, 72, 65, -1, 26,
|
65, -1, 25, 60, 83, 36, 72, 65, -1, 26,
|
60, 72, 65, -1, 27, 60, 72, 65, -1, 28,
|
60, 72, 65, -1, 27, 60, 72, 65, -1, 28,
|
60, 72, 65, -1, 29, 60, 72, 65, -1, 17,
|
60, 72, 65, -1, 29, 60, 72, 65, -1, 17,
|
72, -1, 30, 60, 72, 65, -1, 30, 60, 72,
|
72, -1, 30, 60, 72, 65, -1, 30, 60, 72,
|
36, 72, 65, -1, 31, 60, 72, 65, -1, 31,
|
36, 72, 65, -1, 31, 60, 72, 65, -1, 31,
|
60, 72, 36, 72, 65, -1, 72, 61, 12, -1,
|
60, 72, 36, 72, 65, -1, 72, 61, 12, -1,
|
75, -1, 72, 43, 75, -1, 32, 60, 72, 36,
|
75, -1, 72, 43, 75, -1, 32, 60, 72, 36,
|
72, 65, -1, 33, 60, 72, 36, 72, 65, -1,
|
72, 65, -1, 33, 60, 72, 36, 72, 65, -1,
|
66, 78, 67, -1, 83, 66, 78, 67, -1, -1,
|
66, 78, 67, -1, 83, 66, 78, 67, -1, -1,
|
72, 59, 76, 79, 68, -1, 72, 59, 72, 68,
|
72, 59, 76, 79, 68, -1, 72, 59, 72, 68,
|
-1, -1, 72, 60, 77, 78, 65, -1, -1, 72,
|
-1, -1, 72, 60, 77, 78, 65, -1, -1, 72,
|
-1, 78, 36, 72, -1, 72, -1, 79, 36, 72,
|
-1, 78, 36, 72, -1, 72, -1, 79, 36, 72,
|
-1, 66, 83, 67, 72, -1, 83, 60, 72, 65,
|
-1, 66, 83, 67, 72, -1, 83, 60, 72, 65,
|
-1, 60, 72, 65, -1, 72, 50, 72, -1, 72,
|
-1, 60, 72, 65, -1, 72, 50, 72, -1, 72,
|
53, 72, -1, 72, 54, 72, -1, 72, 56, 72,
|
53, 72, -1, 72, 54, 72, -1, 72, 56, 72,
|
-1, 72, 55, 72, -1, 72, 51, 72, -1, 72,
|
-1, 72, 55, 72, -1, 72, 51, 72, -1, 72,
|
52, 72, -1, 72, 41, 72, -1, 72, 44, 72,
|
52, 72, -1, 72, 41, 72, -1, 72, 44, 72,
|
-1, 72, 42, 72, -1, 72, 46, 72, -1, 72,
|
-1, 72, 42, 72, -1, 72, 46, 72, -1, 72,
|
45, 72, -1, 72, 39, 72, -1, 72, 40, 72,
|
45, 72, -1, 72, 39, 72, -1, 72, 40, 72,
|
-1, 72, 49, 72, -1, 72, 47, 72, -1, 72,
|
-1, 72, 49, 72, -1, 72, 47, 72, -1, 72,
|
38, 72, -1, 7, -1, 8, -1, 3, -1, 6,
|
38, 72, -1, 7, -1, 8, -1, 3, -1, 6,
|
-1, 9, -1, 10, -1, 82, -1, 17, 60, 83,
|
-1, 9, -1, 10, -1, 82, -1, 17, 60, 83,
|
65, -1, 11, -1, 81, -1, 13, -1, 80, 34,
|
65, -1, 11, -1, 81, -1, 13, -1, 80, 34,
|
13, -1, 81, -1, 35, -1, 80, 34, 12, -1,
|
13, -1, 81, -1, 35, -1, 80, 34, 12, -1,
|
12, -1, 16, -1
|
12, -1, 16, -1
|
};
|
};
|
|
|
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
|
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
|
static const unsigned short yyrline[] =
|
static const unsigned short yyrline[] =
|
{
|
{
|
0, 206, 206, 207, 210, 219, 224, 223, 230, 234,
|
0, 206, 206, 207, 210, 219, 224, 223, 230, 234,
|
238, 239, 242, 246, 250, 254, 258, 264, 270, 274,
|
238, 239, 242, 246, 250, 254, 258, 264, 270, 274,
|
280, 284, 288, 292, 296, 301, 305, 311, 315, 321,
|
280, 284, 288, 292, 296, 301, 305, 311, 315, 321,
|
327, 330, 334, 338, 342, 344, 354, 350, 361, 368,
|
327, 330, 334, 338, 342, 344, 354, 350, 361, 368,
|
365, 375, 378, 382, 387, 392, 397, 403, 409, 417,
|
365, 375, 378, 382, 387, 392, 397, 403, 409, 417,
|
421, 425, 429, 433, 437, 441, 445, 449, 451, 455,
|
421, 425, 429, 433, 437, 441, 445, 449, 451, 455,
|
459, 463, 467, 471, 475, 479, 486, 492, 498, 505,
|
459, 463, 467, 471, 475, 479, 486, 492, 498, 505,
|
514, 522, 529, 532, 539, 546, 550, 559, 571, 579,
|
514, 522, 529, 532, 539, 546, 550, 559, 571, 579,
|
583, 599, 650
|
583, 599, 650
|
};
|
};
|
#endif
|
#endif
|
|
|
#if YYDEBUG || YYERROR_VERBOSE
|
#if YYDEBUG || YYERROR_VERBOSE
|
/* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
|
/* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
|
First, the terminals, then, starting at YYNTOKENS, nonterminals. */
|
First, the terminals, then, starting at YYNTOKENS, nonterminals. */
|
static const char *const yytname[] =
|
static const char *const yytname[] =
|
{
|
{
|
"$end", "error", "$undefined", "INT", "HEX", "ERROR", "UINT", "M2_TRUE",
|
"$end", "error", "$undefined", "INT", "HEX", "ERROR", "UINT", "M2_TRUE",
|
"M2_FALSE", "CHAR", "FLOAT", "STRING", "NAME", "BLOCKNAME", "IDENT",
|
"M2_FALSE", "CHAR", "FLOAT", "STRING", "NAME", "BLOCKNAME", "IDENT",
|
"VARNAME", "TYPENAME", "SIZE", "CAP", "ORD", "HIGH", "ABS", "MIN_FUNC",
|
"VARNAME", "TYPENAME", "SIZE", "CAP", "ORD", "HIGH", "ABS", "MIN_FUNC",
|
"MAX_FUNC", "FLOAT_FUNC", "VAL", "CHR", "ODD", "TRUNC", "TSIZE", "INC",
|
"MAX_FUNC", "FLOAT_FUNC", "VAL", "CHR", "ODD", "TRUNC", "TSIZE", "INC",
|
"DEC", "INCL", "EXCL", "COLONCOLON", "INTERNAL_VAR", "','",
|
"DEC", "INCL", "EXCL", "COLONCOLON", "INTERNAL_VAR", "','",
|
"ABOVE_COMMA", "ASSIGN", "'<'", "'>'", "'='", "'#'", "IN", "NOTEQUAL",
|
"ABOVE_COMMA", "ASSIGN", "'<'", "'>'", "'='", "'#'", "IN", "NOTEQUAL",
|
"GEQ", "LEQ", "OROR", "'&'", "LOGICAL_AND", "'@'", "'+'", "'-'", "'*'",
|
"GEQ", "LEQ", "OROR", "'&'", "LOGICAL_AND", "'@'", "'+'", "'-'", "'*'",
|
"'/'", "MOD", "DIV", "UNARY", "'^'", "'['", "'('", "DOT", "'~'", "NOT",
|
"'/'", "MOD", "DIV", "UNARY", "'^'", "'['", "'('", "DOT", "'~'", "NOT",
|
"QID", "')'", "'{'", "'}'", "']'", "$accept", "start", "type_exp", "exp",
|
"QID", "')'", "'{'", "'}'", "']'", "$accept", "start", "type_exp", "exp",
|
"@1", "not_exp", "set", "@2", "@3", "arglist", "non_empty_arglist",
|
"@1", "not_exp", "set", "@2", "@3", "arglist", "non_empty_arglist",
|
"block", "fblock", "variable", "type", 0
|
"block", "fblock", "variable", "type", 0
|
};
|
};
|
#endif
|
#endif
|
|
|
# ifdef YYPRINT
|
# ifdef YYPRINT
|
/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
|
/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
|
token YYLEX-NUM. */
|
token YYLEX-NUM. */
|
static const unsigned short yytoknum[] =
|
static const unsigned short yytoknum[] =
|
{
|
{
|
0, 256, 257, 258, 259, 260, 261, 262, 263, 264,
|
0, 256, 257, 258, 259, 260, 261, 262, 263, 264,
|
265, 266, 267, 268, 269, 270, 271, 272, 273, 274,
|
265, 266, 267, 268, 269, 270, 271, 272, 273, 274,
|
275, 276, 277, 278, 279, 280, 281, 282, 283, 284,
|
275, 276, 277, 278, 279, 280, 281, 282, 283, 284,
|
285, 286, 287, 288, 289, 290, 44, 291, 292, 60,
|
285, 286, 287, 288, 289, 290, 44, 291, 292, 60,
|
62, 61, 35, 293, 294, 295, 296, 297, 38, 298,
|
62, 61, 35, 293, 294, 295, 296, 297, 38, 298,
|
64, 43, 45, 42, 47, 299, 300, 301, 94, 91,
|
64, 43, 45, 42, 47, 299, 300, 301, 94, 91,
|
40, 302, 126, 303, 304, 41, 123, 125, 93
|
40, 302, 126, 303, 304, 41, 123, 125, 93
|
};
|
};
|
# endif
|
# endif
|
|
|
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
|
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
|
static const unsigned char yyr1[] =
|
static const unsigned char yyr1[] =
|
{
|
{
|
0, 69, 70, 70, 71, 72, 73, 72, 72, 72,
|
0, 69, 70, 70, 71, 72, 73, 72, 72, 72,
|
74, 74, 72, 72, 72, 72, 72, 72, 72, 72,
|
74, 74, 72, 72, 72, 72, 72, 72, 72, 72,
|
72, 72, 72, 72, 72, 72, 72, 72, 72, 72,
|
72, 72, 72, 72, 72, 72, 72, 72, 72, 72,
|
72, 72, 72, 72, 75, 75, 76, 72, 72, 77,
|
72, 72, 72, 72, 75, 75, 76, 72, 72, 77,
|
72, 78, 78, 78, 79, 79, 72, 72, 72, 72,
|
72, 78, 78, 78, 79, 79, 72, 72, 72, 72,
|
72, 72, 72, 72, 72, 72, 72, 72, 72, 72,
|
72, 72, 72, 72, 72, 72, 72, 72, 72, 72,
|
72, 72, 72, 72, 72, 72, 72, 72, 72, 72,
|
72, 72, 72, 72, 72, 72, 72, 72, 72, 72,
|
72, 72, 72, 72, 72, 80, 81, 81, 82, 82,
|
72, 72, 72, 72, 72, 80, 81, 81, 82, 82,
|
82, 82, 83
|
82, 82, 83
|
};
|
};
|
|
|
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
|
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
|
static const unsigned char yyr2[] =
|
static const unsigned char yyr2[] =
|
{
|
{
|
0, 2, 1, 1, 1, 2, 0, 3, 2, 2,
|
0, 2, 1, 1, 1, 2, 0, 3, 2, 2,
|
1, 1, 4, 4, 4, 4, 4, 4, 4, 6,
|
1, 1, 4, 4, 4, 4, 4, 4, 4, 6,
|
4, 4, 4, 4, 2, 4, 6, 4, 6, 3,
|
4, 4, 4, 4, 2, 4, 6, 4, 6, 3,
|
1, 3, 6, 6, 3, 4, 0, 5, 4, 0,
|
1, 3, 6, 6, 3, 4, 0, 5, 4, 0,
|
5, 0, 1, 3, 1, 3, 4, 4, 3, 3,
|
5, 0, 1, 3, 1, 3, 4, 4, 3, 3,
|
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
3, 3, 3, 3, 3, 3, 1, 1, 1, 1,
|
3, 3, 3, 3, 3, 3, 1, 1, 1, 1,
|
1, 1, 1, 4, 1, 1, 1, 3, 1, 1,
|
1, 1, 1, 4, 1, 1, 1, 3, 1, 1,
|
3, 1, 1
|
3, 1, 1
|
};
|
};
|
|
|
/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
|
/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
|
STATE-NUM when YYTABLE doesn't specify something else to do. Zero
|
STATE-NUM when YYTABLE doesn't specify something else to do. Zero
|
means the default is an error. */
|
means the default is an error. */
|
static const unsigned char yydefact[] =
|
static const unsigned char yydefact[] =
|
{
|
{
|
0, 68, 69, 66, 67, 70, 71, 74, 81, 76,
|
0, 68, 69, 66, 67, 70, 71, 74, 81, 76,
|
82, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
82, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0, 79, 0,
|
0, 0, 0, 0, 0, 0, 0, 0, 79, 0,
|
6, 0, 11, 10, 41, 0, 3, 2, 0, 30,
|
6, 0, 11, 10, 41, 0, 3, 2, 0, 30,
|
0, 78, 72, 4, 0, 24, 0, 0, 0, 0,
|
0, 78, 72, 4, 0, 24, 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, 8, 0, 0, 42, 0, 0, 1,
|
0, 0, 0, 8, 0, 0, 42, 0, 0, 1,
|
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, 5, 0,
|
0, 0, 0, 0, 0, 0, 0, 0, 5, 0,
|
39, 0, 9, 0, 0, 41, 0, 0, 0, 0,
|
39, 0, 9, 0, 0, 41, 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, 7, 48, 0, 34, 0, 65, 61,
|
0, 0, 0, 7, 48, 0, 34, 0, 65, 61,
|
62, 56, 58, 41, 31, 0, 57, 60, 59, 64,
|
62, 56, 58, 41, 31, 0, 57, 60, 59, 64,
|
63, 49, 54, 55, 50, 51, 53, 52, 0, 0,
|
63, 49, 54, 55, 50, 51, 53, 52, 0, 0,
|
41, 29, 80, 77, 0, 0, 73, 12, 13, 15,
|
41, 29, 80, 77, 0, 0, 73, 12, 13, 15,
|
14, 16, 17, 18, 0, 20, 21, 22, 23, 0,
|
14, 16, 17, 18, 0, 20, 21, 22, 23, 0,
|
25, 0, 27, 0, 0, 43, 46, 38, 44, 0,
|
25, 0, 27, 0, 0, 43, 46, 38, 44, 0,
|
0, 47, 35, 0, 0, 0, 0, 0, 0, 37,
|
0, 47, 35, 0, 0, 0, 0, 0, 0, 37,
|
40, 19, 26, 28, 32, 33, 45
|
40, 19, 26, 28, 32, 33, 45
|
};
|
};
|
|
|
/* YYDEFGOTO[NTERM-NUM]. */
|
/* YYDEFGOTO[NTERM-NUM]. */
|
static const short yydefgoto[] =
|
static const short yydefgoto[] =
|
{
|
{
|
-1, 35, 36, 66, 64, 38, 39, 139, 140, 67,
|
-1, 35, 36, 66, 64, 38, 39, 139, 140, 67,
|
169, 40, 41, 42, 46
|
169, 40, 41, 42, 46
|
};
|
};
|
|
|
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
|
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
|
STATE-NUM. */
|
STATE-NUM. */
|
#define YYPACT_NINF -89
|
#define YYPACT_NINF -89
|
static const short yypact[] =
|
static const short yypact[] =
|
{
|
{
|
163, -89, -89, -89, -89, -89, -89, -89, -89, -89,
|
163, -89, -89, -89, -89, -89, -89, -89, -89, -89,
|
-89, 224, -54, -35, -30, -20, -19, -14, 3, 9,
|
-89, 224, -54, -35, -30, -20, -19, -14, 3, 9,
|
15, 30, 31, 32, 33, 35, 36, 37, -89, 163,
|
15, 30, 31, 32, 33, 35, 36, 37, -89, 163,
|
-89, 163, -89, -89, 163, 28, -89, 838, 163, -89,
|
-89, 163, -89, -89, 163, 28, -89, 838, 163, -89,
|
11, 65, -89, -27, 163, 7, -27, 163, 163, 163,
|
11, 65, -89, -27, 163, 7, -27, 163, 163, 163,
|
163, 84, 84, 163, 84, 163, 163, 163, 163, 163,
|
163, 84, 84, 163, 84, 163, 163, 163, 163, 163,
|
163, 163, 163, 7, 163, 340, 838, -32, -40, -89,
|
163, 163, 163, 7, 163, 340, 838, -32, -40, -89,
|
163, 163, 163, 163, 163, -15, 163, 163, 163, 163,
|
163, 163, 163, 163, 163, -15, 163, 163, 163, 163,
|
163, 163, 163, 163, 163, 163, 163, 163, -89, 163,
|
163, 163, 163, 163, 163, 163, 163, 163, -89, 163,
|
-89, 89, 7, -4, 163, 163, -23, 368, 396, 424,
|
-89, 89, 7, -4, 163, 163, -23, 368, 396, 424,
|
452, 38, 39, 480, 66, 508, 536, 564, 592, 284,
|
452, 38, 39, 480, 66, 508, 536, 564, 592, 284,
|
312, 788, 814, 7, -89, 163, -89, 163, 862, -37,
|
312, 788, 814, 7, -89, 163, -89, 163, 862, -37,
|
-37, -37, -37, 163, -89, 41, -37, -37, -37, 72,
|
-37, -37, -37, 163, -89, 41, -37, -37, -37, 72,
|
90, 148, 207, 207, 7, 7, 7, 7, 253, 163,
|
90, 148, 207, 207, 7, 7, 7, 7, 253, 163,
|
163, -89, -89, -89, 620, -31, -89, -89, -89, -89,
|
163, -89, -89, -89, 620, -31, -89, -89, -89, -89,
|
-89, -89, -89, -89, 163, -89, -89, -89, -89, 163,
|
-89, -89, -89, -89, 163, -89, -89, -89, -89, 163,
|
-89, 163, -89, 163, 163, 838, 7, -89, 838, -34,
|
-89, 163, -89, 163, 163, 838, 7, -89, 838, -34,
|
-33, -89, -89, 648, 676, 704, 732, 760, 163, -89,
|
-33, -89, -89, 648, 676, 704, 732, 760, 163, -89,
|
-89, -89, -89, -89, -89, -89, 838
|
-89, -89, -89, -89, -89, -89, 838
|
};
|
};
|
|
|
/* YYPGOTO[NTERM-NUM]. */
|
/* YYPGOTO[NTERM-NUM]. */
|
static const yysigned_char yypgoto[] =
|
static const yysigned_char yypgoto[] =
|
{
|
{
|
-89, -89, -89, 0, -89, -89, 34, -89, -89, -88,
|
-89, -89, -89, 0, -89, -89, 34, -89, -89, -88,
|
-89, -89, -89, -89, 54
|
-89, -89, -89, -89, 54
|
};
|
};
|
|
|
/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
|
/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
|
positive, shift that token. If negative, reduce the rule which
|
positive, shift that token. If negative, reduce the rule which
|
number is the opposite. If zero, do what YYDEFACT says.
|
number is the opposite. If zero, do what YYDEFACT says.
|
If YYTABLE_NINF, syntax error. */
|
If YYTABLE_NINF, syntax error. */
|
#define YYTABLE_NINF -76
|
#define YYTABLE_NINF -76
|
static const short yytable[] =
|
static const short yytable[] =
|
{
|
{
|
37, 10, 178, 115, 115, 115, 47, 145, 142, 143,
|
37, 10, 178, 115, 115, 115, 47, 145, 142, 143,
|
79, 45, 80, 81, 82, 83, 84, 85, 86, 87,
|
79, 45, 80, 81, 82, 83, 84, 85, 86, 87,
|
94, 88, 89, 90, 91, 48, 95, 117, 69, 63,
|
94, 88, 89, 90, 91, 48, 95, 117, 69, 63,
|
49, 65, 180, 94, 179, 116, 172, 94, 92, 95,
|
49, 65, 180, 94, 179, 116, 172, 94, 92, 95,
|
50, 51, 146, 95, 65, 93, 52, 97, 98, 99,
|
50, 51, 146, 95, 65, 93, 52, 97, 98, 99,
|
100, 123, 170, 103, 43, 105, 106, 107, 108, 109,
|
100, 123, 170, 103, 43, 105, 106, 107, 108, 109,
|
110, 111, 112, 53, 113, 88, 89, 90, 91, 54,
|
110, 111, 112, 53, 113, 88, 89, 90, 91, 54,
|
118, 119, 120, 121, 122, 55, 126, 127, 128, 129,
|
118, 119, 120, 121, 122, 55, 126, 127, 128, 129,
|
130, 131, 132, 133, 134, 135, 136, 137, 68, 138,
|
130, 131, 132, 133, 134, 135, 136, 137, 68, 138,
|
56, 57, 58, 59, 144, 60, 61, 62, 96, -75,
|
56, 57, 58, 59, 144, 60, 61, 62, 96, -75,
|
10, 141, 154, 151, 152, 101, 102, 95, 104, 124,
|
10, 141, 154, 151, 152, 101, 102, 95, 104, 124,
|
0, 0, 0, 0, 0, 165, 0, 166, 0, 0,
|
0, 0, 0, 0, 0, 165, 0, 166, 0, 0,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 125,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 125,
|
88, 89, 90, 91, 0, 0, 0, 0, 0, 168,
|
88, 89, 90, 91, 0, 0, 0, 0, 0, 168,
|
81, 82, 83, 84, 85, 86, 87, 0, 88, 89,
|
81, 82, 83, 84, 85, 86, 87, 0, 88, 89,
|
90, 91, 0, 0, 173, 0, 0, 0, 0, 174,
|
90, 91, 0, 0, 173, 0, 0, 0, 0, 174,
|
0, 175, 0, 176, 177, 0, 1, 0, 0, 2,
|
0, 175, 0, 176, 177, 0, 1, 0, 0, 2,
|
3, 4, 5, 6, 7, 8, 9, 0, 186, 10,
|
3, 4, 5, 6, 7, 8, 9, 0, 186, 10,
|
11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
|
11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
|
21, 22, 23, 24, 25, 26, 27, 0, 28, 82,
|
21, 22, 23, 24, 25, 26, 27, 0, 28, 82,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
0, 0, 0, 0, 29, 30, 0, 0, 0, 0,
|
0, 0, 0, 0, 29, 30, 0, 0, 0, 0,
|
0, 0, 0, 31, 0, 32, 33, 1, 0, 34,
|
0, 0, 0, 31, 0, 32, 33, 1, 0, 34,
|
2, 3, 4, 5, 6, 7, 8, 9, 0, 0,
|
2, 3, 4, 5, 6, 7, 8, 9, 0, 0,
|
10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
20, 21, 22, 23, 24, 25, 26, 27, 0, 28,
|
20, 21, 22, 23, 24, 25, 26, 27, 0, 28,
|
84, 85, 86, 87, 0, 88, 89, 90, 91, 0,
|
84, 85, 86, 87, 0, 88, 89, 90, 91, 0,
|
0, 0, 0, 0, 0, 29, 30, 0, 0, 0,
|
0, 0, 0, 0, 0, 29, 30, 0, 0, 0,
|
0, 0, 0, 0, 44, 0, 32, 33, 0, 0,
|
0, 0, 0, 0, 44, 0, 32, 33, 0, 0,
|
34, 70, 71, 72, 73, 74, 75, 76, 77, 78,
|
34, 70, 71, 72, 73, 74, 75, 76, 77, 78,
|
79, 0, 80, 81, 82, 83, 84, 85, 86, 87,
|
79, 0, 80, 81, 82, 83, 84, 85, 86, 87,
|
0, 88, 89, 90, 91, 0, 0, 0, 0, 0,
|
0, 88, 89, 90, 91, 0, 0, 0, 0, 0,
|
159, 167, 70, 71, 72, 73, 74, 75, 76, 77,
|
159, 167, 70, 71, 72, 73, 74, 75, 76, 77,
|
78, 79, 0, 80, 81, 82, 83, 84, 85, 86,
|
78, 79, 0, 80, 81, 82, 83, 84, 85, 86,
|
87, 0, 88, 89, 90, 91, 0, 0, 161, 160,
|
87, 0, 88, 89, 90, 91, 0, 0, 161, 160,
|
70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 0,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 0,
|
88, 89, 90, 91, 0, 0, 0, 162, 70, 71,
|
88, 89, 90, 91, 0, 0, 0, 162, 70, 71,
|
72, 73, 74, 75, 76, 77, 78, 79, 0, 80,
|
72, 73, 74, 75, 76, 77, 78, 79, 0, 80,
|
81, 82, 83, 84, 85, 86, 87, 0, 88, 89,
|
81, 82, 83, 84, 85, 86, 87, 0, 88, 89,
|
90, 91, 0, 0, 0, 114, 70, 71, 72, 73,
|
90, 91, 0, 0, 0, 114, 70, 71, 72, 73,
|
74, 75, 76, 77, 78, 79, 0, 80, 81, 82,
|
74, 75, 76, 77, 78, 79, 0, 80, 81, 82,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
0, 0, 0, 147, 70, 71, 72, 73, 74, 75,
|
0, 0, 0, 147, 70, 71, 72, 73, 74, 75,
|
76, 77, 78, 79, 0, 80, 81, 82, 83, 84,
|
76, 77, 78, 79, 0, 80, 81, 82, 83, 84,
|
85, 86, 87, 0, 88, 89, 90, 91, 0, 0,
|
85, 86, 87, 0, 88, 89, 90, 91, 0, 0,
|
0, 148, 70, 71, 72, 73, 74, 75, 76, 77,
|
0, 148, 70, 71, 72, 73, 74, 75, 76, 77,
|
78, 79, 0, 80, 81, 82, 83, 84, 85, 86,
|
78, 79, 0, 80, 81, 82, 83, 84, 85, 86,
|
87, 0, 88, 89, 90, 91, 0, 0, 0, 149,
|
87, 0, 88, 89, 90, 91, 0, 0, 0, 149,
|
70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 0,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 0,
|
88, 89, 90, 91, 0, 0, 0, 150, 70, 71,
|
88, 89, 90, 91, 0, 0, 0, 150, 70, 71,
|
72, 73, 74, 75, 76, 77, 78, 79, 0, 80,
|
72, 73, 74, 75, 76, 77, 78, 79, 0, 80,
|
81, 82, 83, 84, 85, 86, 87, 0, 88, 89,
|
81, 82, 83, 84, 85, 86, 87, 0, 88, 89,
|
90, 91, 0, 0, 0, 153, 70, 71, 72, 73,
|
90, 91, 0, 0, 0, 153, 70, 71, 72, 73,
|
74, 75, 76, 77, 78, 79, 0, 80, 81, 82,
|
74, 75, 76, 77, 78, 79, 0, 80, 81, 82,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
0, 0, 0, 155, 70, 71, 72, 73, 74, 75,
|
0, 0, 0, 155, 70, 71, 72, 73, 74, 75,
|
76, 77, 78, 79, 0, 80, 81, 82, 83, 84,
|
76, 77, 78, 79, 0, 80, 81, 82, 83, 84,
|
85, 86, 87, 0, 88, 89, 90, 91, 0, 0,
|
85, 86, 87, 0, 88, 89, 90, 91, 0, 0,
|
0, 156, 70, 71, 72, 73, 74, 75, 76, 77,
|
0, 156, 70, 71, 72, 73, 74, 75, 76, 77,
|
78, 79, 0, 80, 81, 82, 83, 84, 85, 86,
|
78, 79, 0, 80, 81, 82, 83, 84, 85, 86,
|
87, 0, 88, 89, 90, 91, 0, 0, 0, 157,
|
87, 0, 88, 89, 90, 91, 0, 0, 0, 157,
|
70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 0,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 0,
|
88, 89, 90, 91, 0, 0, 0, 158, 70, 71,
|
88, 89, 90, 91, 0, 0, 0, 158, 70, 71,
|
72, 73, 74, 75, 76, 77, 78, 79, 0, 80,
|
72, 73, 74, 75, 76, 77, 78, 79, 0, 80,
|
81, 82, 83, 84, 85, 86, 87, 0, 88, 89,
|
81, 82, 83, 84, 85, 86, 87, 0, 88, 89,
|
90, 91, 0, 0, 0, 171, 70, 71, 72, 73,
|
90, 91, 0, 0, 0, 171, 70, 71, 72, 73,
|
74, 75, 76, 77, 78, 79, 0, 80, 81, 82,
|
74, 75, 76, 77, 78, 79, 0, 80, 81, 82,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
0, 0, 0, 181, 70, 71, 72, 73, 74, 75,
|
0, 0, 0, 181, 70, 71, 72, 73, 74, 75,
|
76, 77, 78, 79, 0, 80, 81, 82, 83, 84,
|
76, 77, 78, 79, 0, 80, 81, 82, 83, 84,
|
85, 86, 87, 0, 88, 89, 90, 91, 0, 0,
|
85, 86, 87, 0, 88, 89, 90, 91, 0, 0,
|
0, 182, 70, 71, 72, 73, 74, 75, 76, 77,
|
0, 182, 70, 71, 72, 73, 74, 75, 76, 77,
|
78, 79, 0, 80, 81, 82, 83, 84, 85, 86,
|
78, 79, 0, 80, 81, 82, 83, 84, 85, 86,
|
87, 0, 88, 89, 90, 91, 0, 0, 0, 183,
|
87, 0, 88, 89, 90, 91, 0, 0, 0, 183,
|
70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 0,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 0,
|
88, 89, 90, 91, 0, 0, 0, 184, 70, 71,
|
88, 89, 90, 91, 0, 0, 0, 184, 70, 71,
|
72, 73, 74, 75, 76, 77, 78, 79, 0, 80,
|
72, 73, 74, 75, 76, 77, 78, 79, 0, 80,
|
81, 82, 83, 84, 85, 86, 87, 0, 88, 89,
|
81, 82, 83, 84, 85, 86, 87, 0, 88, 89,
|
90, 91, 0, 0, 163, 185, 70, 71, 72, 73,
|
90, 91, 0, 0, 163, 185, 70, 71, 72, 73,
|
74, 75, 76, 77, 78, 79, 0, 80, 81, 82,
|
74, 75, 76, 77, 78, 79, 0, 80, 81, 82,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
164, 0, 70, 71, 72, 73, 74, 75, 76, 77,
|
164, 0, 70, 71, 72, 73, 74, 75, 76, 77,
|
78, 79, 0, 80, 81, 82, 83, 84, 85, 86,
|
78, 79, 0, 80, 81, 82, 83, 84, 85, 86,
|
87, 0, 88, 89, 90, 91, 70, 71, 72, 73,
|
87, 0, 88, 89, 90, 91, 70, 71, 72, 73,
|
74, 75, 76, 77, 78, 79, 0, 80, 81, 82,
|
74, 75, 76, 77, 78, 79, 0, 80, 81, 82,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
83, 84, 85, 86, 87, 0, 88, 89, 90, 91,
|
-76, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
-76, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 0,
|
0, 80, 81, 82, 83, 84, 85, 86, 87, 0,
|
88, 89, 90, 91
|
88, 89, 90, 91
|
};
|
};
|
|
|
static const short yycheck[] =
|
static const short yycheck[] =
|
{
|
{
|
0, 16, 36, 36, 36, 36, 60, 95, 12, 13,
|
0, 16, 36, 36, 36, 36, 60, 95, 12, 13,
|
47, 11, 49, 50, 51, 52, 53, 54, 55, 56,
|
47, 11, 49, 50, 51, 52, 53, 54, 55, 56,
|
60, 58, 59, 60, 61, 60, 66, 67, 0, 29,
|
60, 58, 59, 60, 61, 60, 66, 67, 0, 29,
|
60, 31, 65, 60, 68, 67, 67, 60, 38, 66,
|
60, 31, 65, 60, 68, 67, 67, 60, 38, 66,
|
60, 60, 65, 66, 44, 34, 60, 47, 48, 49,
|
60, 60, 65, 66, 44, 34, 60, 47, 48, 49,
|
50, 66, 140, 53, 0, 55, 56, 57, 58, 59,
|
50, 66, 140, 53, 0, 55, 56, 57, 58, 59,
|
60, 61, 62, 60, 64, 58, 59, 60, 61, 60,
|
60, 61, 62, 60, 64, 58, 59, 60, 61, 60,
|
70, 71, 72, 73, 74, 60, 76, 77, 78, 79,
|
70, 71, 72, 73, 74, 60, 76, 77, 78, 79,
|
80, 81, 82, 83, 84, 85, 86, 87, 34, 89,
|
80, 81, 82, 83, 84, 85, 86, 87, 34, 89,
|
60, 60, 60, 60, 94, 60, 60, 60, 44, 34,
|
60, 60, 60, 60, 94, 60, 60, 60, 44, 34,
|
16, 12, 36, 65, 65, 51, 52, 66, 54, 75,
|
16, 12, 36, 65, 65, 51, 52, 66, 54, 75,
|
-1, -1, -1, -1, -1, 115, -1, 117, -1, -1,
|
-1, -1, -1, -1, -1, 115, -1, 117, -1, -1,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, 75,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, 75,
|
58, 59, 60, 61, -1, -1, -1, -1, -1, 139,
|
58, 59, 60, 61, -1, -1, -1, -1, -1, 139,
|
50, 51, 52, 53, 54, 55, 56, -1, 58, 59,
|
50, 51, 52, 53, 54, 55, 56, -1, 58, 59,
|
60, 61, -1, -1, 154, -1, -1, -1, -1, 159,
|
60, 61, -1, -1, 154, -1, -1, -1, -1, 159,
|
-1, 161, -1, 163, 164, -1, 3, -1, -1, 6,
|
-1, 161, -1, 163, 164, -1, 3, -1, -1, 6,
|
7, 8, 9, 10, 11, 12, 13, -1, 178, 16,
|
7, 8, 9, 10, 11, 12, 13, -1, 178, 16,
|
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
|
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
|
27, 28, 29, 30, 31, 32, 33, -1, 35, 51,
|
27, 28, 29, 30, 31, 32, 33, -1, 35, 51,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
-1, -1, -1, -1, 51, 52, -1, -1, -1, -1,
|
-1, -1, -1, -1, 51, 52, -1, -1, -1, -1,
|
-1, -1, -1, 60, -1, 62, 63, 3, -1, 66,
|
-1, -1, -1, 60, -1, 62, 63, 3, -1, 66,
|
6, 7, 8, 9, 10, 11, 12, 13, -1, -1,
|
6, 7, 8, 9, 10, 11, 12, 13, -1, -1,
|
16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
|
16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
|
26, 27, 28, 29, 30, 31, 32, 33, -1, 35,
|
26, 27, 28, 29, 30, 31, 32, 33, -1, 35,
|
53, 54, 55, 56, -1, 58, 59, 60, 61, -1,
|
53, 54, 55, 56, -1, 58, 59, 60, 61, -1,
|
-1, -1, -1, -1, -1, 51, 52, -1, -1, -1,
|
-1, -1, -1, -1, -1, 51, 52, -1, -1, -1,
|
-1, -1, -1, -1, 60, -1, 62, 63, -1, -1,
|
-1, -1, -1, -1, 60, -1, 62, 63, -1, -1,
|
66, 38, 39, 40, 41, 42, 43, 44, 45, 46,
|
66, 38, 39, 40, 41, 42, 43, 44, 45, 46,
|
47, -1, 49, 50, 51, 52, 53, 54, 55, 56,
|
47, -1, 49, 50, 51, 52, 53, 54, 55, 56,
|
-1, 58, 59, 60, 61, -1, -1, -1, -1, -1,
|
-1, 58, 59, 60, 61, -1, -1, -1, -1, -1,
|
36, 68, 38, 39, 40, 41, 42, 43, 44, 45,
|
36, 68, 38, 39, 40, 41, 42, 43, 44, 45,
|
46, 47, -1, 49, 50, 51, 52, 53, 54, 55,
|
46, 47, -1, 49, 50, 51, 52, 53, 54, 55,
|
56, -1, 58, 59, 60, 61, -1, -1, 36, 65,
|
56, -1, 58, 59, 60, 61, -1, -1, 36, 65,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, -1,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, -1,
|
58, 59, 60, 61, -1, -1, -1, 65, 38, 39,
|
58, 59, 60, 61, -1, -1, -1, 65, 38, 39,
|
40, 41, 42, 43, 44, 45, 46, 47, -1, 49,
|
40, 41, 42, 43, 44, 45, 46, 47, -1, 49,
|
50, 51, 52, 53, 54, 55, 56, -1, 58, 59,
|
50, 51, 52, 53, 54, 55, 56, -1, 58, 59,
|
60, 61, -1, -1, -1, 65, 38, 39, 40, 41,
|
60, 61, -1, -1, -1, 65, 38, 39, 40, 41,
|
42, 43, 44, 45, 46, 47, -1, 49, 50, 51,
|
42, 43, 44, 45, 46, 47, -1, 49, 50, 51,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
-1, -1, -1, 65, 38, 39, 40, 41, 42, 43,
|
-1, -1, -1, 65, 38, 39, 40, 41, 42, 43,
|
44, 45, 46, 47, -1, 49, 50, 51, 52, 53,
|
44, 45, 46, 47, -1, 49, 50, 51, 52, 53,
|
54, 55, 56, -1, 58, 59, 60, 61, -1, -1,
|
54, 55, 56, -1, 58, 59, 60, 61, -1, -1,
|
-1, 65, 38, 39, 40, 41, 42, 43, 44, 45,
|
-1, 65, 38, 39, 40, 41, 42, 43, 44, 45,
|
46, 47, -1, 49, 50, 51, 52, 53, 54, 55,
|
46, 47, -1, 49, 50, 51, 52, 53, 54, 55,
|
56, -1, 58, 59, 60, 61, -1, -1, -1, 65,
|
56, -1, 58, 59, 60, 61, -1, -1, -1, 65,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, -1,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, -1,
|
58, 59, 60, 61, -1, -1, -1, 65, 38, 39,
|
58, 59, 60, 61, -1, -1, -1, 65, 38, 39,
|
40, 41, 42, 43, 44, 45, 46, 47, -1, 49,
|
40, 41, 42, 43, 44, 45, 46, 47, -1, 49,
|
50, 51, 52, 53, 54, 55, 56, -1, 58, 59,
|
50, 51, 52, 53, 54, 55, 56, -1, 58, 59,
|
60, 61, -1, -1, -1, 65, 38, 39, 40, 41,
|
60, 61, -1, -1, -1, 65, 38, 39, 40, 41,
|
42, 43, 44, 45, 46, 47, -1, 49, 50, 51,
|
42, 43, 44, 45, 46, 47, -1, 49, 50, 51,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
-1, -1, -1, 65, 38, 39, 40, 41, 42, 43,
|
-1, -1, -1, 65, 38, 39, 40, 41, 42, 43,
|
44, 45, 46, 47, -1, 49, 50, 51, 52, 53,
|
44, 45, 46, 47, -1, 49, 50, 51, 52, 53,
|
54, 55, 56, -1, 58, 59, 60, 61, -1, -1,
|
54, 55, 56, -1, 58, 59, 60, 61, -1, -1,
|
-1, 65, 38, 39, 40, 41, 42, 43, 44, 45,
|
-1, 65, 38, 39, 40, 41, 42, 43, 44, 45,
|
46, 47, -1, 49, 50, 51, 52, 53, 54, 55,
|
46, 47, -1, 49, 50, 51, 52, 53, 54, 55,
|
56, -1, 58, 59, 60, 61, -1, -1, -1, 65,
|
56, -1, 58, 59, 60, 61, -1, -1, -1, 65,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, -1,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, -1,
|
58, 59, 60, 61, -1, -1, -1, 65, 38, 39,
|
58, 59, 60, 61, -1, -1, -1, 65, 38, 39,
|
40, 41, 42, 43, 44, 45, 46, 47, -1, 49,
|
40, 41, 42, 43, 44, 45, 46, 47, -1, 49,
|
50, 51, 52, 53, 54, 55, 56, -1, 58, 59,
|
50, 51, 52, 53, 54, 55, 56, -1, 58, 59,
|
60, 61, -1, -1, -1, 65, 38, 39, 40, 41,
|
60, 61, -1, -1, -1, 65, 38, 39, 40, 41,
|
42, 43, 44, 45, 46, 47, -1, 49, 50, 51,
|
42, 43, 44, 45, 46, 47, -1, 49, 50, 51,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
-1, -1, -1, 65, 38, 39, 40, 41, 42, 43,
|
-1, -1, -1, 65, 38, 39, 40, 41, 42, 43,
|
44, 45, 46, 47, -1, 49, 50, 51, 52, 53,
|
44, 45, 46, 47, -1, 49, 50, 51, 52, 53,
|
54, 55, 56, -1, 58, 59, 60, 61, -1, -1,
|
54, 55, 56, -1, 58, 59, 60, 61, -1, -1,
|
-1, 65, 38, 39, 40, 41, 42, 43, 44, 45,
|
-1, 65, 38, 39, 40, 41, 42, 43, 44, 45,
|
46, 47, -1, 49, 50, 51, 52, 53, 54, 55,
|
46, 47, -1, 49, 50, 51, 52, 53, 54, 55,
|
56, -1, 58, 59, 60, 61, -1, -1, -1, 65,
|
56, -1, 58, 59, 60, 61, -1, -1, -1, 65,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, -1,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, -1,
|
58, 59, 60, 61, -1, -1, -1, 65, 38, 39,
|
58, 59, 60, 61, -1, -1, -1, 65, 38, 39,
|
40, 41, 42, 43, 44, 45, 46, 47, -1, 49,
|
40, 41, 42, 43, 44, 45, 46, 47, -1, 49,
|
50, 51, 52, 53, 54, 55, 56, -1, 58, 59,
|
50, 51, 52, 53, 54, 55, 56, -1, 58, 59,
|
60, 61, -1, -1, 36, 65, 38, 39, 40, 41,
|
60, 61, -1, -1, 36, 65, 38, 39, 40, 41,
|
42, 43, 44, 45, 46, 47, -1, 49, 50, 51,
|
42, 43, 44, 45, 46, 47, -1, 49, 50, 51,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
36, -1, 38, 39, 40, 41, 42, 43, 44, 45,
|
36, -1, 38, 39, 40, 41, 42, 43, 44, 45,
|
46, 47, -1, 49, 50, 51, 52, 53, 54, 55,
|
46, 47, -1, 49, 50, 51, 52, 53, 54, 55,
|
56, -1, 58, 59, 60, 61, 38, 39, 40, 41,
|
56, -1, 58, 59, 60, 61, 38, 39, 40, 41,
|
42, 43, 44, 45, 46, 47, -1, 49, 50, 51,
|
42, 43, 44, 45, 46, 47, -1, 49, 50, 51,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
52, 53, 54, 55, 56, -1, 58, 59, 60, 61,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, -1,
|
-1, 49, 50, 51, 52, 53, 54, 55, 56, -1,
|
58, 59, 60, 61
|
58, 59, 60, 61
|
};
|
};
|
|
|
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
|
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
|
symbol of state STATE-NUM. */
|
symbol of state STATE-NUM. */
|
static const unsigned char yystos[] =
|
static const unsigned char yystos[] =
|
{
|
{
|
0, 3, 6, 7, 8, 9, 10, 11, 12, 13,
|
0, 3, 6, 7, 8, 9, 10, 11, 12, 13,
|
16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
|
16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
|
26, 27, 28, 29, 30, 31, 32, 33, 35, 51,
|
26, 27, 28, 29, 30, 31, 32, 33, 35, 51,
|
52, 60, 62, 63, 66, 70, 71, 72, 74, 75,
|
52, 60, 62, 63, 66, 70, 71, 72, 74, 75,
|
80, 81, 82, 83, 60, 72, 83, 60, 60, 60,
|
80, 81, 82, 83, 60, 72, 83, 60, 60, 60,
|
60, 60, 60, 60, 60, 60, 60, 60, 60, 60,
|
60, 60, 60, 60, 60, 60, 60, 60, 60, 60,
|
60, 60, 60, 72, 73, 72, 72, 78, 83, 0,
|
60, 60, 60, 72, 73, 72, 72, 78, 83, 0,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
|
49, 50, 51, 52, 53, 54, 55, 56, 58, 59,
|
49, 50, 51, 52, 53, 54, 55, 56, 58, 59,
|
60, 61, 72, 34, 60, 66, 83, 72, 72, 72,
|
60, 61, 72, 34, 60, 66, 83, 72, 72, 72,
|
72, 83, 83, 72, 83, 72, 72, 72, 72, 72,
|
72, 83, 83, 72, 83, 72, 72, 72, 72, 72,
|
72, 72, 72, 72, 65, 36, 67, 67, 72, 72,
|
72, 72, 72, 72, 65, 36, 67, 67, 72, 72,
|
72, 72, 72, 66, 75, 83, 72, 72, 72, 72,
|
72, 72, 72, 66, 75, 83, 72, 72, 72, 72,
|
72, 72, 72, 72, 72, 72, 72, 72, 72, 76,
|
72, 72, 72, 72, 72, 72, 72, 72, 72, 76,
|
77, 12, 12, 13, 72, 78, 65, 65, 65, 65,
|
77, 12, 12, 13, 72, 78, 65, 65, 65, 65,
|
65, 65, 65, 65, 36, 65, 65, 65, 65, 36,
|
65, 65, 65, 65, 36, 65, 65, 65, 65, 36,
|
65, 36, 65, 36, 36, 72, 72, 68, 72, 79,
|
65, 36, 65, 36, 36, 72, 72, 68, 72, 79,
|
78, 65, 67, 72, 72, 72, 72, 72, 36, 68,
|
78, 65, 67, 72, 72, 72, 72, 72, 36, 68,
|
65, 65, 65, 65, 65, 65, 72
|
65, 65, 65, 65, 65, 65, 72
|
};
|
};
|
|
|
#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
|
#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
|
# define YYSIZE_T __SIZE_TYPE__
|
# define YYSIZE_T __SIZE_TYPE__
|
#endif
|
#endif
|
#if ! defined (YYSIZE_T) && defined (size_t)
|
#if ! defined (YYSIZE_T) && defined (size_t)
|
# define YYSIZE_T size_t
|
# define YYSIZE_T size_t
|
#endif
|
#endif
|
#if ! defined (YYSIZE_T)
|
#if ! defined (YYSIZE_T)
|
# if defined (__STDC__) || defined (__cplusplus)
|
# if defined (__STDC__) || defined (__cplusplus)
|
# include <stddef.h> /* INFRINGES ON USER NAME SPACE */
|
# include <stddef.h> /* INFRINGES ON USER NAME SPACE */
|
# define YYSIZE_T size_t
|
# define YYSIZE_T size_t
|
# endif
|
# endif
|
#endif
|
#endif
|
#if ! defined (YYSIZE_T)
|
#if ! defined (YYSIZE_T)
|
# define YYSIZE_T unsigned int
|
# define YYSIZE_T unsigned int
|
#endif
|
#endif
|
|
|
#define yyerrok (yyerrstatus = 0)
|
#define yyerrok (yyerrstatus = 0)
|
#define yyclearin (yychar = YYEMPTY)
|
#define yyclearin (yychar = YYEMPTY)
|
#define YYEMPTY (-2)
|
#define YYEMPTY (-2)
|
#define YYEOF 0
|
#define YYEOF 0
|
|
|
#define YYACCEPT goto yyacceptlab
|
#define YYACCEPT goto yyacceptlab
|
#define YYABORT goto yyabortlab
|
#define YYABORT goto yyabortlab
|
#define YYERROR goto yyerrorlab
|
#define YYERROR goto yyerrorlab
|
|
|
|
|
/* Like YYERROR except do call yyerror. This remains here temporarily
|
/* Like YYERROR except do call yyerror. This remains here temporarily
|
to ease the transition to the new meaning of YYERROR, for GCC.
|
to ease the transition to the new meaning of YYERROR, for GCC.
|
Once GCC version 2 has supplanted version 1, this can go. */
|
Once GCC version 2 has supplanted version 1, this can go. */
|
|
|
#define YYFAIL goto yyerrlab
|
#define YYFAIL goto yyerrlab
|
|
|
#define YYRECOVERING() (!!yyerrstatus)
|
#define YYRECOVERING() (!!yyerrstatus)
|
|
|
#define YYBACKUP(Token, Value) \
|
#define YYBACKUP(Token, Value) \
|
do \
|
do \
|
if (yychar == YYEMPTY && yylen == 1) \
|
if (yychar == YYEMPTY && yylen == 1) \
|
{ \
|
{ \
|
yychar = (Token); \
|
yychar = (Token); \
|
yylval = (Value); \
|
yylval = (Value); \
|
yytoken = YYTRANSLATE (yychar); \
|
yytoken = YYTRANSLATE (yychar); \
|
YYPOPSTACK; \
|
YYPOPSTACK; \
|
goto yybackup; \
|
goto yybackup; \
|
} \
|
} \
|
else \
|
else \
|
{ \
|
{ \
|
yyerror ("syntax error: cannot back up");\
|
yyerror ("syntax error: cannot back up");\
|
YYERROR; \
|
YYERROR; \
|
} \
|
} \
|
while (0)
|
while (0)
|
|
|
#define YYTERROR 1
|
#define YYTERROR 1
|
#define YYERRCODE 256
|
#define YYERRCODE 256
|
|
|
/* YYLLOC_DEFAULT -- Compute the default location (before the actions
|
/* YYLLOC_DEFAULT -- Compute the default location (before the actions
|
are run). */
|
are run). */
|
|
|
#ifndef YYLLOC_DEFAULT
|
#ifndef YYLLOC_DEFAULT
|
# define YYLLOC_DEFAULT(Current, Rhs, N) \
|
# define YYLLOC_DEFAULT(Current, Rhs, N) \
|
((Current).first_line = (Rhs)[1].first_line, \
|
((Current).first_line = (Rhs)[1].first_line, \
|
(Current).first_column = (Rhs)[1].first_column, \
|
(Current).first_column = (Rhs)[1].first_column, \
|
(Current).last_line = (Rhs)[N].last_line, \
|
(Current).last_line = (Rhs)[N].last_line, \
|
(Current).last_column = (Rhs)[N].last_column)
|
(Current).last_column = (Rhs)[N].last_column)
|
#endif
|
#endif
|
|
|
/* YYLEX -- calling `yylex' with the right arguments. */
|
/* YYLEX -- calling `yylex' with the right arguments. */
|
|
|
#ifdef YYLEX_PARAM
|
#ifdef YYLEX_PARAM
|
# define YYLEX yylex (YYLEX_PARAM)
|
# define YYLEX yylex (YYLEX_PARAM)
|
#else
|
#else
|
# define YYLEX yylex ()
|
# define YYLEX yylex ()
|
#endif
|
#endif
|
|
|
/* Enable debugging if requested. */
|
/* Enable debugging if requested. */
|
#if YYDEBUG
|
#if YYDEBUG
|
|
|
# ifndef YYFPRINTF
|
# ifndef YYFPRINTF
|
# include <stdio.h> /* INFRINGES ON USER NAME SPACE */
|
# include <stdio.h> /* INFRINGES ON USER NAME SPACE */
|
# define YYFPRINTF fprintf
|
# define YYFPRINTF fprintf
|
# endif
|
# endif
|
|
|
# define YYDPRINTF(Args) \
|
# define YYDPRINTF(Args) \
|
do { \
|
do { \
|
if (yydebug) \
|
if (yydebug) \
|
YYFPRINTF Args; \
|
YYFPRINTF Args; \
|
} while (0)
|
} while (0)
|
|
|
# define YYDSYMPRINT(Args) \
|
# define YYDSYMPRINT(Args) \
|
do { \
|
do { \
|
if (yydebug) \
|
if (yydebug) \
|
yysymprint Args; \
|
yysymprint Args; \
|
} while (0)
|
} while (0)
|
|
|
# define YYDSYMPRINTF(Title, Token, Value, Location) \
|
# define YYDSYMPRINTF(Title, Token, Value, Location) \
|
do { \
|
do { \
|
if (yydebug) \
|
if (yydebug) \
|
{ \
|
{ \
|
YYFPRINTF (stderr, "%s ", Title); \
|
YYFPRINTF (stderr, "%s ", Title); \
|
yysymprint (stderr, \
|
yysymprint (stderr, \
|
Token, Value); \
|
Token, Value); \
|
YYFPRINTF (stderr, "\n"); \
|
YYFPRINTF (stderr, "\n"); \
|
} \
|
} \
|
} while (0)
|
} while (0)
|
|
|
/*------------------------------------------------------------------.
|
/*------------------------------------------------------------------.
|
| yy_stack_print -- Print the state stack from its BOTTOM up to its |
|
| yy_stack_print -- Print the state stack from its BOTTOM up to its |
|
| TOP (included). |
|
| TOP (included). |
|
`------------------------------------------------------------------*/
|
`------------------------------------------------------------------*/
|
|
|
#if defined (__STDC__) || defined (__cplusplus)
|
#if defined (__STDC__) || defined (__cplusplus)
|
static void
|
static void
|
yy_stack_print (short *bottom, short *top)
|
yy_stack_print (short *bottom, short *top)
|
#else
|
#else
|
static void
|
static void
|
yy_stack_print (bottom, top)
|
yy_stack_print (bottom, top)
|
short *bottom;
|
short *bottom;
|
short *top;
|
short *top;
|
#endif
|
#endif
|
{
|
{
|
YYFPRINTF (stderr, "Stack now");
|
YYFPRINTF (stderr, "Stack now");
|
for (/* Nothing. */; bottom <= top; ++bottom)
|
for (/* Nothing. */; bottom <= top; ++bottom)
|
YYFPRINTF (stderr, " %d", *bottom);
|
YYFPRINTF (stderr, " %d", *bottom);
|
YYFPRINTF (stderr, "\n");
|
YYFPRINTF (stderr, "\n");
|
}
|
}
|
|
|
# define YY_STACK_PRINT(Bottom, Top) \
|
# define YY_STACK_PRINT(Bottom, Top) \
|
do { \
|
do { \
|
if (yydebug) \
|
if (yydebug) \
|
yy_stack_print ((Bottom), (Top)); \
|
yy_stack_print ((Bottom), (Top)); \
|
} while (0)
|
} while (0)
|
|
|
|
|
/*------------------------------------------------.
|
/*------------------------------------------------.
|
| Report that the YYRULE is going to be reduced. |
|
| Report that the YYRULE is going to be reduced. |
|
`------------------------------------------------*/
|
`------------------------------------------------*/
|
|
|
#if defined (__STDC__) || defined (__cplusplus)
|
#if defined (__STDC__) || defined (__cplusplus)
|
static void
|
static void
|
yy_reduce_print (int yyrule)
|
yy_reduce_print (int yyrule)
|
#else
|
#else
|
static void
|
static void
|
yy_reduce_print (yyrule)
|
yy_reduce_print (yyrule)
|
int yyrule;
|
int yyrule;
|
#endif
|
#endif
|
{
|
{
|
int yyi;
|
int yyi;
|
unsigned int yylno = yyrline[yyrule];
|
unsigned int yylno = yyrline[yyrule];
|
YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
|
YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
|
yyrule - 1, yylno);
|
yyrule - 1, yylno);
|
/* Print the symbols being reduced, and their result. */
|
/* Print the symbols being reduced, and their result. */
|
for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++)
|
for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++)
|
YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);
|
YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);
|
YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]);
|
YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]);
|
}
|
}
|
|
|
# define YY_REDUCE_PRINT(Rule) \
|
# define YY_REDUCE_PRINT(Rule) \
|
do { \
|
do { \
|
if (yydebug) \
|
if (yydebug) \
|
yy_reduce_print (Rule); \
|
yy_reduce_print (Rule); \
|
} while (0)
|
} while (0)
|
|
|
/* Nonzero means print parse trace. It is left uninitialized so that
|
/* Nonzero means print parse trace. It is left uninitialized so that
|
multiple parsers can coexist. */
|
multiple parsers can coexist. */
|
int yydebug;
|
int yydebug;
|
#else /* !YYDEBUG */
|
#else /* !YYDEBUG */
|
# define YYDPRINTF(Args)
|
# define YYDPRINTF(Args)
|
# define YYDSYMPRINT(Args)
|
# define YYDSYMPRINT(Args)
|
# define YYDSYMPRINTF(Title, Token, Value, Location)
|
# define YYDSYMPRINTF(Title, Token, Value, Location)
|
# define YY_STACK_PRINT(Bottom, Top)
|
# define YY_STACK_PRINT(Bottom, Top)
|
# define YY_REDUCE_PRINT(Rule)
|
# define YY_REDUCE_PRINT(Rule)
|
#endif /* !YYDEBUG */
|
#endif /* !YYDEBUG */
|
|
|
|
|
/* YYINITDEPTH -- initial size of the parser's stacks. */
|
/* YYINITDEPTH -- initial size of the parser's stacks. */
|
#ifndef YYINITDEPTH
|
#ifndef YYINITDEPTH
|
# define YYINITDEPTH 200
|
# define YYINITDEPTH 200
|
#endif
|
#endif
|
|
|
/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
if the built-in stack extension method is used).
|
if the built-in stack extension method is used).
|
|
|
Do not make this value too large; the results are undefined if
|
Do not make this value too large; the results are undefined if
|
SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
|
SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
|
evaluated with infinite-precision integer arithmetic. */
|
evaluated with infinite-precision integer arithmetic. */
|
|
|
#if defined (YYMAXDEPTH) && YYMAXDEPTH == 0
|
#if defined (YYMAXDEPTH) && YYMAXDEPTH == 0
|
# undef YYMAXDEPTH
|
# undef YYMAXDEPTH
|
#endif
|
#endif
|
|
|
#ifndef YYMAXDEPTH
|
#ifndef YYMAXDEPTH
|
# define YYMAXDEPTH 10000
|
# define YYMAXDEPTH 10000
|
#endif
|
#endif
|
|
|
|
|
|
|
#if YYERROR_VERBOSE
|
#if YYERROR_VERBOSE
|
|
|
# ifndef yystrlen
|
# ifndef yystrlen
|
# if defined (__GLIBC__) && defined (_STRING_H)
|
# if defined (__GLIBC__) && defined (_STRING_H)
|
# define yystrlen strlen
|
# define yystrlen strlen
|
# else
|
# else
|
/* Return the length of YYSTR. */
|
/* Return the length of YYSTR. */
|
static YYSIZE_T
|
static YYSIZE_T
|
# if defined (__STDC__) || defined (__cplusplus)
|
# if defined (__STDC__) || defined (__cplusplus)
|
yystrlen (const char *yystr)
|
yystrlen (const char *yystr)
|
# else
|
# else
|
yystrlen (yystr)
|
yystrlen (yystr)
|
const char *yystr;
|
const char *yystr;
|
# endif
|
# endif
|
{
|
{
|
register const char *yys = yystr;
|
register const char *yys = yystr;
|
|
|
while (*yys++ != '\0')
|
while (*yys++ != '\0')
|
continue;
|
continue;
|
|
|
return yys - yystr - 1;
|
return yys - yystr - 1;
|
}
|
}
|
# endif
|
# endif
|
# endif
|
# endif
|
|
|
# ifndef yystpcpy
|
# ifndef yystpcpy
|
# if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
|
# if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
|
# define yystpcpy stpcpy
|
# define yystpcpy stpcpy
|
# else
|
# else
|
/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
|
/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
|
YYDEST. */
|
YYDEST. */
|
static char *
|
static char *
|
# if defined (__STDC__) || defined (__cplusplus)
|
# if defined (__STDC__) || defined (__cplusplus)
|
yystpcpy (char *yydest, const char *yysrc)
|
yystpcpy (char *yydest, const char *yysrc)
|
# else
|
# else
|
yystpcpy (yydest, yysrc)
|
yystpcpy (yydest, yysrc)
|
char *yydest;
|
char *yydest;
|
const char *yysrc;
|
const char *yysrc;
|
# endif
|
# endif
|
{
|
{
|
register char *yyd = yydest;
|
register char *yyd = yydest;
|
register const char *yys = yysrc;
|
register const char *yys = yysrc;
|
|
|
while ((*yyd++ = *yys++) != '\0')
|
while ((*yyd++ = *yys++) != '\0')
|
continue;
|
continue;
|
|
|
return yyd - 1;
|
return yyd - 1;
|
}
|
}
|
# endif
|
# endif
|
# endif
|
# endif
|
|
|
#endif /* !YYERROR_VERBOSE */
|
#endif /* !YYERROR_VERBOSE */
|
|
|
|
|
|
|
#if YYDEBUG
|
#if YYDEBUG
|
/*--------------------------------.
|
/*--------------------------------.
|
| Print this symbol on YYOUTPUT. |
|
| Print this symbol on YYOUTPUT. |
|
`--------------------------------*/
|
`--------------------------------*/
|
|
|
#if defined (__STDC__) || defined (__cplusplus)
|
#if defined (__STDC__) || defined (__cplusplus)
|
static void
|
static void
|
yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
|
yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
|
#else
|
#else
|
static void
|
static void
|
yysymprint (yyoutput, yytype, yyvaluep)
|
yysymprint (yyoutput, yytype, yyvaluep)
|
FILE *yyoutput;
|
FILE *yyoutput;
|
int yytype;
|
int yytype;
|
YYSTYPE *yyvaluep;
|
YYSTYPE *yyvaluep;
|
#endif
|
#endif
|
{
|
{
|
/* Pacify ``unused variable'' warnings. */
|
/* Pacify ``unused variable'' warnings. */
|
(void) yyvaluep;
|
(void) yyvaluep;
|
|
|
if (yytype < YYNTOKENS)
|
if (yytype < YYNTOKENS)
|
{
|
{
|
YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
|
YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
|
# ifdef YYPRINT
|
# ifdef YYPRINT
|
YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
|
YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
|
# endif
|
# endif
|
}
|
}
|
else
|
else
|
YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
|
YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
|
|
|
switch (yytype)
|
switch (yytype)
|
{
|
{
|
default:
|
default:
|
break;
|
break;
|
}
|
}
|
YYFPRINTF (yyoutput, ")");
|
YYFPRINTF (yyoutput, ")");
|
}
|
}
|
|
|
#endif /* ! YYDEBUG */
|
#endif /* ! YYDEBUG */
|
/*-----------------------------------------------.
|
/*-----------------------------------------------.
|
| Release the memory associated to this symbol. |
|
| Release the memory associated to this symbol. |
|
`-----------------------------------------------*/
|
`-----------------------------------------------*/
|
|
|
#if defined (__STDC__) || defined (__cplusplus)
|
#if defined (__STDC__) || defined (__cplusplus)
|
static void
|
static void
|
yydestruct (int yytype, YYSTYPE *yyvaluep)
|
yydestruct (int yytype, YYSTYPE *yyvaluep)
|
#else
|
#else
|
static void
|
static void
|
yydestruct (yytype, yyvaluep)
|
yydestruct (yytype, yyvaluep)
|
int yytype;
|
int yytype;
|
YYSTYPE *yyvaluep;
|
YYSTYPE *yyvaluep;
|
#endif
|
#endif
|
{
|
{
|
/* Pacify ``unused variable'' warnings. */
|
/* Pacify ``unused variable'' warnings. */
|
(void) yyvaluep;
|
(void) yyvaluep;
|
|
|
switch (yytype)
|
switch (yytype)
|
{
|
{
|
|
|
default:
|
default:
|
break;
|
break;
|
}
|
}
|
}
|
}
|
|
|
|
|
/* Prevent warnings from -Wmissing-prototypes. */
|
/* Prevent warnings from -Wmissing-prototypes. */
|
|
|
#ifdef YYPARSE_PARAM
|
#ifdef YYPARSE_PARAM
|
# if defined (__STDC__) || defined (__cplusplus)
|
# if defined (__STDC__) || defined (__cplusplus)
|
int yyparse (void *YYPARSE_PARAM);
|
int yyparse (void *YYPARSE_PARAM);
|
# else
|
# else
|
int yyparse ();
|
int yyparse ();
|
# endif
|
# endif
|
#else /* ! YYPARSE_PARAM */
|
#else /* ! YYPARSE_PARAM */
|
#if defined (__STDC__) || defined (__cplusplus)
|
#if defined (__STDC__) || defined (__cplusplus)
|
int yyparse (void);
|
int yyparse (void);
|
#else
|
#else
|
int yyparse ();
|
int yyparse ();
|
#endif
|
#endif
|
#endif /* ! YYPARSE_PARAM */
|
#endif /* ! YYPARSE_PARAM */
|
|
|
|
|
|
|
/* The lookahead symbol. */
|
/* The lookahead symbol. */
|
int yychar;
|
int yychar;
|
|
|
/* The semantic value of the lookahead symbol. */
|
/* The semantic value of the lookahead symbol. */
|
YYSTYPE yylval;
|
YYSTYPE yylval;
|
|
|
/* Number of syntax errors so far. */
|
/* Number of syntax errors so far. */
|
int yynerrs;
|
int yynerrs;
|
|
|
|
|
|
|
/*----------.
|
/*----------.
|
| yyparse. |
|
| yyparse. |
|
`----------*/
|
`----------*/
|
|
|
#ifdef YYPARSE_PARAM
|
#ifdef YYPARSE_PARAM
|
# if defined (__STDC__) || defined (__cplusplus)
|
# if defined (__STDC__) || defined (__cplusplus)
|
int yyparse (void *YYPARSE_PARAM)
|
int yyparse (void *YYPARSE_PARAM)
|
# else
|
# else
|
int yyparse (YYPARSE_PARAM)
|
int yyparse (YYPARSE_PARAM)
|
void *YYPARSE_PARAM;
|
void *YYPARSE_PARAM;
|
# endif
|
# endif
|
#else /* ! YYPARSE_PARAM */
|
#else /* ! YYPARSE_PARAM */
|
#if defined (__STDC__) || defined (__cplusplus)
|
#if defined (__STDC__) || defined (__cplusplus)
|
int
|
int
|
yyparse (void)
|
yyparse (void)
|
#else
|
#else
|
int
|
int
|
yyparse ()
|
yyparse ()
|
|
|
#endif
|
#endif
|
#endif
|
#endif
|
{
|
{
|
|
|
register int yystate;
|
register int yystate;
|
register int yyn;
|
register int yyn;
|
int yyresult;
|
int yyresult;
|
/* Number of tokens to shift before error messages enabled. */
|
/* Number of tokens to shift before error messages enabled. */
|
int yyerrstatus;
|
int yyerrstatus;
|
/* Lookahead token as an internal (translated) token number. */
|
/* Lookahead token as an internal (translated) token number. */
|
int yytoken = 0;
|
int yytoken = 0;
|
|
|
/* Three stacks and their tools:
|
/* Three stacks and their tools:
|
`yyss': related to states,
|
`yyss': related to states,
|
`yyvs': related to semantic values,
|
`yyvs': related to semantic values,
|
`yyls': related to locations.
|
`yyls': related to locations.
|
|
|
Refer to the stacks thru separate pointers, to allow yyoverflow
|
Refer to the stacks thru separate pointers, to allow yyoverflow
|
to xreallocate them elsewhere. */
|
to xreallocate them elsewhere. */
|
|
|
/* The state stack. */
|
/* The state stack. */
|
short yyssa[YYINITDEPTH];
|
short yyssa[YYINITDEPTH];
|
short *yyss = yyssa;
|
short *yyss = yyssa;
|
register short *yyssp;
|
register short *yyssp;
|
|
|
/* The semantic value stack. */
|
/* The semantic value stack. */
|
YYSTYPE yyvsa[YYINITDEPTH];
|
YYSTYPE yyvsa[YYINITDEPTH];
|
YYSTYPE *yyvs = yyvsa;
|
YYSTYPE *yyvs = yyvsa;
|
register YYSTYPE *yyvsp;
|
register YYSTYPE *yyvsp;
|
|
|
|
|
|
|
#define YYPOPSTACK (yyvsp--, yyssp--)
|
#define YYPOPSTACK (yyvsp--, yyssp--)
|
|
|
YYSIZE_T yystacksize = YYINITDEPTH;
|
YYSIZE_T yystacksize = YYINITDEPTH;
|
|
|
/* The variables used to return semantic value and location from the
|
/* The variables used to return semantic value and location from the
|
action routines. */
|
action routines. */
|
YYSTYPE yyval;
|
YYSTYPE yyval;
|
|
|
|
|
/* When reducing, the number of symbols on the RHS of the reduced
|
/* When reducing, the number of symbols on the RHS of the reduced
|
rule. */
|
rule. */
|
int yylen;
|
int yylen;
|
|
|
YYDPRINTF ((stderr, "Starting parse\n"));
|
YYDPRINTF ((stderr, "Starting parse\n"));
|
|
|
yystate = 0;
|
yystate = 0;
|
yyerrstatus = 0;
|
yyerrstatus = 0;
|
yynerrs = 0;
|
yynerrs = 0;
|
yychar = YYEMPTY; /* Cause a token to be read. */
|
yychar = YYEMPTY; /* Cause a token to be read. */
|
|
|
/* Initialize stack pointers.
|
/* Initialize stack pointers.
|
Waste one element of value and location stack
|
Waste one element of value and location stack
|
so that they stay on the same level as the state stack.
|
so that they stay on the same level as the state stack.
|
The wasted elements are never initialized. */
|
The wasted elements are never initialized. */
|
|
|
yyssp = yyss;
|
yyssp = yyss;
|
yyvsp = yyvs;
|
yyvsp = yyvs;
|
|
|
goto yysetstate;
|
goto yysetstate;
|
|
|
/*------------------------------------------------------------.
|
/*------------------------------------------------------------.
|
| yynewstate -- Push a new state, which is found in yystate. |
|
| yynewstate -- Push a new state, which is found in yystate. |
|
`------------------------------------------------------------*/
|
`------------------------------------------------------------*/
|
yynewstate:
|
yynewstate:
|
/* In all cases, when you get here, the value and location stacks
|
/* In all cases, when you get here, the value and location stacks
|
have just been pushed. so pushing a state here evens the stacks.
|
have just been pushed. so pushing a state here evens the stacks.
|
*/
|
*/
|
yyssp++;
|
yyssp++;
|
|
|
yysetstate:
|
yysetstate:
|
*yyssp = yystate;
|
*yyssp = yystate;
|
|
|
if (yyss + yystacksize - 1 <= yyssp)
|
if (yyss + yystacksize - 1 <= yyssp)
|
{
|
{
|
/* Get the current used size of the three stacks, in elements. */
|
/* Get the current used size of the three stacks, in elements. */
|
YYSIZE_T yysize = yyssp - yyss + 1;
|
YYSIZE_T yysize = yyssp - yyss + 1;
|
|
|
#ifdef yyoverflow
|
#ifdef yyoverflow
|
{
|
{
|
/* Give user a chance to xreallocate the stack. Use copies of
|
/* Give user a chance to xreallocate the stack. Use copies of
|
these so that the &'s don't force the real ones into
|
these so that the &'s don't force the real ones into
|
memory. */
|
memory. */
|
YYSTYPE *yyvs1 = yyvs;
|
YYSTYPE *yyvs1 = yyvs;
|
short *yyss1 = yyss;
|
short *yyss1 = yyss;
|
|
|
|
|
/* Each stack pointer address is followed by the size of the
|
/* Each stack pointer address is followed by the size of the
|
data in use in that stack, in bytes. This used to be a
|
data in use in that stack, in bytes. This used to be a
|
conditional around just the two extra args, but that might
|
conditional around just the two extra args, but that might
|
be undefined if yyoverflow is a macro. */
|
be undefined if yyoverflow is a macro. */
|
yyoverflow ("parser stack overflow",
|
yyoverflow ("parser stack overflow",
|
&yyss1, yysize * sizeof (*yyssp),
|
&yyss1, yysize * sizeof (*yyssp),
|
&yyvs1, yysize * sizeof (*yyvsp),
|
&yyvs1, yysize * sizeof (*yyvsp),
|
|
|
&yystacksize);
|
&yystacksize);
|
|
|
yyss = yyss1;
|
yyss = yyss1;
|
yyvs = yyvs1;
|
yyvs = yyvs1;
|
}
|
}
|
#else /* no yyoverflow */
|
#else /* no yyoverflow */
|
# ifndef YYSTACK_RELOCATE
|
# ifndef YYSTACK_RELOCATE
|
goto yyoverflowlab;
|
goto yyoverflowlab;
|
# else
|
# else
|
/* Extend the stack our own way. */
|
/* Extend the stack our own way. */
|
if (YYMAXDEPTH <= yystacksize)
|
if (YYMAXDEPTH <= yystacksize)
|
goto yyoverflowlab;
|
goto yyoverflowlab;
|
yystacksize *= 2;
|
yystacksize *= 2;
|
if (YYMAXDEPTH < yystacksize)
|
if (YYMAXDEPTH < yystacksize)
|
yystacksize = YYMAXDEPTH;
|
yystacksize = YYMAXDEPTH;
|
|
|
{
|
{
|
short *yyss1 = yyss;
|
short *yyss1 = yyss;
|
union yyalloc *yyptr =
|
union yyalloc *yyptr =
|
(union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
|
(union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
|
if (! yyptr)
|
if (! yyptr)
|
goto yyoverflowlab;
|
goto yyoverflowlab;
|
YYSTACK_RELOCATE (yyss);
|
YYSTACK_RELOCATE (yyss);
|
YYSTACK_RELOCATE (yyvs);
|
YYSTACK_RELOCATE (yyvs);
|
|
|
# undef YYSTACK_RELOCATE
|
# undef YYSTACK_RELOCATE
|
if (yyss1 != yyssa)
|
if (yyss1 != yyssa)
|
YYSTACK_FREE (yyss1);
|
YYSTACK_FREE (yyss1);
|
}
|
}
|
# endif
|
# endif
|
#endif /* no yyoverflow */
|
#endif /* no yyoverflow */
|
|
|
yyssp = yyss + yysize - 1;
|
yyssp = yyss + yysize - 1;
|
yyvsp = yyvs + yysize - 1;
|
yyvsp = yyvs + yysize - 1;
|
|
|
|
|
YYDPRINTF ((stderr, "Stack size increased to %lu\n",
|
YYDPRINTF ((stderr, "Stack size increased to %lu\n",
|
(unsigned long int) yystacksize));
|
(unsigned long int) yystacksize));
|
|
|
if (yyss + yystacksize - 1 <= yyssp)
|
if (yyss + yystacksize - 1 <= yyssp)
|
YYABORT;
|
YYABORT;
|
}
|
}
|
|
|
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
|
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
|
|
|
goto yybackup;
|
goto yybackup;
|
|
|
/*-----------.
|
/*-----------.
|
| yybackup. |
|
| yybackup. |
|
`-----------*/
|
`-----------*/
|
yybackup:
|
yybackup:
|
|
|
/* Do appropriate processing given the current state. */
|
/* Do appropriate processing given the current state. */
|
/* Read a lookahead token if we need one and don't already have one. */
|
/* Read a lookahead token if we need one and don't already have one. */
|
/* yyresume: */
|
/* yyresume: */
|
|
|
/* First try to decide what to do without reference to lookahead token. */
|
/* First try to decide what to do without reference to lookahead token. */
|
|
|
yyn = yypact[yystate];
|
yyn = yypact[yystate];
|
if (yyn == YYPACT_NINF)
|
if (yyn == YYPACT_NINF)
|
goto yydefault;
|
goto yydefault;
|
|
|
/* Not known => get a lookahead token if don't already have one. */
|
/* Not known => get a lookahead token if don't already have one. */
|
|
|
/* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
|
/* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
|
if (yychar == YYEMPTY)
|
if (yychar == YYEMPTY)
|
{
|
{
|
YYDPRINTF ((stderr, "Reading a token: "));
|
YYDPRINTF ((stderr, "Reading a token: "));
|
yychar = YYLEX;
|
yychar = YYLEX;
|
}
|
}
|
|
|
if (yychar <= YYEOF)
|
if (yychar <= YYEOF)
|
{
|
{
|
yychar = yytoken = YYEOF;
|
yychar = yytoken = YYEOF;
|
YYDPRINTF ((stderr, "Now at end of input.\n"));
|
YYDPRINTF ((stderr, "Now at end of input.\n"));
|
}
|
}
|
else
|
else
|
{
|
{
|
yytoken = YYTRANSLATE (yychar);
|
yytoken = YYTRANSLATE (yychar);
|
YYDSYMPRINTF ("Next token is", yytoken, &yylval, &yylloc);
|
YYDSYMPRINTF ("Next token is", yytoken, &yylval, &yylloc);
|
}
|
}
|
|
|
/* If the proper action on seeing token YYTOKEN is to reduce or to
|
/* If the proper action on seeing token YYTOKEN is to reduce or to
|
detect an error, take that action. */
|
detect an error, take that action. */
|
yyn += yytoken;
|
yyn += yytoken;
|
if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
|
if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
|
goto yydefault;
|
goto yydefault;
|
yyn = yytable[yyn];
|
yyn = yytable[yyn];
|
if (yyn <= 0)
|
if (yyn <= 0)
|
{
|
{
|
if (yyn == 0 || yyn == YYTABLE_NINF)
|
if (yyn == 0 || yyn == YYTABLE_NINF)
|
goto yyerrlab;
|
goto yyerrlab;
|
yyn = -yyn;
|
yyn = -yyn;
|
goto yyreduce;
|
goto yyreduce;
|
}
|
}
|
|
|
if (yyn == YYFINAL)
|
if (yyn == YYFINAL)
|
YYACCEPT;
|
YYACCEPT;
|
|
|
/* Shift the lookahead token. */
|
/* Shift the lookahead token. */
|
YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken]));
|
YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken]));
|
|
|
/* Discard the token being shifted unless it is eof. */
|
/* Discard the token being shifted unless it is eof. */
|
if (yychar != YYEOF)
|
if (yychar != YYEOF)
|
yychar = YYEMPTY;
|
yychar = YYEMPTY;
|
|
|
*++yyvsp = yylval;
|
*++yyvsp = yylval;
|
|
|
|
|
/* Count tokens shifted since error; after three, turn off error
|
/* Count tokens shifted since error; after three, turn off error
|
status. */
|
status. */
|
if (yyerrstatus)
|
if (yyerrstatus)
|
yyerrstatus--;
|
yyerrstatus--;
|
|
|
yystate = yyn;
|
yystate = yyn;
|
goto yynewstate;
|
goto yynewstate;
|
|
|
|
|
/*-----------------------------------------------------------.
|
/*-----------------------------------------------------------.
|
| yydefault -- do the default action for the current state. |
|
| yydefault -- do the default action for the current state. |
|
`-----------------------------------------------------------*/
|
`-----------------------------------------------------------*/
|
yydefault:
|
yydefault:
|
yyn = yydefact[yystate];
|
yyn = yydefact[yystate];
|
if (yyn == 0)
|
if (yyn == 0)
|
goto yyerrlab;
|
goto yyerrlab;
|
goto yyreduce;
|
goto yyreduce;
|
|
|
|
|
/*-----------------------------.
|
/*-----------------------------.
|
| yyreduce -- Do a reduction. |
|
| yyreduce -- Do a reduction. |
|
`-----------------------------*/
|
`-----------------------------*/
|
yyreduce:
|
yyreduce:
|
/* yyn is the number of a rule to reduce with. */
|
/* yyn is the number of a rule to reduce with. */
|
yylen = yyr2[yyn];
|
yylen = yyr2[yyn];
|
|
|
/* If YYLEN is nonzero, implement the default value of the action:
|
/* If YYLEN is nonzero, implement the default value of the action:
|
`$$ = $1'.
|
`$$ = $1'.
|
|
|
Otherwise, the following line sets YYVAL to garbage.
|
Otherwise, the following line sets YYVAL to garbage.
|
This behavior is undocumented and Bison
|
This behavior is undocumented and Bison
|
users should not rely upon it. Assigning to YYVAL
|
users should not rely upon it. Assigning to YYVAL
|
unconditionally makes the parser a bit smaller, and it avoids a
|
unconditionally makes the parser a bit smaller, and it avoids a
|
GCC warning that YYVAL may be used uninitialized. */
|
GCC warning that YYVAL may be used uninitialized. */
|
yyval = yyvsp[1-yylen];
|
yyval = yyvsp[1-yylen];
|
|
|
|
|
YY_REDUCE_PRINT (yyn);
|
YY_REDUCE_PRINT (yyn);
|
switch (yyn)
|
switch (yyn)
|
{
|
{
|
case 4:
|
case 4:
|
#line 211 "m2-exp.y"
|
#line 211 "m2-exp.y"
|
{ write_exp_elt_opcode(OP_TYPE);
|
{ write_exp_elt_opcode(OP_TYPE);
|
write_exp_elt_type(yyvsp[0].tval);
|
write_exp_elt_type(yyvsp[0].tval);
|
write_exp_elt_opcode(OP_TYPE);
|
write_exp_elt_opcode(OP_TYPE);
|
}
|
}
|
break;
|
break;
|
|
|
case 5:
|
case 5:
|
#line 220 "m2-exp.y"
|
#line 220 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_IND); }
|
{ write_exp_elt_opcode (UNOP_IND); }
|
break;
|
break;
|
|
|
case 6:
|
case 6:
|
#line 224 "m2-exp.y"
|
#line 224 "m2-exp.y"
|
{ number_sign = -1; }
|
{ number_sign = -1; }
|
break;
|
break;
|
|
|
case 7:
|
case 7:
|
#line 226 "m2-exp.y"
|
#line 226 "m2-exp.y"
|
{ number_sign = 1;
|
{ number_sign = 1;
|
write_exp_elt_opcode (UNOP_NEG); }
|
write_exp_elt_opcode (UNOP_NEG); }
|
break;
|
break;
|
|
|
case 8:
|
case 8:
|
#line 231 "m2-exp.y"
|
#line 231 "m2-exp.y"
|
{ write_exp_elt_opcode(UNOP_PLUS); }
|
{ write_exp_elt_opcode(UNOP_PLUS); }
|
break;
|
break;
|
|
|
case 9:
|
case 9:
|
#line 235 "m2-exp.y"
|
#line 235 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_LOGICAL_NOT); }
|
{ write_exp_elt_opcode (UNOP_LOGICAL_NOT); }
|
break;
|
break;
|
|
|
case 12:
|
case 12:
|
#line 243 "m2-exp.y"
|
#line 243 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_CAP); }
|
{ write_exp_elt_opcode (UNOP_CAP); }
|
break;
|
break;
|
|
|
case 13:
|
case 13:
|
#line 247 "m2-exp.y"
|
#line 247 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_ORD); }
|
{ write_exp_elt_opcode (UNOP_ORD); }
|
break;
|
break;
|
|
|
case 14:
|
case 14:
|
#line 251 "m2-exp.y"
|
#line 251 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_ABS); }
|
{ write_exp_elt_opcode (UNOP_ABS); }
|
break;
|
break;
|
|
|
case 15:
|
case 15:
|
#line 255 "m2-exp.y"
|
#line 255 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_HIGH); }
|
{ write_exp_elt_opcode (UNOP_HIGH); }
|
break;
|
break;
|
|
|
case 16:
|
case 16:
|
#line 259 "m2-exp.y"
|
#line 259 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_MIN);
|
{ write_exp_elt_opcode (UNOP_MIN);
|
write_exp_elt_type (yyvsp[-1].tval);
|
write_exp_elt_type (yyvsp[-1].tval);
|
write_exp_elt_opcode (UNOP_MIN); }
|
write_exp_elt_opcode (UNOP_MIN); }
|
break;
|
break;
|
|
|
case 17:
|
case 17:
|
#line 265 "m2-exp.y"
|
#line 265 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_MAX);
|
{ write_exp_elt_opcode (UNOP_MAX);
|
write_exp_elt_type (yyvsp[-1].tval);
|
write_exp_elt_type (yyvsp[-1].tval);
|
write_exp_elt_opcode (UNOP_MIN); }
|
write_exp_elt_opcode (UNOP_MIN); }
|
break;
|
break;
|
|
|
case 18:
|
case 18:
|
#line 271 "m2-exp.y"
|
#line 271 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_FLOAT); }
|
{ write_exp_elt_opcode (UNOP_FLOAT); }
|
break;
|
break;
|
|
|
case 19:
|
case 19:
|
#line 275 "m2-exp.y"
|
#line 275 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_VAL);
|
{ write_exp_elt_opcode (BINOP_VAL);
|
write_exp_elt_type (yyvsp[-3].tval);
|
write_exp_elt_type (yyvsp[-3].tval);
|
write_exp_elt_opcode (BINOP_VAL); }
|
write_exp_elt_opcode (BINOP_VAL); }
|
break;
|
break;
|
|
|
case 20:
|
case 20:
|
#line 281 "m2-exp.y"
|
#line 281 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_CHR); }
|
{ write_exp_elt_opcode (UNOP_CHR); }
|
break;
|
break;
|
|
|
case 21:
|
case 21:
|
#line 285 "m2-exp.y"
|
#line 285 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_ODD); }
|
{ write_exp_elt_opcode (UNOP_ODD); }
|
break;
|
break;
|
|
|
case 22:
|
case 22:
|
#line 289 "m2-exp.y"
|
#line 289 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_TRUNC); }
|
{ write_exp_elt_opcode (UNOP_TRUNC); }
|
break;
|
break;
|
|
|
case 23:
|
case 23:
|
#line 293 "m2-exp.y"
|
#line 293 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_SIZEOF); }
|
{ write_exp_elt_opcode (UNOP_SIZEOF); }
|
break;
|
break;
|
|
|
case 24:
|
case 24:
|
#line 297 "m2-exp.y"
|
#line 297 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_SIZEOF); }
|
{ write_exp_elt_opcode (UNOP_SIZEOF); }
|
break;
|
break;
|
|
|
case 25:
|
case 25:
|
#line 302 "m2-exp.y"
|
#line 302 "m2-exp.y"
|
{ write_exp_elt_opcode(UNOP_PREINCREMENT); }
|
{ write_exp_elt_opcode(UNOP_PREINCREMENT); }
|
break;
|
break;
|
|
|
case 26:
|
case 26:
|
#line 306 "m2-exp.y"
|
#line 306 "m2-exp.y"
|
{ write_exp_elt_opcode(BINOP_ASSIGN_MODIFY);
|
{ write_exp_elt_opcode(BINOP_ASSIGN_MODIFY);
|
write_exp_elt_opcode(BINOP_ADD);
|
write_exp_elt_opcode(BINOP_ADD);
|
write_exp_elt_opcode(BINOP_ASSIGN_MODIFY); }
|
write_exp_elt_opcode(BINOP_ASSIGN_MODIFY); }
|
break;
|
break;
|
|
|
case 27:
|
case 27:
|
#line 312 "m2-exp.y"
|
#line 312 "m2-exp.y"
|
{ write_exp_elt_opcode(UNOP_PREDECREMENT);}
|
{ write_exp_elt_opcode(UNOP_PREDECREMENT);}
|
break;
|
break;
|
|
|
case 28:
|
case 28:
|
#line 316 "m2-exp.y"
|
#line 316 "m2-exp.y"
|
{ write_exp_elt_opcode(BINOP_ASSIGN_MODIFY);
|
{ write_exp_elt_opcode(BINOP_ASSIGN_MODIFY);
|
write_exp_elt_opcode(BINOP_SUB);
|
write_exp_elt_opcode(BINOP_SUB);
|
write_exp_elt_opcode(BINOP_ASSIGN_MODIFY); }
|
write_exp_elt_opcode(BINOP_ASSIGN_MODIFY); }
|
break;
|
break;
|
|
|
case 29:
|
case 29:
|
#line 322 "m2-exp.y"
|
#line 322 "m2-exp.y"
|
{ write_exp_elt_opcode (STRUCTOP_STRUCT);
|
{ write_exp_elt_opcode (STRUCTOP_STRUCT);
|
write_exp_string (yyvsp[0].sval);
|
write_exp_string (yyvsp[0].sval);
|
write_exp_elt_opcode (STRUCTOP_STRUCT); }
|
write_exp_elt_opcode (STRUCTOP_STRUCT); }
|
break;
|
break;
|
|
|
case 31:
|
case 31:
|
#line 331 "m2-exp.y"
|
#line 331 "m2-exp.y"
|
{ error("Sets are not implemented.");}
|
{ error("Sets are not implemented.");}
|
break;
|
break;
|
|
|
case 32:
|
case 32:
|
#line 335 "m2-exp.y"
|
#line 335 "m2-exp.y"
|
{ error("Sets are not implemented.");}
|
{ error("Sets are not implemented.");}
|
break;
|
break;
|
|
|
case 33:
|
case 33:
|
#line 339 "m2-exp.y"
|
#line 339 "m2-exp.y"
|
{ error("Sets are not implemented.");}
|
{ error("Sets are not implemented.");}
|
break;
|
break;
|
|
|
case 34:
|
case 34:
|
#line 343 "m2-exp.y"
|
#line 343 "m2-exp.y"
|
{ error("Sets are not implemented.");}
|
{ error("Sets are not implemented.");}
|
break;
|
break;
|
|
|
case 35:
|
case 35:
|
#line 345 "m2-exp.y"
|
#line 345 "m2-exp.y"
|
{ error("Sets are not implemented.");}
|
{ error("Sets are not implemented.");}
|
break;
|
break;
|
|
|
case 36:
|
case 36:
|
#line 354 "m2-exp.y"
|
#line 354 "m2-exp.y"
|
{ start_arglist(); }
|
{ start_arglist(); }
|
break;
|
break;
|
|
|
case 37:
|
case 37:
|
#line 356 "m2-exp.y"
|
#line 356 "m2-exp.y"
|
{ write_exp_elt_opcode (MULTI_SUBSCRIPT);
|
{ write_exp_elt_opcode (MULTI_SUBSCRIPT);
|
write_exp_elt_longcst ((LONGEST) end_arglist());
|
write_exp_elt_longcst ((LONGEST) end_arglist());
|
write_exp_elt_opcode (MULTI_SUBSCRIPT); }
|
write_exp_elt_opcode (MULTI_SUBSCRIPT); }
|
break;
|
break;
|
|
|
case 38:
|
case 38:
|
#line 362 "m2-exp.y"
|
#line 362 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_SUBSCRIPT); }
|
{ write_exp_elt_opcode (BINOP_SUBSCRIPT); }
|
break;
|
break;
|
|
|
case 39:
|
case 39:
|
#line 368 "m2-exp.y"
|
#line 368 "m2-exp.y"
|
{ start_arglist (); }
|
{ start_arglist (); }
|
break;
|
break;
|
|
|
case 40:
|
case 40:
|
#line 370 "m2-exp.y"
|
#line 370 "m2-exp.y"
|
{ write_exp_elt_opcode (OP_FUNCALL);
|
{ write_exp_elt_opcode (OP_FUNCALL);
|
write_exp_elt_longcst ((LONGEST) end_arglist ());
|
write_exp_elt_longcst ((LONGEST) end_arglist ());
|
write_exp_elt_opcode (OP_FUNCALL); }
|
write_exp_elt_opcode (OP_FUNCALL); }
|
break;
|
break;
|
|
|
case 42:
|
case 42:
|
#line 379 "m2-exp.y"
|
#line 379 "m2-exp.y"
|
{ arglist_len = 1; }
|
{ arglist_len = 1; }
|
break;
|
break;
|
|
|
case 43:
|
case 43:
|
#line 383 "m2-exp.y"
|
#line 383 "m2-exp.y"
|
{ arglist_len++; }
|
{ arglist_len++; }
|
break;
|
break;
|
|
|
case 44:
|
case 44:
|
#line 388 "m2-exp.y"
|
#line 388 "m2-exp.y"
|
{ arglist_len = 1; }
|
{ arglist_len = 1; }
|
break;
|
break;
|
|
|
case 45:
|
case 45:
|
#line 393 "m2-exp.y"
|
#line 393 "m2-exp.y"
|
{ arglist_len++; }
|
{ arglist_len++; }
|
break;
|
break;
|
|
|
case 46:
|
case 46:
|
#line 398 "m2-exp.y"
|
#line 398 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_MEMVAL);
|
{ write_exp_elt_opcode (UNOP_MEMVAL);
|
write_exp_elt_type (yyvsp[-2].tval);
|
write_exp_elt_type (yyvsp[-2].tval);
|
write_exp_elt_opcode (UNOP_MEMVAL); }
|
write_exp_elt_opcode (UNOP_MEMVAL); }
|
break;
|
break;
|
|
|
case 47:
|
case 47:
|
#line 404 "m2-exp.y"
|
#line 404 "m2-exp.y"
|
{ write_exp_elt_opcode (UNOP_CAST);
|
{ write_exp_elt_opcode (UNOP_CAST);
|
write_exp_elt_type (yyvsp[-3].tval);
|
write_exp_elt_type (yyvsp[-3].tval);
|
write_exp_elt_opcode (UNOP_CAST); }
|
write_exp_elt_opcode (UNOP_CAST); }
|
break;
|
break;
|
|
|
case 48:
|
case 48:
|
#line 410 "m2-exp.y"
|
#line 410 "m2-exp.y"
|
{ }
|
{ }
|
break;
|
break;
|
|
|
case 49:
|
case 49:
|
#line 418 "m2-exp.y"
|
#line 418 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_REPEAT); }
|
{ write_exp_elt_opcode (BINOP_REPEAT); }
|
break;
|
break;
|
|
|
case 50:
|
case 50:
|
#line 422 "m2-exp.y"
|
#line 422 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_MUL); }
|
{ write_exp_elt_opcode (BINOP_MUL); }
|
break;
|
break;
|
|
|
case 51:
|
case 51:
|
#line 426 "m2-exp.y"
|
#line 426 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_DIV); }
|
{ write_exp_elt_opcode (BINOP_DIV); }
|
break;
|
break;
|
|
|
case 52:
|
case 52:
|
#line 430 "m2-exp.y"
|
#line 430 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_INTDIV); }
|
{ write_exp_elt_opcode (BINOP_INTDIV); }
|
break;
|
break;
|
|
|
case 53:
|
case 53:
|
#line 434 "m2-exp.y"
|
#line 434 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_REM); }
|
{ write_exp_elt_opcode (BINOP_REM); }
|
break;
|
break;
|
|
|
case 54:
|
case 54:
|
#line 438 "m2-exp.y"
|
#line 438 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_ADD); }
|
{ write_exp_elt_opcode (BINOP_ADD); }
|
break;
|
break;
|
|
|
case 55:
|
case 55:
|
#line 442 "m2-exp.y"
|
#line 442 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_SUB); }
|
{ write_exp_elt_opcode (BINOP_SUB); }
|
break;
|
break;
|
|
|
case 56:
|
case 56:
|
#line 446 "m2-exp.y"
|
#line 446 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_EQUAL); }
|
{ write_exp_elt_opcode (BINOP_EQUAL); }
|
break;
|
break;
|
|
|
case 57:
|
case 57:
|
#line 450 "m2-exp.y"
|
#line 450 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_NOTEQUAL); }
|
{ write_exp_elt_opcode (BINOP_NOTEQUAL); }
|
break;
|
break;
|
|
|
case 58:
|
case 58:
|
#line 452 "m2-exp.y"
|
#line 452 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_NOTEQUAL); }
|
{ write_exp_elt_opcode (BINOP_NOTEQUAL); }
|
break;
|
break;
|
|
|
case 59:
|
case 59:
|
#line 456 "m2-exp.y"
|
#line 456 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_LEQ); }
|
{ write_exp_elt_opcode (BINOP_LEQ); }
|
break;
|
break;
|
|
|
case 60:
|
case 60:
|
#line 460 "m2-exp.y"
|
#line 460 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_GEQ); }
|
{ write_exp_elt_opcode (BINOP_GEQ); }
|
break;
|
break;
|
|
|
case 61:
|
case 61:
|
#line 464 "m2-exp.y"
|
#line 464 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_LESS); }
|
{ write_exp_elt_opcode (BINOP_LESS); }
|
break;
|
break;
|
|
|
case 62:
|
case 62:
|
#line 468 "m2-exp.y"
|
#line 468 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_GTR); }
|
{ write_exp_elt_opcode (BINOP_GTR); }
|
break;
|
break;
|
|
|
case 63:
|
case 63:
|
#line 472 "m2-exp.y"
|
#line 472 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_LOGICAL_AND); }
|
{ write_exp_elt_opcode (BINOP_LOGICAL_AND); }
|
break;
|
break;
|
|
|
case 64:
|
case 64:
|
#line 476 "m2-exp.y"
|
#line 476 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_LOGICAL_OR); }
|
{ write_exp_elt_opcode (BINOP_LOGICAL_OR); }
|
break;
|
break;
|
|
|
case 65:
|
case 65:
|
#line 480 "m2-exp.y"
|
#line 480 "m2-exp.y"
|
{ write_exp_elt_opcode (BINOP_ASSIGN); }
|
{ write_exp_elt_opcode (BINOP_ASSIGN); }
|
break;
|
break;
|
|
|
case 66:
|
case 66:
|
#line 487 "m2-exp.y"
|
#line 487 "m2-exp.y"
|
{ write_exp_elt_opcode (OP_BOOL);
|
{ write_exp_elt_opcode (OP_BOOL);
|
write_exp_elt_longcst ((LONGEST) yyvsp[0].ulval);
|
write_exp_elt_longcst ((LONGEST) yyvsp[0].ulval);
|
write_exp_elt_opcode (OP_BOOL); }
|
write_exp_elt_opcode (OP_BOOL); }
|
break;
|
break;
|
|
|
case 67:
|
case 67:
|
#line 493 "m2-exp.y"
|
#line 493 "m2-exp.y"
|
{ write_exp_elt_opcode (OP_BOOL);
|
{ write_exp_elt_opcode (OP_BOOL);
|
write_exp_elt_longcst ((LONGEST) yyvsp[0].ulval);
|
write_exp_elt_longcst ((LONGEST) yyvsp[0].ulval);
|
write_exp_elt_opcode (OP_BOOL); }
|
write_exp_elt_opcode (OP_BOOL); }
|
break;
|
break;
|
|
|
case 68:
|
case 68:
|
#line 499 "m2-exp.y"
|
#line 499 "m2-exp.y"
|
{ write_exp_elt_opcode (OP_LONG);
|
{ write_exp_elt_opcode (OP_LONG);
|
write_exp_elt_type (builtin_type_m2_int);
|
write_exp_elt_type (builtin_type_m2_int);
|
write_exp_elt_longcst ((LONGEST) yyvsp[0].lval);
|
write_exp_elt_longcst ((LONGEST) yyvsp[0].lval);
|
write_exp_elt_opcode (OP_LONG); }
|
write_exp_elt_opcode (OP_LONG); }
|
break;
|
break;
|
|
|
case 69:
|
case 69:
|
#line 506 "m2-exp.y"
|
#line 506 "m2-exp.y"
|
{
|
{
|
write_exp_elt_opcode (OP_LONG);
|
write_exp_elt_opcode (OP_LONG);
|
write_exp_elt_type (builtin_type_m2_card);
|
write_exp_elt_type (builtin_type_m2_card);
|
write_exp_elt_longcst ((LONGEST) yyvsp[0].ulval);
|
write_exp_elt_longcst ((LONGEST) yyvsp[0].ulval);
|
write_exp_elt_opcode (OP_LONG);
|
write_exp_elt_opcode (OP_LONG);
|
}
|
}
|
break;
|
break;
|
|
|
case 70:
|
case 70:
|
#line 515 "m2-exp.y"
|
#line 515 "m2-exp.y"
|
{ write_exp_elt_opcode (OP_LONG);
|
{ write_exp_elt_opcode (OP_LONG);
|
write_exp_elt_type (builtin_type_m2_char);
|
write_exp_elt_type (builtin_type_m2_char);
|
write_exp_elt_longcst ((LONGEST) yyvsp[0].ulval);
|
write_exp_elt_longcst ((LONGEST) yyvsp[0].ulval);
|
write_exp_elt_opcode (OP_LONG); }
|
write_exp_elt_opcode (OP_LONG); }
|
break;
|
break;
|
|
|
case 71:
|
case 71:
|
#line 523 "m2-exp.y"
|
#line 523 "m2-exp.y"
|
{ write_exp_elt_opcode (OP_DOUBLE);
|
{ write_exp_elt_opcode (OP_DOUBLE);
|
write_exp_elt_type (builtin_type_m2_real);
|
write_exp_elt_type (builtin_type_m2_real);
|
write_exp_elt_dblcst (yyvsp[0].dval);
|
write_exp_elt_dblcst (yyvsp[0].dval);
|
write_exp_elt_opcode (OP_DOUBLE); }
|
write_exp_elt_opcode (OP_DOUBLE); }
|
break;
|
break;
|
|
|
case 73:
|
case 73:
|
#line 533 "m2-exp.y"
|
#line 533 "m2-exp.y"
|
{ write_exp_elt_opcode (OP_LONG);
|
{ write_exp_elt_opcode (OP_LONG);
|
write_exp_elt_type (builtin_type_int);
|
write_exp_elt_type (builtin_type_int);
|
write_exp_elt_longcst ((LONGEST) TYPE_LENGTH (yyvsp[-1].tval));
|
write_exp_elt_longcst ((LONGEST) TYPE_LENGTH (yyvsp[-1].tval));
|
write_exp_elt_opcode (OP_LONG); }
|
write_exp_elt_opcode (OP_LONG); }
|
break;
|
break;
|
|
|
case 74:
|
case 74:
|
#line 540 "m2-exp.y"
|
#line 540 "m2-exp.y"
|
{ write_exp_elt_opcode (OP_M2_STRING);
|
{ write_exp_elt_opcode (OP_M2_STRING);
|
write_exp_string (yyvsp[0].sval);
|
write_exp_string (yyvsp[0].sval);
|
write_exp_elt_opcode (OP_M2_STRING); }
|
write_exp_elt_opcode (OP_M2_STRING); }
|
break;
|
break;
|
|
|
case 75:
|
case 75:
|
#line 547 "m2-exp.y"
|
#line 547 "m2-exp.y"
|
{ yyval.bval = SYMBOL_BLOCK_VALUE(yyvsp[0].sym); }
|
{ yyval.bval = SYMBOL_BLOCK_VALUE(yyvsp[0].sym); }
|
break;
|
break;
|
|
|
case 76:
|
case 76:
|
#line 551 "m2-exp.y"
|
#line 551 "m2-exp.y"
|
{ struct symbol *sym
|
{ struct symbol *sym
|
= lookup_symbol (copy_name (yyvsp[0].sval), expression_context_block,
|
= lookup_symbol (copy_name (yyvsp[0].sval), expression_context_block,
|
VAR_DOMAIN, 0, NULL);
|
VAR_DOMAIN, 0, NULL);
|
yyval.sym = sym;}
|
yyval.sym = sym;}
|
break;
|
break;
|
|
|
case 77:
|
case 77:
|
#line 560 "m2-exp.y"
|
#line 560 "m2-exp.y"
|
{ struct symbol *tem
|
{ struct symbol *tem
|
= lookup_symbol (copy_name (yyvsp[0].sval), yyvsp[-2].bval,
|
= lookup_symbol (copy_name (yyvsp[0].sval), yyvsp[-2].bval,
|
VAR_DOMAIN, 0, NULL);
|
VAR_DOMAIN, 0, NULL);
|
if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
|
if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
|
error ("No function \"%s\" in specified context.",
|
error ("No function \"%s\" in specified context.",
|
copy_name (yyvsp[0].sval));
|
copy_name (yyvsp[0].sval));
|
yyval.sym = tem;
|
yyval.sym = tem;
|
}
|
}
|
break;
|
break;
|
|
|
case 78:
|
case 78:
|
#line 572 "m2-exp.y"
|
#line 572 "m2-exp.y"
|
{ write_exp_elt_opcode(OP_VAR_VALUE);
|
{ write_exp_elt_opcode(OP_VAR_VALUE);
|
write_exp_elt_block (NULL);
|
write_exp_elt_block (NULL);
|
write_exp_elt_sym (yyvsp[0].sym);
|
write_exp_elt_sym (yyvsp[0].sym);
|
write_exp_elt_opcode (OP_VAR_VALUE); }
|
write_exp_elt_opcode (OP_VAR_VALUE); }
|
break;
|
break;
|
|
|
case 80:
|
case 80:
|
#line 584 "m2-exp.y"
|
#line 584 "m2-exp.y"
|
{ struct symbol *sym;
|
{ struct symbol *sym;
|
sym = lookup_symbol (copy_name (yyvsp[0].sval), yyvsp[-2].bval,
|
sym = lookup_symbol (copy_name (yyvsp[0].sval), yyvsp[-2].bval,
|
VAR_DOMAIN, 0, NULL);
|
VAR_DOMAIN, 0, NULL);
|
if (sym == 0)
|
if (sym == 0)
|
error ("No symbol \"%s\" in specified context.",
|
error ("No symbol \"%s\" in specified context.",
|
copy_name (yyvsp[0].sval));
|
copy_name (yyvsp[0].sval));
|
|
|
write_exp_elt_opcode (OP_VAR_VALUE);
|
write_exp_elt_opcode (OP_VAR_VALUE);
|
/* block_found is set by lookup_symbol. */
|
/* block_found is set by lookup_symbol. */
|
write_exp_elt_block (block_found);
|
write_exp_elt_block (block_found);
|
write_exp_elt_sym (sym);
|
write_exp_elt_sym (sym);
|
write_exp_elt_opcode (OP_VAR_VALUE); }
|
write_exp_elt_opcode (OP_VAR_VALUE); }
|
break;
|
break;
|
|
|
case 81:
|
case 81:
|
#line 600 "m2-exp.y"
|
#line 600 "m2-exp.y"
|
{ struct symbol *sym;
|
{ struct symbol *sym;
|
int is_a_field_of_this;
|
int is_a_field_of_this;
|
|
|
sym = lookup_symbol (copy_name (yyvsp[0].sval),
|
sym = lookup_symbol (copy_name (yyvsp[0].sval),
|
expression_context_block,
|
expression_context_block,
|
VAR_DOMAIN,
|
VAR_DOMAIN,
|
&is_a_field_of_this,
|
&is_a_field_of_this,
|
NULL);
|
NULL);
|
if (sym)
|
if (sym)
|
{
|
{
|
if (symbol_read_needs_frame (sym))
|
if (symbol_read_needs_frame (sym))
|
{
|
{
|
if (innermost_block == 0 ||
|
if (innermost_block == 0 ||
|
contained_in (block_found,
|
contained_in (block_found,
|
innermost_block))
|
innermost_block))
|
innermost_block = block_found;
|
innermost_block = block_found;
|
}
|
}
|
|
|
write_exp_elt_opcode (OP_VAR_VALUE);
|
write_exp_elt_opcode (OP_VAR_VALUE);
|
/* We want to use the selected frame, not
|
/* We want to use the selected frame, not
|
another more inner frame which happens to
|
another more inner frame which happens to
|
be in the same block. */
|
be in the same block. */
|
write_exp_elt_block (NULL);
|
write_exp_elt_block (NULL);
|
write_exp_elt_sym (sym);
|
write_exp_elt_sym (sym);
|
write_exp_elt_opcode (OP_VAR_VALUE);
|
write_exp_elt_opcode (OP_VAR_VALUE);
|
}
|
}
|
else
|
else
|
{
|
{
|
struct minimal_symbol *msymbol;
|
struct minimal_symbol *msymbol;
|
char *arg = copy_name (yyvsp[0].sval);
|
char *arg = copy_name (yyvsp[0].sval);
|
|
|
msymbol =
|
msymbol =
|
lookup_minimal_symbol (arg, NULL, NULL);
|
lookup_minimal_symbol (arg, NULL, NULL);
|
if (msymbol != NULL)
|
if (msymbol != NULL)
|
{
|
{
|
write_exp_msymbol
|
write_exp_msymbol
|
(msymbol,
|
(msymbol,
|
lookup_function_type (builtin_type_int),
|
lookup_function_type (builtin_type_int),
|
builtin_type_int);
|
builtin_type_int);
|
}
|
}
|
else if (!have_full_symbols () && !have_partial_symbols ())
|
else if (!have_full_symbols () && !have_partial_symbols ())
|
error ("No symbol table is loaded. Use the \"symbol-file\" command.");
|
error ("No symbol table is loaded. Use the \"symbol-file\" command.");
|
else
|
else
|
error ("No symbol \"%s\" in current context.",
|
error ("No symbol \"%s\" in current context.",
|
copy_name (yyvsp[0].sval));
|
copy_name (yyvsp[0].sval));
|
}
|
}
|
}
|
}
|
break;
|
break;
|
|
|
case 82:
|
case 82:
|
#line 651 "m2-exp.y"
|
#line 651 "m2-exp.y"
|
{ yyval.tval = lookup_typename (copy_name (yyvsp[0].sval),
|
{ yyval.tval = lookup_typename (copy_name (yyvsp[0].sval),
|
expression_context_block, 0); }
|
expression_context_block, 0); }
|
break;
|
break;
|
|
|
|
|
}
|
}
|
|
|
/* Line 1000 of yacc.c. */
|
/* Line 1000 of yacc.c. */
|
#line 1966 "m2-exp.c.tmp"
|
#line 1966 "m2-exp.c.tmp"
|
|
|
yyvsp -= yylen;
|
yyvsp -= yylen;
|
yyssp -= yylen;
|
yyssp -= yylen;
|
|
|
|
|
YY_STACK_PRINT (yyss, yyssp);
|
YY_STACK_PRINT (yyss, yyssp);
|
|
|
*++yyvsp = yyval;
|
*++yyvsp = yyval;
|
|
|
|
|
/* Now `shift' the result of the reduction. Determine what state
|
/* Now `shift' the result of the reduction. Determine what state
|
that goes to, based on the state we popped back to and the rule
|
that goes to, based on the state we popped back to and the rule
|
number reduced by. */
|
number reduced by. */
|
|
|
yyn = yyr1[yyn];
|
yyn = yyr1[yyn];
|
|
|
yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
|
yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
|
if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
|
if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
|
yystate = yytable[yystate];
|
yystate = yytable[yystate];
|
else
|
else
|
yystate = yydefgoto[yyn - YYNTOKENS];
|
yystate = yydefgoto[yyn - YYNTOKENS];
|
|
|
goto yynewstate;
|
goto yynewstate;
|
|
|
|
|
/*------------------------------------.
|
/*------------------------------------.
|
| yyerrlab -- here on detecting error |
|
| yyerrlab -- here on detecting error |
|
`------------------------------------*/
|
`------------------------------------*/
|
yyerrlab:
|
yyerrlab:
|
/* If not already recovering from an error, report this error. */
|
/* If not already recovering from an error, report this error. */
|
if (!yyerrstatus)
|
if (!yyerrstatus)
|
{
|
{
|
++yynerrs;
|
++yynerrs;
|
#if YYERROR_VERBOSE
|
#if YYERROR_VERBOSE
|
yyn = yypact[yystate];
|
yyn = yypact[yystate];
|
|
|
if (YYPACT_NINF < yyn && yyn < YYLAST)
|
if (YYPACT_NINF < yyn && yyn < YYLAST)
|
{
|
{
|
YYSIZE_T yysize = 0;
|
YYSIZE_T yysize = 0;
|
int yytype = YYTRANSLATE (yychar);
|
int yytype = YYTRANSLATE (yychar);
|
const char* yyprefix;
|
const char* yyprefix;
|
char *yymsg;
|
char *yymsg;
|
int yyx;
|
int yyx;
|
|
|
/* Start YYX at -YYN if negative to avoid negative indexes in
|
/* Start YYX at -YYN if negative to avoid negative indexes in
|
YYCHECK. */
|
YYCHECK. */
|
int yyxbegin = yyn < 0 ? -yyn : 0;
|
int yyxbegin = yyn < 0 ? -yyn : 0;
|
|
|
/* Stay within bounds of both yycheck and yytname. */
|
/* Stay within bounds of both yycheck and yytname. */
|
int yychecklim = YYLAST - yyn;
|
int yychecklim = YYLAST - yyn;
|
int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
|
int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
|
int yycount = 0;
|
int yycount = 0;
|
|
|
yyprefix = ", expecting ";
|
yyprefix = ", expecting ";
|
for (yyx = yyxbegin; yyx < yyxend; ++yyx)
|
for (yyx = yyxbegin; yyx < yyxend; ++yyx)
|
if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
|
if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
|
{
|
{
|
yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
|
yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
|
yycount += 1;
|
yycount += 1;
|
if (yycount == 5)
|
if (yycount == 5)
|
{
|
{
|
yysize = 0;
|
yysize = 0;
|
break;
|
break;
|
}
|
}
|
}
|
}
|
yysize += (sizeof ("syntax error, unexpected ")
|
yysize += (sizeof ("syntax error, unexpected ")
|
+ yystrlen (yytname[yytype]));
|
+ yystrlen (yytname[yytype]));
|
yymsg = (char *) YYSTACK_ALLOC (yysize);
|
yymsg = (char *) YYSTACK_ALLOC (yysize);
|
if (yymsg != 0)
|
if (yymsg != 0)
|
{
|
{
|
char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
|
char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
|
yyp = yystpcpy (yyp, yytname[yytype]);
|
yyp = yystpcpy (yyp, yytname[yytype]);
|
|
|
if (yycount < 5)
|
if (yycount < 5)
|
{
|
{
|
yyprefix = ", expecting ";
|
yyprefix = ", expecting ";
|
for (yyx = yyxbegin; yyx < yyxend; ++yyx)
|
for (yyx = yyxbegin; yyx < yyxend; ++yyx)
|
if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
|
if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
|
{
|
{
|
yyp = yystpcpy (yyp, yyprefix);
|
yyp = yystpcpy (yyp, yyprefix);
|
yyp = yystpcpy (yyp, yytname[yyx]);
|
yyp = yystpcpy (yyp, yytname[yyx]);
|
yyprefix = " or ";
|
yyprefix = " or ";
|
}
|
}
|
}
|
}
|
yyerror (yymsg);
|
yyerror (yymsg);
|
YYSTACK_FREE (yymsg);
|
YYSTACK_FREE (yymsg);
|
}
|
}
|
else
|
else
|
yyerror ("syntax error; also virtual memory exhausted");
|
yyerror ("syntax error; also virtual memory exhausted");
|
}
|
}
|
else
|
else
|
#endif /* YYERROR_VERBOSE */
|
#endif /* YYERROR_VERBOSE */
|
yyerror ("syntax error");
|
yyerror ("syntax error");
|
}
|
}
|
|
|
|
|
|
|
if (yyerrstatus == 3)
|
if (yyerrstatus == 3)
|
{
|
{
|
/* If just tried and failed to reuse lookahead token after an
|
/* If just tried and failed to reuse lookahead token after an
|
error, discard it. */
|
error, discard it. */
|
|
|
if (yychar <= YYEOF)
|
if (yychar <= YYEOF)
|
{
|
{
|
/* If at end of input, pop the error token,
|
/* If at end of input, pop the error token,
|
then the rest of the stack, then return failure. */
|
then the rest of the stack, then return failure. */
|
if (yychar == YYEOF)
|
if (yychar == YYEOF)
|
for (;;)
|
for (;;)
|
{
|
{
|
YYPOPSTACK;
|
YYPOPSTACK;
|
if (yyssp == yyss)
|
if (yyssp == yyss)
|
YYABORT;
|
YYABORT;
|
YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
|
YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
|
yydestruct (yystos[*yyssp], yyvsp);
|
yydestruct (yystos[*yyssp], yyvsp);
|
}
|
}
|
}
|
}
|
else
|
else
|
{
|
{
|
YYDSYMPRINTF ("Error: discarding", yytoken, &yylval, &yylloc);
|
YYDSYMPRINTF ("Error: discarding", yytoken, &yylval, &yylloc);
|
yydestruct (yytoken, &yylval);
|
yydestruct (yytoken, &yylval);
|
yychar = YYEMPTY;
|
yychar = YYEMPTY;
|
|
|
}
|
}
|
}
|
}
|
|
|
/* Else will try to reuse lookahead token after shifting the error
|
/* Else will try to reuse lookahead token after shifting the error
|
token. */
|
token. */
|
goto yyerrlab1;
|
goto yyerrlab1;
|
|
|
|
|
/*---------------------------------------------------.
|
/*---------------------------------------------------.
|
| yyerrorlab -- error raised explicitly by YYERROR. |
|
| yyerrorlab -- error raised explicitly by YYERROR. |
|
`---------------------------------------------------*/
|
`---------------------------------------------------*/
|
yyerrorlab:
|
yyerrorlab:
|
|
|
#ifdef __GNUC__
|
#ifdef __GNUC__
|
/* Pacify GCC when the user code never invokes YYERROR and the label
|
/* Pacify GCC when the user code never invokes YYERROR and the label
|
yyerrorlab therefore never appears in user code. */
|
yyerrorlab therefore never appears in user code. */
|
if (0)
|
if (0)
|
goto yyerrorlab;
|
goto yyerrorlab;
|
#endif
|
#endif
|
|
|
yyvsp -= yylen;
|
yyvsp -= yylen;
|
yyssp -= yylen;
|
yyssp -= yylen;
|
yystate = *yyssp;
|
yystate = *yyssp;
|
goto yyerrlab1;
|
goto yyerrlab1;
|
|
|
|
|
/*-------------------------------------------------------------.
|
/*-------------------------------------------------------------.
|
| yyerrlab1 -- common code for both syntax error and YYERROR. |
|
| yyerrlab1 -- common code for both syntax error and YYERROR. |
|
`-------------------------------------------------------------*/
|
`-------------------------------------------------------------*/
|
yyerrlab1:
|
yyerrlab1:
|
yyerrstatus = 3; /* Each real token shifted decrements this. */
|
yyerrstatus = 3; /* Each real token shifted decrements this. */
|
|
|
for (;;)
|
for (;;)
|
{
|
{
|
yyn = yypact[yystate];
|
yyn = yypact[yystate];
|
if (yyn != YYPACT_NINF)
|
if (yyn != YYPACT_NINF)
|
{
|
{
|
yyn += YYTERROR;
|
yyn += YYTERROR;
|
if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
|
if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
|
{
|
{
|
yyn = yytable[yyn];
|
yyn = yytable[yyn];
|
if (0 < yyn)
|
if (0 < yyn)
|
break;
|
break;
|
}
|
}
|
}
|
}
|
|
|
/* Pop the current state because it cannot handle the error token. */
|
/* Pop the current state because it cannot handle the error token. */
|
if (yyssp == yyss)
|
if (yyssp == yyss)
|
YYABORT;
|
YYABORT;
|
|
|
YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
|
YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
|
yydestruct (yystos[yystate], yyvsp);
|
yydestruct (yystos[yystate], yyvsp);
|
YYPOPSTACK;
|
YYPOPSTACK;
|
yystate = *yyssp;
|
yystate = *yyssp;
|
YY_STACK_PRINT (yyss, yyssp);
|
YY_STACK_PRINT (yyss, yyssp);
|
}
|
}
|
|
|
if (yyn == YYFINAL)
|
if (yyn == YYFINAL)
|
YYACCEPT;
|
YYACCEPT;
|
|
|
YYDPRINTF ((stderr, "Shifting error token, "));
|
YYDPRINTF ((stderr, "Shifting error token, "));
|
|
|
*++yyvsp = yylval;
|
*++yyvsp = yylval;
|
|
|
|
|
yystate = yyn;
|
yystate = yyn;
|
goto yynewstate;
|
goto yynewstate;
|
|
|
|
|
/*-------------------------------------.
|
/*-------------------------------------.
|
| yyacceptlab -- YYACCEPT comes here. |
|
| yyacceptlab -- YYACCEPT comes here. |
|
`-------------------------------------*/
|
`-------------------------------------*/
|
yyacceptlab:
|
yyacceptlab:
|
yyresult = 0;
|
yyresult = 0;
|
goto yyreturn;
|
goto yyreturn;
|
|
|
/*-----------------------------------.
|
/*-----------------------------------.
|
| yyabortlab -- YYABORT comes here. |
|
| yyabortlab -- YYABORT comes here. |
|
`-----------------------------------*/
|
`-----------------------------------*/
|
yyabortlab:
|
yyabortlab:
|
yyresult = 1;
|
yyresult = 1;
|
goto yyreturn;
|
goto yyreturn;
|
|
|
#ifndef yyoverflow
|
#ifndef yyoverflow
|
/*----------------------------------------------.
|
/*----------------------------------------------.
|
| yyoverflowlab -- parser overflow comes here. |
|
| yyoverflowlab -- parser overflow comes here. |
|
`----------------------------------------------*/
|
`----------------------------------------------*/
|
yyoverflowlab:
|
yyoverflowlab:
|
yyerror ("parser stack overflow");
|
yyerror ("parser stack overflow");
|
yyresult = 2;
|
yyresult = 2;
|
/* Fall through. */
|
/* Fall through. */
|
#endif
|
#endif
|
|
|
yyreturn:
|
yyreturn:
|
#ifndef yyoverflow
|
#ifndef yyoverflow
|
if (yyss != yyssa)
|
if (yyss != yyssa)
|
YYSTACK_FREE (yyss);
|
YYSTACK_FREE (yyss);
|
#endif
|
#endif
|
return yyresult;
|
return yyresult;
|
}
|
}
|
|
|
|
|
#line 656 "m2-exp.y"
|
#line 656 "m2-exp.y"
|
|
|
|
|
#if 0 /* FIXME! */
|
#if 0 /* FIXME! */
|
int
|
int
|
overflow(a,b)
|
overflow(a,b)
|
long a,b;
|
long a,b;
|
{
|
{
|
return (MAX_OF_TYPE(builtin_type_m2_int) - b) < a;
|
return (MAX_OF_TYPE(builtin_type_m2_int) - b) < a;
|
}
|
}
|
|
|
int
|
int
|
uoverflow(a,b)
|
uoverflow(a,b)
|
unsigned long a,b;
|
unsigned long a,b;
|
{
|
{
|
return (MAX_OF_TYPE(builtin_type_m2_card) - b) < a;
|
return (MAX_OF_TYPE(builtin_type_m2_card) - b) < a;
|
}
|
}
|
#endif /* FIXME */
|
#endif /* FIXME */
|
|
|
/* Take care of parsing a number (anything that starts with a digit).
|
/* Take care of parsing a number (anything that starts with a digit).
|
Set yylval and return the token type; update lexptr.
|
Set yylval and return the token type; update lexptr.
|
LEN is the number of characters in it. */
|
LEN is the number of characters in it. */
|
|
|
/*** Needs some error checking for the float case ***/
|
/*** Needs some error checking for the float case ***/
|
|
|
static int
|
static int
|
parse_number (olen)
|
parse_number (olen)
|
int olen;
|
int olen;
|
{
|
{
|
char *p = lexptr;
|
char *p = lexptr;
|
LONGEST n = 0;
|
LONGEST n = 0;
|
LONGEST prevn = 0;
|
LONGEST prevn = 0;
|
int c,i,ischar=0;
|
int c,i,ischar=0;
|
int base = input_radix;
|
int base = input_radix;
|
int len = olen;
|
int len = olen;
|
int unsigned_p = number_sign == 1 ? 1 : 0;
|
int unsigned_p = number_sign == 1 ? 1 : 0;
|
|
|
if(p[len-1] == 'H')
|
if(p[len-1] == 'H')
|
{
|
{
|
base = 16;
|
base = 16;
|
len--;
|
len--;
|
}
|
}
|
else if(p[len-1] == 'C' || p[len-1] == 'B')
|
else if(p[len-1] == 'C' || p[len-1] == 'B')
|
{
|
{
|
base = 8;
|
base = 8;
|
ischar = p[len-1] == 'C';
|
ischar = p[len-1] == 'C';
|
len--;
|
len--;
|
}
|
}
|
|
|
/* Scan the number */
|
/* Scan the number */
|
for (c = 0; c < len; c++)
|
for (c = 0; c < len; c++)
|
{
|
{
|
if (p[c] == '.' && base == 10)
|
if (p[c] == '.' && base == 10)
|
{
|
{
|
/* It's a float since it contains a point. */
|
/* It's a float since it contains a point. */
|
yylval.dval = atof (p);
|
yylval.dval = atof (p);
|
lexptr += len;
|
lexptr += len;
|
return FLOAT;
|
return FLOAT;
|
}
|
}
|
if (p[c] == '.' && base != 10)
|
if (p[c] == '.' && base != 10)
|
error("Floating point numbers must be base 10.");
|
error("Floating point numbers must be base 10.");
|
if (base == 10 && (p[c] < '0' || p[c] > '9'))
|
if (base == 10 && (p[c] < '0' || p[c] > '9'))
|
error("Invalid digit \'%c\' in number.",p[c]);
|
error("Invalid digit \'%c\' in number.",p[c]);
|
}
|
}
|
|
|
while (len-- > 0)
|
while (len-- > 0)
|
{
|
{
|
c = *p++;
|
c = *p++;
|
n *= base;
|
n *= base;
|
if( base == 8 && (c == '8' || c == '9'))
|
if( base == 8 && (c == '8' || c == '9'))
|
error("Invalid digit \'%c\' in octal number.",c);
|
error("Invalid digit \'%c\' in octal number.",c);
|
if (c >= '0' && c <= '9')
|
if (c >= '0' && c <= '9')
|
i = c - '0';
|
i = c - '0';
|
else
|
else
|
{
|
{
|
if (base == 16 && c >= 'A' && c <= 'F')
|
if (base == 16 && c >= 'A' && c <= 'F')
|
i = c - 'A' + 10;
|
i = c - 'A' + 10;
|
else
|
else
|
return ERROR;
|
return ERROR;
|
}
|
}
|
n+=i;
|
n+=i;
|
if(i >= base)
|
if(i >= base)
|
return ERROR;
|
return ERROR;
|
if(!unsigned_p && number_sign == 1 && (prevn >= n))
|
if(!unsigned_p && number_sign == 1 && (prevn >= n))
|
unsigned_p=1; /* Try something unsigned */
|
unsigned_p=1; /* Try something unsigned */
|
/* Don't do the range check if n==i and i==0, since that special
|
/* Don't do the range check if n==i and i==0, since that special
|
case will give an overflow error. */
|
case will give an overflow error. */
|
if(RANGE_CHECK && n!=i && i)
|
if(RANGE_CHECK && n!=i && i)
|
{
|
{
|
if((unsigned_p && (unsigned)prevn >= (unsigned)n) ||
|
if((unsigned_p && (unsigned)prevn >= (unsigned)n) ||
|
((!unsigned_p && number_sign==-1) && -prevn <= -n))
|
((!unsigned_p && number_sign==-1) && -prevn <= -n))
|
range_error("Overflow on numeric constant.");
|
range_error("Overflow on numeric constant.");
|
}
|
}
|
prevn=n;
|
prevn=n;
|
}
|
}
|
|
|
lexptr = p;
|
lexptr = p;
|
if(*p == 'B' || *p == 'C' || *p == 'H')
|
if(*p == 'B' || *p == 'C' || *p == 'H')
|
lexptr++; /* Advance past B,C or H */
|
lexptr++; /* Advance past B,C or H */
|
|
|
if (ischar)
|
if (ischar)
|
{
|
{
|
yylval.ulval = n;
|
yylval.ulval = n;
|
return CHAR;
|
return CHAR;
|
}
|
}
|
else if ( unsigned_p && number_sign == 1)
|
else if ( unsigned_p && number_sign == 1)
|
{
|
{
|
yylval.ulval = n;
|
yylval.ulval = n;
|
return UINT;
|
return UINT;
|
}
|
}
|
else if((unsigned_p && (n<0))) {
|
else if((unsigned_p && (n<0))) {
|
range_error("Overflow on numeric constant -- number too large.");
|
range_error("Overflow on numeric constant -- number too large.");
|
/* But, this can return if range_check == range_warn. */
|
/* But, this can return if range_check == range_warn. */
|
}
|
}
|
yylval.lval = n;
|
yylval.lval = n;
|
return INT;
|
return INT;
|
}
|
}
|
|
|
|
|
/* Some tokens */
|
/* Some tokens */
|
|
|
static struct
|
static struct
|
{
|
{
|
char name[2];
|
char name[2];
|
int token;
|
int token;
|
} tokentab2[] =
|
} tokentab2[] =
|
{
|
{
|
{ {'<', '>'}, NOTEQUAL },
|
{ {'<', '>'}, NOTEQUAL },
|
{ {':', '='}, ASSIGN },
|
{ {':', '='}, ASSIGN },
|
{ {'<', '='}, LEQ },
|
{ {'<', '='}, LEQ },
|
{ {'>', '='}, GEQ },
|
{ {'>', '='}, GEQ },
|
{ {':', ':'}, COLONCOLON },
|
{ {':', ':'}, COLONCOLON },
|
|
|
};
|
};
|
|
|
/* Some specific keywords */
|
/* Some specific keywords */
|
|
|
struct keyword {
|
struct keyword {
|
char keyw[10];
|
char keyw[10];
|
int token;
|
int token;
|
};
|
};
|
|
|
static struct keyword keytab[] =
|
static struct keyword keytab[] =
|
{
|
{
|
{"OR" , OROR },
|
{"OR" , OROR },
|
{"IN", IN },/* Note space after IN */
|
{"IN", IN },/* Note space after IN */
|
{"AND", LOGICAL_AND},
|
{"AND", LOGICAL_AND},
|
{"ABS", ABS },
|
{"ABS", ABS },
|
{"CHR", CHR },
|
{"CHR", CHR },
|
{"DEC", DEC },
|
{"DEC", DEC },
|
{"NOT", NOT },
|
{"NOT", NOT },
|
{"DIV", DIV },
|
{"DIV", DIV },
|
{"INC", INC },
|
{"INC", INC },
|
{"MAX", MAX_FUNC },
|
{"MAX", MAX_FUNC },
|
{"MIN", MIN_FUNC },
|
{"MIN", MIN_FUNC },
|
{"MOD", MOD },
|
{"MOD", MOD },
|
{"ODD", ODD },
|
{"ODD", ODD },
|
{"CAP", CAP },
|
{"CAP", CAP },
|
{"ORD", ORD },
|
{"ORD", ORD },
|
{"VAL", VAL },
|
{"VAL", VAL },
|
{"EXCL", EXCL },
|
{"EXCL", EXCL },
|
{"HIGH", HIGH },
|
{"HIGH", HIGH },
|
{"INCL", INCL },
|
{"INCL", INCL },
|
{"SIZE", SIZE },
|
{"SIZE", SIZE },
|
{"FLOAT", FLOAT_FUNC },
|
{"FLOAT", FLOAT_FUNC },
|
{"TRUNC", TRUNC },
|
{"TRUNC", TRUNC },
|
{"TSIZE", SIZE },
|
{"TSIZE", SIZE },
|
};
|
};
|
|
|
|
|
/* Read one token, getting characters through lexptr. */
|
/* Read one token, getting characters through lexptr. */
|
|
|
/* This is where we will check to make sure that the language and the operators used are
|
/* This is where we will check to make sure that the language and the operators used are
|
compatible */
|
compatible */
|
|
|
static int
|
static int
|
yylex ()
|
yylex ()
|
{
|
{
|
int c;
|
int c;
|
int namelen;
|
int namelen;
|
int i;
|
int i;
|
char *tokstart;
|
char *tokstart;
|
char quote;
|
char quote;
|
|
|
retry:
|
retry:
|
|
|
prev_lexptr = lexptr;
|
prev_lexptr = lexptr;
|
|
|
tokstart = lexptr;
|
tokstart = lexptr;
|
|
|
|
|
/* See if it is a special token of length 2 */
|
/* See if it is a special token of length 2 */
|
for( i = 0 ; i < (int) (sizeof tokentab2 / sizeof tokentab2[0]) ; i++)
|
for( i = 0 ; i < (int) (sizeof tokentab2 / sizeof tokentab2[0]) ; i++)
|
if (strncmp (tokentab2[i].name, tokstart, 2) == 0)
|
if (strncmp (tokentab2[i].name, tokstart, 2) == 0)
|
{
|
{
|
lexptr += 2;
|
lexptr += 2;
|
return tokentab2[i].token;
|
return tokentab2[i].token;
|
}
|
}
|
|
|
switch (c = *tokstart)
|
switch (c = *tokstart)
|
{
|
{
|
case 0:
|
case 0:
|
return 0;
|
return 0;
|
|
|
case ' ':
|
case ' ':
|
case '\t':
|
case '\t':
|
case '\n':
|
case '\n':
|
lexptr++;
|
lexptr++;
|
goto retry;
|
goto retry;
|
|
|
case '(':
|
case '(':
|
paren_depth++;
|
paren_depth++;
|
lexptr++;
|
lexptr++;
|
return c;
|
return c;
|
|
|
case ')':
|
case ')':
|
if (paren_depth == 0)
|
if (paren_depth == 0)
|
return 0;
|
return 0;
|
paren_depth--;
|
paren_depth--;
|
lexptr++;
|
lexptr++;
|
return c;
|
return c;
|
|
|
case ',':
|
case ',':
|
if (comma_terminates && paren_depth == 0)
|
if (comma_terminates && paren_depth == 0)
|
return 0;
|
return 0;
|
lexptr++;
|
lexptr++;
|
return c;
|
return c;
|
|
|
case '.':
|
case '.':
|
/* Might be a floating point number. */
|
/* Might be a floating point number. */
|
if (lexptr[1] >= '0' && lexptr[1] <= '9')
|
if (lexptr[1] >= '0' && lexptr[1] <= '9')
|
break; /* Falls into number code. */
|
break; /* Falls into number code. */
|
else
|
else
|
{
|
{
|
lexptr++;
|
lexptr++;
|
return DOT;
|
return DOT;
|
}
|
}
|
|
|
/* These are character tokens that appear as-is in the YACC grammar */
|
/* These are character tokens that appear as-is in the YACC grammar */
|
case '+':
|
case '+':
|
case '-':
|
case '-':
|
case '*':
|
case '*':
|
case '/':
|
case '/':
|
case '^':
|
case '^':
|
case '<':
|
case '<':
|
case '>':
|
case '>':
|
case '[':
|
case '[':
|
case ']':
|
case ']':
|
case '=':
|
case '=':
|
case '{':
|
case '{':
|
case '}':
|
case '}':
|
case '#':
|
case '#':
|
case '@':
|
case '@':
|
case '~':
|
case '~':
|
case '&':
|
case '&':
|
lexptr++;
|
lexptr++;
|
return c;
|
return c;
|
|
|
case '\'' :
|
case '\'' :
|
case '"':
|
case '"':
|
quote = c;
|
quote = c;
|
for (namelen = 1; (c = tokstart[namelen]) != quote && c != '\0'; namelen++)
|
for (namelen = 1; (c = tokstart[namelen]) != quote && c != '\0'; namelen++)
|
if (c == '\\')
|
if (c == '\\')
|
{
|
{
|
c = tokstart[++namelen];
|
c = tokstart[++namelen];
|
if (c >= '0' && c <= '9')
|
if (c >= '0' && c <= '9')
|
{
|
{
|
c = tokstart[++namelen];
|
c = tokstart[++namelen];
|
if (c >= '0' && c <= '9')
|
if (c >= '0' && c <= '9')
|
c = tokstart[++namelen];
|
c = tokstart[++namelen];
|
}
|
}
|
}
|
}
|
if(c != quote)
|
if(c != quote)
|
error("Unterminated string or character constant.");
|
error("Unterminated string or character constant.");
|
yylval.sval.ptr = tokstart + 1;
|
yylval.sval.ptr = tokstart + 1;
|
yylval.sval.length = namelen - 1;
|
yylval.sval.length = namelen - 1;
|
lexptr += namelen + 1;
|
lexptr += namelen + 1;
|
|
|
if(namelen == 2) /* Single character */
|
if(namelen == 2) /* Single character */
|
{
|
{
|
yylval.ulval = tokstart[1];
|
yylval.ulval = tokstart[1];
|
return CHAR;
|
return CHAR;
|
}
|
}
|
else
|
else
|
return STRING;
|
return STRING;
|
}
|
}
|
|
|
/* Is it a number? */
|
/* Is it a number? */
|
/* Note: We have already dealt with the case of the token '.'.
|
/* Note: We have already dealt with the case of the token '.'.
|
See case '.' above. */
|
See case '.' above. */
|
if ((c >= '0' && c <= '9'))
|
if ((c >= '0' && c <= '9'))
|
{
|
{
|
/* It's a number. */
|
/* It's a number. */
|
int got_dot = 0, got_e = 0;
|
int got_dot = 0, got_e = 0;
|
char *p = tokstart;
|
char *p = tokstart;
|
int toktype;
|
int toktype;
|
|
|
for (++p ;; ++p)
|
for (++p ;; ++p)
|
{
|
{
|
if (!got_e && (*p == 'e' || *p == 'E'))
|
if (!got_e && (*p == 'e' || *p == 'E'))
|
got_dot = got_e = 1;
|
got_dot = got_e = 1;
|
else if (!got_dot && *p == '.')
|
else if (!got_dot && *p == '.')
|
got_dot = 1;
|
got_dot = 1;
|
else if (got_e && (p[-1] == 'e' || p[-1] == 'E')
|
else if (got_e && (p[-1] == 'e' || p[-1] == 'E')
|
&& (*p == '-' || *p == '+'))
|
&& (*p == '-' || *p == '+'))
|
/* This is the sign of the exponent, not the end of the
|
/* This is the sign of the exponent, not the end of the
|
number. */
|
number. */
|
continue;
|
continue;
|
else if ((*p < '0' || *p > '9') &&
|
else if ((*p < '0' || *p > '9') &&
|
(*p < 'A' || *p > 'F') &&
|
(*p < 'A' || *p > 'F') &&
|
(*p != 'H')) /* Modula-2 hexadecimal number */
|
(*p != 'H')) /* Modula-2 hexadecimal number */
|
break;
|
break;
|
}
|
}
|
toktype = parse_number (p - tokstart);
|
toktype = parse_number (p - tokstart);
|
if (toktype == ERROR)
|
if (toktype == ERROR)
|
{
|
{
|
char *err_copy = (char *) alloca (p - tokstart + 1);
|
char *err_copy = (char *) alloca (p - tokstart + 1);
|
|
|
memcpy (err_copy, tokstart, p - tokstart);
|
memcpy (err_copy, tokstart, p - tokstart);
|
err_copy[p - tokstart] = 0;
|
err_copy[p - tokstart] = 0;
|
error ("Invalid number \"%s\".", err_copy);
|
error ("Invalid number \"%s\".", err_copy);
|
}
|
}
|
lexptr = p;
|
lexptr = p;
|
return toktype;
|
return toktype;
|
}
|
}
|
|
|
if (!(c == '_' || c == '$'
|
if (!(c == '_' || c == '$'
|
|| (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')))
|
|| (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')))
|
/* We must have come across a bad character (e.g. ';'). */
|
/* We must have come across a bad character (e.g. ';'). */
|
error ("Invalid character '%c' in expression.", c);
|
error ("Invalid character '%c' in expression.", c);
|
|
|
/* It's a name. See how long it is. */
|
/* It's a name. See how long it is. */
|
namelen = 0;
|
namelen = 0;
|
for (c = tokstart[namelen];
|
for (c = tokstart[namelen];
|
(c == '_' || c == '$' || (c >= '0' && c <= '9')
|
(c == '_' || c == '$' || (c >= '0' && c <= '9')
|
|| (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'));
|
|| (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'));
|
c = tokstart[++namelen])
|
c = tokstart[++namelen])
|
;
|
;
|
|
|
/* The token "if" terminates the expression and is NOT
|
/* The token "if" terminates the expression and is NOT
|
removed from the input stream. */
|
removed from the input stream. */
|
if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f')
|
if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f')
|
{
|
{
|
return 0;
|
return 0;
|
}
|
}
|
|
|
lexptr += namelen;
|
lexptr += namelen;
|
|
|
/* Lookup special keywords */
|
/* Lookup special keywords */
|
for(i = 0 ; i < (int) (sizeof(keytab) / sizeof(keytab[0])) ; i++)
|
for(i = 0 ; i < (int) (sizeof(keytab) / sizeof(keytab[0])) ; i++)
|
if (namelen == strlen (keytab[i].keyw)
|
if (namelen == strlen (keytab[i].keyw)
|
&& strncmp (tokstart, keytab[i].keyw, namelen) == 0)
|
&& strncmp (tokstart, keytab[i].keyw, namelen) == 0)
|
return keytab[i].token;
|
return keytab[i].token;
|
|
|
yylval.sval.ptr = tokstart;
|
yylval.sval.ptr = tokstart;
|
yylval.sval.length = namelen;
|
yylval.sval.length = namelen;
|
|
|
if (*tokstart == '$')
|
if (*tokstart == '$')
|
{
|
{
|
write_dollar_variable (yylval.sval);
|
write_dollar_variable (yylval.sval);
|
return INTERNAL_VAR;
|
return INTERNAL_VAR;
|
}
|
}
|
|
|
/* Use token-type BLOCKNAME for symbols that happen to be defined as
|
/* Use token-type BLOCKNAME for symbols that happen to be defined as
|
functions. If this is not so, then ...
|
functions. If this is not so, then ...
|
Use token-type TYPENAME for symbols that happen to be defined
|
Use token-type TYPENAME for symbols that happen to be defined
|
currently as names of types; NAME for other symbols.
|
currently as names of types; NAME for other symbols.
|
The caller is not constrained to care about the distinction. */
|
The caller is not constrained to care about the distinction. */
|
{
|
{
|
|
|
|
|
char *tmp = copy_name (yylval.sval);
|
char *tmp = copy_name (yylval.sval);
|
struct symbol *sym;
|
struct symbol *sym;
|
|
|
if (lookup_partial_symtab (tmp))
|
if (lookup_partial_symtab (tmp))
|
return BLOCKNAME;
|
return BLOCKNAME;
|
sym = lookup_symbol (tmp, expression_context_block,
|
sym = lookup_symbol (tmp, expression_context_block,
|
VAR_DOMAIN, 0, NULL);
|
VAR_DOMAIN, 0, NULL);
|
if (sym && SYMBOL_CLASS (sym) == LOC_BLOCK)
|
if (sym && SYMBOL_CLASS (sym) == LOC_BLOCK)
|
return BLOCKNAME;
|
return BLOCKNAME;
|
if (lookup_typename (copy_name (yylval.sval), expression_context_block, 1))
|
if (lookup_typename (copy_name (yylval.sval), expression_context_block, 1))
|
return TYPENAME;
|
return TYPENAME;
|
|
|
if(sym)
|
if(sym)
|
{
|
{
|
switch(sym->aclass)
|
switch(sym->aclass)
|
{
|
{
|
case LOC_STATIC:
|
case LOC_STATIC:
|
case LOC_REGISTER:
|
case LOC_REGISTER:
|
case LOC_ARG:
|
case LOC_ARG:
|
case LOC_REF_ARG:
|
case LOC_REF_ARG:
|
case LOC_REGPARM:
|
case LOC_REGPARM:
|
case LOC_REGPARM_ADDR:
|
case LOC_REGPARM_ADDR:
|
case LOC_LOCAL:
|
case LOC_LOCAL:
|
case LOC_LOCAL_ARG:
|
case LOC_LOCAL_ARG:
|
case LOC_BASEREG:
|
case LOC_BASEREG:
|
case LOC_BASEREG_ARG:
|
case LOC_BASEREG_ARG:
|
case LOC_CONST:
|
case LOC_CONST:
|
case LOC_CONST_BYTES:
|
case LOC_CONST_BYTES:
|
case LOC_OPTIMIZED_OUT:
|
case LOC_OPTIMIZED_OUT:
|
case LOC_COMPUTED:
|
case LOC_COMPUTED:
|
case LOC_COMPUTED_ARG:
|
case LOC_COMPUTED_ARG:
|
return NAME;
|
return NAME;
|
|
|
case LOC_TYPEDEF:
|
case LOC_TYPEDEF:
|
return TYPENAME;
|
return TYPENAME;
|
|
|
case LOC_BLOCK:
|
case LOC_BLOCK:
|
return BLOCKNAME;
|
return BLOCKNAME;
|
|
|
case LOC_UNDEF:
|
case LOC_UNDEF:
|
error("internal: Undefined class in m2lex()");
|
error("internal: Undefined class in m2lex()");
|
|
|
case LOC_LABEL:
|
case LOC_LABEL:
|
case LOC_UNRESOLVED:
|
case LOC_UNRESOLVED:
|
error("internal: Unforseen case in m2lex()");
|
error("internal: Unforseen case in m2lex()");
|
|
|
default:
|
default:
|
error ("unhandled token in m2lex()");
|
error ("unhandled token in m2lex()");
|
break;
|
break;
|
}
|
}
|
}
|
}
|
else
|
else
|
{
|
{
|
/* Built-in BOOLEAN type. This is sort of a hack. */
|
/* Built-in BOOLEAN type. This is sort of a hack. */
|
if (strncmp (tokstart, "TRUE", 4) == 0)
|
if (strncmp (tokstart, "TRUE", 4) == 0)
|
{
|
{
|
yylval.ulval = 1;
|
yylval.ulval = 1;
|
return M2_TRUE;
|
return M2_TRUE;
|
}
|
}
|
else if (strncmp (tokstart, "FALSE", 5) == 0)
|
else if (strncmp (tokstart, "FALSE", 5) == 0)
|
{
|
{
|
yylval.ulval = 0;
|
yylval.ulval = 0;
|
return M2_FALSE;
|
return M2_FALSE;
|
}
|
}
|
}
|
}
|
|
|
/* Must be another type of name... */
|
/* Must be another type of name... */
|
return NAME;
|
return NAME;
|
}
|
}
|
}
|
}
|
|
|
#if 0 /* Unused */
|
#if 0 /* Unused */
|
static char *
|
static char *
|
make_qualname(mod,ident)
|
make_qualname(mod,ident)
|
char *mod, *ident;
|
char *mod, *ident;
|
{
|
{
|
char *new = xmalloc(strlen(mod)+strlen(ident)+2);
|
char *new = xmalloc(strlen(mod)+strlen(ident)+2);
|
|
|
strcpy(new,mod);
|
strcpy(new,mod);
|
strcat(new,".");
|
strcat(new,".");
|
strcat(new,ident);
|
strcat(new,ident);
|
return new;
|
return new;
|
}
|
}
|
#endif /* 0 */
|
#endif /* 0 */
|
|
|
void
|
void
|
yyerror (msg)
|
yyerror (msg)
|
char *msg;
|
char *msg;
|
{
|
{
|
if (prev_lexptr)
|
if (prev_lexptr)
|
lexptr = prev_lexptr;
|
lexptr = prev_lexptr;
|
|
|
error ("A %s in expression, near `%s'.", (msg ? msg : "error"), lexptr);
|
error ("A %s in expression, near `%s'.", (msg ? msg : "error"), lexptr);
|
}
|
}
|
|
|
|
|
|
|