gdb/m2-exp.c - gdb

Global variables defined

Data types defined

Functions defined

Macros defined

Source code

  1. /* A Bison parser, made by GNU Bison 2.7.  */

  2. /* Bison implementation for Yacc-like parsers in C

  3.       Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.

  4.    This program is free software: you can redistribute it and/or modify
  5.    it under the terms of the GNU General Public License as published by
  6.    the Free Software Foundation, either version 3 of the License, or
  7.    (at your option) any later version.

  8.    This program is distributed in the hope that it will be useful,
  9.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11.    GNU General Public License for more details.

  12.    You should have received a copy of the GNU General Public License
  13.    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */

  14. /* As a special exception, you may create a larger work that contains
  15.    part or all of the Bison parser skeleton and distribute that work
  16.    under terms of your choice, so long as that work isn't itself a
  17.    parser generator using the skeleton or a modified version thereof
  18.    as a parser skeleton.  Alternatively, if you modify or redistribute
  19.    the parser skeleton itself, you may (at your option) remove this
  20.    special exception, which will cause the skeleton and the resulting
  21.    Bison output files to be licensed under the GNU General Public
  22.    License without this special exception.

  23.    This special exception was added by the Free Software Foundation in
  24.    version 2.2 of Bison.  */

  25. /* C LALR(1) parser skeleton written by Richard Stallman, by
  26.    simplifying the original so-called "semantic" parser.  */

  27. /* All symbols defined below should begin with yy or YY, to avoid
  28.    infringing on user name space.  This should be done even for local
  29.    variables, as they might otherwise be expanded by user macros.
  30.    There are some unavoidable exceptions within include files to
  31.    define necessary library symbols; they are noted "INFRINGES ON
  32.    USER NAME SPACE" below.  */

  33. /* Identify Bison output.  */
  34. #define YYBISON 1

  35. /* Bison version.  */
  36. #define YYBISON_VERSION "2.7"

  37. /* Skeleton name.  */
  38. #define YYSKELETON_NAME "yacc.c"

  39. /* Pure parsers.  */
  40. #define YYPURE 0

  41. /* Push parsers.  */
  42. #define YYPUSH 0

  43. /* Pull parsers.  */
  44. #define YYPULL 1




  45. /* Copy the first part of user declarations.  */
  46. /* Line 371 of yacc.c  */
  47. #line 38 "m2-exp.y"


  48. #include "defs.h"
  49. #include "expression.h"
  50. #include "language.h"
  51. #include "value.h"
  52. #include "parser-defs.h"
  53. #include "m2-lang.h"
  54. #include "bfd.h" /* Required by objfiles.h.  */
  55. #include "symfile.h" /* Required by objfiles.h.  */
  56. #include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
  57. #include "block.h"

  58. #define parse_type(ps) builtin_type (parse_gdbarch (ps))
  59. #define parse_m2_type(ps) builtin_m2_type (parse_gdbarch (ps))

  60. /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
  61.    as well as gratuitiously global symbol names, so we can have multiple
  62.    yacc generated parsers in gdb.  Note that these are only the variables
  63.    produced by yacc.  If other parser generators (bison, byacc, etc) produce
  64.    additional global names that conflict at link time, then those parser
  65.    generators need to be fixed instead of adding those names to this list.  */

  66. #define        yymaxdepth m2_maxdepth
  67. #define        yyparse        m2_parse_internal
  68. #define        yylex        m2_lex
  69. #define        yyerror        m2_error
  70. #define        yylval        m2_lval
  71. #define        yychar        m2_char
  72. #define        yydebug        m2_debug
  73. #define        yypact        m2_pact
  74. #define        yyr1        m2_r1
  75. #define        yyr2        m2_r2
  76. #define        yydef        m2_def
  77. #define        yychk        m2_chk
  78. #define        yypgo        m2_pgo
  79. #define        yyact        m2_act
  80. #define        yyexca        m2_exca
  81. #define        yyerrflag m2_errflag
  82. #define        yynerrs        m2_nerrs
  83. #define        yyps        m2_ps
  84. #define        yypv        m2_pv
  85. #define        yys        m2_s
  86. #define        yy_yys        m2_yys
  87. #define        yystate        m2_state
  88. #define        yytmp        m2_tmp
  89. #define        yyv        m2_v
  90. #define        yy_yyv        m2_yyv
  91. #define        yyval        m2_val
  92. #define        yylloc        m2_lloc
  93. #define        yyreds        m2_reds                /* With YYDEBUG defined */
  94. #define        yytoks        m2_toks                /* With YYDEBUG defined */
  95. #define yyname        m2_name                /* With YYDEBUG defined */
  96. #define yyrule        m2_rule                /* With YYDEBUG defined */
  97. #define yylhs        m2_yylhs
  98. #define yylen        m2_yylen
  99. #define yydefred m2_yydefred
  100. #define yydgoto        m2_yydgoto
  101. #define yysindex m2_yysindex
  102. #define yyrindex m2_yyrindex
  103. #define yygindex m2_yygindex
  104. #define yytable         m2_yytable
  105. #define yycheck         m2_yycheck
  106. #define yyss        m2_yyss
  107. #define yysslim        m2_yysslim
  108. #define yyssp        m2_yyssp
  109. #define yystacksize m2_yystacksize
  110. #define yyvs        m2_yyvs
  111. #define yyvsp        m2_yyvsp

  112. #ifndef YYDEBUG
  113. #define        YYDEBUG 1                /* Default to yydebug support */
  114. #endif

  115. #define YYFPRINTF parser_fprintf

  116. /* The state of the parser, used internally when we are parsing the
  117.    expression.  */

  118. static struct parser_state *pstate = NULL;

  119. int yyparse (void);

  120. static int yylex (void);

  121. void yyerror (char *);

  122. static int parse_number (int);

  123. /* The sign of the number being parsed.  */
  124. static int number_sign = 1;


  125. /* Line 371 of yacc.c  */
  126. #line 162 "m2-exp.c"

  127. # ifndef YY_NULL
  128. #  if defined __cplusplus && 201103L <= __cplusplus
  129. #   define YY_NULL nullptr
  130. #  else
  131. #   define YY_NULL 0
  132. #  endif
  133. # endif

  134. /* Enabling verbose error messages.  */
  135. #ifdef YYERROR_VERBOSE
  136. # undef YYERROR_VERBOSE
  137. # define YYERROR_VERBOSE 1
  138. #else
  139. # define YYERROR_VERBOSE 0
  140. #endif


  141. /* Enabling traces.  */
  142. #ifndef YYDEBUG
  143. # define YYDEBUG 0
  144. #endif
  145. #if YYDEBUG
  146. extern int yydebug;
  147. #endif

  148. /* Tokens.  */
  149. #ifndef YYTOKENTYPE
  150. # define YYTOKENTYPE
  151.    /* Put the tokens into the symbol table, so that GDB and other debuggers
  152.       know about them.  */
  153.    enum yytokentype {
  154.      INT = 258,
  155.      HEX = 259,
  156.      ERROR = 260,
  157.      UINT = 261,
  158.      M2_TRUE = 262,
  159.      M2_FALSE = 263,
  160.      CHAR = 264,
  161.      FLOAT = 265,
  162.      STRING = 266,
  163.      NAME = 267,
  164.      BLOCKNAME = 268,
  165.      IDENT = 269,
  166.      VARNAME = 270,
  167.      TYPENAME = 271,
  168.      SIZE = 272,
  169.      CAP = 273,
  170.      ORD = 274,
  171.      HIGH = 275,
  172.      ABS = 276,
  173.      MIN_FUNC = 277,
  174.      MAX_FUNC = 278,
  175.      FLOAT_FUNC = 279,
  176.      VAL = 280,
  177.      CHR = 281,
  178.      ODD = 282,
  179.      TRUNC = 283,
  180.      TSIZE = 284,
  181.      INC = 285,
  182.      DEC = 286,
  183.      INCL = 287,
  184.      EXCL = 288,
  185.      COLONCOLON = 289,
  186.      INTERNAL_VAR = 290,
  187.      ABOVE_COMMA = 291,
  188.      ASSIGN = 292,
  189.      IN = 293,
  190.      NOTEQUAL = 294,
  191.      GEQ = 295,
  192.      LEQ = 296,
  193.      OROR = 297,
  194.      LOGICAL_AND = 298,
  195.      MOD = 299,
  196.      DIV = 300,
  197.      UNARY = 301,
  198.      DOT = 302,
  199.      NOT = 303,
  200.      QID = 304
  201.    };
  202. #endif
  203. /* Tokens.  */
  204. #define INT 258
  205. #define HEX 259
  206. #define ERROR 260
  207. #define UINT 261
  208. #define M2_TRUE 262
  209. #define M2_FALSE 263
  210. #define CHAR 264
  211. #define FLOAT 265
  212. #define STRING 266
  213. #define NAME 267
  214. #define BLOCKNAME 268
  215. #define IDENT 269
  216. #define VARNAME 270
  217. #define TYPENAME 271
  218. #define SIZE 272
  219. #define CAP 273
  220. #define ORD 274
  221. #define HIGH 275
  222. #define ABS 276
  223. #define MIN_FUNC 277
  224. #define MAX_FUNC 278
  225. #define FLOAT_FUNC 279
  226. #define VAL 280
  227. #define CHR 281
  228. #define ODD 282
  229. #define TRUNC 283
  230. #define TSIZE 284
  231. #define INC 285
  232. #define DEC 286
  233. #define INCL 287
  234. #define EXCL 288
  235. #define COLONCOLON 289
  236. #define INTERNAL_VAR 290
  237. #define ABOVE_COMMA 291
  238. #define ASSIGN 292
  239. #define IN 293
  240. #define NOTEQUAL 294
  241. #define GEQ 295
  242. #define LEQ 296
  243. #define OROR 297
  244. #define LOGICAL_AND 298
  245. #define MOD 299
  246. #define DIV 300
  247. #define UNARY 301
  248. #define DOT 302
  249. #define NOT 303
  250. #define QID 304



  251. #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
  252. typedef union YYSTYPE
  253. {
  254. /* Line 387 of yacc.c  */
  255. #line 137 "m2-exp.y"

  256.     LONGEST lval;
  257.     ULONGEST ulval;
  258.     DOUBLEST dval;
  259.     struct symbol *sym;
  260.     struct type *tval;
  261.     struct stoken sval;
  262.     int voidval;
  263.     const struct block *bval;
  264.     enum exp_opcode opcode;
  265.     struct internalvar *ivar;

  266.     struct type **tvec;
  267.     int *ivec;


  268. /* Line 387 of yacc.c  */
  269. #line 317 "m2-exp.c"
  270. } YYSTYPE;
  271. # define YYSTYPE_IS_TRIVIAL 1
  272. # define yystype YYSTYPE /* obsolescent; will be withdrawn */
  273. # define YYSTYPE_IS_DECLARED 1
  274. #endif

  275. extern YYSTYPE yylval;

  276. #ifdef YYPARSE_PARAM
  277. #if defined __STDC__ || defined __cplusplus
  278. int yyparse (void *YYPARSE_PARAM);
  279. #else
  280. int yyparse ();
  281. #endif
  282. #else /* ! YYPARSE_PARAM */
  283. #if defined __STDC__ || defined __cplusplus
  284. int yyparse (void);
  285. #else
  286. int yyparse ();
  287. #endif
  288. #endif /* ! YYPARSE_PARAM */



  289. /* Copy the second part of user declarations.  */

  290. /* Line 390 of yacc.c  */
  291. #line 345 "m2-exp.c"

  292. #ifdef short
  293. # undef short
  294. #endif

  295. #ifdef YYTYPE_UINT8
  296. typedef YYTYPE_UINT8 yytype_uint8;
  297. #else
  298. typedef unsigned char yytype_uint8;
  299. #endif

  300. #ifdef YYTYPE_INT8
  301. typedef YYTYPE_INT8 yytype_int8;
  302. #elif (defined __STDC__ || defined __C99__FUNC__ \
  303.      || defined __cplusplus || defined _MSC_VER)
  304. typedef signed char yytype_int8;
  305. #else
  306. typedef short int yytype_int8;
  307. #endif

  308. #ifdef YYTYPE_UINT16
  309. typedef YYTYPE_UINT16 yytype_uint16;
  310. #else
  311. typedef unsigned short int yytype_uint16;
  312. #endif

  313. #ifdef YYTYPE_INT16
  314. typedef YYTYPE_INT16 yytype_int16;
  315. #else
  316. typedef short int yytype_int16;
  317. #endif

  318. #ifndef YYSIZE_T
  319. # ifdef __SIZE_TYPE__
  320. #  define YYSIZE_T __SIZE_TYPE__
  321. # elif defined size_t
  322. #  define YYSIZE_T size_t
  323. # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
  324.      || defined __cplusplus || defined _MSC_VER)
  325. #  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
  326. #  define YYSIZE_T size_t
  327. # else
  328. #  define YYSIZE_T unsigned int
  329. # endif
  330. #endif

  331. #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)

  332. #ifndef YY_
  333. # if defined YYENABLE_NLS && YYENABLE_NLS
  334. #  if ENABLE_NLS
  335. #   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
  336. #   define YY_(Msgid) dgettext ("bison-runtime", Msgid)
  337. #  endif
  338. # endif
  339. # ifndef YY_
  340. #  define YY_(Msgid) Msgid
  341. # endif
  342. #endif

  343. /* Suppress unused-variable warnings by "using" E.  */
  344. #if ! defined lint || defined __GNUC__
  345. # define YYUSE(E) ((void) (E))
  346. #else
  347. # define YYUSE(E) /* empty */
  348. #endif

  349. /* Identity function, used to suppress warnings about constant conditions.  */
  350. #ifndef lint
  351. # define YYID(N) (N)
  352. #else
  353. #if (defined __STDC__ || defined __C99__FUNC__ \
  354.      || defined __cplusplus || defined _MSC_VER)
  355. static int
  356. YYID (int yyi)
  357. #else
  358. static int
  359. YYID (yyi)
  360.     int yyi;
  361. #endif
  362. {
  363.   return yyi;
  364. }
  365. #endif

  366. #if ! defined yyoverflow || YYERROR_VERBOSE

  367. /* The parser invokes alloca or xmalloc; define the necessary symbols.  */

  368. # ifdef YYSTACK_USE_ALLOCA
  369. #  if YYSTACK_USE_ALLOCA
  370. #   ifdef __GNUC__
  371. #    define YYSTACK_ALLOC __builtin_alloca
  372. #   elif defined __BUILTIN_VA_ARG_INCR
  373. #    include <alloca.h> /* INFRINGES ON USER NAME SPACE */
  374. #   elif defined _AIX
  375. #    define YYSTACK_ALLOC __alloca
  376. #   elif defined _MSC_VER
  377. #    define alloca _alloca
  378. #   else
  379. #    define YYSTACK_ALLOC alloca
  380. #    if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
  381.      || defined __cplusplus || defined _MSC_VER)
  382. #     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
  383.       /* Use EXIT_SUCCESS as a witness for stdlib.h.  */
  384. #     ifndef EXIT_SUCCESS
  385. #      define EXIT_SUCCESS 0
  386. #     endif
  387. #    endif
  388. #   endif
  389. #  endif
  390. # endif

  391. # ifdef YYSTACK_ALLOC
  392.    /* Pacify GCC's `empty if-body' warning.  */
  393. #  define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
  394. #  ifndef YYSTACK_ALLOC_MAXIMUM
  395.     /* The OS might guarantee only one guard page at the bottom of the stack,
  396.        and a page size can be as small as 4096 bytes.  So we cannot safely
  397.        invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number
  398.        to allow for a few compiler-allocated temporary stack slots.  */
  399. #   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
  400. #  endif
  401. # else
  402. #  define YYSTACK_ALLOC YYMALLOC
  403. #  define YYSTACK_FREE YYFREE
  404. #  ifndef YYSTACK_ALLOC_MAXIMUM
  405. #   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
  406. #  endif
  407. #  if (defined __cplusplus && ! defined EXIT_SUCCESS \
  408.        && ! ((defined YYMALLOC || defined xmalloc) \
  409.              && (defined YYFREE || defined xfree)))
  410. #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
  411. #   ifndef EXIT_SUCCESS
  412. #    define EXIT_SUCCESS 0
  413. #   endif
  414. #  endif
  415. #  ifndef YYMALLOC
  416. #   define YYMALLOC xmalloc
  417. #   if ! defined xmalloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
  418.      || defined __cplusplus || defined _MSC_VER)
  419. void *xmalloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
  420. #   endif
  421. #  endif
  422. #  ifndef YYFREE
  423. #   define YYFREE xfree
  424. #   if ! defined xfree && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
  425.      || defined __cplusplus || defined _MSC_VER)
  426. void xfree (void *); /* INFRINGES ON USER NAME SPACE */
  427. #   endif
  428. #  endif
  429. # endif
  430. #endif /* ! defined yyoverflow || YYERROR_VERBOSE */


  431. #if (! defined yyoverflow \
  432.      && (! defined __cplusplus \
  433.          || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))

  434. /* A type that is properly aligned for any stack member.  */
  435. union yyalloc
  436. {
  437.   yytype_int16 yyss_alloc;
  438.   YYSTYPE yyvs_alloc;
  439. };

  440. /* The size of the maximum gap between one aligned stack and the next.  */
  441. # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)

  442. /* The size of an array large to enough to hold all stacks, each with
  443.    N elements.  */
  444. # define YYSTACK_BYTES(N) \
  445.      ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
  446.       + YYSTACK_GAP_MAXIMUM)

  447. # define YYCOPY_NEEDED 1

  448. /* Relocate STACK from its old location to the new one.  The
  449.    local variables YYSIZE and YYSTACKSIZE give the old and new number of
  450.    elements in the stack, and YYPTR gives the new location of the
  451.    stack.  Advance YYPTR to a properly aligned location for the next
  452.    stack.  */
  453. # define YYSTACK_RELOCATE(Stack_alloc, Stack)                                \
  454.     do                                                                        \
  455.       {                                                                        \
  456.         YYSIZE_T yynewbytes;                                                \
  457.         YYCOPY (&yyptr->Stack_alloc, Stack, yysize);                        \
  458.         Stack = &yyptr->Stack_alloc;                                        \
  459.         yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
  460.         yyptr += yynewbytes / sizeof (*yyptr);                                \
  461.       }                                                                        \
  462.     while (YYID (0))

  463. #endif

  464. #if defined YYCOPY_NEEDED && YYCOPY_NEEDED
  465. /* Copy COUNT objects from SRC to DST.  The source and destination do
  466.    not overlap.  */
  467. # ifndef YYCOPY
  468. #  if defined __GNUC__ && 1 < __GNUC__
  469. #   define YYCOPY(Dst, Src, Count) \
  470.       __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
  471. #  else
  472. #   define YYCOPY(Dst, Src, Count)              \
  473.       do                                        \
  474.         {                                       \
  475.           YYSIZE_T yyi;                         \
  476.           for (yyi = 0; yyi < (Count); yyi++)   \
  477.             (Dst)[yyi] = (Src)[yyi];            \
  478.         }                                       \
  479.       while (YYID (0))
  480. #  endif
  481. # endif
  482. #endif /* !YYCOPY_NEEDED */

  483. /* YYFINAL -- State number of the termination state.  */
  484. #define YYFINAL  69
  485. /* YYLAST -- Last index in YYTABLE.  */
  486. #define YYLAST   923

  487. /* YYNTOKENS -- Number of terminals.  */
  488. #define YYNTOKENS  69
  489. /* YYNNTS -- Number of nonterminals.  */
  490. #define YYNNTS  15
  491. /* YYNRULES -- Number of rules.  */
  492. #define YYNRULES  82
  493. /* YYNRULES -- Number of states.  */
  494. #define YYNSTATES  187

  495. /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
  496. #define YYUNDEFTOK  2
  497. #define YYMAXUTOK   304

  498. #define YYTRANSLATE(YYX)                                                \
  499.   ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)

  500. /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
  501. static const yytype_uint8 yytranslate[] =
  502. {
  503.        0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  504.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  505.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  506.        2,     2,     2,     2,     2,    42,     2,     2,    48,     2,
  507.       60,    65,    53,    51,    36,    52,     2,    54,     2,     2,
  508.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  509.       39,    41,    40,     2,    50,     2,     2,     2,     2,     2,
  510.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  511.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  512.        2,    59,     2,    68,    58,     2,     2,     2,     2,     2,
  513.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  514.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  515.        2,     2,     2,    66,     2,    67,    62,     2,     2,     2,
  516.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  517.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  518.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  519.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  520.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  521.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  522.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  523.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  524.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  525.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  526.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  527.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  528.        2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
  529.        5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
  530.       15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
  531.       25,    26,    27,    28,    29,    30,    31,    32,    33,    34,
  532.       35,    37,    38,    43,    44,    45,    46,    47,    49,    55,
  533.       56,    57,    61,    63,    64
  534. };

  535. #if YYDEBUG
  536. /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
  537.    YYRHS.  */
  538. static const yytype_uint16 yyprhs[] =
  539. {
  540.        0,     0,     3,     5,     7,     9,    12,    13,    17,    20,
  541.       23,    25,    27,    32,    37,    42,    47,    52,    57,    62,
  542.       69,    74,    79,    84,    89,    92,    97,   104,   109,   116,
  543.      120,   122,   126,   133,   140,   144,   149,   150,   156,   161,
  544.      162,   168,   169,   171,   175,   177,   181,   186,   191,   195,
  545.      199,   203,   207,   211,   215,   219,   223,   227,   231,   235,
  546.      239,   243,   247,   251,   255,   259,   263,   265,   267,   269,
  547.      271,   273,   275,   277,   282,   284,   286,   288,   292,   294,
  548.      296,   300,   302
  549. };

  550. /* YYRHS -- A `-1'-separated list of the rules' RHS.  */
  551. static const yytype_int8 yyrhs[] =
  552. {
  553.       70,     0,    -1,    72,    -1,    71,    -1,    83,    -1,    72,
  554.       58,    -1,    -1,    52,    73,    72,    -1,    51,    72,    -1,
  555.       74,    72,    -1,    63,    -1,    62,    -1,    18,    60,    72,
  556.       65,    -1,    19,    60,    72,    65,    -1,    21,    60,    72,
  557.       65,    -1,    20,    60,    72,    65,    -1,    22,    60,    83,
  558.       65,    -1,    23,    60,    83,    65,    -1,    24,    60,    72,
  559.       65,    -1,    25,    60,    83,    36,    72,    65,    -1,    26,
  560.       60,    72,    65,    -1,    27,    60,    72,    65,    -1,    28,
  561.       60,    72,    65,    -1,    29,    60,    72,    65,    -1,    17,
  562.       72,    -1,    30,    60,    72,    65,    -1,    30,    60,    72,
  563.       36,    72,    65,    -1,    31,    60,    72,    65,    -1,    31,
  564.       60,    72,    36,    72,    65,    -1,    72,    61,    12,    -1,
  565.       75,    -1,    72,    43,    75,    -1,    32,    60,    72,    36,
  566.       72,    65,    -1,    33,    60,    72,    36,    72,    65,    -1,
  567.       66,    78,    67,    -1,    83,    66,    78,    67,    -1,    -1,
  568.       72,    59,    76,    79,    68,    -1,    72,    59,    72,    68,
  569.       -1,    -1,    72,    60,    77,    78,    65,    -1,    -1,    72,
  570.       -1,    78,    36,    72,    -1,    72,    -1,    79,    36,    72,
  571.       -1,    66,    83,    67,    72,    -1,    83,    60,    72,    65,
  572.       -1,    60,    72,    65,    -1,    72,    50,    72,    -1,    72,
  573.       53,    72,    -1,    72,    54,    72,    -1,    72,    56,    72,
  574.       -1,    72,    55,    72,    -1,    72,    51,    72,    -1,    72,
  575.       52,    72,    -1,    72,    41,    72,    -1,    72,    44,    72,
  576.       -1,    72,    42,    72,    -1,    72,    46,    72,    -1,    72,
  577.       45,    72,    -1,    72,    39,    72,    -1,    72,    40,    72,
  578.       -1,    72,    49,    72,    -1,    72,    47,    72,    -1,    72,
  579.       38,    72,    -1,     7,    -1,     8,    -1,     3,    -1,     6,
  580.       -1,     9,    -1,    10,    -1,    82,    -1,    17,    60,    83,
  581.       65,    -1,    11,    -1,    81,    -1,    13,    -1,    80,    34,
  582.       13,    -1,    81,    -1,    35,    -1,    80,    34,    12,    -1,
  583.       12,    -1,    16,    -1
  584. };

  585. /* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
  586. static const yytype_uint16 yyrline[] =
  587. {
  588.        0,   206,   206,   207,   210,   219,   224,   223,   230,   234,
  589.      238,   239,   242,   246,   250,   254,   258,   264,   270,   274,
  590.      280,   284,   288,   292,   296,   301,   305,   312,   316,   323,
  591.      329,   332,   336,   340,   344,   346,   356,   352,   364,   371,
  592.      368,   379,   382,   386,   391,   396,   401,   407,   413,   421,
  593.      425,   429,   433,   437,   441,   445,   449,   453,   455,   459,
  594.      463,   467,   471,   475,   479,   483,   490,   496,   502,   510,
  595.      521,   531,   540,   543,   552,   559,   563,   573,   585,   593,
  596.      597,   620,   665
  597. };
  598. #endif

  599. #if YYDEBUG || YYERROR_VERBOSE || 0
  600. /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
  601.    First, the terminals, then, starting at YYNTOKENS, nonterminals.  */
  602. static const char *const yytname[] =
  603. {
  604.   "$end", "error", "$undefined", "INT", "HEX", "ERROR", "UINT", "M2_TRUE",
  605.   "M2_FALSE", "CHAR", "FLOAT", "STRING", "NAME", "BLOCKNAME", "IDENT",
  606.   "VARNAME", "TYPENAME", "SIZE", "CAP", "ORD", "HIGH", "ABS", "MIN_FUNC",
  607.   "MAX_FUNC", "FLOAT_FUNC", "VAL", "CHR", "ODD", "TRUNC", "TSIZE", "INC",
  608.   "DEC", "INCL", "EXCL", "COLONCOLON", "INTERNAL_VAR", "','",
  609.   "ABOVE_COMMA", "ASSIGN", "'<'", "'>'", "'='", "'#'", "IN", "NOTEQUAL",
  610.   "GEQ", "LEQ", "OROR", "'&'", "LOGICAL_AND", "'@'", "'+'", "'-'", "'*'",
  611.   "'/'", "MOD", "DIV", "UNARY", "'^'", "'['", "'('", "DOT", "'~'", "NOT",
  612.   "QID", "')'", "'{'", "'}'", "']'", "$accept", "start", "type_exp", "exp",
  613.   "$@1", "not_exp", "set", "$@2", "$@3", "arglist", "non_empty_arglist",
  614.   "block", "fblock", "variable", "type", YY_NULL
  615. };
  616. #endif

  617. # ifdef YYPRINT
  618. /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
  619.    token YYLEX-NUM.  */
  620. static const yytype_uint16 yytoknum[] =
  621. {
  622.        0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
  623.      265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
  624.      275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
  625.      285,   286,   287,   288,   289,   290,    44,   291,   292,    60,
  626.       62,    61,    35,   293,   294,   295,   296,   297,    38,   298,
  627.       64,    43,    45,    42,    47,   299,   300,   301,    94,    91,
  628.       40,   302,   126,   303,   304,    41,   123,   125,    93
  629. };
  630. # endif

  631. /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
  632. static const yytype_uint8 yyr1[] =
  633. {
  634.        0,    69,    70,    70,    71,    72,    73,    72,    72,    72,
  635.       74,    74,    72,    72,    72,    72,    72,    72,    72,    72,
  636.       72,    72,    72,    72,    72,    72,    72,    72,    72,    72,
  637.       72,    72,    72,    72,    75,    75,    76,    72,    72,    77,
  638.       72,    78,    78,    78,    79,    79,    72,    72,    72,    72,
  639.       72,    72,    72,    72,    72,    72,    72,    72,    72,    72,
  640.       72,    72,    72,    72,    72,    72,    72,    72,    72,    72,
  641.       72,    72,    72,    72,    72,    80,    81,    81,    82,    82,
  642.       82,    82,    83
  643. };

  644. /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
  645. static const yytype_uint8 yyr2[] =
  646. {
  647.        0,     2,     1,     1,     1,     2,     0,     3,     2,     2,
  648.        1,     1,     4,     4,     4,     4,     4,     4,     4,     6,
  649.        4,     4,     4,     4,     2,     4,     6,     4,     6,     3,
  650.        1,     3,     6,     6,     3,     4,     0,     5,     4,     0,
  651.        5,     0,     1,     3,     1,     3,     4,     4,     3,     3,
  652.        3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
  653.        3,     3,     3,     3,     3,     3,     1,     1,     1,     1,
  654.        1,     1,     1,     4,     1,     1,     1,     3,     1,     1,
  655.        3,     1,     1
  656. };

  657. /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
  658.    Performed when YYTABLE doesn't specify something else to do.  Zero
  659.    means the default is an error.  */
  660. static const yytype_uint8 yydefact[] =
  661. {
  662.        0,    68,    69,    66,    67,    70,    71,    74,    81,    76,
  663.       82,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  664.        0,     0,     0,     0,     0,     0,     0,     0,    79,     0,
  665.        6,     0,    11,    10,    41,     0,     3,     2,     0,    30,
  666.        0,    78,    72,     4,     0,    24,     0,     0,     0,     0,
  667.        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  668.        0,     0,     0,     8,     0,     0,    42,     0,     0,     1,
  669.        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  670.        0,     0,     0,     0,     0,     0,     0,     0,     5,     0,
  671.       39,     0,     9,     0,     0,    41,     0,     0,     0,     0,
  672.        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  673.        0,     0,     0,     7,    48,     0,    34,     0,    65,    61,
  674.       62,    56,    58,    41,    31,     0,    57,    60,    59,    64,
  675.       63,    49,    54,    55,    50,    51,    53,    52,     0,     0,
  676.       41,    29,    80,    77,     0,     0,    73,    12,    13,    15,
  677.       14,    16,    17,    18,     0,    20,    21,    22,    23,     0,
  678.       25,     0,    27,     0,     0,    43,    46,    38,    44,     0,
  679.        0,    47,    35,     0,     0,     0,     0,     0,     0,    37,
  680.       40,    19,    26,    28,    32,    33,    45
  681. };

  682. /* YYDEFGOTO[NTERM-NUM].  */
  683. static const yytype_int16 yydefgoto[] =
  684. {
  685.       -1,    35,    36,    66,    64,    38,    39,   139,   140,    67,
  686.      169,    40,    41,    42,    46
  687. };

  688. /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
  689.    STATE-NUM.  */
  690. #define YYPACT_NINF -89
  691. static const yytype_int16 yypact[] =
  692. {
  693.      163,   -89,   -89,   -89,   -89,   -89,   -89,   -89,   -89,   -89,
  694.      -89,   224,   -54,   -35,   -30,   -20,   -19,   -14,     3,     9,
  695.       15,    30,    31,    32,    33,    35,    36,    37,   -89,   163,
  696.      -89,   163,   -89,   -89,   163,    28,   -89,   838,   163,   -89,
  697.       11,    65,   -89,   -27,   163,     7,   -27,   163,   163,   163,
  698.      163,    84,    84,   163,    84,   163,   163,   163,   163,   163,
  699.      163,   163,   163,     7,   163,   340,   838,   -32,   -40,   -89,
  700.      163,   163,   163,   163,   163,   -15,   163,   163,   163,   163,
  701.      163,   163,   163,   163,   163,   163,   163,   163,   -89,   163,
  702.      -89,    89,     7,    -4,   163,   163,   -23,   368,   396,   424,
  703.      452,    38,    39,   480,    66,   508,   536,   564,   592,   284,
  704.      312,   788,   814,     7,   -89,   163,   -89,   163,   862,   -37,
  705.      -37,   -37,   -37,   163,   -89,    41,   -37,   -37,   -37,    72,
  706.       90,   148,   207,   207,     7,     7,     7,     7,   253,   163,
  707.      163,   -89,   -89,   -89,   620,   -31,   -89,   -89,   -89,   -89,
  708.      -89,   -89,   -89,   -89,   163,   -89,   -89,   -89,   -89,   163,
  709.      -89,   163,   -89,   163,   163,   838,     7,   -89,   838,   -34,
  710.      -33,   -89,   -89,   648,   676,   704,   732,   760,   163,   -89,
  711.      -89,   -89,   -89,   -89,   -89,   -89,   838
  712. };

  713. /* YYPGOTO[NTERM-NUM].  */
  714. static const yytype_int8 yypgoto[] =
  715. {
  716.      -89,   -89,   -89,     0,   -89,   -89,    34,   -89,   -89,   -88,
  717.      -89,   -89,   -89,   -89,    54
  718. };

  719. /* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
  720.    positive, shift that token.  If negative, reduce the rule which
  721.    number is the opposite.  If YYTABLE_NINF, syntax error.  */
  722. #define YYTABLE_NINF -76
  723. static const yytype_int16 yytable[] =
  724. {
  725.       37,    10,   178,   115,   115,   115,    47,   145,   142,   143,
  726.       79,    45,    80,    81,    82,    83,    84,    85,    86,    87,
  727.       94,    88,    89,    90,    91,    48,    95,   117,    69,    63,
  728.       49,    65,   180,    94,   179,   116,   172,    94,    92,    95,
  729.       50,    51,   146,    95,    65,    93,    52,    97,    98,    99,
  730.      100,   123,   170,   103,    43,   105,   106,   107,   108,   109,
  731.      110,   111,   112,    53,   113,    88,    89,    90,    91,    54,
  732.      118,   119,   120,   121,   122,    55,   126,   127,   128,   129,
  733.      130,   131,   132,   133,   134,   135,   136,   137,    68,   138,
  734.       56,    57,    58,    59,   144,    60,    61,    62,    96,   -75,
  735.       10,   141,   154,   151,   152,   101,   102,    95,   104,   124,
  736.        0,     0,     0,     0,     0,   165,     0,   166,     0,     0,
  737.        0,    80,    81,    82,    83,    84,    85,    86,    87,   125,
  738.       88,    89,    90,    91,     0,     0,     0,     0,     0,   168,
  739.       81,    82,    83,    84,    85,    86,    87,     0,    88,    89,
  740.       90,    91,     0,     0,   173,     0,     0,     0,     0,   174,
  741.        0,   175,     0,   176,   177,     0,     1,     0,     0,     2,
  742.        3,     4,     5,     6,     7,     8,     9,     0,   186,    10,
  743.       11,    12,    13,    14,    15,    16,    17,    18,    19,    20,
  744.       21,    22,    23,    24,    25,    26,    27,     0,    28,    82,
  745.       83,    84,    85,    86,    87,     0,    88,    89,    90,    91,
  746.        0,     0,     0,     0,    29,    30,     0,     0,     0,     0,
  747.        0,     0,     0,    31,     0,    32,    33,     1,     0,    34,
  748.        2,     3,     4,     5,     6,     7,     8,     9,     0,     0,
  749.       10,    11,    12,    13,    14,    15,    16,    17,    18,    19,
  750.       20,    21,    22,    23,    24,    25,    26,    27,     0,    28,
  751.       84,    85,    86,    87,     0,    88,    89,    90,    91,     0,
  752.        0,     0,     0,     0,     0,    29,    30,     0,     0,     0,
  753.        0,     0,     0,     0,    44,     0,    32,    33,     0,     0,
  754.       34,    70,    71,    72,    73,    74,    75,    76,    77,    78,
  755.       79,     0,    80,    81,    82,    83,    84,    85,    86,    87,
  756.        0,    88,    89,    90,    91,     0,     0,     0,     0,     0,
  757.      159,   167,    70,    71,    72,    73,    74,    75,    76,    77,
  758.       78,    79,     0,    80,    81,    82,    83,    84,    85,    86,
  759.       87,     0,    88,    89,    90,    91,     0,     0,   161,   160,
  760.       70,    71,    72,    73,    74,    75,    76,    77,    78,    79,
  761.        0,    80,    81,    82,    83,    84,    85,    86,    87,     0,
  762.       88,    89,    90,    91,     0,     0,     0,   162,    70,    71,
  763.       72,    73,    74,    75,    76,    77,    78,    79,     0,    80,
  764.       81,    82,    83,    84,    85,    86,    87,     0,    88,    89,
  765.       90,    91,     0,     0,     0,   114,    70,    71,    72,    73,
  766.       74,    75,    76,    77,    78,    79,     0,    80,    81,    82,
  767.       83,    84,    85,    86,    87,     0,    88,    89,    90,    91,
  768.        0,     0,     0,   147,    70,    71,    72,    73,    74,    75,
  769.       76,    77,    78,    79,     0,    80,    81,    82,    83,    84,
  770.       85,    86,    87,     0,    88,    89,    90,    91,     0,     0,
  771.        0,   148,    70,    71,    72,    73,    74,    75,    76,    77,
  772.       78,    79,     0,    80,    81,    82,    83,    84,    85,    86,
  773.       87,     0,    88,    89,    90,    91,     0,     0,     0,   149,
  774.       70,    71,    72,    73,    74,    75,    76,    77,    78,    79,
  775.        0,    80,    81,    82,    83,    84,    85,    86,    87,     0,
  776.       88,    89,    90,    91,     0,     0,     0,   150,    70,    71,
  777.       72,    73,    74,    75,    76,    77,    78,    79,     0,    80,
  778.       81,    82,    83,    84,    85,    86,    87,     0,    88,    89,
  779.       90,    91,     0,     0,     0,   153,    70,    71,    72,    73,
  780.       74,    75,    76,    77,    78,    79,     0,    80,    81,    82,
  781.       83,    84,    85,    86,    87,     0,    88,    89,    90,    91,
  782.        0,     0,     0,   155,    70,    71,    72,    73,    74,    75,
  783.       76,    77,    78,    79,     0,    80,    81,    82,    83,    84,
  784.       85,    86,    87,     0,    88,    89,    90,    91,     0,     0,
  785.        0,   156,    70,    71,    72,    73,    74,    75,    76,    77,
  786.       78,    79,     0,    80,    81,    82,    83,    84,    85,    86,
  787.       87,     0,    88,    89,    90,    91,     0,     0,     0,   157,
  788.       70,    71,    72,    73,    74,    75,    76,    77,    78,    79,
  789.        0,    80,    81,    82,    83,    84,    85,    86,    87,     0,
  790.       88,    89,    90,    91,     0,     0,     0,   158,    70,    71,
  791.       72,    73,    74,    75,    76,    77,    78,    79,     0,    80,
  792.       81,    82,    83,    84,    85,    86,    87,     0,    88,    89,
  793.       90,    91,     0,     0,     0,   171,    70,    71,    72,    73,
  794.       74,    75,    76,    77,    78,    79,     0,    80,    81,    82,
  795.       83,    84,    85,    86,    87,     0,    88,    89,    90,    91,
  796.        0,     0,     0,   181,    70,    71,    72,    73,    74,    75,
  797.       76,    77,    78,    79,     0,    80,    81,    82,    83,    84,
  798.       85,    86,    87,     0,    88,    89,    90,    91,     0,     0,
  799.        0,   182,    70,    71,    72,    73,    74,    75,    76,    77,
  800.       78,    79,     0,    80,    81,    82,    83,    84,    85,    86,
  801.       87,     0,    88,    89,    90,    91,     0,     0,     0,   183,
  802.       70,    71,    72,    73,    74,    75,    76,    77,    78,    79,
  803.        0,    80,    81,    82,    83,    84,    85,    86,    87,     0,
  804.       88,    89,    90,    91,     0,     0,     0,   184,    70,    71,
  805.       72,    73,    74,    75,    76,    77,    78,    79,     0,    80,
  806.       81,    82,    83,    84,    85,    86,    87,     0,    88,    89,
  807.       90,    91,     0,     0,   163,   185,    70,    71,    72,    73,
  808.       74,    75,    76,    77,    78,    79,     0,    80,    81,    82,
  809.       83,    84,    85,    86,    87,     0,    88,    89,    90,    91,
  810.      164,     0,    70,    71,    72,    73,    74,    75,    76,    77,
  811.       78,    79,     0,    80,    81,    82,    83,    84,    85,    86,
  812.       87,     0,    88,    89,    90,    91,    70,    71,    72,    73,
  813.       74,    75,    76,    77,    78,    79,     0,    80,    81,    82,
  814.       83,    84,    85,    86,    87,     0,    88,    89,    90,    91,
  815.      -76,    71,    72,    73,    74,    75,    76,    77,    78,    79,
  816.        0,    80,    81,    82,    83,    84,    85,    86,    87,     0,
  817.       88,    89,    90,    91
  818. };

  819. #define yypact_value_is_default(Yystate) \
  820.   (!!((Yystate) == (-89)))

  821. #define yytable_value_is_error(Yytable_value) \
  822.   (!!((Yytable_value) == (-76)))

  823. static const yytype_int16 yycheck[] =
  824. {
  825.        0,    16,    36,    36,    36,    36,    60,    95,    12,    13,
  826.       47,    11,    49,    50,    51,    52,    53,    54,    55,    56,
  827.       60,    58,    59,    60,    61,    60,    66,    67,     0,    29,
  828.       60,    31,    65,    60,    68,    67,    67,    60,    38,    66,
  829.       60,    60,    65,    66,    44,    34,    60,    47,    48,    49,
  830.       50,    66,   140,    53,     0,    55,    56,    57,    58,    59,
  831.       60,    61,    62,    60,    64,    58,    59,    60,    61,    60,
  832.       70,    71,    72,    73,    74,    60,    76,    77,    78,    79,
  833.       80,    81,    82,    83,    84,    85,    86,    87,    34,    89,
  834.       60,    60,    60,    60,    94,    60,    60,    60,    44,    34,
  835.       16,    12,    36,    65,    65,    51,    52,    66,    54,    75,
  836.       -1,    -1,    -1,    -1,    -1,   115,    -1,   117,    -1,    -1,
  837.       -1,    49,    50,    51,    52,    53,    54,    55,    56,    75,
  838.       58,    59,    60,    61,    -1,    -1,    -1,    -1,    -1,   139,
  839.       50,    51,    52,    53,    54,    55,    56,    -1,    58,    59,
  840.       60,    61,    -1,    -1,   154,    -1,    -1,    -1,    -1,   159,
  841.       -1,   161,    -1,   163,   164,    -1,     3,    -1,    -1,     6,
  842.        7,     8,     9,    10,    11,    12,    13,    -1,   178,    16,
  843.       17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
  844.       27,    28,    29,    30,    31,    32,    33,    -1,    35,    51,
  845.       52,    53,    54,    55,    56,    -1,    58,    59,    60,    61,
  846.       -1,    -1,    -1,    -1,    51,    52,    -1,    -1,    -1,    -1,
  847.       -1,    -1,    -1,    60,    -1,    62,    63,     3,    -1,    66,
  848.        6,     7,     8,     9,    10,    11,    12,    13,    -1,    -1,
  849.       16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
  850.       26,    27,    28,    29,    30,    31,    32,    33,    -1,    35,
  851.       53,    54,    55,    56,    -1,    58,    59,    60,    61,    -1,
  852.       -1,    -1,    -1,    -1,    -1,    51,    52,    -1,    -1,    -1,
  853.       -1,    -1,    -1,    -1,    60,    -1,    62,    63,    -1,    -1,
  854.       66,    38,    39,    40,    41,    42,    43,    44,    45,    46,
  855.       47,    -1,    49,    50,    51,    52,    53,    54,    55,    56,
  856.       -1,    58,    59,    60,    61,    -1,    -1,    -1,    -1,    -1,
  857.       36,    68,    38,    39,    40,    41,    42,    43,    44,    45,
  858.       46,    47,    -1,    49,    50,    51,    52,    53,    54,    55,
  859.       56,    -1,    58,    59,    60,    61,    -1,    -1,    36,    65,
  860.       38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
  861.       -1,    49,    50,    51,    52,    53,    54,    55,    56,    -1,
  862.       58,    59,    60,    61,    -1,    -1,    -1,    65,    38,    39,
  863.       40,    41,    42,    43,    44,    45,    46,    47,    -1,    49,
  864.       50,    51,    52,    53,    54,    55,    56,    -1,    58,    59,
  865.       60,    61,    -1,    -1,    -1,    65,    38,    39,    40,    41,
  866.       42,    43,    44,    45,    46,    47,    -1,    49,    50,    51,
  867.       52,    53,    54,    55,    56,    -1,    58,    59,    60,    61,
  868.       -1,    -1,    -1,    65,    38,    39,    40,    41,    42,    43,
  869.       44,    45,    46,    47,    -1,    49,    50,    51,    52,    53,
  870.       54,    55,    56,    -1,    58,    59,    60,    61,    -1,    -1,
  871.       -1,    65,    38,    39,    40,    41,    42,    43,    44,    45,
  872.       46,    47,    -1,    49,    50,    51,    52,    53,    54,    55,
  873.       56,    -1,    58,    59,    60,    61,    -1,    -1,    -1,    65,
  874.       38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
  875.       -1,    49,    50,    51,    52,    53,    54,    55,    56,    -1,
  876.       58,    59,    60,    61,    -1,    -1,    -1,    65,    38,    39,
  877.       40,    41,    42,    43,    44,    45,    46,    47,    -1,    49,
  878.       50,    51,    52,    53,    54,    55,    56,    -1,    58,    59,
  879.       60,    61,    -1,    -1,    -1,    65,    38,    39,    40,    41,
  880.       42,    43,    44,    45,    46,    47,    -1,    49,    50,    51,
  881.       52,    53,    54,    55,    56,    -1,    58,    59,    60,    61,
  882.       -1,    -1,    -1,    65,    38,    39,    40,    41,    42,    43,
  883.       44,    45,    46,    47,    -1,    49,    50,    51,    52,    53,
  884.       54,    55,    56,    -1,    58,    59,    60,    61,    -1,    -1,
  885.       -1,    65,    38,    39,    40,    41,    42,    43,    44,    45,
  886.       46,    47,    -1,    49,    50,    51,    52,    53,    54,    55,
  887.       56,    -1,    58,    59,    60,    61,    -1,    -1,    -1,    65,
  888.       38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
  889.       -1,    49,    50,    51,    52,    53,    54,    55,    56,    -1,
  890.       58,    59,    60,    61,    -1,    -1,    -1,    65,    38,    39,
  891.       40,    41,    42,    43,    44,    45,    46,    47,    -1,    49,
  892.       50,    51,    52,    53,    54,    55,    56,    -1,    58,    59,
  893.       60,    61,    -1,    -1,    -1,    65,    38,    39,    40,    41,
  894.       42,    43,    44,    45,    46,    47,    -1,    49,    50,    51,
  895.       52,    53,    54,    55,    56,    -1,    58,    59,    60,    61,
  896.       -1,    -1,    -1,    65,    38,    39,    40,    41,    42,    43,
  897.       44,    45,    46,    47,    -1,    49,    50,    51,    52,    53,
  898.       54,    55,    56,    -1,    58,    59,    60,    61,    -1,    -1,
  899.       -1,    65,    38,    39,    40,    41,    42,    43,    44,    45,
  900.       46,    47,    -1,    49,    50,    51,    52,    53,    54,    55,
  901.       56,    -1,    58,    59,    60,    61,    -1,    -1,    -1,    65,
  902.       38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
  903.       -1,    49,    50,    51,    52,    53,    54,    55,    56,    -1,
  904.       58,    59,    60,    61,    -1,    -1,    -1,    65,    38,    39,
  905.       40,    41,    42,    43,    44,    45,    46,    47,    -1,    49,
  906.       50,    51,    52,    53,    54,    55,    56,    -1,    58,    59,
  907.       60,    61,    -1,    -1,    36,    65,    38,    39,    40,    41,
  908.       42,    43,    44,    45,    46,    47,    -1,    49,    50,    51,
  909.       52,    53,    54,    55,    56,    -1,    58,    59,    60,    61,
  910.       36,    -1,    38,    39,    40,    41,    42,    43,    44,    45,
  911.       46,    47,    -1,    49,    50,    51,    52,    53,    54,    55,
  912.       56,    -1,    58,    59,    60,    61,    38,    39,    40,    41,
  913.       42,    43,    44,    45,    46,    47,    -1,    49,    50,    51,
  914.       52,    53,    54,    55,    56,    -1,    58,    59,    60,    61,
  915.       38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
  916.       -1,    49,    50,    51,    52,    53,    54,    55,    56,    -1,
  917.       58,    59,    60,    61
  918. };

  919. /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
  920.    symbol of state STATE-NUM.  */
  921. static const yytype_uint8 yystos[] =
  922. {
  923.        0,     3,     6,     7,     8,     9,    10,    11,    12,    13,
  924.       16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
  925.       26,    27,    28,    29,    30,    31,    32,    33,    35,    51,
  926.       52,    60,    62,    63,    66,    70,    71,    72,    74,    75,
  927.       80,    81,    82,    83,    60,    72,    83,    60,    60,    60,
  928.       60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
  929.       60,    60,    60,    72,    73,    72,    72,    78,    83,     0,
  930.       38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
  931.       49,    50,    51,    52,    53,    54,    55,    56,    58,    59,
  932.       60,    61,    72,    34,    60,    66,    83,    72,    72,    72,
  933.       72,    83,    83,    72,    83,    72,    72,    72,    72,    72,
  934.       72,    72,    72,    72,    65,    36,    67,    67,    72,    72,
  935.       72,    72,    72,    66,    75,    83,    72,    72,    72,    72,
  936.       72,    72,    72,    72,    72,    72,    72,    72,    72,    76,
  937.       77,    12,    12,    13,    72,    78,    65,    65,    65,    65,
  938.       65,    65,    65,    65,    36,    65,    65,    65,    65,    36,
  939.       65,    36,    65,    36,    36,    72,    72,    68,    72,    79,
  940.       78,    65,    67,    72,    72,    72,    72,    72,    36,    68,
  941.       65,    65,    65,    65,    65,    65,    72
  942. };

  943. #define yyerrok                (yyerrstatus = 0)
  944. #define yyclearin        (yychar = YYEMPTY)
  945. #define YYEMPTY                (-2)
  946. #define YYEOF                0

  947. #define YYACCEPT        goto yyacceptlab
  948. #define YYABORT                goto yyabortlab
  949. #define YYERROR                goto yyerrorlab


  950. /* Like YYERROR except do call yyerror.  This remains here temporarily
  951.    to ease the transition to the new meaning of YYERROR, for GCC.
  952.    Once GCC version 2 has supplanted version 1, this can go.  However,
  953.    YYFAIL appears to be in use.  Nevertheless, it is formally deprecated
  954.    in Bison 2.4.2's NEWS entry, where a plan to phase it out is
  955.    discussed.  */

  956. #define YYFAIL                goto yyerrlab
  957. #if defined YYFAIL
  958.   /* This is here to suppress warnings from the GCC cpp's
  959.      -Wunused-macros.  Normally we don't worry about that warning, but
  960.      some users do, and we want to make it easy for users to remove
  961.      YYFAIL uses, which will produce warnings from Bison 2.5.  */
  962. #endif

  963. #define YYRECOVERING()  (!!yyerrstatus)

  964. #define YYBACKUP(Token, Value)                                  \
  965. do                                                              \
  966.   if (yychar == YYEMPTY)                                        \
  967.     {                                                           \
  968.       yychar = (Token);                                         \
  969.       yylval = (Value);                                         \
  970.       YYPOPSTACK (yylen);                                       \
  971.       yystate = *yyssp;                                         \
  972.       goto yybackup;                                            \
  973.     }                                                           \
  974.   else                                                          \
  975.     {                                                           \
  976.       yyerror (YY_("syntax error: cannot back up")); \
  977.       YYERROR;                                                        \
  978.     }                                                                \
  979. while (YYID (0))

  980. /* Error token number */
  981. #define YYTERROR        1
  982. #define YYERRCODE        256


  983. /* This macro is provided for backward compatibility. */
  984. #ifndef YY_LOCATION_PRINT
  985. # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
  986. #endif


  987. /* YYLEX -- calling `yylex' with the right arguments.  */
  988. #ifdef YYLEX_PARAM
  989. # define YYLEX yylex (YYLEX_PARAM)
  990. #else
  991. # define YYLEX yylex ()
  992. #endif

  993. /* Enable debugging if requested.  */
  994. #if YYDEBUG

  995. # ifndef YYFPRINTF
  996. #  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
  997. #  define YYFPRINTF fprintf
  998. # endif

  999. # define YYDPRINTF(Args)                        \
  1000. do {                                                \
  1001.   if (yydebug)                                        \
  1002.     YYFPRINTF Args;                                \
  1003. } while (YYID (0))

  1004. # define YY_SYMBOL_PRINT(Title, Type, Value, Location)                          \
  1005. do {                                                                          \
  1006.   if (yydebug)                                                                  \
  1007.     {                                                                          \
  1008.       YYFPRINTF (stderr, "%s ", Title);                                          \
  1009.       yy_symbol_print (stderr,                                                  \
  1010.                   Type, Value); \
  1011.       YYFPRINTF (stderr, "\n");                                                  \
  1012.     }                                                                          \
  1013. } while (YYID (0))


  1014. /*--------------------------------.
  1015. | Print this symbol on YYOUTPUT.  |
  1016. `--------------------------------*/

  1017. /*ARGSUSED*/
  1018. #if (defined __STDC__ || defined __C99__FUNC__ \
  1019.      || defined __cplusplus || defined _MSC_VER)
  1020. static void
  1021. yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
  1022. #else
  1023. static void
  1024. yy_symbol_value_print (yyoutput, yytype, yyvaluep)
  1025.     FILE *yyoutput;
  1026.     int yytype;
  1027.     YYSTYPE const * const yyvaluep;
  1028. #endif
  1029. {
  1030.   FILE *yyo = yyoutput;
  1031.   YYUSE (yyo);
  1032.   if (!yyvaluep)
  1033.     return;
  1034. # ifdef YYPRINT
  1035.   if (yytype < YYNTOKENS)
  1036.     YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
  1037. # else
  1038.   YYUSE (yyoutput);
  1039. # endif
  1040.   switch (yytype)
  1041.     {
  1042.       default:
  1043.         break;
  1044.     }
  1045. }


  1046. /*--------------------------------.
  1047. | Print this symbol on YYOUTPUT.  |
  1048. `--------------------------------*/

  1049. #if (defined __STDC__ || defined __C99__FUNC__ \
  1050.      || defined __cplusplus || defined _MSC_VER)
  1051. static void
  1052. yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
  1053. #else
  1054. static void
  1055. yy_symbol_print (yyoutput, yytype, yyvaluep)
  1056.     FILE *yyoutput;
  1057.     int yytype;
  1058.     YYSTYPE const * const yyvaluep;
  1059. #endif
  1060. {
  1061.   if (yytype < YYNTOKENS)
  1062.     YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
  1063.   else
  1064.     YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);

  1065.   yy_symbol_value_print (yyoutput, yytype, yyvaluep);
  1066.   YYFPRINTF (yyoutput, ")");
  1067. }

  1068. /*------------------------------------------------------------------.
  1069. | yy_stack_print -- Print the state stack from its BOTTOM up to its |
  1070. | TOP (included).                                                   |
  1071. `------------------------------------------------------------------*/

  1072. #if (defined __STDC__ || defined __C99__FUNC__ \
  1073.      || defined __cplusplus || defined _MSC_VER)
  1074. static void
  1075. yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop)
  1076. #else
  1077. static void
  1078. yy_stack_print (yybottom, yytop)
  1079.     yytype_int16 *yybottom;
  1080.     yytype_int16 *yytop;
  1081. #endif
  1082. {
  1083.   YYFPRINTF (stderr, "Stack now");
  1084.   for (; yybottom <= yytop; yybottom++)
  1085.     {
  1086.       int yybot = *yybottom;
  1087.       YYFPRINTF (stderr, " %d", yybot);
  1088.     }
  1089.   YYFPRINTF (stderr, "\n");
  1090. }

  1091. # define YY_STACK_PRINT(Bottom, Top)                                \
  1092. do {                                                                \
  1093.   if (yydebug)                                                        \
  1094.     yy_stack_print ((Bottom), (Top));                                \
  1095. } while (YYID (0))


  1096. /*------------------------------------------------.
  1097. | Report that the YYRULE is going to be reduced.  |
  1098. `------------------------------------------------*/

  1099. #if (defined __STDC__ || defined __C99__FUNC__ \
  1100.      || defined __cplusplus || defined _MSC_VER)
  1101. static void
  1102. yy_reduce_print (YYSTYPE *yyvsp, int yyrule)
  1103. #else
  1104. static void
  1105. yy_reduce_print (yyvsp, yyrule)
  1106.     YYSTYPE *yyvsp;
  1107.     int yyrule;
  1108. #endif
  1109. {
  1110.   int yynrhs = yyr2[yyrule];
  1111.   int yyi;
  1112.   unsigned long int yylno = yyrline[yyrule];
  1113.   YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
  1114.              yyrule - 1, yylno);
  1115.   /* The symbols being reduced.  */
  1116.   for (yyi = 0; yyi < yynrhs; yyi++)
  1117.     {
  1118.       YYFPRINTF (stderr, "   $%d = ", yyi + 1);
  1119.       yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
  1120.                        &(yyvsp[(yyi + 1) - (yynrhs)])
  1121.                                               );
  1122.       YYFPRINTF (stderr, "\n");
  1123.     }
  1124. }

  1125. # define YY_REDUCE_PRINT(Rule)                \
  1126. do {                                        \
  1127.   if (yydebug)                                \
  1128.     yy_reduce_print (yyvsp, Rule); \
  1129. } while (YYID (0))

  1130. /* Nonzero means print parse trace.  It is left uninitialized so that
  1131.    multiple parsers can coexist.  */
  1132. int yydebug;
  1133. #else /* !YYDEBUG */
  1134. # define YYDPRINTF(Args)
  1135. # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
  1136. # define YY_STACK_PRINT(Bottom, Top)
  1137. # define YY_REDUCE_PRINT(Rule)
  1138. #endif /* !YYDEBUG */


  1139. /* YYINITDEPTH -- initial size of the parser's stacks.  */
  1140. #ifndef        YYINITDEPTH
  1141. # define YYINITDEPTH 200
  1142. #endif

  1143. /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
  1144.    if the built-in stack extension method is used).

  1145.    Do not make this value too large; the results are undefined if
  1146.    YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
  1147.    evaluated with infinite-precision integer arithmetic.  */

  1148. #ifndef YYMAXDEPTH
  1149. # define YYMAXDEPTH 10000
  1150. #endif


  1151. #if YYERROR_VERBOSE

  1152. # ifndef yystrlen
  1153. #  if defined __GLIBC__ && defined _STRING_H
  1154. #   define yystrlen strlen
  1155. #  else
  1156. /* Return the length of YYSTR.  */
  1157. #if (defined __STDC__ || defined __C99__FUNC__ \
  1158.      || defined __cplusplus || defined _MSC_VER)
  1159. static YYSIZE_T
  1160. yystrlen (const char *yystr)
  1161. #else
  1162. static YYSIZE_T
  1163. yystrlen (yystr)
  1164.     const char *yystr;
  1165. #endif
  1166. {
  1167.   YYSIZE_T yylen;
  1168.   for (yylen = 0; yystr[yylen]; yylen++)
  1169.     continue;
  1170.   return yylen;
  1171. }
  1172. #  endif
  1173. # endif

  1174. # ifndef yystpcpy
  1175. #  if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
  1176. #   define yystpcpy stpcpy
  1177. #  else
  1178. /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
  1179.    YYDEST.  */
  1180. #if (defined __STDC__ || defined __C99__FUNC__ \
  1181.      || defined __cplusplus || defined _MSC_VER)
  1182. static char *
  1183. yystpcpy (char *yydest, const char *yysrc)
  1184. #else
  1185. static char *
  1186. yystpcpy (yydest, yysrc)
  1187.     char *yydest;
  1188.     const char *yysrc;
  1189. #endif
  1190. {
  1191.   char *yyd = yydest;
  1192.   const char *yys = yysrc;

  1193.   while ((*yyd++ = *yys++) != '\0')
  1194.     continue;

  1195.   return yyd - 1;
  1196. }
  1197. #  endif
  1198. # endif

  1199. # ifndef yytnamerr
  1200. /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
  1201.    quotes and backslashes, so that it's suitable for yyerror.  The
  1202.    heuristic is that double-quoting is unnecessary unless the string
  1203.    contains an apostrophe, a comma, or backslash (other than
  1204.    backslash-backslash).  YYSTR is taken from yytname.  If YYRES is
  1205.    null, do not copy; instead, return the length of what the result
  1206.    would have been.  */
  1207. static YYSIZE_T
  1208. yytnamerr (char *yyres, const char *yystr)
  1209. {
  1210.   if (*yystr == '"')
  1211.     {
  1212.       YYSIZE_T yyn = 0;
  1213.       char const *yyp = yystr;

  1214.       for (;;)
  1215.         switch (*++yyp)
  1216.           {
  1217.           case '\'':
  1218.           case ',':
  1219.             goto do_not_strip_quotes;

  1220.           case '\\':
  1221.             if (*++yyp != '\\')
  1222.               goto do_not_strip_quotes;
  1223.             /* Fall through.  */
  1224.           default:
  1225.             if (yyres)
  1226.               yyres[yyn] = *yyp;
  1227.             yyn++;
  1228.             break;

  1229.           case '"':
  1230.             if (yyres)
  1231.               yyres[yyn] = '\0';
  1232.             return yyn;
  1233.           }
  1234.     do_not_strip_quotes: ;
  1235.     }

  1236.   if (! yyres)
  1237.     return yystrlen (yystr);

  1238.   return yystpcpy (yyres, yystr) - yyres;
  1239. }
  1240. # endif

  1241. /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
  1242.    about the unexpected token YYTOKEN for the state stack whose top is
  1243.    YYSSP.

  1244.    Return 0 if *YYMSG was successfully written.  Return 1 if *YYMSG is
  1245.    not large enough to hold the message.  In that case, also set
  1246.    *YYMSG_ALLOC to the required number of bytes.  Return 2 if the
  1247.    required number of bytes is too large to store.  */
  1248. static int
  1249. yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
  1250.                 yytype_int16 *yyssp, int yytoken)
  1251. {
  1252.   YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
  1253.   YYSIZE_T yysize = yysize0;
  1254.   enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
  1255.   /* Internationalized format string. */
  1256.   const char *yyformat = YY_NULL;
  1257.   /* Arguments of yyformat. */
  1258.   char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
  1259.   /* Number of reported tokens (one for the "unexpected", one per
  1260.      "expected"). */
  1261.   int yycount = 0;

  1262.   /* There are many possibilities here to consider:
  1263.      - Assume YYFAIL is not used.  It's too flawed to consider.  See
  1264.        <http://lists.gnu.org/archive/html/bison-patches/2009-12/msg00024.html>
  1265.        for details.  YYERROR is fine as it does not invoke this
  1266.        function.
  1267.      - If this state is a consistent state with a default action, then
  1268.        the only way this function was invoked is if the default action
  1269.        is an error action.  In that case, don't check for expected
  1270.        tokens because there are none.
  1271.      - The only way there can be no lookahead present (in yychar) is if
  1272.        this state is a consistent state with a default action.  Thus,
  1273.        detecting the absence of a lookahead is sufficient to determine
  1274.        that there is no unexpected or expected token to report.  In that
  1275.        case, just report a simple "syntax error".
  1276.      - Don't assume there isn't a lookahead just because this state is a
  1277.        consistent state with a default action.  There might have been a
  1278.        previous inconsistent state, consistent state with a non-default
  1279.        action, or user semantic action that manipulated yychar.
  1280.      - Of course, the expected token list depends on states to have
  1281.        correct lookahead information, and it depends on the parser not
  1282.        to perform extra reductions after fetching a lookahead from the
  1283.        scanner and before detecting a syntax error.  Thus, state merging
  1284.        (from LALR or IELR) and default reductions corrupt the expected
  1285.        token list.  However, the list is correct for canonical LR with
  1286.        one exception: it will still contain any token that will not be
  1287.        accepted due to an error action in a later state.
  1288.   */
  1289.   if (yytoken != YYEMPTY)
  1290.     {
  1291.       int yyn = yypact[*yyssp];
  1292.       yyarg[yycount++] = yytname[yytoken];
  1293.       if (!yypact_value_is_default (yyn))
  1294.         {
  1295.           /* Start YYX at -YYN if negative to avoid negative indexes in
  1296.              YYCHECK.  In other words, skip the first -YYN actions for
  1297.              this state because they are default actions.  */
  1298.           int yyxbegin = yyn < 0 ? -yyn : 0;
  1299.           /* Stay within bounds of both yycheck and yytname.  */
  1300.           int yychecklim = YYLAST - yyn + 1;
  1301.           int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
  1302.           int yyx;

  1303.           for (yyx = yyxbegin; yyx < yyxend; ++yyx)
  1304.             if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
  1305.                 && !yytable_value_is_error (yytable[yyx + yyn]))
  1306.               {
  1307.                 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
  1308.                   {
  1309.                     yycount = 1;
  1310.                     yysize = yysize0;
  1311.                     break;
  1312.                   }
  1313.                 yyarg[yycount++] = yytname[yyx];
  1314.                 {
  1315.                   YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
  1316.                   if (! (yysize <= yysize1
  1317.                          && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
  1318.                     return 2;
  1319.                   yysize = yysize1;
  1320.                 }
  1321.               }
  1322.         }
  1323.     }

  1324.   switch (yycount)
  1325.     {
  1326. # define YYCASE_(N, S)                      \
  1327.       case N:                               \
  1328.         yyformat = S;                       \
  1329.       break
  1330.       YYCASE_(0, YY_("syntax error"));
  1331.       YYCASE_(1, YY_("syntax error, unexpected %s"));
  1332.       YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
  1333.       YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
  1334.       YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
  1335.       YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
  1336. # undef YYCASE_
  1337.     }

  1338.   {
  1339.     YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
  1340.     if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
  1341.       return 2;
  1342.     yysize = yysize1;
  1343.   }

  1344.   if (*yymsg_alloc < yysize)
  1345.     {
  1346.       *yymsg_alloc = 2 * yysize;
  1347.       if (! (yysize <= *yymsg_alloc
  1348.              && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM))
  1349.         *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM;
  1350.       return 1;
  1351.     }

  1352.   /* Avoid sprintf, as that infringes on the user's name space.
  1353.      Don't have undefined behavior even if the translation
  1354.      produced a string with the wrong number of "%s"s.  */
  1355.   {
  1356.     char *yyp = *yymsg;
  1357.     int yyi = 0;
  1358.     while ((*yyp = *yyformat) != '\0')
  1359.       if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
  1360.         {
  1361.           yyp += yytnamerr (yyp, yyarg[yyi++]);
  1362.           yyformat += 2;
  1363.         }
  1364.       else
  1365.         {
  1366.           yyp++;
  1367.           yyformat++;
  1368.         }
  1369.   }
  1370.   return 0;
  1371. }
  1372. #endif /* YYERROR_VERBOSE */

  1373. /*-----------------------------------------------.
  1374. | Release the memory associated to this symbol.  |
  1375. `-----------------------------------------------*/

  1376. /*ARGSUSED*/
  1377. #if (defined __STDC__ || defined __C99__FUNC__ \
  1378.      || defined __cplusplus || defined _MSC_VER)
  1379. static void
  1380. yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
  1381. #else
  1382. static void
  1383. yydestruct (yymsg, yytype, yyvaluep)
  1384.     const char *yymsg;
  1385.     int yytype;
  1386.     YYSTYPE *yyvaluep;
  1387. #endif
  1388. {
  1389.   YYUSE (yyvaluep);

  1390.   if (!yymsg)
  1391.     yymsg = "Deleting";
  1392.   YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);

  1393.   switch (yytype)
  1394.     {

  1395.       default:
  1396.         break;
  1397.     }
  1398. }




  1399. /* The lookahead symbol.  */
  1400. int yychar;


  1401. #ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
  1402. # define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
  1403. # define YY_IGNORE_MAYBE_UNINITIALIZED_END
  1404. #endif
  1405. #ifndef YY_INITIAL_VALUE
  1406. # define YY_INITIAL_VALUE(Value) /* Nothing. */
  1407. #endif

  1408. /* The semantic value of the lookahead symbol.  */
  1409. YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);

  1410. /* Number of syntax errors so far.  */
  1411. int yynerrs;


  1412. /*----------.
  1413. | yyparse.  |
  1414. `----------*/

  1415. #ifdef YYPARSE_PARAM
  1416. #if (defined __STDC__ || defined __C99__FUNC__ \
  1417.      || defined __cplusplus || defined _MSC_VER)
  1418. int
  1419. yyparse (void *YYPARSE_PARAM)
  1420. #else
  1421. int
  1422. yyparse (YYPARSE_PARAM)
  1423.     void *YYPARSE_PARAM;
  1424. #endif
  1425. #else /* ! YYPARSE_PARAM */
  1426. #if (defined __STDC__ || defined __C99__FUNC__ \
  1427.      || defined __cplusplus || defined _MSC_VER)
  1428. int
  1429. yyparse (void)
  1430. #else
  1431. int
  1432. yyparse ()

  1433. #endif
  1434. #endif
  1435. {
  1436.     int yystate;
  1437.     /* Number of tokens to shift before error messages enabled.  */
  1438.     int yyerrstatus;

  1439.     /* The stacks and their tools:
  1440.        `yyss': related to states.
  1441.        `yyvs': related to semantic values.

  1442.        Refer to the stacks through separate pointers, to allow yyoverflow
  1443.        to xreallocate them elsewhere.  */

  1444.     /* The state stack.  */
  1445.     yytype_int16 yyssa[YYINITDEPTH];
  1446.     yytype_int16 *yyss;
  1447.     yytype_int16 *yyssp;

  1448.     /* The semantic value stack.  */
  1449.     YYSTYPE yyvsa[YYINITDEPTH];
  1450.     YYSTYPE *yyvs;
  1451.     YYSTYPE *yyvsp;

  1452.     YYSIZE_T yystacksize;

  1453.   int yyn;
  1454.   int yyresult;
  1455.   /* Lookahead token as an internal (translated) token number.  */
  1456.   int yytoken = 0;
  1457.   /* The variables used to return semantic value and location from the
  1458.      action routines.  */
  1459.   YYSTYPE yyval;

  1460. #if YYERROR_VERBOSE
  1461.   /* Buffer for error messages, and its allocated size.  */
  1462.   char yymsgbuf[128];
  1463.   char *yymsg = yymsgbuf;
  1464.   YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
  1465. #endif

  1466. #define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))

  1467.   /* The number of symbols on the RHS of the reduced rule.
  1468.      Keep to zero when no symbol should be popped.  */
  1469.   int yylen = 0;

  1470.   yyssp = yyss = yyssa;
  1471.   yyvsp = yyvs = yyvsa;
  1472.   yystacksize = YYINITDEPTH;

  1473.   YYDPRINTF ((stderr, "Starting parse\n"));

  1474.   yystate = 0;
  1475.   yyerrstatus = 0;
  1476.   yynerrs = 0;
  1477.   yychar = YYEMPTY; /* Cause a token to be read.  */
  1478.   goto yysetstate;

  1479. /*------------------------------------------------------------.
  1480. | yynewstate -- Push a new state, which is found in yystate.  |
  1481. `------------------------------------------------------------*/
  1482. yynewstate:
  1483.   /* In all cases, when you get here, the value and location stacks
  1484.      have just been pushed.  So pushing a state here evens the stacks.  */
  1485.   yyssp++;

  1486. yysetstate:
  1487.   *yyssp = yystate;

  1488.   if (yyss + yystacksize - 1 <= yyssp)
  1489.     {
  1490.       /* Get the current used size of the three stacks, in elements.  */
  1491.       YYSIZE_T yysize = yyssp - yyss + 1;

  1492. #ifdef yyoverflow
  1493.       {
  1494.         /* Give user a chance to xreallocate the stack.  Use copies of
  1495.            these so that the &'s don't force the real ones into
  1496.            memory.  */
  1497.         YYSTYPE *yyvs1 = yyvs;
  1498.         yytype_int16 *yyss1 = yyss;

  1499.         /* Each stack pointer address is followed by the size of the
  1500.            data in use in that stack, in bytes.  This used to be a
  1501.            conditional around just the two extra args, but that might
  1502.            be undefined if yyoverflow is a macro.  */
  1503.         yyoverflow (YY_("memory exhausted"),
  1504.                     &yyss1, yysize * sizeof (*yyssp),
  1505.                     &yyvs1, yysize * sizeof (*yyvsp),
  1506.                     &yystacksize);

  1507.         yyss = yyss1;
  1508.         yyvs = yyvs1;
  1509.       }
  1510. #else /* no yyoverflow */
  1511. # ifndef YYSTACK_RELOCATE
  1512.       goto yyexhaustedlab;
  1513. # else
  1514.       /* Extend the stack our own way.  */
  1515.       if (YYMAXDEPTH <= yystacksize)
  1516.         goto yyexhaustedlab;
  1517.       yystacksize *= 2;
  1518.       if (YYMAXDEPTH < yystacksize)
  1519.         yystacksize = YYMAXDEPTH;

  1520.       {
  1521.         yytype_int16 *yyss1 = yyss;
  1522.         union yyalloc *yyptr =
  1523.           (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
  1524.         if (! yyptr)
  1525.           goto yyexhaustedlab;
  1526.         YYSTACK_RELOCATE (yyss_alloc, yyss);
  1527.         YYSTACK_RELOCATE (yyvs_alloc, yyvs);
  1528. #  undef YYSTACK_RELOCATE
  1529.         if (yyss1 != yyssa)
  1530.           YYSTACK_FREE (yyss1);
  1531.       }
  1532. # endif
  1533. #endif /* no yyoverflow */

  1534.       yyssp = yyss + yysize - 1;
  1535.       yyvsp = yyvs + yysize - 1;

  1536.       YYDPRINTF ((stderr, "Stack size increased to %lu\n",
  1537.                   (unsigned long int) yystacksize));

  1538.       if (yyss + yystacksize - 1 <= yyssp)
  1539.         YYABORT;
  1540.     }

  1541.   YYDPRINTF ((stderr, "Entering state %d\n", yystate));

  1542.   if (yystate == YYFINAL)
  1543.     YYACCEPT;

  1544.   goto yybackup;

  1545. /*-----------.
  1546. | yybackup.  |
  1547. `-----------*/
  1548. yybackup:

  1549.   /* Do appropriate processing given the current state.  Read a
  1550.      lookahead token if we need one and don't already have one.  */

  1551.   /* First try to decide what to do without reference to lookahead token.  */
  1552.   yyn = yypact[yystate];
  1553.   if (yypact_value_is_default (yyn))
  1554.     goto yydefault;

  1555.   /* Not known => get a lookahead token if don't already have one.  */

  1556.   /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol.  */
  1557.   if (yychar == YYEMPTY)
  1558.     {
  1559.       YYDPRINTF ((stderr, "Reading a token: "));
  1560.       yychar = YYLEX;
  1561.     }

  1562.   if (yychar <= YYEOF)
  1563.     {
  1564.       yychar = yytoken = YYEOF;
  1565.       YYDPRINTF ((stderr, "Now at end of input.\n"));
  1566.     }
  1567.   else
  1568.     {
  1569.       yytoken = YYTRANSLATE (yychar);
  1570.       YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
  1571.     }

  1572.   /* If the proper action on seeing token YYTOKEN is to reduce or to
  1573.      detect an error, take that action.  */
  1574.   yyn += yytoken;
  1575.   if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
  1576.     goto yydefault;
  1577.   yyn = yytable[yyn];
  1578.   if (yyn <= 0)
  1579.     {
  1580.       if (yytable_value_is_error (yyn))
  1581.         goto yyerrlab;
  1582.       yyn = -yyn;
  1583.       goto yyreduce;
  1584.     }

  1585.   /* Count tokens shifted since error; after three, turn off error
  1586.      status.  */
  1587.   if (yyerrstatus)
  1588.     yyerrstatus--;

  1589.   /* Shift the lookahead token.  */
  1590.   YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);

  1591.   /* Discard the shifted token.  */
  1592.   yychar = YYEMPTY;

  1593.   yystate = yyn;
  1594.   YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
  1595.   *++yyvsp = yylval;
  1596.   YY_IGNORE_MAYBE_UNINITIALIZED_END

  1597.   goto yynewstate;


  1598. /*-----------------------------------------------------------.
  1599. | yydefault -- do the default action for the current state.  |
  1600. `-----------------------------------------------------------*/
  1601. yydefault:
  1602.   yyn = yydefact[yystate];
  1603.   if (yyn == 0)
  1604.     goto yyerrlab;
  1605.   goto yyreduce;


  1606. /*-----------------------------.
  1607. | yyreduce -- Do a reduction.  |
  1608. `-----------------------------*/
  1609. yyreduce:
  1610.   /* yyn is the number of a rule to reduce with.  */
  1611.   yylen = yyr2[yyn];

  1612.   /* If YYLEN is nonzero, implement the default value of the action:
  1613.      `$$ = $1'.

  1614.      Otherwise, the following line sets YYVAL to garbage.
  1615.      This behavior is undocumented and Bison
  1616.      users should not rely upon it.  Assigning to YYVAL
  1617.      unconditionally makes the parser a bit smaller, and it avoids a
  1618.      GCC warning that YYVAL may be used uninitialized.  */
  1619.   yyval = yyvsp[1-yylen];


  1620.   YY_REDUCE_PRINT (yyn);
  1621.   switch (yyn)
  1622.     {
  1623.         case 4:
  1624. /* Line 1792 of yacc.c  */
  1625. #line 211 "m2-exp.y"
  1626.     { write_exp_elt_opcode (pstate, OP_TYPE);
  1627.                   write_exp_elt_type (pstate, (yyvsp[(1) - (1)].tval));
  1628.                   write_exp_elt_opcode (pstate, OP_TYPE);
  1629.                 }
  1630.     break;

  1631.   case 5:
  1632. /* Line 1792 of yacc.c  */
  1633. #line 220 "m2-exp.y"
  1634.     { write_exp_elt_opcode (pstate, UNOP_IND); }
  1635.     break;

  1636.   case 6:
  1637. /* Line 1792 of yacc.c  */
  1638. #line 224 "m2-exp.y"
  1639.     { number_sign = -1; }
  1640.     break;

  1641.   case 7:
  1642. /* Line 1792 of yacc.c  */
  1643. #line 226 "m2-exp.y"
  1644.     { number_sign = 1;
  1645.                           write_exp_elt_opcode (pstate, UNOP_NEG); }
  1646.     break;

  1647.   case 8:
  1648. /* Line 1792 of yacc.c  */
  1649. #line 231 "m2-exp.y"
  1650.     { write_exp_elt_opcode (pstate, UNOP_PLUS); }
  1651.     break;

  1652.   case 9:
  1653. /* Line 1792 of yacc.c  */
  1654. #line 235 "m2-exp.y"
  1655.     { write_exp_elt_opcode (pstate, UNOP_LOGICAL_NOT); }
  1656.     break;

  1657.   case 12:
  1658. /* Line 1792 of yacc.c  */
  1659. #line 243 "m2-exp.y"
  1660.     { write_exp_elt_opcode (pstate, UNOP_CAP); }
  1661.     break;

  1662.   case 13:
  1663. /* Line 1792 of yacc.c  */
  1664. #line 247 "m2-exp.y"
  1665.     { write_exp_elt_opcode (pstate, UNOP_ORD); }
  1666.     break;

  1667.   case 14:
  1668. /* Line 1792 of yacc.c  */
  1669. #line 251 "m2-exp.y"
  1670.     { write_exp_elt_opcode (pstate, UNOP_ABS); }
  1671.     break;

  1672.   case 15:
  1673. /* Line 1792 of yacc.c  */
  1674. #line 255 "m2-exp.y"
  1675.     { write_exp_elt_opcode (pstate, UNOP_HIGH); }
  1676.     break;

  1677.   case 16:
  1678. /* Line 1792 of yacc.c  */
  1679. #line 259 "m2-exp.y"
  1680.     { write_exp_elt_opcode (pstate, UNOP_MIN);
  1681.                           write_exp_elt_type (pstate, (yyvsp[(3) - (4)].tval));
  1682.                           write_exp_elt_opcode (pstate, UNOP_MIN); }
  1683.     break;

  1684.   case 17:
  1685. /* Line 1792 of yacc.c  */
  1686. #line 265 "m2-exp.y"
  1687.     { write_exp_elt_opcode (pstate, UNOP_MAX);
  1688.                           write_exp_elt_type (pstate, (yyvsp[(3) - (4)].tval));
  1689.                           write_exp_elt_opcode (pstate, UNOP_MAX); }
  1690.     break;

  1691.   case 18:
  1692. /* Line 1792 of yacc.c  */
  1693. #line 271 "m2-exp.y"
  1694.     { write_exp_elt_opcode (pstate, UNOP_FLOAT); }
  1695.     break;

  1696.   case 19:
  1697. /* Line 1792 of yacc.c  */
  1698. #line 275 "m2-exp.y"
  1699.     { write_exp_elt_opcode (pstate, BINOP_VAL);
  1700.                           write_exp_elt_type (pstate, (yyvsp[(3) - (6)].tval));
  1701.                           write_exp_elt_opcode (pstate, BINOP_VAL); }
  1702.     break;

  1703.   case 20:
  1704. /* Line 1792 of yacc.c  */
  1705. #line 281 "m2-exp.y"
  1706.     { write_exp_elt_opcode (pstate, UNOP_CHR); }
  1707.     break;

  1708.   case 21:
  1709. /* Line 1792 of yacc.c  */
  1710. #line 285 "m2-exp.y"
  1711.     { write_exp_elt_opcode (pstate, UNOP_ODD); }
  1712.     break;

  1713.   case 22:
  1714. /* Line 1792 of yacc.c  */
  1715. #line 289 "m2-exp.y"
  1716.     { write_exp_elt_opcode (pstate, UNOP_TRUNC); }
  1717.     break;

  1718.   case 23:
  1719. /* Line 1792 of yacc.c  */
  1720. #line 293 "m2-exp.y"
  1721.     { write_exp_elt_opcode (pstate, UNOP_SIZEOF); }
  1722.     break;

  1723.   case 24:
  1724. /* Line 1792 of yacc.c  */
  1725. #line 297 "m2-exp.y"
  1726.     { write_exp_elt_opcode (pstate, UNOP_SIZEOF); }
  1727.     break;

  1728.   case 25:
  1729. /* Line 1792 of yacc.c  */
  1730. #line 302 "m2-exp.y"
  1731.     { write_exp_elt_opcode (pstate, UNOP_PREINCREMENT); }
  1732.     break;

  1733.   case 26:
  1734. /* Line 1792 of yacc.c  */
  1735. #line 306 "m2-exp.y"
  1736.     { write_exp_elt_opcode (pstate, BINOP_ASSIGN_MODIFY);
  1737.                           write_exp_elt_opcode (pstate, BINOP_ADD);
  1738.                           write_exp_elt_opcode (pstate,
  1739.                                                 BINOP_ASSIGN_MODIFY); }
  1740.     break;

  1741.   case 27:
  1742. /* Line 1792 of yacc.c  */
  1743. #line 313 "m2-exp.y"
  1744.     { write_exp_elt_opcode (pstate, UNOP_PREDECREMENT);}
  1745.     break;

  1746.   case 28:
  1747. /* Line 1792 of yacc.c  */
  1748. #line 317 "m2-exp.y"
  1749.     { write_exp_elt_opcode (pstate, BINOP_ASSIGN_MODIFY);
  1750.                           write_exp_elt_opcode (pstate, BINOP_SUB);
  1751.                           write_exp_elt_opcode (pstate,
  1752.                                                 BINOP_ASSIGN_MODIFY); }
  1753.     break;

  1754.   case 29:
  1755. /* Line 1792 of yacc.c  */
  1756. #line 324 "m2-exp.y"
  1757.     { write_exp_elt_opcode (pstate, STRUCTOP_STRUCT);
  1758.                           write_exp_string (pstate, (yyvsp[(3) - (3)].sval));
  1759.                           write_exp_elt_opcode (pstate, STRUCTOP_STRUCT); }
  1760.     break;

  1761.   case 31:
  1762. /* Line 1792 of yacc.c  */
  1763. #line 333 "m2-exp.y"
  1764.     { error (_("Sets are not implemented."));}
  1765.     break;

  1766.   case 32:
  1767. /* Line 1792 of yacc.c  */
  1768. #line 337 "m2-exp.y"
  1769.     { error (_("Sets are not implemented."));}
  1770.     break;

  1771.   case 33:
  1772. /* Line 1792 of yacc.c  */
  1773. #line 341 "m2-exp.y"
  1774.     { error (_("Sets are not implemented."));}
  1775.     break;

  1776.   case 34:
  1777. /* Line 1792 of yacc.c  */
  1778. #line 345 "m2-exp.y"
  1779.     { error (_("Sets are not implemented."));}
  1780.     break;

  1781.   case 35:
  1782. /* Line 1792 of yacc.c  */
  1783. #line 347 "m2-exp.y"
  1784.     { error (_("Sets are not implemented."));}
  1785.     break;

  1786.   case 36:
  1787. /* Line 1792 of yacc.c  */
  1788. #line 356 "m2-exp.y"
  1789.     { start_arglist(); }
  1790.     break;

  1791.   case 37:
  1792. /* Line 1792 of yacc.c  */
  1793. #line 358 "m2-exp.y"
  1794.     { write_exp_elt_opcode (pstate, MULTI_SUBSCRIPT);
  1795.                           write_exp_elt_longcst (pstate,
  1796.                                                  (LONGEST) end_arglist());
  1797.                           write_exp_elt_opcode (pstate, MULTI_SUBSCRIPT); }
  1798.     break;

  1799.   case 38:
  1800. /* Line 1792 of yacc.c  */
  1801. #line 365 "m2-exp.y"
  1802.     { write_exp_elt_opcode (pstate, BINOP_SUBSCRIPT); }
  1803.     break;

  1804.   case 39:
  1805. /* Line 1792 of yacc.c  */
  1806. #line 371 "m2-exp.y"
  1807.     { start_arglist (); }
  1808.     break;

  1809.   case 40:
  1810. /* Line 1792 of yacc.c  */
  1811. #line 373 "m2-exp.y"
  1812.     { write_exp_elt_opcode (pstate, OP_FUNCALL);
  1813.                           write_exp_elt_longcst (pstate,
  1814.                                                  (LONGEST) end_arglist ());
  1815.                           write_exp_elt_opcode (pstate, OP_FUNCALL); }
  1816.     break;

  1817.   case 42:
  1818. /* Line 1792 of yacc.c  */
  1819. #line 383 "m2-exp.y"
  1820.     { arglist_len = 1; }
  1821.     break;

  1822.   case 43:
  1823. /* Line 1792 of yacc.c  */
  1824. #line 387 "m2-exp.y"
  1825.     { arglist_len++; }
  1826.     break;

  1827.   case 44:
  1828. /* Line 1792 of yacc.c  */
  1829. #line 392 "m2-exp.y"
  1830.     { arglist_len = 1; }
  1831.     break;

  1832.   case 45:
  1833. /* Line 1792 of yacc.c  */
  1834. #line 397 "m2-exp.y"
  1835.     { arglist_len++; }
  1836.     break;

  1837.   case 46:
  1838. /* Line 1792 of yacc.c  */
  1839. #line 402 "m2-exp.y"
  1840.     { write_exp_elt_opcode (pstate, UNOP_MEMVAL);
  1841.                           write_exp_elt_type (pstate, (yyvsp[(2) - (4)].tval));
  1842.                           write_exp_elt_opcode (pstate, UNOP_MEMVAL); }
  1843.     break;

  1844.   case 47:
  1845. /* Line 1792 of yacc.c  */
  1846. #line 408 "m2-exp.y"
  1847.     { write_exp_elt_opcode (pstate, UNOP_CAST);
  1848.                           write_exp_elt_type (pstate, (yyvsp[(1) - (4)].tval));
  1849.                           write_exp_elt_opcode (pstate, UNOP_CAST); }
  1850.     break;

  1851.   case 48:
  1852. /* Line 1792 of yacc.c  */
  1853. #line 414 "m2-exp.y"
  1854.     { }
  1855.     break;

  1856.   case 49:
  1857. /* Line 1792 of yacc.c  */
  1858. #line 422 "m2-exp.y"
  1859.     { write_exp_elt_opcode (pstate, BINOP_REPEAT); }
  1860.     break;

  1861.   case 50:
  1862. /* Line 1792 of yacc.c  */
  1863. #line 426 "m2-exp.y"
  1864.     { write_exp_elt_opcode (pstate, BINOP_MUL); }
  1865.     break;

  1866.   case 51:
  1867. /* Line 1792 of yacc.c  */
  1868. #line 430 "m2-exp.y"
  1869.     { write_exp_elt_opcode (pstate, BINOP_DIV); }
  1870.     break;

  1871.   case 52:
  1872. /* Line 1792 of yacc.c  */
  1873. #line 434 "m2-exp.y"
  1874.     { write_exp_elt_opcode (pstate, BINOP_INTDIV); }
  1875.     break;

  1876.   case 53:
  1877. /* Line 1792 of yacc.c  */
  1878. #line 438 "m2-exp.y"
  1879.     { write_exp_elt_opcode (pstate, BINOP_REM); }
  1880.     break;

  1881.   case 54:
  1882. /* Line 1792 of yacc.c  */
  1883. #line 442 "m2-exp.y"
  1884.     { write_exp_elt_opcode (pstate, BINOP_ADD); }
  1885.     break;

  1886.   case 55:
  1887. /* Line 1792 of yacc.c  */
  1888. #line 446 "m2-exp.y"
  1889.     { write_exp_elt_opcode (pstate, BINOP_SUB); }
  1890.     break;

  1891.   case 56:
  1892. /* Line 1792 of yacc.c  */
  1893. #line 450 "m2-exp.y"
  1894.     { write_exp_elt_opcode (pstate, BINOP_EQUAL); }
  1895.     break;

  1896.   case 57:
  1897. /* Line 1792 of yacc.c  */
  1898. #line 454 "m2-exp.y"
  1899.     { write_exp_elt_opcode (pstate, BINOP_NOTEQUAL); }
  1900.     break;

  1901.   case 58:
  1902. /* Line 1792 of yacc.c  */
  1903. #line 456 "m2-exp.y"
  1904.     { write_exp_elt_opcode (pstate, BINOP_NOTEQUAL); }
  1905.     break;

  1906.   case 59:
  1907. /* Line 1792 of yacc.c  */
  1908. #line 460 "m2-exp.y"
  1909.     { write_exp_elt_opcode (pstate, BINOP_LEQ); }
  1910.     break;

  1911.   case 60:
  1912. /* Line 1792 of yacc.c  */
  1913. #line 464 "m2-exp.y"
  1914.     { write_exp_elt_opcode (pstate, BINOP_GEQ); }
  1915.     break;

  1916.   case 61:
  1917. /* Line 1792 of yacc.c  */
  1918. #line 468 "m2-exp.y"
  1919.     { write_exp_elt_opcode (pstate, BINOP_LESS); }
  1920.     break;

  1921.   case 62:
  1922. /* Line 1792 of yacc.c  */
  1923. #line 472 "m2-exp.y"
  1924.     { write_exp_elt_opcode (pstate, BINOP_GTR); }
  1925.     break;

  1926.   case 63:
  1927. /* Line 1792 of yacc.c  */
  1928. #line 476 "m2-exp.y"
  1929.     { write_exp_elt_opcode (pstate, BINOP_LOGICAL_AND); }
  1930.     break;

  1931.   case 64:
  1932. /* Line 1792 of yacc.c  */
  1933. #line 480 "m2-exp.y"
  1934.     { write_exp_elt_opcode (pstate, BINOP_LOGICAL_OR); }
  1935.     break;

  1936.   case 65:
  1937. /* Line 1792 of yacc.c  */
  1938. #line 484 "m2-exp.y"
  1939.     { write_exp_elt_opcode (pstate, BINOP_ASSIGN); }
  1940.     break;

  1941.   case 66:
  1942. /* Line 1792 of yacc.c  */
  1943. #line 491 "m2-exp.y"
  1944.     { write_exp_elt_opcode (pstate, OP_BOOL);
  1945.                           write_exp_elt_longcst (pstate, (LONGEST) (yyvsp[(1) - (1)].ulval));
  1946.                           write_exp_elt_opcode (pstate, OP_BOOL); }
  1947.     break;

  1948.   case 67:
  1949. /* Line 1792 of yacc.c  */
  1950. #line 497 "m2-exp.y"
  1951.     { write_exp_elt_opcode (pstate, OP_BOOL);
  1952.                           write_exp_elt_longcst (pstate, (LONGEST) (yyvsp[(1) - (1)].ulval));
  1953.                           write_exp_elt_opcode (pstate, OP_BOOL); }
  1954.     break;

  1955.   case 68:
  1956. /* Line 1792 of yacc.c  */
  1957. #line 503 "m2-exp.y"
  1958.     { write_exp_elt_opcode (pstate, OP_LONG);
  1959.                           write_exp_elt_type (pstate,
  1960.                                         parse_m2_type (pstate)->builtin_int);
  1961.                           write_exp_elt_longcst (pstate, (LONGEST) (yyvsp[(1) - (1)].lval));
  1962.                           write_exp_elt_opcode (pstate, OP_LONG); }
  1963.     break;

  1964.   case 69:
  1965. /* Line 1792 of yacc.c  */
  1966. #line 511 "m2-exp.y"
  1967.     {
  1968.                           write_exp_elt_opcode (pstate, OP_LONG);
  1969.                           write_exp_elt_type (pstate,
  1970.                                               parse_m2_type (pstate)
  1971.                                               ->builtin_card);
  1972.                           write_exp_elt_longcst (pstate, (LONGEST) (yyvsp[(1) - (1)].ulval));
  1973.                           write_exp_elt_opcode (pstate, OP_LONG);
  1974.                         }
  1975.     break;

  1976.   case 70:
  1977. /* Line 1792 of yacc.c  */
  1978. #line 522 "m2-exp.y"
  1979.     { write_exp_elt_opcode (pstate, OP_LONG);
  1980.                           write_exp_elt_type (pstate,
  1981.                                               parse_m2_type (pstate)
  1982.                                               ->builtin_char);
  1983.                           write_exp_elt_longcst (pstate, (LONGEST) (yyvsp[(1) - (1)].ulval));
  1984.                           write_exp_elt_opcode (pstate, OP_LONG); }
  1985.     break;

  1986.   case 71:
  1987. /* Line 1792 of yacc.c  */
  1988. #line 532 "m2-exp.y"
  1989.     { write_exp_elt_opcode (pstate, OP_DOUBLE);
  1990.                           write_exp_elt_type (pstate,
  1991.                                               parse_m2_type (pstate)
  1992.                                               ->builtin_real);
  1993.                           write_exp_elt_dblcst (pstate, (yyvsp[(1) - (1)].dval));
  1994.                           write_exp_elt_opcode (pstate, OP_DOUBLE); }
  1995.     break;

  1996.   case 73:
  1997. /* Line 1792 of yacc.c  */
  1998. #line 544 "m2-exp.y"
  1999.     { write_exp_elt_opcode (pstate, OP_LONG);
  2000.                           write_exp_elt_type (pstate,
  2001.                                             parse_type (pstate)->builtin_int);
  2002.                           write_exp_elt_longcst (pstate,
  2003.                                                  (LONGEST) TYPE_LENGTH ((yyvsp[(3) - (4)].tval)));
  2004.                           write_exp_elt_opcode (pstate, OP_LONG); }
  2005.     break;

  2006.   case 74:
  2007. /* Line 1792 of yacc.c  */
  2008. #line 553 "m2-exp.y"
  2009.     { write_exp_elt_opcode (pstate, OP_M2_STRING);
  2010.                           write_exp_string (pstate, (yyvsp[(1) - (1)].sval));
  2011.                           write_exp_elt_opcode (pstate, OP_M2_STRING); }
  2012.     break;

  2013.   case 75:
  2014. /* Line 1792 of yacc.c  */
  2015. #line 560 "m2-exp.y"
  2016.     { (yyval.bval) = SYMBOL_BLOCK_VALUE((yyvsp[(1) - (1)].sym)); }
  2017.     break;

  2018.   case 76:
  2019. /* Line 1792 of yacc.c  */
  2020. #line 564 "m2-exp.y"
  2021.     { struct symbol *sym
  2022.                             = lookup_symbol (copy_name ((yyvsp[(1) - (1)].sval)),
  2023.                                              expression_context_block,
  2024.                                              VAR_DOMAIN, 0);
  2025.                           (yyval.sym) = sym;}
  2026.     break;

  2027.   case 77:
  2028. /* Line 1792 of yacc.c  */
  2029. #line 574 "m2-exp.y"
  2030.     { struct symbol *tem
  2031.                             = lookup_symbol (copy_name ((yyvsp[(3) - (3)].sval)), (yyvsp[(1) - (3)].bval),
  2032.                                              VAR_DOMAIN, 0);
  2033.                           if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
  2034.                             error (_("No function \"%s\" in specified context."),
  2035.                                    copy_name ((yyvsp[(3) - (3)].sval)));
  2036.                           (yyval.sym) = tem;
  2037.                         }
  2038.     break;

  2039.   case 78:
  2040. /* Line 1792 of yacc.c  */
  2041. #line 586 "m2-exp.y"
  2042.     { write_exp_elt_opcode (pstate, OP_VAR_VALUE);
  2043.                           write_exp_elt_block (pstate, NULL);
  2044.                           write_exp_elt_sym (pstate, (yyvsp[(1) - (1)].sym));
  2045.                           write_exp_elt_opcode (pstate, OP_VAR_VALUE); }
  2046.     break;

  2047.   case 80:
  2048. /* Line 1792 of yacc.c  */
  2049. #line 598 "m2-exp.y"
  2050.     { struct symbol *sym;
  2051.                           sym = lookup_symbol (copy_name ((yyvsp[(3) - (3)].sval)), (yyvsp[(1) - (3)].bval),
  2052.                                                VAR_DOMAIN, 0);
  2053.                           if (sym == 0)
  2054.                             error (_("No symbol \"%s\" in specified context."),
  2055.                                    copy_name ((yyvsp[(3) - (3)].sval)));
  2056.                           if (symbol_read_needs_frame (sym))
  2057.                             {
  2058.                               if (innermost_block == 0
  2059.                                   || contained_in (block_found,
  2060.                                                    innermost_block))
  2061.                                 innermost_block = block_found;
  2062.                             }

  2063.                           write_exp_elt_opcode (pstate, OP_VAR_VALUE);
  2064.                           /* block_found is set by lookup_symbol.  */
  2065.                           write_exp_elt_block (pstate, block_found);
  2066.                           write_exp_elt_sym (pstate, sym);
  2067.                           write_exp_elt_opcode (pstate, OP_VAR_VALUE); }
  2068.     break;

  2069.   case 81:
  2070. /* Line 1792 of yacc.c  */
  2071. #line 621 "m2-exp.y"
  2072.     { struct symbol *sym;
  2073.                           struct field_of_this_result is_a_field_of_this;

  2074.                            sym = lookup_symbol (copy_name ((yyvsp[(1) - (1)].sval)),
  2075.                                                expression_context_block,
  2076.                                                VAR_DOMAIN,
  2077.                                                &is_a_field_of_this);
  2078.                           if (sym)
  2079.                             {
  2080.                               if (symbol_read_needs_frame (sym))
  2081.                                 {
  2082.                                   if (innermost_block == 0 ||
  2083.                                       contained_in (block_found,
  2084.                                                     innermost_block))
  2085.                                     innermost_block = block_found;
  2086.                                 }

  2087.                               write_exp_elt_opcode (pstate, OP_VAR_VALUE);
  2088.                               /* We want to use the selected frame, not
  2089.                                  another more inner frame which happens to
  2090.                                  be in the same block.  */
  2091.                               write_exp_elt_block (pstate, NULL);
  2092.                               write_exp_elt_sym (pstate, sym);
  2093.                               write_exp_elt_opcode (pstate, OP_VAR_VALUE);
  2094.                             }
  2095.                           else
  2096.                             {
  2097.                               struct bound_minimal_symbol msymbol;
  2098.                               char *arg = copy_name ((yyvsp[(1) - (1)].sval));

  2099.                               msymbol =
  2100.                                 lookup_bound_minimal_symbol (arg);
  2101.                               if (msymbol.minsym != NULL)
  2102.                                 write_exp_msymbol (pstate, msymbol);
  2103.                               else if (!have_full_symbols () && !have_partial_symbols ())
  2104.                                 error (_("No symbol table is loaded.  Use the \"symbol-file\" command."));
  2105.                               else
  2106.                                 error (_("No symbol \"%s\" in current context."),
  2107.                                        copy_name ((yyvsp[(1) - (1)].sval)));
  2108.                             }
  2109.                         }
  2110.     break;

  2111.   case 82:
  2112. /* Line 1792 of yacc.c  */
  2113. #line 666 "m2-exp.y"
  2114.     { (yyval.tval) = lookup_typename (parse_language (pstate),
  2115.                                                 parse_gdbarch (pstate),
  2116.                                                 copy_name ((yyvsp[(1) - (1)].sval)),
  2117.                                                 expression_context_block, 0); }
  2118.     break;


  2119. /* Line 1792 of yacc.c  */
  2120. #line 2415 "m2-exp.c"
  2121.       default: break;
  2122.     }
  2123.   /* User semantic actions sometimes alter yychar, and that requires
  2124.      that yytoken be updated with the new translation.  We take the
  2125.      approach of translating immediately before every use of yytoken.
  2126.      One alternative is translating here after every semantic action,
  2127.      but that translation would be missed if the semantic action invokes
  2128.      YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
  2129.      if it invokes YYBACKUP.  In the case of YYABORT or YYACCEPT, an
  2130.      incorrect destructor might then be invoked immediately.  In the
  2131.      case of YYERROR or YYBACKUP, subsequent parser actions might lead
  2132.      to an incorrect destructor call or verbose syntax error message
  2133.      before the lookahead is translated.  */
  2134.   YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);

  2135.   YYPOPSTACK (yylen);
  2136.   yylen = 0;
  2137.   YY_STACK_PRINT (yyss, yyssp);

  2138.   *++yyvsp = yyval;

  2139.   /* Now `shift' the result of the reduction.  Determine what state
  2140.      that goes to, based on the state we popped back to and the rule
  2141.      number reduced by.  */

  2142.   yyn = yyr1[yyn];

  2143.   yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
  2144.   if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  2145.     yystate = yytable[yystate];
  2146.   else
  2147.     yystate = yydefgoto[yyn - YYNTOKENS];

  2148.   goto yynewstate;


  2149. /*------------------------------------.
  2150. | yyerrlab -- here on detecting error |
  2151. `------------------------------------*/
  2152. yyerrlab:
  2153.   /* Make sure we have latest lookahead translation.  See comments at
  2154.      user semantic actions for why this is necessary.  */
  2155.   yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar);

  2156.   /* If not already recovering from an error, report this error.  */
  2157.   if (!yyerrstatus)
  2158.     {
  2159.       ++yynerrs;
  2160. #if ! YYERROR_VERBOSE
  2161.       yyerror (YY_("syntax error"));
  2162. #else
  2163. # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
  2164.                                         yyssp, yytoken)
  2165.       {
  2166.         char const *yymsgp = YY_("syntax error");
  2167.         int yysyntax_error_status;
  2168.         yysyntax_error_status = YYSYNTAX_ERROR;
  2169.         if (yysyntax_error_status == 0)
  2170.           yymsgp = yymsg;
  2171.         else if (yysyntax_error_status == 1)
  2172.           {
  2173.             if (yymsg != yymsgbuf)
  2174.               YYSTACK_FREE (yymsg);
  2175.             yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
  2176.             if (!yymsg)
  2177.               {
  2178.                 yymsg = yymsgbuf;
  2179.                 yymsg_alloc = sizeof yymsgbuf;
  2180.                 yysyntax_error_status = 2;
  2181.               }
  2182.             else
  2183.               {
  2184.                 yysyntax_error_status = YYSYNTAX_ERROR;
  2185.                 yymsgp = yymsg;
  2186.               }
  2187.           }
  2188.         yyerror (yymsgp);
  2189.         if (yysyntax_error_status == 2)
  2190.           goto yyexhaustedlab;
  2191.       }
  2192. # undef YYSYNTAX_ERROR
  2193. #endif
  2194.     }



  2195.   if (yyerrstatus == 3)
  2196.     {
  2197.       /* If just tried and failed to reuse lookahead token after an
  2198.          error, discard it.  */

  2199.       if (yychar <= YYEOF)
  2200.         {
  2201.           /* Return failure if at end of input.  */
  2202.           if (yychar == YYEOF)
  2203.             YYABORT;
  2204.         }
  2205.       else
  2206.         {
  2207.           yydestruct ("Error: discarding",
  2208.                       yytoken, &yylval);
  2209.           yychar = YYEMPTY;
  2210.         }
  2211.     }

  2212.   /* Else will try to reuse lookahead token after shifting the error
  2213.      token.  */
  2214.   goto yyerrlab1;


  2215. /*---------------------------------------------------.
  2216. | yyerrorlab -- error raised explicitly by YYERROR.  |
  2217. `---------------------------------------------------*/
  2218. yyerrorlab:

  2219.   /* Pacify compilers like GCC when the user code never invokes
  2220.      YYERROR and the label yyerrorlab therefore never appears in user
  2221.      code.  */
  2222.   if (/*CONSTCOND*/ 0)
  2223.      goto yyerrorlab;

  2224.   /* Do not reclaim the symbols of the rule which action triggered
  2225.      this YYERROR.  */
  2226.   YYPOPSTACK (yylen);
  2227.   yylen = 0;
  2228.   YY_STACK_PRINT (yyss, yyssp);
  2229.   yystate = *yyssp;
  2230.   goto yyerrlab1;


  2231. /*-------------------------------------------------------------.
  2232. | yyerrlab1 -- common code for both syntax error and YYERROR.  |
  2233. `-------------------------------------------------------------*/
  2234. yyerrlab1:
  2235.   yyerrstatus = 3;        /* Each real token shifted decrements this.  */

  2236.   for (;;)
  2237.     {
  2238.       yyn = yypact[yystate];
  2239.       if (!yypact_value_is_default (yyn))
  2240.         {
  2241.           yyn += YYTERROR;
  2242.           if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
  2243.             {
  2244.               yyn = yytable[yyn];
  2245.               if (0 < yyn)
  2246.                 break;
  2247.             }
  2248.         }

  2249.       /* Pop the current state because it cannot handle the error token.  */
  2250.       if (yyssp == yyss)
  2251.         YYABORT;


  2252.       yydestruct ("Error: popping",
  2253.                   yystos[yystate], yyvsp);
  2254.       YYPOPSTACK (1);
  2255.       yystate = *yyssp;
  2256.       YY_STACK_PRINT (yyss, yyssp);
  2257.     }

  2258.   YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
  2259.   *++yyvsp = yylval;
  2260.   YY_IGNORE_MAYBE_UNINITIALIZED_END


  2261.   /* Shift the error token.  */
  2262.   YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);

  2263.   yystate = yyn;
  2264.   goto yynewstate;


  2265. /*-------------------------------------.
  2266. | yyacceptlab -- YYACCEPT comes here.  |
  2267. `-------------------------------------*/
  2268. yyacceptlab:
  2269.   yyresult = 0;
  2270.   goto yyreturn;

  2271. /*-----------------------------------.
  2272. | yyabortlab -- YYABORT comes here.  |
  2273. `-----------------------------------*/
  2274. yyabortlab:
  2275.   yyresult = 1;
  2276.   goto yyreturn;

  2277. #if !defined yyoverflow || YYERROR_VERBOSE
  2278. /*-------------------------------------------------.
  2279. | yyexhaustedlab -- memory exhaustion comes here.  |
  2280. `-------------------------------------------------*/
  2281. yyexhaustedlab:
  2282.   yyerror (YY_("memory exhausted"));
  2283.   yyresult = 2;
  2284.   /* Fall through.  */
  2285. #endif

  2286. yyreturn:
  2287.   if (yychar != YYEMPTY)
  2288.     {
  2289.       /* Make sure we have latest lookahead translation.  See comments at
  2290.          user semantic actions for why this is necessary.  */
  2291.       yytoken = YYTRANSLATE (yychar);
  2292.       yydestruct ("Cleanup: discarding lookahead",
  2293.                   yytoken, &yylval);
  2294.     }
  2295.   /* Do not reclaim the symbols of the rule which action triggered
  2296.      this YYABORT or YYACCEPT.  */
  2297.   YYPOPSTACK (yylen);
  2298.   YY_STACK_PRINT (yyss, yyssp);
  2299.   while (yyssp != yyss)
  2300.     {
  2301.       yydestruct ("Cleanup: popping",
  2302.                   yystos[*yyssp], yyvsp);
  2303.       YYPOPSTACK (1);
  2304.     }
  2305. #ifndef yyoverflow
  2306.   if (yyss != yyssa)
  2307.     YYSTACK_FREE (yyss);
  2308. #endif
  2309. #if YYERROR_VERBOSE
  2310.   if (yymsg != yymsgbuf)
  2311.     YYSTACK_FREE (yymsg);
  2312. #endif
  2313.   /* Make sure YYID is used.  */
  2314.   return YYID (yyresult);
  2315. }


  2316. /* Line 2055 of yacc.c  */
  2317. #line 673 "m2-exp.y"


  2318. /* Take care of parsing a number (anything that starts with a digit).
  2319.    Set yylval and return the token type; update lexptr.
  2320.    LEN is the number of characters in it.  */

  2321. /*** Needs some error checking for the float case ***/

  2322. static int
  2323. parse_number (int olen)
  2324. {
  2325.   const char *p = lexptr;
  2326.   LONGEST n = 0;
  2327.   LONGEST prevn = 0;
  2328.   int c,i,ischar=0;
  2329.   int base = input_radix;
  2330.   int len = olen;
  2331.   int unsigned_p = number_sign == 1 ? 1 : 0;

  2332.   if(p[len-1] == 'H')
  2333.   {
  2334.      base = 16;
  2335.      len--;
  2336.   }
  2337.   else if(p[len-1] == 'C' || p[len-1] == 'B')
  2338.   {
  2339.      base = 8;
  2340.      ischar = p[len-1] == 'C';
  2341.      len--;
  2342.   }

  2343.   /* Scan the number */
  2344.   for (c = 0; c < len; c++)
  2345.   {
  2346.     if (p[c] == '.' && base == 10)
  2347.       {
  2348.         /* It's a float since it contains a point.  */
  2349.         yylval.dval = atof (p);
  2350.         lexptr += len;
  2351.         return FLOAT;
  2352.       }
  2353.     if (p[c] == '.' && base != 10)
  2354.        error (_("Floating point numbers must be base 10."));
  2355.     if (base == 10 && (p[c] < '0' || p[c] > '9'))
  2356.        error (_("Invalid digit \'%c\' in number."),p[c]);
  2357. }

  2358.   while (len-- > 0)
  2359.     {
  2360.       c = *p++;
  2361.       n *= base;
  2362.       if( base == 8 && (c == '8' || c == '9'))
  2363.          error (_("Invalid digit \'%c\' in octal number."),c);
  2364.       if (c >= '0' && c <= '9')
  2365.         i = c - '0';
  2366.       else
  2367.         {
  2368.           if (base == 16 && c >= 'A' && c <= 'F')
  2369.             i = c - 'A' + 10;
  2370.           else
  2371.              return ERROR;
  2372.         }
  2373.       n+=i;
  2374.       if(i >= base)
  2375.          return ERROR;
  2376.       if(!unsigned_p && number_sign == 1 && (prevn >= n))
  2377.          unsigned_p=1;                /* Try something unsigned */
  2378.       /* Don't do the range check if n==i and i==0, since that special
  2379.          case will give an overflow error.  */
  2380.       if(RANGE_CHECK && n!=i && i)
  2381.       {
  2382.          if((unsigned_p && (unsigned)prevn >= (unsigned)n) ||
  2383.             ((!unsigned_p && number_sign==-1) && -prevn <= -n))
  2384.             range_error (_("Overflow on numeric constant."));
  2385.       }
  2386.          prevn=n;
  2387.     }

  2388.   lexptr = p;
  2389.   if(*p == 'B' || *p == 'C' || *p == 'H')
  2390.      lexptr++;                        /* Advance past B,C or H */

  2391.   if (ischar)
  2392.   {
  2393.      yylval.ulval = n;
  2394.      return CHAR;
  2395.   }
  2396.   else if ( unsigned_p && number_sign == 1)
  2397.   {
  2398.      yylval.ulval = n;
  2399.      return UINT;
  2400.   }
  2401.   else if((unsigned_p && (n<0))) {
  2402.      range_error (_("Overflow on numeric constant -- number too large."));
  2403.      /* But, this can return if range_check == range_warn.  */
  2404.   }
  2405.   yylval.lval = n;
  2406.   return INT;
  2407. }


  2408. /* Some tokens */

  2409. static struct
  2410. {
  2411.    char name[2];
  2412.    int token;
  2413. } tokentab2[] =
  2414. {
  2415.     { {'<', '>'},    NOTEQUAL         },
  2416.     { {':', '='},    ASSIGN        },
  2417.     { {'<', '='},    LEQ        },
  2418.     { {'>', '='},    GEQ        },
  2419.     { {':', ':'},    COLONCOLON },

  2420. };

  2421. /* Some specific keywords */

  2422. struct keyword {
  2423.    char keyw[10];
  2424.    int token;
  2425. };

  2426. static struct keyword keytab[] =
  2427. {
  2428.     {"OR" ,   OROR         },
  2429.     {"IN",    IN         },/* Note space after IN */
  2430.     {"AND",   LOGICAL_AND},
  2431.     {"ABS",   ABS         },
  2432.     {"CHR",   CHR         },
  2433.     {"DEC",   DEC         },
  2434.     {"NOT",   NOT         },
  2435.     {"DIV",   DIV             },
  2436.     {"INC",   INC         },
  2437.     {"MAX",   MAX_FUNC         },
  2438.     {"MIN",   MIN_FUNC         },
  2439.     {"MOD",   MOD         },
  2440.     {"ODD",   ODD         },
  2441.     {"CAP",   CAP         },
  2442.     {"ORD",   ORD         },
  2443.     {"VAL",   VAL         },
  2444.     {"EXCL"EXCL         },
  2445.     {"HIGH"HIGH       },
  2446.     {"INCL"INCL         },
  2447.     {"SIZE"SIZE       },
  2448.     {"FLOAT", FLOAT_FUNC },
  2449.     {"TRUNC", TRUNC         },
  2450.     {"TSIZE", SIZE       },
  2451. };


  2452. /* Read one token, getting characters through lexptr.  */

  2453. /* This is where we will check to make sure that the language and the
  2454.    operators used are compatible  */

  2455. static int
  2456. yylex (void)
  2457. {
  2458.   int c;
  2459.   int namelen;
  2460.   int i;
  2461.   const char *tokstart;
  2462.   char quote;

  2463. retry:

  2464.   prev_lexptr = lexptr;

  2465.   tokstart = lexptr;


  2466.   /* See if it is a special token of length 2 */
  2467.   for( i = 0 ; i < (int) (sizeof tokentab2 / sizeof tokentab2[0]) ; i++)
  2468.      if (strncmp (tokentab2[i].name, tokstart, 2) == 0)
  2469.      {
  2470.         lexptr += 2;
  2471.         return tokentab2[i].token;
  2472.      }

  2473.   switch (c = *tokstart)
  2474.     {
  2475.     case 0:
  2476.       return 0;

  2477.     case ' ':
  2478.     case '\t':
  2479.     case '\n':
  2480.       lexptr++;
  2481.       goto retry;

  2482.     case '(':
  2483.       paren_depth++;
  2484.       lexptr++;
  2485.       return c;

  2486.     case ')':
  2487.       if (paren_depth == 0)
  2488.         return 0;
  2489.       paren_depth--;
  2490.       lexptr++;
  2491.       return c;

  2492.     case ',':
  2493.       if (comma_terminates && paren_depth == 0)
  2494.         return 0;
  2495.       lexptr++;
  2496.       return c;

  2497.     case '.':
  2498.       /* Might be a floating point number.  */
  2499.       if (lexptr[1] >= '0' && lexptr[1] <= '9')
  2500.         break;                        /* Falls into number code.  */
  2501.       else
  2502.       {
  2503.          lexptr++;
  2504.          return DOT;
  2505.       }

  2506. /* These are character tokens that appear as-is in the YACC grammar */
  2507.     case '+':
  2508.     case '-':
  2509.     case '*':
  2510.     case '/':
  2511.     case '^':
  2512.     case '<':
  2513.     case '>':
  2514.     case '[':
  2515.     case ']':
  2516.     case '=':
  2517.     case '{':
  2518.     case '}':
  2519.     case '#':
  2520.     case '@':
  2521.     case '~':
  2522.     case '&':
  2523.       lexptr++;
  2524.       return c;

  2525.     case '\'' :
  2526.     case '"':
  2527.       quote = c;
  2528.       for (namelen = 1; (c = tokstart[namelen]) != quote && c != '\0'; namelen++)
  2529.         if (c == '\\')
  2530.           {
  2531.             c = tokstart[++namelen];
  2532.             if (c >= '0' && c <= '9')
  2533.               {
  2534.                 c = tokstart[++namelen];
  2535.                 if (c >= '0' && c <= '9')
  2536.                   c = tokstart[++namelen];
  2537.               }
  2538.           }
  2539.       if(c != quote)
  2540.          error (_("Unterminated string or character constant."));
  2541.       yylval.sval.ptr = tokstart + 1;
  2542.       yylval.sval.length = namelen - 1;
  2543.       lexptr += namelen + 1;

  2544.       if(namelen == 2)          /* Single character */
  2545.       {
  2546.            yylval.ulval = tokstart[1];
  2547.            return CHAR;
  2548.       }
  2549.       else
  2550.          return STRING;
  2551.     }

  2552.   /* Is it a number?  */
  2553.   /* Note:  We have already dealt with the case of the token '.'.
  2554.      See case '.' above.  */
  2555.   if ((c >= '0' && c <= '9'))
  2556.     {
  2557.       /* It's a number.  */
  2558.       int got_dot = 0, got_e = 0;
  2559.       const char *p = tokstart;
  2560.       int toktype;

  2561.       for (++p ;; ++p)
  2562.         {
  2563.           if (!got_e && (*p == 'e' || *p == 'E'))
  2564.             got_dot = got_e = 1;
  2565.           else if (!got_dot && *p == '.')
  2566.             got_dot = 1;
  2567.           else if (got_e && (p[-1] == 'e' || p[-1] == 'E')
  2568.                    && (*p == '-' || *p == '+'))
  2569.             /* This is the sign of the exponent, not the end of the
  2570.                number.  */
  2571.             continue;
  2572.           else if ((*p < '0' || *p > '9') &&
  2573.                    (*p < 'A' || *p > 'F') &&
  2574.                    (*p != 'H'))  /* Modula-2 hexadecimal number */
  2575.             break;
  2576.         }
  2577.         toktype = parse_number (p - tokstart);
  2578.         if (toktype == ERROR)
  2579.           {
  2580.             char *err_copy = (char *) alloca (p - tokstart + 1);

  2581.             memcpy (err_copy, tokstart, p - tokstart);
  2582.             err_copy[p - tokstart] = 0;
  2583.             error (_("Invalid number \"%s\"."), err_copy);
  2584.           }
  2585.         lexptr = p;
  2586.         return toktype;
  2587.     }

  2588.   if (!(c == '_' || c == '$'
  2589.         || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')))
  2590.     /* We must have come across a bad character (e.g. ';').  */
  2591.     error (_("Invalid character '%c' in expression."), c);

  2592.   /* It's a name.  See how long it is.  */
  2593.   namelen = 0;
  2594.   for (c = tokstart[namelen];
  2595.        (c == '_' || c == '$' || (c >= '0' && c <= '9')
  2596.         || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'));
  2597.        c = tokstart[++namelen])
  2598.     ;

  2599.   /* The token "if" terminates the expression and is NOT
  2600.      removed from the input stream.  */
  2601.   if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f')
  2602.     {
  2603.       return 0;
  2604.     }

  2605.   lexptr += namelen;

  2606.   /*  Lookup special keywords */
  2607.   for(i = 0 ; i < (int) (sizeof(keytab) / sizeof(keytab[0])) ; i++)
  2608.      if (namelen == strlen (keytab[i].keyw)
  2609.          && strncmp (tokstart, keytab[i].keyw, namelen) == 0)
  2610.            return keytab[i].token;

  2611.   yylval.sval.ptr = tokstart;
  2612.   yylval.sval.length = namelen;

  2613.   if (*tokstart == '$')
  2614.     {
  2615.       write_dollar_variable (pstate, yylval.sval);
  2616.       return INTERNAL_VAR;
  2617.     }

  2618.   /* Use token-type BLOCKNAME for symbols that happen to be defined as
  2619.      functions.  If this is not so, then ...
  2620.      Use token-type TYPENAME for symbols that happen to be defined
  2621.      currently as names of types; NAME for other symbols.
  2622.      The caller is not constrained to care about the distinction.  */
  2623. {


  2624.     char *tmp = copy_name (yylval.sval);
  2625.     struct symbol *sym;

  2626.     if (lookup_symtab (tmp))
  2627.       return BLOCKNAME;
  2628.     sym = lookup_symbol (tmp, expression_context_block, VAR_DOMAIN, 0);
  2629.     if (sym && SYMBOL_CLASS (sym) == LOC_BLOCK)
  2630.       return BLOCKNAME;
  2631.     if (lookup_typename (parse_language (pstate), parse_gdbarch (pstate),
  2632.                          copy_name (yylval.sval),
  2633.                          expression_context_block, 1))
  2634.       return TYPENAME;

  2635.     if(sym)
  2636.     {
  2637.       switch(SYMBOL_CLASS (sym))
  2638.        {
  2639.        case LOC_STATIC:
  2640.        case LOC_REGISTER:
  2641.        case LOC_ARG:
  2642.        case LOC_REF_ARG:
  2643.        case LOC_REGPARM_ADDR:
  2644.        case LOC_LOCAL:
  2645.        case LOC_CONST:
  2646.        case LOC_CONST_BYTES:
  2647.        case LOC_OPTIMIZED_OUT:
  2648.        case LOC_COMPUTED:
  2649.           return NAME;

  2650.        case LOC_TYPEDEF:
  2651.           return TYPENAME;

  2652.        case LOC_BLOCK:
  2653.           return BLOCKNAME;

  2654.        case LOC_UNDEF:
  2655.           error (_("internal:  Undefined class in m2lex()"));

  2656.        case LOC_LABEL:
  2657.        case LOC_UNRESOLVED:
  2658.           error (_("internal:  Unforseen case in m2lex()"));

  2659.        default:
  2660.           error (_("unhandled token in m2lex()"));
  2661.           break;
  2662.        }
  2663.     }
  2664.     else
  2665.     {
  2666.        /* Built-in BOOLEAN type.  This is sort of a hack.  */
  2667.        if (strncmp (tokstart, "TRUE", 4) == 0)
  2668.        {
  2669.           yylval.ulval = 1;
  2670.           return M2_TRUE;
  2671.        }
  2672.        else if (strncmp (tokstart, "FALSE", 5) == 0)
  2673.        {
  2674.           yylval.ulval = 0;
  2675.           return M2_FALSE;
  2676.        }
  2677.     }

  2678.     /* Must be another type of name...  */
  2679.     return NAME;
  2680. }
  2681. }

  2682. int
  2683. m2_parse (struct parser_state *par_state)
  2684. {
  2685.   int result;
  2686.   struct cleanup *c = make_cleanup_clear_parser_state (&pstate);

  2687.   /* Setting up the parser state.  */
  2688.   gdb_assert (par_state != NULL);
  2689.   pstate = par_state;

  2690.   result = yyparse ();
  2691.   do_cleanups (c);

  2692.   return result;
  2693. }

  2694. void
  2695. yyerror (char *msg)
  2696. {
  2697.   if (prev_lexptr)
  2698.     lexptr = prev_lexptr;

  2699.   error (_("A %s in expression, near `%s'."), (msg ? msg : "error"), lexptr);
  2700. }