[BACK]Return to ytab.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / parse

Diff for /OpenXM_contrib2/asir2000/parse/ytab.c between version 1.4 and 1.10

version 1.4, 2003/05/30 06:03:30 version 1.10, 2011/06/16 08:17:15
Line 1 
Line 1 
 #ifndef lint  
 static char const  /* A Bison parser, made by GNU Bison 2.4.1.  */
 yyrcsid[] = "$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28.2.1 2001/07/19 05:46:39 peter Exp $";  
 #endif  /* Skeleton implementation for Bison's Yacc-like parsers in C
 #include <stdlib.h>  
 #define YYBYACC 1        Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 #define YYMAJOR 1     Free Software Foundation, Inc.
 #define YYMINOR 9  
 #define YYLEX yylex()     This program is free software: you can redistribute it and/or modify
 #define YYEMPTY -1     it under the terms of the GNU General Public License as published by
 #define yyclearin (yychar=(YYEMPTY))     the Free Software Foundation, either version 3 of the License, or
 #define yyerrok (yyerrflag=0)     (at your option) any later version.
 #define YYRECOVERING() (yyerrflag!=0)  
 #if defined(__cplusplus) || __STDC__     This program is distributed in the hope that it will be useful,
 static int yygrowstack(void);     but WITHOUT ANY WARRANTY; without even the implied warranty of
 #else     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 static int yygrowstack();     GNU General Public License for more details.
 #endif  
 #define YYPREFIX "yy"     You should have received a copy of the GNU General Public License
 #line 51 "parse.y"     along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
   
   /* As a special exception, you may create a larger work that contains
      part or all of the Bison parser skeleton and distribute that work
      under terms of your choice, so long as that work isn't itself a
      parser generator using the skeleton or a modified version thereof
      as a parser skeleton.  Alternatively, if you modify or redistribute
      the parser skeleton itself, you may (at your option) remove this
      special exception, which will cause the skeleton and the resulting
      Bison output files to be licensed under the GNU General Public
      License without this special exception.
   
      This special exception was added by the Free Software Foundation in
      version 2.2 of Bison.  */
   
   /* C LALR(1) parser skeleton written by Richard Stallman, by
      simplifying the original so-called "semantic" parser.  */
   
   /* All symbols defined below should begin with yy or YY, to avoid
      infringing on user name space.  This should be done even for local
      variables, as they might otherwise be expanded by user macros.
      There are some unavoidable exceptions within include files to
      define necessary library symbols; they are noted "INFRINGES ON
      USER NAME SPACE" below.  */
   
   /* Identify Bison output.  */
   #define YYBISON 1
   
   /* Bison version.  */
   #define YYBISON_VERSION "2.4.1"
   
   /* Skeleton name.  */
   #define YYSKELETON_NAME "yacc.c"
   
   /* Pure parsers.  */
   #define YYPURE 0
   
   /* Push parsers.  */
   #define YYPUSH 0
   
   /* Pull parsers.  */
   #define YYPULL 1
   
   /* Using locations.  */
   #define YYLSP_NEEDED 0
   
   
   
   /* Copy the first part of user declarations.  */
   
   /* Line 189 of yacc.c  */
   #line 50 "parse.y"
   
 #define malloc(x) GC_malloc(x)  #define malloc(x) GC_malloc(x)
 #define realloc(x,y) GC_realloc(x,y)  #define realloc(x,y) GC_realloc(x,y)
 #define free(x) GC_free(x)  #define free(x) GC_free(x)
Line 37  extern int gdef,mgdef,ldef;
Line 89  extern int gdef,mgdef,ldef;
 extern SNODE parse_snode;  extern SNODE parse_snode;
 extern int main_parser, allow_create_var;  extern int main_parser, allow_create_var;
   
 int prresult;  int prresult,saveresult;
   
 static int ind;  static int ind;
 static FNODE t;  static FNODE t;
Line 46  static NODE2 a2;
Line 98  static NODE2 a2;
 static pointer val;  static pointer val;
 static QUOTE quote;  static QUOTE quote;
 extern jmp_buf env;  extern jmp_buf env;
   
   
   /* Line 189 of yacc.c  */
   #line 105 "y.tab.c"
   
   /* Enabling traces.  */
   #ifndef YYDEBUG
   # define YYDEBUG 0
   #endif
   
   /* Enabling verbose error messages.  */
   #ifdef YYERROR_VERBOSE
   # undef YYERROR_VERBOSE
   # define YYERROR_VERBOSE 1
   #else
   # define YYERROR_VERBOSE 0
   #endif
   
   /* Enabling the token table.  */
   #ifndef YYTOKEN_TABLE
   # define YYTOKEN_TABLE 0
   #endif
   
   
   /* Tokens.  */
   #ifndef YYTOKENTYPE
   # define YYTOKENTYPE
      /* Put the tokens into the symbol table, so that GDB and other debuggers
         know about them.  */
      enum yytokentype {
        STRUCT = 258,
        POINT = 259,
        NEWSTRUCT = 260,
        ANS = 261,
        FDEF = 262,
        PFDEF = 263,
        MODDEF = 264,
        MODEND = 265,
        GLOBAL = 266,
        MGLOBAL = 267,
        LOCAL = 268,
        LOCALF = 269,
        CMP = 270,
        OR = 271,
        AND = 272,
        CAR = 273,
        CDR = 274,
        QUOTED = 275,
        COLONCOLON = 276,
        DO = 277,
        WHILE = 278,
        FOR = 279,
        IF = 280,
        ELSE = 281,
        BREAK = 282,
        RETURN = 283,
        CONTINUE = 284,
        PARIF = 285,
        MAP = 286,
        RECMAP = 287,
        TIMER = 288,
        GF2NGEN = 289,
        GFPNGEN = 290,
        GFSNGEN = 291,
        GETOPT = 292,
        FOP_AND = 293,
        FOP_OR = 294,
        FOP_IMPL = 295,
        FOP_REPL = 296,
        FOP_EQUIV = 297,
        FOP_NOT = 298,
        LOP = 299,
        FORMULA = 300,
        UCASE = 301,
        LCASE = 302,
        STR = 303,
        SELF = 304,
        BOPASS = 305,
        PLUS = 306,
        MINUS = 307
      };
   #endif
   /* Tokens.  */
   #define STRUCT 258
   #define POINT 259
   #define NEWSTRUCT 260
   #define ANS 261
   #define FDEF 262
   #define PFDEF 263
   #define MODDEF 264
   #define MODEND 265
   #define GLOBAL 266
   #define MGLOBAL 267
   #define LOCAL 268
   #define LOCALF 269
   #define CMP 270
   #define OR 271
   #define AND 272
   #define CAR 273
   #define CDR 274
   #define QUOTED 275
   #define COLONCOLON 276
   #define DO 277
   #define WHILE 278
   #define FOR 279
   #define IF 280
   #define ELSE 281
   #define BREAK 282
   #define RETURN 283
   #define CONTINUE 284
   #define PARIF 285
   #define MAP 286
   #define RECMAP 287
   #define TIMER 288
   #define GF2NGEN 289
   #define GFPNGEN 290
   #define GFSNGEN 291
   #define GETOPT 292
   #define FOP_AND 293
   #define FOP_OR 294
   #define FOP_IMPL 295
   #define FOP_REPL 296
   #define FOP_EQUIV 297
   #define FOP_NOT 298
   #define LOP 299
   #define FORMULA 300
   #define UCASE 301
   #define LCASE 302
   #define STR 303
   #define SELF 304
   #define BOPASS 305
   #define PLUS 306
   #define MINUS 307
   
   
   
   
   #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
   typedef union YYSTYPE
   {
   
   /* Line 214 of yacc.c  */
 #line 83 "parse.y"  #line 83 "parse.y"
 typedef union {  
         FNODE f;          FNODE f;
         SNODE s;          SNODE s;
         NODE n;          NODE n;
         NODE2 n2;          NODE2 n2;
         int i;          int i;
         pointer p;          pointer p;
   
   
   
   /* Line 214 of yacc.c  */
   #line 256 "y.tab.c"
 } YYSTYPE;  } YYSTYPE;
 #line 59 "y.tab.c"  # define YYSTYPE_IS_TRIVIAL 1
 #define YYERRCODE 256  # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 #define STRUCT 257  # define YYSTYPE_IS_DECLARED 1
 #define POINT 258  #endif
 #define NEWSTRUCT 259  
 #define ANS 260  
 #define FDEF 261  /* Copy the second part of user declarations.  */
 #define PFDEF 262  
 #define MODDEF 263  
 #define MODEND 264  /* Line 264 of yacc.c  */
 #define GLOBAL 265  #line 268 "y.tab.c"
 #define MGLOBAL 266  
 #define LOCAL 267  #ifdef short
 #define LOCALF 268  # undef short
 #define CMP 269  #endif
 #define OR 270  
 #define AND 271  #ifdef YYTYPE_UINT8
 #define CAR 272  typedef YYTYPE_UINT8 yytype_uint8;
 #define CDR 273  #else
 #define QUOTED 274  typedef unsigned char yytype_uint8;
 #define COLONCOLON 275  #endif
 #define DO 276  
 #define WHILE 277  #ifdef YYTYPE_INT8
 #define FOR 278  typedef YYTYPE_INT8 yytype_int8;
 #define IF 279  #elif (defined __STDC__ || defined __C99__FUNC__ \
 #define ELSE 280       || defined __cplusplus || defined _MSC_VER)
 #define BREAK 281  typedef signed char yytype_int8;
 #define RETURN 282  #else
 #define CONTINUE 283  typedef short int yytype_int8;
 #define PARIF 284  #endif
 #define MAP 285  
 #define RECMAP 286  #ifdef YYTYPE_UINT16
 #define TIMER 287  typedef YYTYPE_UINT16 yytype_uint16;
 #define GF2NGEN 288  #else
 #define GFPNGEN 289  typedef unsigned short int yytype_uint16;
 #define GFSNGEN 290  #endif
 #define GETOPT 291  
 #define FOP_AND 292  #ifdef YYTYPE_INT16
 #define FOP_OR 293  typedef YYTYPE_INT16 yytype_int16;
 #define FOP_IMPL 294  #else
 #define FOP_REPL 295  typedef short int yytype_int16;
 #define FOP_EQUIV 296  #endif
 #define FOP_NOT 297  
 #define LOP 298  #ifndef YYSIZE_T
 #define FORMULA 299  # ifdef __SIZE_TYPE__
 #define UCASE 300  #  define YYSIZE_T __SIZE_TYPE__
 #define LCASE 301  # elif defined size_t
 #define STR 302  #  define YYSIZE_T size_t
 #define SELF 303  # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
 #define BOPASS 304       || defined __cplusplus || defined _MSC_VER)
 #define PLUS 305  #  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
 #define MINUS 306  #  define YYSIZE_T size_t
 const short yylhs[] = {                                        -1,  # else
     0,    6,   16,   17,    6,   18,   19,    6,   20,   21,  #  define YYSIZE_T unsigned int
     6,    6,    6,    6,    6,    6,    6,    6,    6,    6,  # endif
     6,    6,    6,    6,    6,    6,   22,   23,   24,    6,  #endif
     6,    6,    6,   15,   15,    1,    1,    7,   13,   13,  
    12,   12,   11,   11,    8,    8,    9,    9,   10,   10,  #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
    14,   14,    2,    2,    5,    4,    4,    4,    4,    4,  
     4,    4,    4,    4,    4,    4,    4,    4,    4,    4,  #ifndef YY_
     4,    4,    4,    4,    4,    4,    4,    4,    4,    3,  # if YYENABLE_NLS
     3,    3,    3,    3,    3,    3,    3,    3,    3,    3,  #  if ENABLE_NLS
     3,    3,    3,    3,    3,    3,    3,    3,    3,    3,  #   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
     3,    3,    3,    3,    3,    3,    3,    3,    3,    3,  #   define YY_(msgid) dgettext ("bison-runtime", msgid)
   #  endif
   # endif
   # ifndef YY_
   #  define YY_(msgid) msgid
   # endif
   #endif
   
   /* Suppress unused-variable warnings by "using" E.  */
   #if ! defined lint || defined __GNUC__
   # define YYUSE(e) ((void) (e))
   #else
   # define YYUSE(e) /* empty */
   #endif
   
   /* Identity function, used to suppress warnings about constant conditions.  */
   #ifndef lint
   # define YYID(n) (n)
   #else
   #if (defined __STDC__ || defined __C99__FUNC__ \
        || defined __cplusplus || defined _MSC_VER)
   static int
   YYID (int yyi)
   #else
   static int
   YYID (yyi)
       int yyi;
   #endif
   {
     return yyi;
   }
   #endif
   
   #if ! defined yyoverflow || YYERROR_VERBOSE
   
   /* The parser invokes alloca or malloc; define the necessary symbols.  */
   
   # ifdef YYSTACK_USE_ALLOCA
   #  if YYSTACK_USE_ALLOCA
   #   ifdef __GNUC__
   #    define YYSTACK_ALLOC __builtin_alloca
   #   elif defined __BUILTIN_VA_ARG_INCR
   #    include <alloca.h> /* INFRINGES ON USER NAME SPACE */
   #   elif defined _AIX
   #    define YYSTACK_ALLOC __alloca
   #   elif defined _MSC_VER
   #    include <malloc.h> /* INFRINGES ON USER NAME SPACE */
   #    define alloca _alloca
   #   else
   #    define YYSTACK_ALLOC alloca
   #    if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
        || defined __cplusplus || defined _MSC_VER)
   #     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
   #     ifndef _STDLIB_H
   #      define _STDLIB_H 1
   #     endif
   #    endif
   #   endif
   #  endif
   # endif
   
   # ifdef YYSTACK_ALLOC
      /* Pacify GCC's `empty if-body' warning.  */
   #  define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
   #  ifndef YYSTACK_ALLOC_MAXIMUM
       /* The OS might guarantee only one guard page at the bottom of the stack,
          and a page size can be as small as 4096 bytes.  So we cannot safely
          invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number
          to allow for a few compiler-allocated temporary stack slots.  */
   #   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
   #  endif
   # else
   #  define YYSTACK_ALLOC YYMALLOC
   #  define YYSTACK_FREE YYFREE
   #  ifndef YYSTACK_ALLOC_MAXIMUM
   #   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
   #  endif
   #  if (defined __cplusplus && ! defined _STDLIB_H \
          && ! ((defined YYMALLOC || defined malloc) \
                && (defined YYFREE || defined free)))
   #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
   #   ifndef _STDLIB_H
   #    define _STDLIB_H 1
   #   endif
   #  endif
   #  ifndef YYMALLOC
   #   define YYMALLOC malloc
   #   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
        || defined __cplusplus || defined _MSC_VER)
   void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
   #   endif
   #  endif
   #  ifndef YYFREE
   #   define YYFREE free
   #   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
        || defined __cplusplus || defined _MSC_VER)
   void free (void *); /* INFRINGES ON USER NAME SPACE */
   #   endif
   #  endif
   # endif
   #endif /* ! defined yyoverflow || YYERROR_VERBOSE */
   
   
   #if (! defined yyoverflow \
        && (! defined __cplusplus \
            || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
   
   /* A type that is properly aligned for any stack member.  */
   union yyalloc
   {
     yytype_int16 yyss_alloc;
     YYSTYPE yyvs_alloc;
 };  };
 const short yylen[] = {                                         2,  
     1,    1,    0,    0,    5,    0,    0,    5,    0,    0,  /* The size of the maximum gap between one aligned stack and the next.  */
     5,    3,    6,    2,    1,    2,    2,    2,    3,    5,  # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
     7,    9,    5,    7,    8,    6,    0,    0,    0,   12,  
     3,    2,    2,    1,    1,    0,    1,    3,    1,    3,  /* The size of an array large to enough to hold all stacks, each with
     1,    3,    1,    3,    0,    2,    0,    1,    1,    3,     N elements.  */
     1,    3,    1,    1,    3,    1,    1,    1,    1,    1,  # define YYSTACK_BYTES(N) \
     1,    1,    4,    6,    6,    6,    7,    4,    3,    8,       ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
     4,    6,    7,    4,    4,    3,    1,    4,    3,    1,        + YYSTACK_GAP_MAXIMUM)
     5,    3,    3,    2,    2,    3,    2,    2,    3,    3,  
     3,    3,    3,    3,    3,    2,    3,    3,    2,    3,  /* Copy COUNT objects from FROM to TO.  The source and destination do
     3,    3,    3,    3,    3,    5,    3,    4,    4,    2,     not overlap.  */
   # ifndef YYCOPY
   #  if defined __GNUC__ && 1 < __GNUC__
   #   define YYCOPY(To, From, Count) \
         __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
   #  else
   #   define YYCOPY(To, From, Count)              \
         do                                        \
           {                                       \
             YYSIZE_T yyi;                         \
             for (yyi = 0; yyi < (Count); yyi++)   \
               (To)[yyi] = (From)[yyi];            \
           }                                       \
         while (YYID (0))
   #  endif
   # endif
   
   /* Relocate STACK from its old location to the new one.  The
      local variables YYSIZE and YYSTACKSIZE give the old and new number of
      elements in the stack, and YYPTR gives the new location of the
      stack.  Advance YYPTR to a properly aligned location for the next
      stack.  */
   # define YYSTACK_RELOCATE(Stack_alloc, Stack)                           \
       do                                                                  \
         {                                                                 \
           YYSIZE_T yynewbytes;                                            \
           YYCOPY (&yyptr->Stack_alloc, Stack, yysize);                    \
           Stack = &yyptr->Stack_alloc;                                    \
           yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
           yyptr += yynewbytes / sizeof (*yyptr);                          \
         }                                                                 \
       while (YYID (0))
   
   #endif
   
   /* YYFINAL -- State number of the termination state.  */
   #define YYFINAL  101
   /* YYLAST -- Last index in YYTABLE.  */
   #define YYLAST   1284
   
   /* YYNTOKENS -- Number of terminals.  */
   #define YYNTOKENS  77
   /* YYNNTS -- Number of nonterminals.  */
   #define YYNNTS  26
   /* YYNRULES -- Number of rules.  */
   #define YYNRULES  114
   /* YYNRULES -- Number of states.  */
   #define YYNSTATES  283
   
   /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
   #define YYUNDEFTOK  2
   #define YYMAXUTOK   307
   
   #define YYTRANSLATE(YYX)                                                \
     ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
   
   /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
   static const yytype_uint8 yytranslate[] =
   {
          0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,    64,     2,     2,    70,    56,    61,     2,
         67,    68,    53,    51,    71,    52,     2,    54,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,    59,    69,
         75,    57,    76,    58,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,    73,     2,    74,    55,     2,    60,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,    65,    72,    66,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
          2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
          5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
         15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
         25,    26,    27,    28,    29,    30,    31,    32,    33,    34,
         35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
         45,    46,    47,    48,    49,    50,    62,    63
 };  };
 const short yydefred[] = {                                      0,  
     0,    0,    0,   58,    0,    0,    0,    0,    3,    6,  #if YYDEBUG
     9,    0,    0,    0,    0,    0,    0,    0,    0,    0,  /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
     0,    0,    0,    0,    0,    0,   59,   60,   61,    0,     YYRHS.  */
     0,   57,   77,    0,   56,    0,    0,    0,    0,    0,  static const yytype_uint16 yyprhs[] =
    45,    0,   34,   35,    0,    0,    0,    0,    0,    1,  {
    15,    2,   33,   53,   54,    0,    0,   27,    0,    0,         0,     0,     3,     5,     7,     8,     9,    15,    16,    17,
    32,    0,    0,    0,   41,    0,    0,    0,    0,    0,        23,    24,    25,    31,    35,    42,    45,    47,    50,    53,
     0,    0,    0,   16,    0,    0,   18,   17,    0,    0,        56,    60,    66,    74,    84,    90,    98,   107,   114,   115,
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,       116,   117,   130,   134,   137,   140,   142,   144,   145,   147,
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,       151,   153,   157,   159,   163,   165,   169,   170,   173,   174,
     0,    0,    0,    0,    0,    0,    0,    0,   84,    0,       176,   178,   182,   184,   188,   190,   192,   196,   198,   200,
     0,    0,    0,    0,    0,    0,    0,    0,   14,    0,       202,   204,   206,   208,   210,   215,   222,   229,   236,   244,
     0,    0,    0,    0,    0,   31,   43,    0,    0,    0,       249,   253,   262,   267,   274,   282,   292,   297,   302,   307,
     0,   12,    0,    0,    0,    0,    0,    0,    0,    0,       311,   313,   318,   322,   324,   330,   334,   338,   341,   344,
    19,    0,    0,    0,    0,   69,    0,    0,    0,   38,       348,   351,   354,   358,   362,   366,   370,   374,   378,   382,
    46,    0,    0,   76,   86,    0,  107,    0,    0,    0,       385,   389,   393,   396,   400,   404,   408,   412,   416,   420,
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,       426,   430,   435,   440,   446
     0,    0,    0,    0,    0,   79,    0,   39,    0,  108,  
    28,    0,    0,    0,    0,    0,   42,   74,   75,  109,  
     0,    0,    0,    0,    0,   71,    0,    0,    0,    0,  
    68,    0,    0,    0,    0,    0,    0,    0,   78,    0,  
     0,    0,    0,   44,    5,    8,   11,    0,   23,    0,  
     0,   63,    0,    0,    0,    0,    0,    0,    0,   51,  
     0,    0,    0,    0,    0,   13,   40,   29,   26,    0,  
     0,    0,   72,   65,   66,    0,    0,    0,    0,   64,  
     0,    0,    0,   24,    0,   21,    0,   67,    0,    0,  
    52,   73,    0,    0,   70,   25,   37,    0,   22,   45,  
     0,   30,  
 };  };
 const short yydgoto[] = {                                      47,  
   268,  229,   96,   49,  230,  151,   51,   92,   97,   98,  /* YYRHS -- A `-1'-separated list of the rules' RHS.  */
   128,   66,  179,  231,   52,   62,  184,   63,  185,   64,  static const yytype_int8 yyrhs[] =
   186,  124,  212,  253,  {
         78,     0,    -1,    79,    -1,    89,    -1,    -1,    -1,    11,
         80,    94,    81,    89,    -1,    -1,    -1,    12,    82,    94,
         83,    89,    -1,    -1,    -1,    13,    84,    94,    85,    89,
         -1,    14,    93,    89,    -1,     3,    99,    65,    92,    66,
         89,    -1,   102,    89,    -1,    91,    -1,    27,    89,    -1,
         29,    89,    -1,    28,    89,    -1,    28,   102,    89,    -1,
         25,    67,    96,    68,    79,    -1,    25,    67,    96,    68,
         79,    26,    79,    -1,    24,    67,    96,    69,    96,    69,
         96,    68,    79,    -1,    23,    67,    96,    68,    79,    -1,
         22,    79,    23,    67,    96,    68,    89,    -1,    47,    67,
         96,    68,    59,    57,   102,    89,    -1,     8,    47,    67,
         96,    68,    89,    -1,    -1,    -1,    -1,     7,    47,    86,
         67,    87,    96,    88,    68,    90,    65,    95,    66,    -1,
          9,    47,    89,    -1,    10,    89,    -1,     1,    89,    -1,
         69,    -1,    70,    -1,    -1,    48,    -1,    65,    95,    66,
         -1,    99,    -1,    92,    71,    99,    -1,    47,    -1,    93,
         71,    47,    -1,    46,    -1,    94,    71,    46,    -1,    -1,
         95,    79,    -1,    -1,    97,    -1,   102,    -1,    97,    71,
        102,    -1,   100,    -1,    98,    71,   100,    -1,    46,    -1,
         47,    -1,    99,    57,   102,    -1,    48,    -1,    45,    -1,
          6,    -1,    34,    -1,    35,    -1,    36,    -1,    47,    -1,
         47,    67,    96,    68,    -1,    47,    67,    96,    72,    98,
         68,    -1,    31,    67,    47,    71,    96,    68,    -1,    32,
         67,    47,    71,    96,    68,    -1,    47,    65,    96,    66,
         67,    96,    68,    -1,    37,    67,    99,    68,    -1,    37,
         67,    68,    -1,    33,    67,   102,    71,   102,    71,   102,
         68,    -1,    30,    67,    47,    68,    -1,    30,    67,    47,
         71,    96,    68,    -1,    67,    53,   102,    68,    67,    96,
         68,    -1,    67,    53,   102,    68,    67,    96,    72,    98,
         68,    -1,    46,    67,    96,    68,    -1,    18,    67,   102,
         68,    -1,    19,    67,   102,    68,    -1,    67,   102,    68,
         -1,    46,    -1,   101,    73,   102,    74,    -1,   101,     4,
         99,    -1,   101,    -1,    67,     3,    99,    68,   101,    -1,
        102,    57,   102,    -1,   102,    50,   102,    -1,   102,    49,
         -1,    49,   102,    -1,    73,    96,    74,    -1,    51,   102,
         -1,    52,   102,    -1,   102,    51,   102,    -1,   102,    52,
        102,    -1,   102,    53,   102,    -1,   102,    54,   102,    -1,
        102,    56,   102,    -1,   102,    55,   102,    -1,   102,    15,
        102,    -1,    64,   102,    -1,   102,    16,   102,    -1,   102,
         17,   102,    -1,    43,   102,    -1,   102,    38,   102,    -1,
        102,    39,   102,    -1,   102,    40,   102,    -1,   102,    41,
        102,    -1,   102,    42,   102,    -1,   102,    44,   102,    -1,
        102,    58,   102,    59,   102,    -1,    75,    96,    76,    -1,
          5,    67,    99,    68,    -1,    20,    67,   102,    68,    -1,
         73,    96,    72,   102,    74,    -1,    60,   102,    -1
 };  };
 const short yysindex[] = {                                    377,  
   -28, -273,  -33,    0, -289, -287, -280,  -28,    0,    0,  /* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
     0, -278,  -11,   -1,    3,  377,   16,   23,   25,  -28,  static const yytype_uint16 yyrline[] =
   412,  -28,   37,   39,   40,   41,    0,    0,    0,   42,  {
   720,    0,    0,  -37,    0,  720,  720,  720,  720,  720,         0,   130,   130,   139,   141,   141,   141,   143,   143,   143,
     0,  434,    0,    0,  720,  720,    0, 1868,  -89,    0,       145,   145,   145,   147,   149,   151,   153,   155,   157,   159,
     0,    0,    0,    0,    0,  -90, -273,    0,   44,  -28,       161,   163,   165,   167,   169,   171,   173,   175,   177,   177,
     0, -226, -226, -226,    0,  -27,  720,  720,  720, -183,       177,   177,   183,   189,   191,   194,   196,   200,   201,   204,
   720,  720,  720,    0,  -34, 1868,    0,    0, -197, -194,       207,   209,   212,   214,   217,   219,   223,   224,   228,   229,
  -182,  720,   10,  476,  720,  720, -185,   17,   17,  476,       232,   234,   237,   239,   242,   244,   247,   250,   252,   254,
  -185,  276, -273,  720, 1999, 2350,   27,   77,   60,  720,       256,   258,   260,   262,   283,   290,   297,   303,   309,   314,
   720,  720,  720,  720,  720,  720,  720,  720,    0,  720,       318,   322,   326,   333,   340,   344,   349,   363,   365,   367,
   720,  720,  720,  720,  720,  720,  720,  720,    0, -273,       369,   382,   392,   395,   397,   399,   401,   403,   405,   407,
   720, -273,   82,   85,  720,    0,    0,   84,   84,   84,       409,   411,   413,   415,   417,   419,   421,   423,   425,   427,
  -172,    0, 2014, 2057, 2087,   96,  100,   78,  108,  720,       429,   431,   433,   435,   437,   439,   441,   443,   445,   447,
     0,  -19,   98,  113, 2132,    0,  119,   36,  -25,    0,       449,   451,   453,   455,   457
     0,  121, 2145,    0,    0,  720,    0,   -7,  147,  101,  
   156, 1374, 2507, 2363, 2074,  -32, 2350,   17,   17,  -94,  
   -94,  -94,  -94, 2350, 2193,    0, 2277,    0,  -40,    0,  
     0,  122, -136,  -28,  -28,  -28,    0,    0,    0,    0,  
   720,  377,  720,  377,  -23,    0,  720,  720,  720,  720,  
     0,  125,  109, -273,  642,  126, 2350,  720,    0,  -28,  
  -273,  720,  -28,    0,    0,    0,    0,  127,    0,  111,  
  -107,    0,  133,  134,  135, 2235,  720,  116,  124,    0,  
    11,  699,  -89,  720, 2471,    0,    0,    0,    0,  -28,  
   720,  377,    0,    0,    0,  720,  145,  720,  720,    0,  
  -273,  146,  150,    0,  159,    0, 2409,    0, 1868, 2350,  
     0,    0, -122,  377,    0,    0,    0,   65,    0,    0,  
   328,    0,  
 };  };
 const short yyrindex[] = {                                      0,  #endif
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
     0,    0,    0, 1517,    0,    0,    0,    0,    0,    0,     First, the terminals, then, starting at YYNTOKENS, nonterminals.  */
     0,    0,    0,    0,  104,  140,    0,    0,  793,    0,  static const char *const yytname[] =
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  {
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    "$end", "error", "$undefined", "STRUCT", "POINT", "NEWSTRUCT", "ANS",
   163,  148,  163,    0,  756,    0,    0,    0,    0,    0,    "FDEF", "PFDEF", "MODDEF", "MODEND", "GLOBAL", "MGLOBAL", "LOCAL",
     0,    0,    0,  371,   80,  -21, 1094, 1554, 1590,  422,    "LOCALF", "CMP", "OR", "AND", "CAR", "CDR", "QUOTED", "COLONCOLON", "DO",
  1131,    0,    0,    0,    0,   34,    0,    7,    0,    0,    "WHILE", "FOR", "IF", "ELSE", "BREAK", "RETURN", "CONTINUE", "PARIF",
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    "MAP", "RECMAP", "TIMER", "GF2NGEN", "GFPNGEN", "GFSNGEN", "GETOPT",
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    "FOP_AND", "FOP_OR", "FOP_IMPL", "FOP_REPL", "FOP_EQUIV", "FOP_NOT",
     0,    0,    0,    0,  163,    0,    0,  -17,  -12,  -10,    "LOP", "FORMULA", "UCASE", "LCASE", "STR", "SELF", "BOPASS", "'+'",
     0,    0,    0,    0,    0,    0,    0,    0,    0,  -21,    "'-'", "'*'", "'/'", "'^'", "'%'", "'='", "'?'", "':'", "'`'", "'&'",
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    "PLUS", "MINUS", "'!'", "'{'", "'}'", "'('", "')'", "';'", "'$'", "','",
     0,    0,    0,    0,    0,    0,    0, 1778, 1929,   47,    "'|'", "'['", "']'", "'<'", "'>'", "$accept", "start", "stat", "$@1",
  1971,   54, 1681, 1289,    9,  904, 1036, 1626, 1665, 1168,    "$@2", "$@3", "$@4", "$@5", "$@6", "$@7", "$@8", "$@9", "tail", "desc",
  1204, 1242, 1279, 1392,    0,    0,    0,    0,    0,    0,    "complex", "members", "vars", "pvars", "stats", "node", "_node",
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    "optlist", "rawstr", "opt", "pexpr", "expr", 0
   163,    0,  148,    0,    0,    0,  163,  163,  163,    0,  
     0,    0, 1710,    0,    0,    0,  458,    0,    0,    0,  
     0,  163,    0,    0,    0,    0,    0,    0,    0,    0,  
     1,    0,    0,    0,    0,    0,  163,    0,    0,    0,  
     0,    0,  830,  163, 1317,    0,    0,    0,    0,    0,  
   163,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,   32,  
     0,    0,   87,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,  
 };  };
 const short yygindex[] = {                                      0,  #endif
     0,  856,  114,    6,  -39,  139,    0,  -57, 2604,    0,  
    -6,    0,    0,    0, 2575,    0,    0,    0,    0,    0,  # ifdef YYPRINT
     0,    0,    0,    0,  /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
      token YYLEX-NUM.  */
   static const yytype_uint16 yytoknum[] =
   {
          0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
        265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
        275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
        285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
        295,   296,   297,   298,   299,   300,   301,   302,   303,   304,
        305,    43,    45,    42,    47,    94,    37,    61,    63,    58,
         96,    38,   306,   307,    33,   123,   125,    40,    41,    59,
         36,    44,   124,    91,    93,    60,    62
 };  };
 #define YYTABLESIZE 2845  # endif
 const short yytable[] = {                                     115,  
    20,  121,   86,  211,  116,  140,   57,   44,   44,  113,  /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
   111,   58,  112,   59,  114,  203,  131,  222,    4,   47,  static const yytype_uint8 yyr1[] =
    60,  196,   65,    7,  197,   10,   54,   55,   67,  116,  {
    43,   43,  122,   20,  113,  111,   20,  112,   68,  114,         0,    77,    78,    79,    80,    81,    79,    82,    83,    79,
    20,    4,   69,   20,  104,   20,    7,   48,   10,  104,        84,    85,    79,    79,    79,    79,    79,    79,    79,    79,
   146,  250,  104,  116,  251,   71,  129,  130,  113,   20,        79,    79,    79,    79,    79,    79,    79,    79,    86,    87,
    20,  115,   72,  114,   73,   48,  104,  104,   48,  104,        88,    79,    79,    79,    79,    89,    89,    90,    90,    91,
   104,  104,   55,  127,   49,   55,   79,   49,   80,   81,        92,    92,    93,    93,    94,    94,    95,    95,    96,    96,
    82,   83,   98,  125,  210,   85,  115,   98,   85,  101,        97,    97,    98,    98,    99,    99,   100,   101,   101,   101,
    98,   20,   49,  136,  101,   49,   20,  101,  204,   48,       101,   101,   101,   101,   101,   101,   101,   101,   101,   101,
   204,  104,   47,  142,   98,   98,  143,   98,   98,   98,       101,   101,   101,   101,   101,   101,   101,   101,   101,   101,
   115,  101,  101,   48,  101,  101,  101,  109,  144,  155,       101,   101,   101,   102,   102,   102,   102,   102,   102,   102,
   156,  157,  180,   20,  181,   20,   49,  183,  187,   48,       102,   102,   102,   102,   102,   102,   102,   102,   102,   102,
    48,   48,  104,  104,   76,  191,  193,  116,   50,   98,       102,   102,   102,   102,   102,   102,   102,   102,   102,   102,
   192,  198,  113,  111,   84,  112,  101,  114,  194,   87,       102,   102,   102,   102,   102
    88,   89,   90,   91,   70,   95,  199,   49,   49,  201,  
   202,  205,  213,  214,  227,  234,  228,  240,  120,  241,  
    98,   98,  242,  243,  244,  245,  248,  101,  101,  267,  
   133,  134,  135,  116,  249,  258,  262,  270,  113,  111,  
   263,  112,  116,  114,  115,  145,   47,  113,  111,  264,  
   112,   47,  114,   47,   47,   48,   47,  153,  109,   36,  
   233,  261,  271,  158,  159,  160,  161,  162,  163,  164,  
   165,  166,    0,  167,  168,  169,  170,  171,  172,  173,  
   174,  175,    0,    0,  177,    0,  100,  101,  102,    0,  
   115,    0,    0,    0,    0,    0,    0,    0,    0,  115,  
     0,    0,    0,    0,    0,    0,   20,   20,    0,   20,  
    20,   20,   20,   20,   20,   20,   20,   20,   20,  207,  
   109,    0,   20,   20,   20,    0,   20,   20,   20,   20,  
     0,   20,   20,   20,   20,   20,   20,   20,   20,   20,  
    20,   20,    0,    0,    0,  109,    0,   20,    0,   20,  
    20,   20,   20,   20,  104,   48,    0,   48,   40,   54,  
    55,   44,  104,  226,    0,   42,   98,   98,   37,  109,  
    38,  235,    0,    0,    0,    0,    0,    0,    0,    0,  
   219,    0,  221,    0,   43,   46,    0,    0,   98,   98,  
    98,   98,   98,    0,   98,   95,  101,  101,  101,  101,  
    98,    0,    0,    0,    0,   48,    0,  101,    0,  257,  
    40,  259,  260,   44,    0,    0,   45,   42,    0,  100,  
    37,   39,   38,    0,    0,    0,    0,   48,    0,    0,  
   256,    0,    0,    0,   48,    0,   43,   46,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,   41,    0,  
   150,    0,  269,  109,    0,    0,   99,    0,    0,   40,  
     0,   99,   44,    0,   99,  100,   42,  102,   45,   37,  
     0,   38,    0,   39,  100,  101,  102,    0,   99,   99,  
     0,   99,   99,   99,    0,   43,   46,    0,    0,    0,  
     0,    0,    0,    0,   40,    0,    0,   44,    0,  109,  
    41,   42,  272,  108,   37,    0,   38,  110,  109,    0,  
     0,    0,  110,   99,    0,  110,   40,   45,    0,    0,  
    43,   46,   39,   42,    0,   94,   37,    0,   38,  110,  
   110,    0,  110,  110,  110,    0,    0,    0,    0,    0,  
     0,    0,    0,   46,   99,   99,    0,    0,   50,   41,  
     0,   50,   45,    0,    0,    0,    0,   39,    0,    0,  
     0,    0,  116,    0,  110,    0,   50,  113,  111,   50,  
   112,    0,  114,    0,   45,    0,    0,    0,    0,   39,  
     0,    1,    2,    0,    3,    4,    5,    6,    7,    8,  
     9,   10,   11,   12,    0,  110,  110,   13,   14,   15,  
    50,   16,   17,   18,   19,    0,   20,   21,   22,   23,  
    24,   25,   26,   27,   28,   29,   30,    0,    0,  115,  
     0,    0,   31,    0,   32,   33,   34,   35,   36,    0,  
     0,   50,   50,    1,    2,    0,    3,    4,    5,    6,  
     7,    8,    9,   10,   11,   12,    0,    0,    0,   13,  
    14,   15,    0,   16,   17,   18,   19,    0,   20,   21,  
    22,   23,   24,   25,   26,   27,   28,   29,   30,    0,  
     0,    0,    0,    0,   31,    0,   32,   33,   34,   35,  
    36,    0,    1,    2,    0,    3,    4,    5,    6,    7,  
     8,    9,   10,   11,   12,    0,    0,    0,   13,   14,  
    15,    0,   16,   17,   18,   19,    0,   20,   21,   22,  
    23,   24,   25,   26,   27,   28,   29,   30,    0,    0,  
     3,    4,    0,   31,   99,   32,   33,   34,   35,   36,  
     0,  232,    0,   13,   14,   15,    0,    0,    0,    0,  
    93,    0,    3,    4,    0,   23,   24,   25,   26,   27,  
    28,   29,   30,    0,    0,   13,   14,   15,   31,    0,  
    32,   33,   75,   35,   36,    0,    0,   23,   24,   25,  
    26,   27,   28,   29,   30,  110,    0,    0,    0,    0,  
    31,   40,   32,   33,   75,   35,   36,    0,   42,    0,  
    94,   37,    0,   38,  100,  101,  102,    0,    0,    0,  
     0,    0,   40,    0,    0,    0,    0,    0,   46,   42,  
     0,    0,   37,    0,   38,    0,    0,  103,  104,  105,  
   106,  107,    0,  108,    0,    0,    0,    0,  109,   46,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,   45,  
     0,   62,   62,    0,   39,    0,   62,   62,   62,   62,  
    62,    0,   62,    0,    0,    0,    0,    0,    0,    0,  
    45,    0,    0,   62,   62,   39,   62,   62,   62,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,   80,   80,  
     0,    0,    0,   80,   80,   80,   80,   80,    0,   80,  
     0,    0,    0,    0,    0,    0,   62,    0,   62,   62,  
    80,   80,    0,   80,   80,   80,    0,   56,    0,    0,  
     0,    0,    0,    0,    0,   81,   81,    0,    0,    0,  
    81,   81,   81,   81,   81,    0,   81,    0,    0,   62,  
    62,    0,    0,    0,    0,   80,   80,   81,   81,    0,  
    81,   81,   81,    0,    0,    0,    0,    0,    0,    0,  
     0,    4,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,  123,   13,   14,    0,   80,   80,    0,    0,  
     0,    0,   81,   81,    0,   23,   24,   25,   26,   27,  
    28,   29,   30,    0,    0,    0,    0,    0,  147,  105,  
    32,   33,   75,   35,  105,    0,    0,  105,  152,    0,  
     0,    0,    0,   81,   81,    0,    0,    3,    4,    0,  
     0,  105,  105,    0,  105,  105,  105,    0,    0,    0,  
    13,   14,   15,    0,    0,  176,    0,  178,    3,    4,  
     0,    0,   23,   24,   25,   26,   27,   28,   29,   30,  
     0,   13,   14,   15,    0,   31,  105,   32,   33,   75,  
    35,   36,    0,   23,   24,   25,   26,   27,   28,   29,  
    30,    0,    0,   62,    0,    0,   31,    0,   32,   33,  
    75,   35,   36,    0,   62,   62,   62,  105,  105,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,   62,   62,   62,  
    62,   62,    0,   62,    0,    0,    0,    0,   62,   62,  
     0,   80,   80,   80,    0,    0,  237,    0,    0,    0,  
     0,   83,    0,    0,    0,    0,   83,    0,    0,   83,  
     0,    0,    0,    0,   80,   80,   80,   80,   80,    0,  
    80,    0,    0,   83,   83,   80,   80,   83,   81,   81,  
    81,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,   81,   81,   81,   81,   81,    0,   81,   83,   85,  
    85,    0,   81,   81,   85,   85,   85,   85,   85,    0,  
    85,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,   85,   85,    0,   85,   85,   85,    0,    0,   83,  
    83,    0,    0,    0,    0,    0,   96,   96,    0,    0,  
     0,   96,   96,   96,   96,   96,    0,   96,    0,    0,  
     0,    0,    0,    0,    0,    0,   85,   85,   96,   96,  
     0,   96,   96,   96,    0,  105,  105,  105,  105,  105,  
     0,  105,    0,   91,   91,    0,    0,  105,   91,   91,  
    91,   91,   91,    0,   91,    0,    0,   85,   85,    0,  
     0,    0,    0,   96,   96,   91,   91,    0,   91,   91,  
    91,    0,    0,    0,    0,    0,    0,    0,    0,   92,  
    92,    0,    0,    0,   92,   92,   92,   92,   92,    0,  
    92,    0,    0,    0,   96,   96,    0,    0,    0,    0,  
    91,   92,   92,    0,   92,   92,   92,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,   94,   94,    0,  
     0,    0,   94,   94,   94,   94,   94,    0,   94,    0,  
     0,   91,   91,    0,    0,    0,   92,    0,    0,   94,  
    94,    0,   94,   94,   94,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,   93,   93,    0,    0,    0,   93,  
    93,   93,   93,   93,  103,   93,    0,   92,   92,  103,  
     0,    0,  103,    0,   94,    0,   93,   93,    0,   93,  
    93,   93,    0,    0,    0,    0,  103,  103,    0,  103,  
   103,  103,  106,    0,    0,    0,    0,  106,    0,    0,  
   106,    0,   85,   85,   85,   94,   94,    0,    0,    0,  
     0,   93,    0,    0,  106,  106,    0,  106,  106,    0,  
     0,  103,    0,    0,    0,   85,   85,   85,   85,   85,  
     0,   85,    0,    0,    0,    0,    0,   85,    0,   96,  
    96,   96,   93,   93,    0,    0,    0,    0,    0,  106,  
   116,    0,  103,  103,    0,  113,  111,    0,  112,    0,  
   114,    0,   96,   96,   96,   96,   96,   82,   96,    0,  
     0,    0,   82,    0,   96,   82,   91,   91,   91,    0,  
   106,  106,    0,    0,    0,    0,    0,    0,    0,   82,  
    82,    0,    0,   82,    0,    0,    0,    0,    0,   91,  
    91,   91,   91,   91,    0,   91,    0,  115,    0,    0,  
     0,   91,   92,   92,   92,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,   82,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,   92,   92,   92,   92,   92,  
     0,   92,    0,    0,    0,    0,    0,   92,    0,    0,  
    94,   94,   94,    0,    0,   82,   82,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,   94,   94,   94,   94,   94,    0,   94,  
     0,    0,    0,    0,    0,   94,    0,   93,   93,   93,  
     0,    0,   62,   62,    0,    0,    0,    0,   62,   62,  
     0,   62,    0,   62,    0,    0,    0,    0,    0,    0,  
    93,   93,   93,   93,   93,   62,   93,   62,    0,   62,  
     0,    0,   93,  103,  103,    0,    0,    0,    0,   87,  
     0,    0,  103,    0,   87,    0,   87,   87,   87,    0,  
     0,    0,    0,    0,    0,    0,    0,   62,    0,    0,  
    62,   87,   87,    0,   87,   87,   87,    0,    0,    0,  
   106,    0,    0,    0,    0,   88,    0,    0,    0,    0,  
    88,    0,   88,   88,   88,    0,    0,    0,    0,    0,  
     0,    0,  100,  101,  102,    0,   87,   88,   88,    0,  
    88,   88,   88,    0,    0,    0,    0,    0,    0,    0,  
     0,   89,    0,    0,    0,  103,   89,    0,   89,   89,  
    89,  108,    0,    0,    0,    0,  109,   87,   87,    0,  
     0,    0,   88,   89,   89,    0,   89,   89,   89,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
    90,    0,    0,    0,    0,   90,    0,   90,   90,   90,  
     0,    0,    0,   88,   88,    0,  102,    0,   89,    0,  
     0,  102,   90,   90,  102,   90,   90,   90,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,  102,  102,  
     0,  102,  102,  102,    0,   63,   63,    0,    0,   89,  
    89,   63,   63,    0,   63,    0,   63,   90,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,   63,    0,  
    63,    0,   63,  102,   62,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,   62,   62,   62,   90,   90,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
    63,    0,    0,   63,  102,  102,    0,    0,   62,   62,  
    62,   62,   62,   95,   62,    0,    0,    0,   95,   62,  
    62,   95,   87,   87,   87,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,   95,   95,    0,   95,   95,  
    95,    0,    0,    0,    0,   87,   87,   87,   87,   87,  
     0,   87,    0,    0,    0,    0,    0,   87,   88,   88,  
    88,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
    95,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,   88,   88,   88,   88,   88,    0,   88,    0,    0,  
     0,    0,    0,   88,   89,   89,   89,    0,    0,    0,  
     0,   95,   95,   44,  116,    0,    0,    0,    0,  113,  
   111,    0,  112,    0,  114,    0,    0,   89,   89,   89,  
    89,   89,    0,   89,    0,    0,   43,    0,  117,   89,  
   118,    0,    0,   90,   90,   90,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,   90,   90,   90,   90,  
    90,  115,   90,    0,   97,    0,    0,   63,   90,   97,  
     0,    0,   97,    0,  102,  102,  102,    0,   63,   63,  
    63,    0,    0,    0,  102,    0,   97,   97,    0,   97,  
    97,   97,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,   63,   63,   63,   63,   63,  100,   63,    0,    0,  
     0,  100,   63,   63,  100,    0,    0,    0,    0,    0,  
     0,   97,    0,    0,    0,    0,    0,    0,  100,  100,  
     0,  100,  100,  100,    0,  116,    0,    0,    0,  154,  
   113,  111,    0,  112,    0,  114,   95,   95,   95,    0,  
   116,    0,   97,   97,  188,  113,  111,    0,  112,  117,  
   114,  118,    0,  100,    0,    0,    0,    0,    0,   95,  
    95,   95,   95,   95,  117,   95,  118,    0,    0,    0,  
     0,   95,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,  115,  116,  100,  100,    0,  189,  113,  111,  
     0,  112,    0,  114,    0,    0,    0,  115,    0,    0,  
   116,    0,    0,    0,    0,  113,  111,  117,  112,  118,  
   114,    0,    0,  116,    0,    0,    0,  190,  113,  111,  
     0,  112,    0,  114,    0,    0,  100,  101,  102,    0,  
     0,    0,    0,    0,    0,    0,    0,  117,    0,  118,  
   115,    0,    0,    0,    0,    0,    0,    0,    0,  103,  
   104,  105,  106,  107,    0,  108,    0,  115,  116,    0,  
   109,  110,    0,  113,  111,  200,  112,    0,  114,    0,  
   115,  116,    0,    0,    0,  206,  113,  111,    0,  112,  
     0,  114,  117,    0,  118,    0,    0,    0,   97,    0,  
     0,    0,    0,    0,    0,  117,    0,  118,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
    97,   97,   97,   97,   97,  115,   97,    0,    0,  116,  
     0,    0,   97,    0,  113,  111,    0,  112,  115,  114,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
   208,    0,    0,  117,    0,  118,    0,    0,    0,    0,  
     0,    0,  100,  100,  100,  100,  100,  100,  101,  102,  
     0,  116,    0,    0,  100,    0,  113,  111,  246,  112,  
     0,  114,  100,  101,  102,    0,  115,    0,    0,    0,  
   103,  104,  105,  106,  107,  117,  108,  118,    0,    0,  
     0,  109,  110,    0,    0,  103,  104,  105,  106,  107,  
     0,  108,    0,  116,    0,    0,  109,  110,  113,  111,  
     0,  112,    0,  114,    0,  100,  101,  102,  115,    0,  
     0,    0,    0,    0,    0,    0,    0,  117,    0,  118,  
     0,    0,  100,  101,  102,    0,    0,    0,  103,  104,  
   105,  106,  107,    0,  108,  100,  101,  102,    0,  109,  
   110,    0,    0,    0,    0,  103,  104,  105,  106,  209,  
   115,  108,    0,    0,    0,    0,  109,    0,  103,  104,  
   105,  106,  107,    0,  108,    0,  116,    0,    0,  109,  
   110,  113,  111,    0,  112,    0,  114,    0,    0,  116,  
   100,  101,  102,    0,  113,  111,    0,  112,    0,  114,  
   117,    0,  118,  100,  101,  102,    0,    0,    0,    0,  
     0,    0,    0,  103,  104,  105,  106,  107,    0,  108,  
     0,    0,    0,    0,  109,  110,  103,  104,  105,  106,  
   107,    0,  108,  115,    0,  116,    0,  109,  110,  265,  
   113,  111,    0,  112,    0,  114,  115,    0,    0,    0,  
     0,  100,  101,  102,    0,    0,    0,    0,    0,  117,  
     0,  118,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,  103,  104,  105,  106,  107,    0,  
   108,    0,    0,    0,    0,  109,  110,    0,    0,    0,  
     0,    0,  115,  100,  101,  102,    0,  116,    0,    0,  
     0,    0,  113,  111,    0,  112,    0,  114,    0,    0,  
     0,    0,    0,    0,    0,    0,  103,  104,  105,  106,  
   107,    0,  108,  118,    0,    0,    0,  109,  110,    0,  
     0,    0,    0,  116,    0,  100,  101,  102,  113,  111,  
     0,  112,    0,  114,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,  115,    0,    0,    0,  103,  104,  
   105,  106,  107,    0,  108,   53,    0,    0,    0,  109,  
   110,    0,   61,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,   74,   77,   78,    0,    0,    0,  
   115,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,  100,  101,  
   102,    0,  119,    0,    0,    0,    0,    0,    0,    0,  
     0,  100,  101,  102,  126,    0,    0,    0,    0,    0,  
   132,  103,  104,  105,  106,  107,    0,  108,    0,   99,  
   141,    0,  109,  110,  103,  104,  105,    0,    0,    0,  
   108,    0,    0,    0,    0,  109,    0,    0,    0,    0,  
     0,    0,    0,    0,  137,  138,  139,  100,  101,  102,  
     0,    0,    0,    0,    0,    0,    0,    0,  148,  149,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
   103,  104,  105,  106,  107,    0,  108,    0,    0,    0,  
     0,  109,  110,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,  182,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,  100,  
   101,  102,    0,  195,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,  215,  216,  
   217,    0,  103,  104,  105,  106,  107,    0,  108,    0,  
     0,    0,    0,  109,    0,  100,  101,  102,    0,    0,  
     0,    0,    0,    0,  236,    0,    0,  239,    0,    0,  
     0,    0,    0,    0,  218,    0,  220,    0,  103,  104,  
   223,  224,  225,    0,  108,    0,    0,    0,    0,  109,  
     0,    0,    0,    0,  254,  238,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
   247,    0,    0,  266,    0,    0,    0,  252,    0,    0,  
     0,    0,    0,    0,  255,  
 };  };
 const short yycheck[] = {                                      94,  
     0,   91,   40,   44,   37,   40,   40,   36,   36,   42,  /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
    43,  301,   45,  301,   47,   41,   44,   41,   36,   41,  static const yytype_uint8 yyr2[] =
   301,   41,  301,   36,   44,   36,  300,  301,   40,   37,  {
    59,   59,  123,   33,   42,   43,   36,   45,   40,   47,         0,     2,     1,     1,     0,     0,     5,     0,     0,     5,
    40,   59,   40,   43,   36,   45,   59,   41,   59,   41,         0,     0,     5,     3,     6,     2,     1,     2,     2,     2,
    41,   41,   44,   37,   44,   40,   63,   64,   42,   59,         3,     5,     7,     9,     5,     7,     8,     6,     0,     0,
    60,   94,   40,   47,   40,   59,   58,   59,   62,   61,         0,    12,     3,     2,     2,     1,     1,     0,     1,     3,
    62,   63,   41,  300,   41,   44,   40,   44,   40,   40,         1,     3,     1,     3,     1,     3,     0,     2,     0,     1,
    40,   40,   36,   40,  125,  123,   94,   41,  123,   36,         1,     3,     1,     3,     1,     1,     3,     1,     1,     1,
    44,   91,   59,  277,   41,   62,   96,   44,  124,   93,         1,     1,     1,     1,     4,     6,     6,     6,     7,     4,
   124,   93,  124,  301,   58,   59,  301,   61,   62,   63,         3,     8,     4,     6,     7,     9,     4,     4,     4,     3,
    94,   58,   59,    0,   61,   62,   63,  303,  301,   93,         1,     4,     3,     1,     5,     3,     3,     2,     2,     3,
    44,   62,   41,  123,   40,  125,   93,   44,  301,   16,         2,     2,     3,     3,     3,     3,     3,     3,     3,     2,
   124,  125,  124,  125,   21,   40,   59,   37,    0,   93,         3,     3,     2,     3,     3,     3,     3,     3,     3,     5,
    41,   44,   42,   43,   31,   45,   93,   47,   41,   36,         3,     4,     4,     5,     2
    37,   38,   39,   40,   16,   42,   44,  124,  125,   41,  
   125,   41,   41,  300,   40,   40,   58,   41,  258,   59,  
   124,  125,  280,   41,   41,   41,   61,  124,  125,  302,  
    67,   68,   69,   37,   61,   41,   41,  123,   42,   43,  
    41,   45,   37,   47,   94,   82,   93,   42,   43,   41,  
    45,   62,   47,   41,  125,   92,   59,   94,  303,  123,  
   205,  251,  270,  100,  101,  102,  103,  104,  105,  106,  
   107,  108,   -1,  110,  111,  112,  113,  114,  115,  116,  
   117,  118,   -1,   -1,  121,   -1,  269,  270,  271,   -1,  
    94,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   94,  
    -1,   -1,   -1,   -1,   -1,   -1,  256,  257,   -1,  259,  
   260,  261,  262,  263,  264,  265,  266,  267,  268,  156,  
   303,   -1,  272,  273,  274,   -1,  276,  277,  278,  279,  
    -1,  281,  282,  283,  284,  285,  286,  287,  288,  289,  
   290,  291,   -1,   -1,   -1,  303,   -1,  297,   -1,  299,  
   300,  301,  302,  303,  296,  192,   -1,  194,   33,  300,  
   301,   36,  304,  200,   -1,   40,  270,  271,   43,  303,  
    45,  208,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
   192,   -1,  194,   -1,   59,   60,   -1,   -1,  292,  293,  
   294,  295,  296,   -1,  298,  232,  293,  294,  295,  296,  
   304,   -1,   -1,   -1,   -1,  242,   -1,  304,   -1,  246,  
    33,  248,  249,   36,   -1,   -1,   91,   40,   -1,  269,  
    43,   96,   45,   -1,   -1,   -1,   -1,  264,   -1,   -1,  
   242,   -1,   -1,   -1,  271,   -1,   59,   60,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  123,   -1,  
   125,   -1,  264,  303,   -1,   -1,   36,   -1,   -1,   33,  
    -1,   41,   36,   -1,   44,  269,   40,  271,   91,   43,  
    -1,   45,   -1,   96,  269,  270,  271,   -1,   58,   59,  
    -1,   61,   62,   63,   -1,   59,   60,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   33,   -1,   -1,   36,   -1,  303,  
   123,   40,  125,  298,   43,   -1,   45,   36,  303,   -1,  
    -1,   -1,   41,   93,   -1,   44,   33,   91,   -1,   -1,  
    59,   60,   96,   40,   -1,   42,   43,   -1,   45,   58,  
    59,   -1,   61,   62,   63,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   60,  124,  125,   -1,   -1,   41,  123,  
    -1,   44,   91,   -1,   -1,   -1,   -1,   96,   -1,   -1,  
    -1,   -1,   37,   -1,   93,   -1,   59,   42,   43,   62,  
    45,   -1,   47,   -1,   91,   -1,   -1,   -1,   -1,   96,  
    -1,  256,  257,   -1,  259,  260,  261,  262,  263,  264,  
   265,  266,  267,  268,   -1,  124,  125,  272,  273,  274,  
    93,  276,  277,  278,  279,   -1,  281,  282,  283,  284,  
   285,  286,  287,  288,  289,  290,  291,   -1,   -1,   94,  
    -1,   -1,  297,   -1,  299,  300,  301,  302,  303,   -1,  
    -1,  124,  125,  256,  257,   -1,  259,  260,  261,  262,  
   263,  264,  265,  266,  267,  268,   -1,   -1,   -1,  272,  
   273,  274,   -1,  276,  277,  278,  279,   -1,  281,  282,  
   283,  284,  285,  286,  287,  288,  289,  290,  291,   -1,  
    -1,   -1,   -1,   -1,  297,   -1,  299,  300,  301,  302,  
   303,   -1,  256,  257,   -1,  259,  260,  261,  262,  263,  
   264,  265,  266,  267,  268,   -1,   -1,   -1,  272,  273,  
   274,   -1,  276,  277,  278,  279,   -1,  281,  282,  283,  
   284,  285,  286,  287,  288,  289,  290,  291,   -1,   -1,  
   259,  260,   -1,  297,  304,  299,  300,  301,  302,  303,  
    -1,   40,   -1,  272,  273,  274,   -1,   -1,   -1,   -1,  
   257,   -1,  259,  260,   -1,  284,  285,  286,  287,  288,  
   289,  290,  291,   -1,   -1,  272,  273,  274,  297,   -1,  
   299,  300,  301,  302,  303,   -1,   -1,  284,  285,  286,  
   287,  288,  289,  290,  291,  304,   -1,   -1,   -1,   -1,  
   297,   33,  299,  300,  301,  302,  303,   -1,   40,   -1,  
    42,   43,   -1,   45,  269,  270,  271,   -1,   -1,   -1,  
    -1,   -1,   33,   -1,   -1,   -1,   -1,   -1,   60,   40,  
    -1,   -1,   43,   -1,   45,   -1,   -1,  292,  293,  294,  
   295,  296,   -1,  298,   -1,   -1,   -1,   -1,  303,   60,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   91,  
    -1,   36,   37,   -1,   96,   -1,   41,   42,   43,   44,  
    45,   -1,   47,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    91,   -1,   -1,   58,   59,   96,   61,   62,   63,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   36,   37,  
    -1,   -1,   -1,   41,   42,   43,   44,   45,   -1,   47,  
    -1,   -1,   -1,   -1,   -1,   -1,   91,   -1,   93,   94,  
    58,   59,   -1,   61,   62,   63,   -1,    2,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   36,   37,   -1,   -1,   -1,  
    41,   42,   43,   44,   45,   -1,   47,   -1,   -1,  124,  
   125,   -1,   -1,   -1,   -1,   93,   94,   58,   59,   -1,  
    61,   62,   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,  260,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   57,  272,  273,   -1,  124,  125,   -1,   -1,  
    -1,   -1,   93,   94,   -1,  284,  285,  286,  287,  288,  
   289,  290,  291,   -1,   -1,   -1,   -1,   -1,   83,   36,  
   299,  300,  301,  302,   41,   -1,   -1,   44,   93,   -1,  
    -1,   -1,   -1,  124,  125,   -1,   -1,  259,  260,   -1,  
    -1,   58,   59,   -1,   61,   62,   63,   -1,   -1,   -1,  
   272,  273,  274,   -1,   -1,  120,   -1,  122,  259,  260,  
    -1,   -1,  284,  285,  286,  287,  288,  289,  290,  291,  
    -1,  272,  273,  274,   -1,  297,   93,  299,  300,  301,  
   302,  303,   -1,  284,  285,  286,  287,  288,  289,  290,  
   291,   -1,   -1,  258,   -1,   -1,  297,   -1,  299,  300,  
   301,  302,  303,   -1,  269,  270,  271,  124,  125,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,  292,  293,  294,  
   295,  296,   -1,  298,   -1,   -1,   -1,   -1,  303,  304,  
    -1,  269,  270,  271,   -1,   -1,  211,   -1,   -1,   -1,  
    -1,   36,   -1,   -1,   -1,   -1,   41,   -1,   -1,   44,  
    -1,   -1,   -1,   -1,  292,  293,  294,  295,  296,   -1,  
   298,   -1,   -1,   58,   59,  303,  304,   62,  269,  270,  
   271,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,  292,  293,  294,  295,  296,   -1,  298,   93,   36,  
    37,   -1,  303,  304,   41,   42,   43,   44,   45,   -1,  
    47,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   58,   59,   -1,   61,   62,   63,   -1,   -1,  124,  
   125,   -1,   -1,   -1,   -1,   -1,   36,   37,   -1,   -1,  
    -1,   41,   42,   43,   44,   45,   -1,   47,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   93,   94,   58,   59,  
    -1,   61,   62,   63,   -1,  292,  293,  294,  295,  296,  
    -1,  298,   -1,   36,   37,   -1,   -1,  304,   41,   42,  
    43,   44,   45,   -1,   47,   -1,   -1,  124,  125,   -1,  
    -1,   -1,   -1,   93,   94,   58,   59,   -1,   61,   62,  
    63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   36,  
    37,   -1,   -1,   -1,   41,   42,   43,   44,   45,   -1,  
    47,   -1,   -1,   -1,  124,  125,   -1,   -1,   -1,   -1,  
    93,   58,   59,   -1,   61,   62,   63,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   36,   37,   -1,  
    -1,   -1,   41,   42,   43,   44,   45,   -1,   47,   -1,  
    -1,  124,  125,   -1,   -1,   -1,   93,   -1,   -1,   58,  
    59,   -1,   61,   62,   63,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   36,   37,   -1,   -1,   -1,   41,  
    42,   43,   44,   45,   36,   47,   -1,  124,  125,   41,  
    -1,   -1,   44,   -1,   93,   -1,   58,   59,   -1,   61,  
    62,   63,   -1,   -1,   -1,   -1,   58,   59,   -1,   61,  
    62,   63,   36,   -1,   -1,   -1,   -1,   41,   -1,   -1,  
    44,   -1,  269,  270,  271,  124,  125,   -1,   -1,   -1,  
    -1,   93,   -1,   -1,   58,   59,   -1,   61,   62,   -1,  
    -1,   93,   -1,   -1,   -1,  292,  293,  294,  295,  296,  
    -1,  298,   -1,   -1,   -1,   -1,   -1,  304,   -1,  269,  
   270,  271,  124,  125,   -1,   -1,   -1,   -1,   -1,   93,  
    37,   -1,  124,  125,   -1,   42,   43,   -1,   45,   -1,  
    47,   -1,  292,  293,  294,  295,  296,   36,  298,   -1,  
    -1,   -1,   41,   -1,  304,   44,  269,  270,  271,   -1,  
   124,  125,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   58,  
    59,   -1,   -1,   62,   -1,   -1,   -1,   -1,   -1,  292,  
   293,  294,  295,  296,   -1,  298,   -1,   94,   -1,   -1,  
    -1,  304,  269,  270,  271,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   93,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,  292,  293,  294,  295,  296,  
    -1,  298,   -1,   -1,   -1,   -1,   -1,  304,   -1,   -1,  
   269,  270,  271,   -1,   -1,  124,  125,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,  292,  293,  294,  295,  296,   -1,  298,  
    -1,   -1,   -1,   -1,   -1,  304,   -1,  269,  270,  271,  
    -1,   -1,   36,   37,   -1,   -1,   -1,   -1,   42,   43,  
    -1,   45,   -1,   47,   -1,   -1,   -1,   -1,   -1,   -1,  
   292,  293,  294,  295,  296,   59,  298,   61,   -1,   63,  
    -1,   -1,  304,  295,  296,   -1,   -1,   -1,   -1,   36,  
    -1,   -1,  304,   -1,   41,   -1,   43,   44,   45,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   91,   -1,   -1,  
    94,   58,   59,   -1,   61,   62,   63,   -1,   -1,   -1,  
   304,   -1,   -1,   -1,   -1,   36,   -1,   -1,   -1,   -1,  
    41,   -1,   43,   44,   45,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,  269,  270,  271,   -1,   93,   58,   59,   -1,  
    61,   62,   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   36,   -1,   -1,   -1,  292,   41,   -1,   43,   44,  
    45,  298,   -1,   -1,   -1,   -1,  303,  124,  125,   -1,  
    -1,   -1,   93,   58,   59,   -1,   61,   62,   63,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    36,   -1,   -1,   -1,   -1,   41,   -1,   43,   44,   45,  
    -1,   -1,   -1,  124,  125,   -1,   36,   -1,   93,   -1,  
    -1,   41,   58,   59,   44,   61,   62,   63,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   58,   59,  
    -1,   61,   62,   63,   -1,   36,   37,   -1,   -1,  124,  
   125,   42,   43,   -1,   45,   -1,   47,   93,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   59,   -1,  
    61,   -1,   63,   93,  258,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,  269,  270,  271,  124,  125,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    91,   -1,   -1,   94,  124,  125,   -1,   -1,  292,  293,  
   294,  295,  296,   36,  298,   -1,   -1,   -1,   41,  303,  
   304,   44,  269,  270,  271,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   58,   59,   -1,   61,   62,  
    63,   -1,   -1,   -1,   -1,  292,  293,  294,  295,  296,  
    -1,  298,   -1,   -1,   -1,   -1,   -1,  304,  269,  270,  
   271,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    93,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,  292,  293,  294,  295,  296,   -1,  298,   -1,   -1,  
    -1,   -1,   -1,  304,  269,  270,  271,   -1,   -1,   -1,  
    -1,  124,  125,   36,   37,   -1,   -1,   -1,   -1,   42,  
    43,   -1,   45,   -1,   47,   -1,   -1,  292,  293,  294,  
   295,  296,   -1,  298,   -1,   -1,   59,   -1,   61,  304,  
    63,   -1,   -1,  269,  270,  271,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,  292,  293,  294,  295,  
   296,   94,  298,   -1,   36,   -1,   -1,  258,  304,   41,  
    -1,   -1,   44,   -1,  294,  295,  296,   -1,  269,  270,  
   271,   -1,   -1,   -1,  304,   -1,   58,   59,   -1,   61,  
    62,   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,  292,  293,  294,  295,  296,   36,  298,   -1,   -1,  
    -1,   41,  303,  304,   44,   -1,   -1,   -1,   -1,   -1,  
    -1,   93,   -1,   -1,   -1,   -1,   -1,   -1,   58,   59,  
    -1,   61,   62,   63,   -1,   37,   -1,   -1,   -1,   41,  
    42,   43,   -1,   45,   -1,   47,  269,  270,  271,   -1,  
    37,   -1,  124,  125,   41,   42,   43,   -1,   45,   61,  
    47,   63,   -1,   93,   -1,   -1,   -1,   -1,   -1,  292,  
   293,  294,  295,  296,   61,  298,   63,   -1,   -1,   -1,  
    -1,  304,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   94,   37,  124,  125,   -1,   41,   42,   43,  
    -1,   45,   -1,   47,   -1,   -1,   -1,   94,   -1,   -1,  
    37,   -1,   -1,   -1,   -1,   42,   43,   61,   45,   63,  
    47,   -1,   -1,   37,   -1,   -1,   -1,   41,   42,   43,  
    -1,   45,   -1,   47,   -1,   -1,  269,  270,  271,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   61,   -1,   63,  
    94,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  292,  
   293,  294,  295,  296,   -1,  298,   -1,   94,   37,   -1,  
   303,  304,   -1,   42,   43,   44,   45,   -1,   47,   -1,  
    94,   37,   -1,   -1,   -1,   41,   42,   43,   -1,   45,  
    -1,   47,   61,   -1,   63,   -1,   -1,   -1,  270,   -1,  
    -1,   -1,   -1,   -1,   -1,   61,   -1,   63,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
   292,  293,  294,  295,  296,   94,  298,   -1,   -1,   37,  
    -1,   -1,  304,   -1,   42,   43,   -1,   45,   94,   47,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    58,   -1,   -1,   61,   -1,   63,   -1,   -1,   -1,   -1,  
    -1,   -1,  292,  293,  294,  295,  296,  269,  270,  271,  
    -1,   37,   -1,   -1,  304,   -1,   42,   43,   44,   45,  
    -1,   47,  269,  270,  271,   -1,   94,   -1,   -1,   -1,  
   292,  293,  294,  295,  296,   61,  298,   63,   -1,   -1,  
    -1,  303,  304,   -1,   -1,  292,  293,  294,  295,  296,  
    -1,  298,   -1,   37,   -1,   -1,  303,  304,   42,   43,  
    -1,   45,   -1,   47,   -1,  269,  270,  271,   94,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   61,   -1,   63,  
    -1,   -1,  269,  270,  271,   -1,   -1,   -1,  292,  293,  
   294,  295,  296,   -1,  298,  269,  270,  271,   -1,  303,  
   304,   -1,   -1,   -1,   -1,  292,  293,  294,  295,   93,  
    94,  298,   -1,   -1,   -1,   -1,  303,   -1,  292,  293,  
   294,  295,  296,   -1,  298,   -1,   37,   -1,   -1,  303,  
   304,   42,   43,   -1,   45,   -1,   47,   -1,   -1,   37,  
   269,  270,  271,   -1,   42,   43,   -1,   45,   -1,   47,  
    61,   -1,   63,  269,  270,  271,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,  292,  293,  294,  295,  296,   -1,  298,  
    -1,   -1,   -1,   -1,  303,  304,  292,  293,  294,  295,  
   296,   -1,  298,   94,   -1,   37,   -1,  303,  304,   41,  
    42,   43,   -1,   45,   -1,   47,   94,   -1,   -1,   -1,  
    -1,  269,  270,  271,   -1,   -1,   -1,   -1,   -1,   61,  
    -1,   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,  292,  293,  294,  295,  296,   -1,  
   298,   -1,   -1,   -1,   -1,  303,  304,   -1,   -1,   -1,  
    -1,   -1,   94,  269,  270,  271,   -1,   37,   -1,   -1,  
    -1,   -1,   42,   43,   -1,   45,   -1,   47,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,  292,  293,  294,  295,  
   296,   -1,  298,   63,   -1,   -1,   -1,  303,  304,   -1,  
    -1,   -1,   -1,   37,   -1,  269,  270,  271,   42,   43,  
    -1,   45,   -1,   47,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   94,   -1,   -1,   -1,  292,  293,  
   294,  295,  296,   -1,  298,    1,   -1,   -1,   -1,  303,  
   304,   -1,    8,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   20,   21,   22,   -1,   -1,   -1,  
    94,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  269,  270,  
   271,   -1,   48,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,  269,  270,  271,   60,   -1,   -1,   -1,   -1,   -1,  
    66,  292,  293,  294,  295,  296,   -1,  298,   -1,   46,  
    76,   -1,  303,  304,  292,  293,  294,   -1,   -1,   -1,  
   298,   -1,   -1,   -1,   -1,  303,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   71,   72,   73,  269,  270,  271,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   85,   86,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
   292,  293,  294,  295,  296,   -1,  298,   -1,   -1,   -1,  
    -1,  303,  304,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  125,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  269,  
   270,  271,   -1,  140,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  184,  185,  
   186,   -1,  292,  293,  294,  295,  296,   -1,  298,   -1,  
    -1,   -1,   -1,  303,   -1,  269,  270,  271,   -1,   -1,  
    -1,   -1,   -1,   -1,  210,   -1,   -1,  213,   -1,   -1,  
    -1,   -1,   -1,   -1,  191,   -1,  193,   -1,  292,  293,  
   197,  198,  199,   -1,  298,   -1,   -1,   -1,   -1,  303,  
    -1,   -1,   -1,   -1,  240,  212,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
   227,   -1,   -1,  259,   -1,   -1,   -1,  234,   -1,   -1,  
    -1,   -1,   -1,   -1,  241,  
 };  };
 #define YYFINAL 47  
 #ifndef YYDEBUG  /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
 #define YYDEBUG 0     STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
 #endif     means the default is an error.  */
 #define YYMAXTOKEN 306  static const yytype_uint8 yydefact[] =
 #if YYDEBUG  {
 const char * const yyname[] = {         0,     0,     0,     0,    59,     0,     0,     0,     0,     4,
 "end-of-file",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,         7,    10,     0,     0,     0,     0,     0,     0,     0,     0,
 "'!'",0,0,"'$'","'%'","'&'",0,"'('","')'","'*'","'+'","','","'-'",0,"'/'",0,0,0,         0,     0,     0,     0,     0,     0,     0,    60,    61,    62,
 0,0,0,0,0,0,0,"':'","';'","'<'","'='","'>'","'?'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,         0,     0,    58,    80,    63,    57,     0,     0,     0,     0,
 0,0,0,0,0,0,0,0,0,0,0,0,"'['",0,"']'","'^'",0,"'`'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,         0,    46,     0,    35,    36,    48,    48,     0,     2,     3,
 0,0,0,0,0,0,0,0,0,0,0,0,"'{'","'|'","'}'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,        16,    83,     0,    34,    54,    55,     0,     0,    28,     0,
 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,         0,    33,     0,     0,     0,    42,     0,     0,     0,     0,
 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,         0,    48,    48,    48,    17,    63,    19,     0,    18,     0,
 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"STRUCT",         0,     0,     0,     0,   102,    48,    48,    48,    88,    90,
 "POINT","NEWSTRUCT","ANS","FDEF","PFDEF","MODDEF","MODEND","GLOBAL","MGLOBAL",        91,   114,    99,     0,     0,     0,     0,     0,    49,    50,
 "LOCAL","LOCALF","CMP","OR","AND","CAR","CDR","QUOTED","COLONCOLON","DO",         0,     1,     0,     0,     0,     0,     0,     0,     0,     0,
 "WHILE","FOR","IF","ELSE","BREAK","RETURN","CONTINUE","PARIF","MAP","RECMAP",         0,     0,     0,    87,     0,     0,     0,     0,     0,     0,
 "TIMER","GF2NGEN","GFPNGEN","GFSNGEN","GETOPT","FOP_AND","FOP_OR","FOP_IMPL",         0,     0,     0,    15,     0,     0,     0,    48,    32,    44,
 "FOP_REPL","FOP_EQUIV","FOP_NOT","LOP","FORMULA","UCASE","LCASE","STR","SELF",         5,     8,    11,     0,    13,     0,     0,     0,     0,     0,
 "BOPASS","PLUS","MINUS",         0,     0,    48,    20,     0,     0,     0,     0,    70,     0,
          0,     0,     0,    39,    47,     0,     0,    79,     0,    89,
          0,   110,    82,     0,    98,   100,   101,   103,   104,   105,
        106,   107,   108,    86,    92,    93,    94,    95,    97,    96,
         85,     0,     0,    40,   111,    29,     0,     0,     0,     0,
          0,    43,    77,    78,   112,    48,     0,    48,     0,     0,
         72,    48,    48,    48,     0,    69,    76,     0,    64,     0,
          0,     0,     0,    51,    81,     0,     0,     0,    48,     0,
         45,     6,     9,    12,     0,    24,     0,    21,    64,     0,
          0,     0,     0,    48,     0,     0,     0,    52,     0,    84,
         48,   113,   109,    14,    41,    30,    27,     0,    48,     0,
         73,    66,    67,     0,     0,     0,    65,     0,     0,     0,
          0,    25,     0,    22,     0,    68,     0,    53,    56,    74,
          0,    37,     0,    71,    26,     0,    38,     0,    23,    75,
         46,     0,    31
 };  };
 const char * const yyrule[] = {  
 "$accept : start",  /* YYDEFGOTO[NTERM-NUM].  */
 "start : stat",  static const yytype_int16 yydefgoto[] =
 "stat : tail",  {
 "$$1 :",        -1,    47,   154,    62,   188,    63,   189,    64,   190,   126,
 "$$2 :",       218,   260,    49,   277,    50,   182,    66,   130,    93,    97,
 "stat : GLOBAL $$1 pvars $$2 tail",        98,   235,   236,   237,    51,    99
 "$$3 :",  
 "$$4 :",  
 "stat : MGLOBAL $$3 pvars $$4 tail",  
 "$$5 :",  
 "$$6 :",  
 "stat : LOCAL $$5 pvars $$6 tail",  
 "stat : LOCALF vars tail",  
 "stat : STRUCT rawstr '{' members '}' tail",  
 "stat : expr tail",  
 "stat : complex",  
 "stat : BREAK tail",  
 "stat : CONTINUE tail",  
 "stat : RETURN tail",  
 "stat : RETURN expr tail",  
 "stat : IF '(' node ')' stat",  
 "stat : IF '(' node ')' stat ELSE stat",  
 "stat : FOR '(' node ';' node ';' node ')' stat",  
 "stat : WHILE '(' node ')' stat",  
 "stat : DO stat WHILE '(' node ')' tail",  
 "stat : LCASE '(' node ')' ':' '=' expr tail",  
 "stat : PFDEF LCASE '(' node ')' tail",  
 "$$7 :",  
 "$$8 :",  
 "$$9 :",  
 "stat : FDEF LCASE $$7 '(' $$8 node $$9 ')' desc '{' stats '}'",  
 "stat : MODDEF LCASE tail",  
 "stat : MODEND tail",  
 "stat : error tail",  
 "tail : ';'",  
 "tail : '$'",  
 "desc :",  
 "desc : STR",  
 "complex : '{' stats '}'",  
 "members : rawstr",  
 "members : members ',' rawstr",  
 "vars : LCASE",  
 "vars : vars ',' LCASE",  
 "pvars : UCASE",  
 "pvars : pvars ',' UCASE",  
 "stats :",  
 "stats : stats stat",  
 "node :",  
 "node : _node",  
 "_node : expr",  
 "_node : _node ',' expr",  
 "optlist : opt",  
 "optlist : optlist ',' opt",  
 "rawstr : UCASE",  
 "rawstr : LCASE",  
 "opt : rawstr '=' expr",  
 "pexpr : STR",  
 "pexpr : FORMULA",  
 "pexpr : ANS",  
 "pexpr : GF2NGEN",  
 "pexpr : GFPNGEN",  
 "pexpr : GFSNGEN",  
 "pexpr : LCASE",  
 "pexpr : LCASE '(' node ')'",  
 "pexpr : LCASE '(' node '|' optlist ')'",  
 "pexpr : MAP '(' LCASE ',' node ')'",  
 "pexpr : RECMAP '(' LCASE ',' node ')'",  
 "pexpr : LCASE '{' node '}' '(' node ')'",  
 "pexpr : GETOPT '(' rawstr ')'",  
 "pexpr : GETOPT '(' ')'",  
 "pexpr : TIMER '(' expr ',' expr ',' expr ')'",  
 "pexpr : PARIF '(' LCASE ')'",  
 "pexpr : PARIF '(' LCASE ',' node ')'",  
 "pexpr : '(' '*' expr ')' '(' node ')'",  
 "pexpr : CAR '(' expr ')'",  
 "pexpr : CDR '(' expr ')'",  
 "pexpr : '(' expr ')'",  
 "pexpr : UCASE",  
 "pexpr : pexpr '[' expr ']'",  
 "pexpr : pexpr POINT rawstr",  
 "expr : pexpr",  
 "expr : '(' STRUCT rawstr ')' pexpr",  
 "expr : expr '=' expr",  
 "expr : expr BOPASS expr",  
 "expr : expr SELF",  
 "expr : SELF expr",  
 "expr : '[' node ']'",  
 "expr : '+' expr",  
 "expr : '-' expr",  
 "expr : expr '+' expr",  
 "expr : expr '-' expr",  
 "expr : expr '*' expr",  
 "expr : expr '/' expr",  
 "expr : expr '%' expr",  
 "expr : expr '^' expr",  
 "expr : expr CMP expr",  
 "expr : '!' expr",  
 "expr : expr OR expr",  
 "expr : expr AND expr",  
 "expr : FOP_NOT expr",  
 "expr : expr FOP_AND expr",  
 "expr : expr FOP_OR expr",  
 "expr : expr FOP_IMPL expr",  
 "expr : expr FOP_REPL expr",  
 "expr : expr FOP_EQUIV expr",  
 "expr : expr LOP expr",  
 "expr : expr '?' expr ':' expr",  
 "expr : '<' node '>'",  
 "expr : NEWSTRUCT '(' rawstr ')'",  
 "expr : QUOTED '(' expr ')'",  
 "expr : '`' expr",  
 };  };
   
   /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
      STATE-NUM.  */
   #define YYPACT_NINF -65
   static const yytype_int16 yypact[] =
   {
        476,   -36,    83,   -64,   -65,   -27,     3,    18,   -36,   -65,
        -65,   -65,    26,    13,    21,    24,   476,    35,    60,    64,
        -36,   597,   -36,    68,    71,    72,    74,   -65,   -65,   -65,
         75,   707,   -65,    76,    25,   -65,   707,   707,   707,   707,
        707,   -65,   547,   -65,   -65,   707,   707,   137,   -65,   -65,
        -65,    -2,   864,   -65,   -65,   -65,    79,    83,   -65,    78,
        -36,   -65,   100,   100,   100,   -65,   -12,   707,   707,   707,
        124,   707,   707,   707,   -65,    58,   -65,   864,   -65,   101,
        102,   104,   707,   -33,  1184,   707,   707,   707,   106,   -26,
        -26,  1184,   106,   334,    83,   707,   908,    54,    85,  1124,
         81,   -65,    83,   707,   707,   707,   707,   707,   707,   707,
        707,   707,   707,   -65,   707,   707,   707,   707,   707,   707,
        707,   707,   707,   -65,    83,    91,   105,   707,   -65,   -65,
        103,   103,   103,   126,   -65,   939,   970,  1001,   111,   115,
        116,   127,   707,   -65,   -17,   129,   131,   776,   -65,   140,
        141,   144,   -53,   -65,   -65,   143,  1032,   -65,   707,   -65,
        707,   -65,   -65,   260,    23,   273,   135,  1228,   210,  1203,
        190,    45,    -8,  1124,   -26,   -26,   -45,   -45,   -45,   -45,
       1124,  1094,   -60,   -65,   -65,   -65,   145,   157,   -36,   -36,
        -36,   -65,   -65,   -65,   -65,   707,   476,   707,   476,   -50,
        -65,   707,   707,   707,   707,   -65,   -65,   147,   153,    83,
        134,   149,   745,  1124,   -65,   707,   -36,    83,   707,   -36,
        -65,   -65,   -65,   -65,   150,   -65,   152,   193,   -65,   154,
        156,   163,   820,   707,   176,   -16,   178,   -65,   657,    -2,
        707,   -65,  1154,   -65,   -65,   -65,   -65,   -36,   707,   476,
        -65,   -65,   -65,   707,   168,   707,   -65,    83,   707,   -19,
        169,   -65,   172,   -65,  1063,   -65,   864,   -65,  1124,   -65,
         83,   204,   476,   -65,   -65,    -5,   -65,   191,   -65,   -65,
        -65,   405,   -65
   };
   
   /* YYPGOTO[NTERM-NUM].  */
   static const yytype_int8 yypgoto[] =
   {
        -65,   -65,     1,   -65,   -65,   -65,   -65,   -65,   -65,   -65,
        -65,   -65,     4,   -65,   -65,   -65,   -65,    70,   -23,    90,
        -65,   -10,    30,    10,    59,     0
   };
   
   /* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
      positive, shift that token.  If negative, reduce the rule which
      number is the opposite.  If zero, do what YYDEFACT says.
      If YYTABLE_NINF, syntax error.  */
   #define YYTABLE_NINF -1
   static const yytype_uint16 yytable[] =
   {
         52,    48,   102,    57,   113,    53,   216,   104,   105,   106,
        119,   217,    61,    54,    55,   208,    52,    70,   228,   209,
         58,    77,   209,   113,    74,    76,    78,   117,   118,   119,
        120,    84,    56,    43,    44,   148,    88,    89,    90,    91,
         92,   113,    96,   115,   116,   117,   118,   119,   120,   269,
         59,   200,   256,   270,   201,   257,   123,    43,    44,   133,
        104,   105,   106,   279,   128,    60,   257,   135,   136,   137,
        134,   103,   113,    65,   115,   116,   117,   118,   119,   120,
         67,   143,   147,   107,   108,   109,   110,   125,    68,   112,
         86,    69,    87,    52,   113,   156,   115,   116,   117,   118,
        119,   120,    71,   163,   164,   165,   166,   167,   168,   169,
        170,   171,   172,   149,   173,   174,   175,   176,   177,   178,
        179,   180,   181,    86,   155,   142,   158,    72,   159,    54,
         55,    73,   162,   131,   132,    79,   100,   101,    80,    81,
          4,    82,    83,    85,   124,   127,   129,   138,   144,   145,
        104,   146,    13,    14,   183,   113,   160,   161,   212,   184,
        213,   139,   140,   141,    23,    24,    25,    26,    27,    28,
         29,    30,   185,   191,   187,   150,   151,   152,   195,    32,
         33,    75,    35,   196,   113,   197,   115,   116,   117,   118,
        119,   120,   221,   222,   223,   198,    52,   225,    52,   227,
        202,   238,   203,   220,   232,   104,   105,   106,   205,   206,
        207,   210,   234,   219,   233,   242,   240,   186,   247,   249,
        243,   248,   250,   246,   251,   104,   105,   106,   107,   108,
        109,   252,   199,   255,   112,   258,   265,   271,    96,   113,
        272,   115,   116,   117,   118,   119,   120,   244,   107,    52,
        263,   261,   276,   264,   112,   266,   280,   281,   268,   113,
        275,   115,   116,   117,   118,   119,   120,   267,     0,   239,
        274,     0,    52,   278,     0,   104,   105,   106,     0,     0,
          0,    52,     0,     0,     0,   224,     0,   226,   104,     0,
        106,   229,   230,   231,     0,     0,     0,     0,   107,   108,
        109,   110,   111,     0,   112,     0,     0,     0,   245,   113,
        114,   115,   116,   117,   118,   119,   120,   121,   122,     0,
          0,     0,   113,   254,   115,   116,   117,   118,   119,   120,
        259,     0,     0,     0,   214,     1,     0,     2,   262,     3,
          4,     5,     6,     7,     8,     9,    10,    11,    12,     0,
          0,     0,    13,    14,    15,     0,    16,    17,    18,    19,
          0,    20,    21,    22,    23,    24,    25,    26,    27,    28,
         29,    30,     0,     0,     0,     0,     0,    31,     0,    32,
         33,    34,    35,    36,     0,    37,    38,     0,     0,     0,
          0,     0,     0,     0,    39,     0,     0,     0,    40,    41,
        153,    42,     0,    43,    44,     0,     1,    45,     2,    46,
          3,     4,     5,     6,     7,     8,     9,    10,    11,    12,
          0,     0,     0,    13,    14,    15,     0,    16,    17,    18,
         19,     0,    20,    21,    22,    23,    24,    25,    26,    27,
         28,    29,    30,     0,     0,     0,     0,     0,    31,     0,
         32,    33,    34,    35,    36,     0,    37,    38,     0,     0,
          0,     0,     0,     0,     0,    39,     0,     0,     0,    40,
         41,   282,    42,     0,    43,    44,     0,     1,    45,     2,
         46,     3,     4,     5,     6,     7,     8,     9,    10,    11,
         12,     0,     0,     0,    13,    14,    15,     0,    16,    17,
         18,    19,     0,    20,    21,    22,    23,    24,    25,    26,
         27,    28,    29,    30,     0,     0,     0,     0,     0,    31,
          0,    32,    33,    34,    35,    36,     0,    37,    38,     0,
          0,     0,     0,     0,     0,     0,    39,     0,     0,     0,
         40,    41,     0,    42,     0,    43,    44,     0,     0,    45,
         94,    46,     3,     4,     0,     0,     0,     0,     0,     0,
          0,     0,     0,     0,     0,    13,    14,    15,     0,     0,
          0,     0,     0,     0,     0,     0,     0,    23,    24,    25,
         26,    27,    28,    29,    30,     0,     0,     0,     0,     0,
         31,     0,    32,    33,    75,    35,    36,     0,    37,    38,
         95,     0,     3,     4,     0,     0,     0,    39,     0,     0,
          0,    40,     0,     0,    42,    13,    14,    15,     0,     0,
         45,     0,    46,     0,     0,     0,     0,    23,    24,    25,
         26,    27,    28,    29,    30,     0,     0,     0,     0,     0,
         31,     0,    32,    33,    75,    35,    36,     0,    37,    38,
          0,     0,     0,     0,     0,     0,     0,    39,     0,     0,
          0,    40,     3,     4,    42,     0,    43,    44,     0,     0,
         45,     0,    46,     0,     0,    13,    14,    15,     0,     0,
          0,     0,     0,     0,     0,     0,     0,    23,    24,    25,
         26,    27,    28,    29,    30,     0,     0,     0,     0,     0,
         31,     0,    32,    33,    75,    35,    36,     0,    37,    38,
         95,     0,     3,     4,     0,     0,     0,    39,     0,     0,
          0,    40,     0,     0,    42,    13,    14,    15,     0,     0,
         45,     0,    46,     0,     0,     0,     0,    23,    24,    25,
         26,    27,    28,    29,    30,     0,     0,     0,     0,     0,
         31,     0,    32,    33,    75,    35,    36,     0,    37,    38,
        104,   105,   106,     0,     0,     0,     0,    39,     0,     0,
          0,    40,     0,     0,    42,     0,     0,     0,     0,     0,
         45,     0,    46,   107,   108,   109,   110,   111,     0,   112,
          0,   104,   105,   106,   113,   114,   115,   116,   117,   118,
        119,   120,   121,   122,     0,     0,     0,     0,     0,     0,
          0,     0,     0,     0,   107,   108,   109,   110,   111,   241,
        112,     0,     0,     0,     0,   113,   114,   115,   116,   117,
        118,   119,   120,   121,   122,   104,   105,   106,     0,     0,
          0,     0,     0,     0,     0,     0,     0,   204,     0,     0,
          0,     0,     0,     0,     0,     0,     0,     0,   107,   108,
        109,   110,   111,     0,   112,     0,     0,     0,     0,   113,
        114,   115,   116,   117,   118,   119,   120,   121,   122,   104,
        105,   106,     0,     0,     0,     0,     0,     0,     0,     0,
          0,   253,     0,     0,     0,     0,     0,     0,     0,     0,
          0,     0,   107,   108,   109,   110,   111,     0,   112,     0,
          0,     0,     0,   113,   114,   115,   116,   117,   118,   119,
        120,   121,   122,   104,   105,   106,     0,     0,     0,     0,
          0,     0,     0,    43,    44,     0,     0,     0,     0,     0,
          0,     0,     0,     0,     0,     0,   107,   108,   109,   110,
        111,     0,   112,     0,   104,   105,   106,   113,   114,   115,
        116,   117,   118,   119,   120,   121,   122,     0,     0,     0,
          0,     0,     0,     0,     0,     0,   157,   107,   108,   109,
        110,   111,     0,   112,     0,   104,   105,   106,   113,   114,
        115,   116,   117,   118,   119,   120,   121,   122,     0,     0,
          0,     0,     0,     0,     0,     0,     0,   192,   107,   108,
        109,   110,   111,     0,   112,     0,   104,   105,   106,   113,
        114,   115,   116,   117,   118,   119,   120,   121,   122,     0,
          0,     0,     0,     0,     0,     0,     0,     0,   193,   107,
        108,   109,   110,   111,     0,   112,     0,   104,   105,   106,
        113,   114,   115,   116,   117,   118,   119,   120,   121,   122,
          0,     0,     0,     0,     0,     0,     0,     0,     0,   194,
        107,   108,   109,   110,   111,     0,   112,     0,   104,   105,
        106,   113,   114,   115,   116,   117,   118,   119,   120,   121,
        122,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        211,   107,   108,   109,   110,   111,     0,   112,     0,   104,
        105,   106,   113,   114,   115,   116,   117,   118,   119,   120,
        121,   122,     0,     0,     0,     0,     0,     0,     0,     0,
          0,   273,   107,   108,   109,   110,   111,     0,   112,   104,
        105,   106,     0,   113,   114,   115,   116,   117,   118,   119,
        120,   121,   122,   215,     0,     0,     0,     0,     0,     0,
          0,     0,   107,   108,   109,   110,   111,     0,   112,   104,
        105,   106,     0,   113,   114,   115,   116,   117,   118,   119,
        120,   121,   122,     0,     0,     0,     0,     0,     0,     0,
          0,     0,   107,   108,   109,   110,   111,     0,   112,   104,
        105,   106,     0,   113,     0,   115,   116,   117,   118,   119,
        120,     0,   122,     0,     0,     0,     0,     0,   104,   105,
        106,     0,   107,   108,   109,   110,   111,     0,   112,     0,
          0,     0,     0,   113,     0,   115,   116,   117,   118,   119,
        120,   107,   108,   104,   105,   106,     0,   112,     0,     0,
          0,     0,   113,     0,   115,   116,   117,   118,   119,   120,
          0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
          0,     0,   112,     0,     0,     0,     0,   113,     0,   115,
        116,   117,   118,   119,   120
   };
   
   static const yytype_int16 yycheck[] =
   {
          0,     0,     4,    67,    49,     1,    66,    15,    16,    17,
         55,    71,     8,    46,    47,    68,    16,    16,    68,    72,
         47,    21,    72,    49,    20,    21,    22,    53,    54,    55,
         56,    31,     2,    69,    70,    68,    36,    37,    38,    39,
         40,    49,    42,    51,    52,    53,    54,    55,    56,    68,
         47,    68,    68,    72,    71,    71,    52,    69,    70,    71,
         15,    16,    17,    68,    60,    47,    71,    67,    68,    69,
         66,    73,    49,    47,    51,    52,    53,    54,    55,    56,
         67,    77,    82,    38,    39,    40,    41,    57,    67,    44,
         65,    67,    67,    93,    49,    95,    51,    52,    53,    54,
         55,    56,    67,   103,   104,   105,   106,   107,   108,   109,
        110,   111,   112,    83,   114,   115,   116,   117,   118,   119,
        120,   121,   122,    65,    94,    67,    72,    67,    74,    46,
         47,    67,   102,    63,    64,    67,    46,     0,    67,    67,
          6,    67,    67,    67,    65,    67,    46,    23,    47,    47,
         15,    47,    18,    19,   124,    49,    71,    76,   158,    68,
        160,    71,    72,    73,    30,    31,    32,    33,    34,    35,
         36,    37,    67,    47,    71,    85,    86,    87,    67,    45,
         46,    47,    48,    68,    49,    69,    51,    52,    53,    54,
         55,    56,   188,   189,   190,    68,   196,   196,   198,   198,
         71,    67,    71,    46,   204,    15,    16,    17,    68,    68,
         66,    68,    59,    68,    67,   215,    67,   127,    68,    26,
        216,    69,    68,   219,    68,    15,    16,    17,    38,    39,
         40,    68,   142,    57,    44,    57,    68,    68,   238,    49,
         68,    51,    52,    53,    54,    55,    56,   217,    38,   249,
        249,   247,    48,   253,    44,   255,    65,   280,   258,    49,
        270,    51,    52,    53,    54,    55,    56,   257,    -1,   210,
        266,    -1,   272,   272,    -1,    15,    16,    17,    -1,    -1,
         -1,   281,    -1,    -1,    -1,   195,    -1,   197,    15,    -1,
         17,   201,   202,   203,    -1,    -1,    -1,    -1,    38,    39,
         40,    41,    42,    -1,    44,    -1,    -1,    -1,   218,    49,
         50,    51,    52,    53,    54,    55,    56,    57,    58,    -1,
         -1,    -1,    49,   233,    51,    52,    53,    54,    55,    56,
        240,    -1,    -1,    -1,    74,     1,    -1,     3,   248,     5,
          6,     7,     8,     9,    10,    11,    12,    13,    14,    -1,
         -1,    -1,    18,    19,    20,    -1,    22,    23,    24,    25,
         -1,    27,    28,    29,    30,    31,    32,    33,    34,    35,
         36,    37,    -1,    -1,    -1,    -1,    -1,    43,    -1,    45,
         46,    47,    48,    49,    -1,    51,    52,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    60,    -1,    -1,    -1,    64,    65,
         66,    67,    -1,    69,    70,    -1,     1,    73,     3,    75,
          5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
         -1,    -1,    -1,    18,    19,    20,    -1,    22,    23,    24,
         25,    -1,    27,    28,    29,    30,    31,    32,    33,    34,
         35,    36,    37,    -1,    -1,    -1,    -1,    -1,    43,    -1,
         45,    46,    47,    48,    49,    -1,    51,    52,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    60,    -1,    -1,    -1,    64,
         65,    66,    67,    -1,    69,    70,    -1,     1,    73,     3,
         75,     5,     6,     7,     8,     9,    10,    11,    12,    13,
         14,    -1,    -1,    -1,    18,    19,    20,    -1,    22,    23,
         24,    25,    -1,    27,    28,    29,    30,    31,    32,    33,
         34,    35,    36,    37,    -1,    -1,    -1,    -1,    -1,    43,
         -1,    45,    46,    47,    48,    49,    -1,    51,    52,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    60,    -1,    -1,    -1,
         64,    65,    -1,    67,    -1,    69,    70,    -1,    -1,    73,
          3,    75,     5,     6,    -1,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    18,    19,    20,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    30,    31,    32,
         33,    34,    35,    36,    37,    -1,    -1,    -1,    -1,    -1,
         43,    -1,    45,    46,    47,    48,    49,    -1,    51,    52,
         53,    -1,     5,     6,    -1,    -1,    -1,    60,    -1,    -1,
         -1,    64,    -1,    -1,    67,    18,    19,    20,    -1,    -1,
         73,    -1,    75,    -1,    -1,    -1,    -1,    30,    31,    32,
         33,    34,    35,    36,    37,    -1,    -1,    -1,    -1,    -1,
         43,    -1,    45,    46,    47,    48,    49,    -1,    51,    52,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    60,    -1,    -1,
         -1,    64,     5,     6,    67,    -1,    69,    70,    -1,    -1,
         73,    -1,    75,    -1,    -1,    18,    19,    20,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    30,    31,    32,
         33,    34,    35,    36,    37,    -1,    -1,    -1,    -1,    -1,
         43,    -1,    45,    46,    47,    48,    49,    -1,    51,    52,
         53,    -1,     5,     6,    -1,    -1,    -1,    60,    -1,    -1,
         -1,    64,    -1,    -1,    67,    18,    19,    20,    -1,    -1,
         73,    -1,    75,    -1,    -1,    -1,    -1,    30,    31,    32,
         33,    34,    35,    36,    37,    -1,    -1,    -1,    -1,    -1,
         43,    -1,    45,    46,    47,    48,    49,    -1,    51,    52,
         15,    16,    17,    -1,    -1,    -1,    -1,    60,    -1,    -1,
         -1,    64,    -1,    -1,    67,    -1,    -1,    -1,    -1,    -1,
         73,    -1,    75,    38,    39,    40,    41,    42,    -1,    44,
         -1,    15,    16,    17,    49,    50,    51,    52,    53,    54,
         55,    56,    57,    58,    -1,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    38,    39,    40,    41,    42,    74,
         44,    -1,    -1,    -1,    -1,    49,    50,    51,    52,    53,
         54,    55,    56,    57,    58,    15,    16,    17,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    71,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    38,    39,
         40,    41,    42,    -1,    44,    -1,    -1,    -1,    -1,    49,
         50,    51,    52,    53,    54,    55,    56,    57,    58,    15,
         16,    17,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
         -1,    71,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    38,    39,    40,    41,    42,    -1,    44,    -1,
         -1,    -1,    -1,    49,    50,    51,    52,    53,    54,    55,
         56,    57,    58,    15,    16,    17,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    69,    70,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    38,    39,    40,    41,
         42,    -1,    44,    -1,    15,    16,    17,    49,    50,    51,
         52,    53,    54,    55,    56,    57,    58,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    68,    38,    39,    40,
         41,    42,    -1,    44,    -1,    15,    16,    17,    49,    50,
         51,    52,    53,    54,    55,    56,    57,    58,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    68,    38,    39,
         40,    41,    42,    -1,    44,    -1,    15,    16,    17,    49,
         50,    51,    52,    53,    54,    55,    56,    57,    58,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    68,    38,
         39,    40,    41,    42,    -1,    44,    -1,    15,    16,    17,
         49,    50,    51,    52,    53,    54,    55,    56,    57,    58,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    68,
         38,    39,    40,    41,    42,    -1,    44,    -1,    15,    16,
         17,    49,    50,    51,    52,    53,    54,    55,    56,    57,
         58,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
         68,    38,    39,    40,    41,    42,    -1,    44,    -1,    15,
         16,    17,    49,    50,    51,    52,    53,    54,    55,    56,
         57,    58,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
         -1,    68,    38,    39,    40,    41,    42,    -1,    44,    15,
         16,    17,    -1,    49,    50,    51,    52,    53,    54,    55,
         56,    57,    58,    59,    -1,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    38,    39,    40,    41,    42,    -1,    44,    15,
         16,    17,    -1,    49,    50,    51,    52,    53,    54,    55,
         56,    57,    58,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    38,    39,    40,    41,    42,    -1,    44,    15,
         16,    17,    -1,    49,    -1,    51,    52,    53,    54,    55,
         56,    -1,    58,    -1,    -1,    -1,    -1,    -1,    15,    16,
         17,    -1,    38,    39,    40,    41,    42,    -1,    44,    -1,
         -1,    -1,    -1,    49,    -1,    51,    52,    53,    54,    55,
         56,    38,    39,    15,    16,    17,    -1,    44,    -1,    -1,
         -1,    -1,    49,    -1,    51,    52,    53,    54,    55,    56,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    44,    -1,    -1,    -1,    -1,    49,    -1,    51,
         52,    53,    54,    55,    56
   };
   
   /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
      symbol of state STATE-NUM.  */
   static const yytype_uint8 yystos[] =
   {
          0,     1,     3,     5,     6,     7,     8,     9,    10,    11,
         12,    13,    14,    18,    19,    20,    22,    23,    24,    25,
         27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
         37,    43,    45,    46,    47,    48,    49,    51,    52,    60,
         64,    65,    67,    69,    70,    73,    75,    78,    79,    89,
         91,   101,   102,    89,    46,    47,    99,    67,    47,    47,
         47,    89,    80,    82,    84,    47,    93,    67,    67,    67,
         79,    67,    67,    67,    89,    47,    89,   102,    89,    67,
         67,    67,    67,    67,   102,    67,    65,    67,   102,   102,
        102,   102,   102,    95,     3,    53,   102,    96,    97,   102,
         96,     0,     4,    73,    15,    16,    17,    38,    39,    40,
         41,    42,    44,    49,    50,    51,    52,    53,    54,    55,
         56,    57,    58,    89,    65,    99,    86,    67,    89,    46,
         94,    94,    94,    71,    89,   102,   102,   102,    23,    96,
         96,    96,    67,    89,    47,    47,    47,   102,    68,    99,
         96,    96,    96,    66,    79,    99,   102,    68,    72,    74,
         71,    76,    99,   102,   102,   102,   102,   102,   102,   102,
        102,   102,   102,   102,   102,   102,   102,   102,   102,   102,
        102,   102,    92,    99,    68,    67,    96,    71,    81,    83,
         85,    47,    68,    68,    68,    67,    68,    69,    68,    96,
         68,    71,    71,    71,    71,    68,    68,    66,    68,    72,
         68,    68,   102,   102,    74,    59,    66,    71,    87,    68,
         46,    89,    89,    89,    96,    79,    96,    79,    68,    96,
         96,    96,   102,    67,    59,    98,    99,   100,    67,   101,
         67,    74,   102,    89,    99,    96,    89,    68,    69,    26,
         68,    68,    68,    71,    96,    57,    68,    71,    57,    96,
         88,    89,    96,    79,   102,    68,   102,   100,   102,    68,
         72,    68,    68,    68,    89,    98,    48,    90,    79,    68,
         65,    95,    66
   };
   
   #define yyerrok         (yyerrstatus = 0)
   #define yyclearin       (yychar = YYEMPTY)
   #define YYEMPTY         (-2)
   #define YYEOF           0
   
   #define YYACCEPT        goto yyacceptlab
   #define YYABORT         goto yyabortlab
   #define YYERROR         goto yyerrorlab
   
   
   /* Like YYERROR except do call yyerror.  This remains here temporarily
      to ease the transition to the new meaning of YYERROR, for GCC.
      Once GCC version 2 has supplanted version 1, this can go.  */
   
   #define YYFAIL          goto yyerrlab
   
   #define YYRECOVERING()  (!!yyerrstatus)
   
   #define YYBACKUP(Token, Value)                                  \
   do                                                              \
     if (yychar == YYEMPTY && yylen == 1)                          \
       {                                                           \
         yychar = (Token);                                         \
         yylval = (Value);                                         \
         yytoken = YYTRANSLATE (yychar);                           \
         YYPOPSTACK (1);                                           \
         goto yybackup;                                            \
       }                                                           \
     else                                                          \
       {                                                           \
         yyerror (YY_("syntax error: cannot back up")); \
         YYERROR;                                                  \
       }                                                           \
   while (YYID (0))
   
   
   #define YYTERROR        1
   #define YYERRCODE       256
   
   
   /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
      If N is 0, then set CURRENT to the empty location which ends
      the previous symbol: RHS[0] (always defined).  */
   
   #define YYRHSLOC(Rhs, K) ((Rhs)[K])
   #ifndef YYLLOC_DEFAULT
   # define YYLLOC_DEFAULT(Current, Rhs, N)                                \
       do                                                                  \
         if (YYID (N))                                                    \
           {                                                               \
             (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;        \
             (Current).first_column = YYRHSLOC (Rhs, 1).first_column;      \
             (Current).last_line    = YYRHSLOC (Rhs, N).last_line;         \
             (Current).last_column  = YYRHSLOC (Rhs, N).last_column;       \
           }                                                               \
         else                                                              \
           {                                                               \
             (Current).first_line   = (Current).last_line   =              \
               YYRHSLOC (Rhs, 0).last_line;                                \
             (Current).first_column = (Current).last_column =              \
               YYRHSLOC (Rhs, 0).last_column;                              \
           }                                                               \
       while (YYID (0))
 #endif  #endif
 #if YYDEBUG  
 #include <stdio.h>  
   /* YY_LOCATION_PRINT -- Print the location on the stream.
      This macro was not mandated originally: define only if we know
      we won't break user code: when these are the locations we know.  */
   
   #ifndef YY_LOCATION_PRINT
   # if YYLTYPE_IS_TRIVIAL
   #  define YY_LOCATION_PRINT(File, Loc)                  \
        fprintf (File, "%d.%d-%d.%d",                      \
                 (Loc).first_line, (Loc).first_column,     \
                 (Loc).last_line,  (Loc).last_column)
   # else
   #  define YY_LOCATION_PRINT(File, Loc) ((void) 0)
   # endif
 #endif  #endif
 #ifdef YYSTACKSIZE  
 #undef YYMAXDEPTH  
 #define YYMAXDEPTH YYSTACKSIZE  /* YYLEX -- calling `yylex' with the right arguments.  */
   
   #ifdef YYLEX_PARAM
   # define YYLEX yylex (YYLEX_PARAM)
 #else  #else
 #ifdef YYMAXDEPTH  # define YYLEX yylex ()
 #define YYSTACKSIZE YYMAXDEPTH  #endif
   
   /* Enable debugging if requested.  */
   #if YYDEBUG
   
   # ifndef YYFPRINTF
   #  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
   #  define YYFPRINTF fprintf
   # endif
   
   # define YYDPRINTF(Args)                        \
   do {                                            \
     if (yydebug)                                  \
       YYFPRINTF Args;                             \
   } while (YYID (0))
   
   # define YY_SYMBOL_PRINT(Title, Type, Value, Location)                    \
   do {                                                                      \
     if (yydebug)                                                            \
       {                                                                     \
         YYFPRINTF (stderr, "%s ", Title);                                   \
         yy_symbol_print (stderr,                                            \
                     Type, Value); \
         YYFPRINTF (stderr, "\n");                                           \
       }                                                                     \
   } while (YYID (0))
   
   
   /*--------------------------------.
   | Print this symbol on YYOUTPUT.  |
   `--------------------------------*/
   
   /*ARGSUSED*/
   #if (defined __STDC__ || defined __C99__FUNC__ \
        || defined __cplusplus || defined _MSC_VER)
   static void
   yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
 #else  #else
 #define YYSTACKSIZE 10000  static void
 #define YYMAXDEPTH 10000  yy_symbol_value_print (yyoutput, yytype, yyvaluep)
       FILE *yyoutput;
       int yytype;
       YYSTYPE const * const yyvaluep;
 #endif  #endif
   {
     if (!yyvaluep)
       return;
   # ifdef YYPRINT
     if (yytype < YYNTOKENS)
       YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
   # else
     YYUSE (yyoutput);
   # endif
     switch (yytype)
       {
         default:
           break;
       }
   }
   
   
   /*--------------------------------.
   | Print this symbol on YYOUTPUT.  |
   `--------------------------------*/
   
   #if (defined __STDC__ || defined __C99__FUNC__ \
        || defined __cplusplus || defined _MSC_VER)
   static void
   yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
   #else
   static void
   yy_symbol_print (yyoutput, yytype, yyvaluep)
       FILE *yyoutput;
       int yytype;
       YYSTYPE const * const yyvaluep;
 #endif  #endif
 #define YYINITSTACKSIZE 200  
 int yydebug;  
 int yynerrs;  
 int yyerrflag;  
 int yychar;  
 short *yyssp;  
 YYSTYPE *yyvsp;  
 YYSTYPE yyval;  
 YYSTYPE yylval;  
 short *yyss;  
 short *yysslim;  
 YYSTYPE *yyvs;  
 int yystacksize;  
 /* allocate initial stack or double stack size, up to YYMAXDEPTH */  
 static int yygrowstack()  
 {  {
     int newsize, i;    if (yytype < YYNTOKENS)
     short *newss;      YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
     YYSTYPE *newvs;    else
       YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
   
     if ((newsize = yystacksize) == 0)    yy_symbol_value_print (yyoutput, yytype, yyvaluep);
         newsize = YYINITSTACKSIZE;    YYFPRINTF (yyoutput, ")");
     else if (newsize >= YYMAXDEPTH)  
         return -1;  
     else if ((newsize *= 2) > YYMAXDEPTH)  
         newsize = YYMAXDEPTH;  
     i = yyssp - yyss;  
     newss = yyss ? (short *)realloc(yyss, newsize * sizeof *newss) :  
       (short *)malloc(newsize * sizeof *newss);  
     if (newss == NULL)  
         return -1;  
     yyss = newss;  
     yyssp = newss + i;  
     newvs = yyvs ? (YYSTYPE *)realloc(yyvs, newsize * sizeof *newvs) :  
       (YYSTYPE *)malloc(newsize * sizeof *newvs);  
     if (newvs == NULL)  
         return -1;  
     yyvs = newvs;  
     yyvsp = newvs + i;  
     yystacksize = newsize;  
     yysslim = yyss + newsize - 1;  
     return 0;  
 }  }
   
 #define YYABORT goto yyabort  /*------------------------------------------------------------------.
 #define YYREJECT goto yyabort  | yy_stack_print -- Print the state stack from its BOTTOM up to its |
 #define YYACCEPT goto yyaccept  | TOP (included).                                                   |
 #define YYERROR goto yyerrlab  `------------------------------------------------------------------*/
   
 #ifndef YYPARSE_PARAM  #if (defined __STDC__ || defined __C99__FUNC__ \
 #if defined(__cplusplus) || __STDC__       || defined __cplusplus || defined _MSC_VER)
 #define YYPARSE_PARAM_ARG void  static void
 #define YYPARSE_PARAM_DECL  yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop)
 #else   /* ! ANSI-C/C++ */  #else
 #define YYPARSE_PARAM_ARG  static void
 #define YYPARSE_PARAM_DECL  yy_stack_print (yybottom, yytop)
 #endif  /* ANSI-C/C++ */      yytype_int16 *yybottom;
 #else   /* YYPARSE_PARAM */      yytype_int16 *yytop;
 #ifndef YYPARSE_PARAM_TYPE  
 #define YYPARSE_PARAM_TYPE void *  
 #endif  #endif
 #if defined(__cplusplus) || __STDC__  
 #define YYPARSE_PARAM_ARG YYPARSE_PARAM_TYPE YYPARSE_PARAM  
 #define YYPARSE_PARAM_DECL  
 #else   /* ! ANSI-C/C++ */  
 #define YYPARSE_PARAM_ARG YYPARSE_PARAM  
 #define YYPARSE_PARAM_DECL YYPARSE_PARAM_TYPE YYPARSE_PARAM;  
 #endif  /* ANSI-C/C++ */  
 #endif  /* ! YYPARSE_PARAM */  
   
 int  
 yyparse (YYPARSE_PARAM_ARG)  
     YYPARSE_PARAM_DECL  
 {  {
     register int yym, yyn, yystate;    YYFPRINTF (stderr, "Stack now");
 #if YYDEBUG    for (; yybottom <= yytop; yybottom++)
     register const char *yys;      {
         int yybot = *yybottom;
         YYFPRINTF (stderr, " %d", yybot);
       }
     YYFPRINTF (stderr, "\n");
   }
   
     if ((yys = getenv("YYDEBUG")))  # define YY_STACK_PRINT(Bottom, Top)                            \
   do {                                                            \
     if (yydebug)                                                  \
       yy_stack_print ((Bottom), (Top));                           \
   } while (YYID (0))
   
   
   /*------------------------------------------------.
   | Report that the YYRULE is going to be reduced.  |
   `------------------------------------------------*/
   
   #if (defined __STDC__ || defined __C99__FUNC__ \
        || defined __cplusplus || defined _MSC_VER)
   static void
   yy_reduce_print (YYSTYPE *yyvsp, int yyrule)
   #else
   static void
   yy_reduce_print (yyvsp, yyrule)
       YYSTYPE *yyvsp;
       int yyrule;
   #endif
   {
     int yynrhs = yyr2[yyrule];
     int yyi;
     unsigned long int yylno = yyrline[yyrule];
     YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
                yyrule - 1, yylno);
     /* The symbols being reduced.  */
     for (yyi = 0; yyi < yynrhs; yyi++)
     {      {
         yyn = *yys;        YYFPRINTF (stderr, "   $%d = ", yyi + 1);
         if (yyn >= '0' && yyn <= '9')        yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
             yydebug = yyn - '0';                         &(yyvsp[(yyi + 1) - (yynrhs)])
                                          );
         YYFPRINTF (stderr, "\n");
     }      }
   }
   
   # define YY_REDUCE_PRINT(Rule)          \
   do {                                    \
     if (yydebug)                          \
       yy_reduce_print (yyvsp, Rule); \
   } while (YYID (0))
   
   /* Nonzero means print parse trace.  It is left uninitialized so that
      multiple parsers can coexist.  */
   int yydebug;
   #else /* !YYDEBUG */
   # define YYDPRINTF(Args)
   # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
   # define YY_STACK_PRINT(Bottom, Top)
   # define YY_REDUCE_PRINT(Rule)
   #endif /* !YYDEBUG */
   
   
   /* YYINITDEPTH -- initial size of the parser's stacks.  */
   #ifndef YYINITDEPTH
   # define YYINITDEPTH 200
 #endif  #endif
   
     yynerrs = 0;  /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
     yyerrflag = 0;     if the built-in stack extension method is used).
     yychar = (-1);  
   
     if (yyss == NULL && yygrowstack()) goto yyoverflow;     Do not make this value too large; the results are undefined if
     yyssp = yyss;     YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
     yyvsp = yyvs;     evaluated with infinite-precision integer arithmetic.  */
     *yyssp = yystate = 0;  
   
 yyloop:  #ifndef YYMAXDEPTH
     if ((yyn = yydefred[yystate])) goto yyreduce;  # define YYMAXDEPTH 10000
     if (yychar < 0)  
     {  
         if ((yychar = yylex()) < 0) yychar = 0;  
 #if YYDEBUG  
         if (yydebug)  
         {  
             yys = 0;  
             if (yychar <= YYMAXTOKEN) yys = yyname[yychar];  
             if (!yys) yys = "illegal-symbol";  
             printf("%sdebug: state %d, reading %d (%s)\n",  
                     YYPREFIX, yystate, yychar, yys);  
         }  
 #endif  #endif
   
   
   
   #if YYERROR_VERBOSE
   
   # ifndef yystrlen
   #  if defined __GLIBC__ && defined _STRING_H
   #   define yystrlen strlen
   #  else
   /* Return the length of YYSTR.  */
   #if (defined __STDC__ || defined __C99__FUNC__ \
        || defined __cplusplus || defined _MSC_VER)
   static YYSIZE_T
   yystrlen (const char *yystr)
   #else
   static YYSIZE_T
   yystrlen (yystr)
       const char *yystr;
   #endif
   {
     YYSIZE_T yylen;
     for (yylen = 0; yystr[yylen]; yylen++)
       continue;
     return yylen;
   }
   #  endif
   # endif
   
   # ifndef yystpcpy
   #  if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
   #   define yystpcpy stpcpy
   #  else
   /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
      YYDEST.  */
   #if (defined __STDC__ || defined __C99__FUNC__ \
        || defined __cplusplus || defined _MSC_VER)
   static char *
   yystpcpy (char *yydest, const char *yysrc)
   #else
   static char *
   yystpcpy (yydest, yysrc)
       char *yydest;
       const char *yysrc;
   #endif
   {
     char *yyd = yydest;
     const char *yys = yysrc;
   
     while ((*yyd++ = *yys++) != '\0')
       continue;
   
     return yyd - 1;
   }
   #  endif
   # endif
   
   # ifndef yytnamerr
   /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
      quotes and backslashes, so that it's suitable for yyerror.  The
      heuristic is that double-quoting is unnecessary unless the string
      contains an apostrophe, a comma, or backslash (other than
      backslash-backslash).  YYSTR is taken from yytname.  If YYRES is
      null, do not copy; instead, return the length of what the result
      would have been.  */
   static YYSIZE_T
   yytnamerr (char *yyres, const char *yystr)
   {
     if (*yystr == '"')
       {
         YYSIZE_T yyn = 0;
         char const *yyp = yystr;
   
         for (;;)
           switch (*++yyp)
             {
             case '\'':
             case ',':
               goto do_not_strip_quotes;
   
             case '\\':
               if (*++yyp != '\\')
                 goto do_not_strip_quotes;
               /* Fall through.  */
             default:
               if (yyres)
                 yyres[yyn] = *yyp;
               yyn++;
               break;
   
             case '"':
               if (yyres)
                 yyres[yyn] = '\0';
               return yyn;
             }
       do_not_strip_quotes: ;
     }      }
     if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&  
             yyn <= YYTABLESIZE && yycheck[yyn] == yychar)    if (! yyres)
       return yystrlen (yystr);
   
     return yystpcpy (yyres, yystr) - yyres;
   }
   # endif
   
   /* Copy into YYRESULT an error message about the unexpected token
      YYCHAR while in state YYSTATE.  Return the number of bytes copied,
      including the terminating null byte.  If YYRESULT is null, do not
      copy anything; just return the number of bytes that would be
      copied.  As a special case, return 0 if an ordinary "syntax error"
      message will do.  Return YYSIZE_MAXIMUM if overflow occurs during
      size calculation.  */
   static YYSIZE_T
   yysyntax_error (char *yyresult, int yystate, int yychar)
   {
     int yyn = yypact[yystate];
   
     if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
       return 0;
     else
     {      {
 #if YYDEBUG        int yytype = YYTRANSLATE (yychar);
         if (yydebug)        YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
             printf("%sdebug: state %d, shifting to state %d\n",        YYSIZE_T yysize = yysize0;
                     YYPREFIX, yystate, yytable[yyn]);        YYSIZE_T yysize1;
 #endif        int yysize_overflow = 0;
         if (yyssp >= yysslim && yygrowstack())        enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
         {        char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
             goto yyoverflow;        int yyx;
         }  
         *++yyssp = yystate = yytable[yyn];  # if 0
         *++yyvsp = yylval;        /* This is so xgettext sees the translatable formats that are
         yychar = (-1);           constructed on the fly.  */
         if (yyerrflag > 0)  --yyerrflag;        YY_("syntax error, unexpected %s");
         goto yyloop;        YY_("syntax error, unexpected %s, expecting %s");
         YY_("syntax error, unexpected %s, expecting %s or %s");
         YY_("syntax error, unexpected %s, expecting %s or %s or %s");
         YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
   # endif
         char *yyfmt;
         char const *yyf;
         static char const yyunexpected[] = "syntax error, unexpected %s";
         static char const yyexpecting[] = ", expecting %s";
         static char const yyor[] = " or %s";
         char yyformat[sizeof yyunexpected
                       + sizeof yyexpecting - 1
                       + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
                          * (sizeof yyor - 1))];
         char const *yyprefix = yyexpecting;
   
         /* Start YYX at -YYN if negative to avoid negative indexes in
            YYCHECK.  */
         int yyxbegin = yyn < 0 ? -yyn : 0;
   
         /* Stay within bounds of both yycheck and yytname.  */
         int yychecklim = YYLAST - yyn + 1;
         int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
         int yycount = 1;
   
         yyarg[0] = yytname[yytype];
         yyfmt = yystpcpy (yyformat, yyunexpected);
   
         for (yyx = yyxbegin; yyx < yyxend; ++yyx)
           if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
             {
               if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
                 {
                   yycount = 1;
                   yysize = yysize0;
                   yyformat[sizeof yyunexpected - 1] = '\0';
                   break;
                 }
               yyarg[yycount++] = yytname[yyx];
               yysize1 = yysize + yytnamerr (0, yytname[yyx]);
               yysize_overflow |= (yysize1 < yysize);
               yysize = yysize1;
               yyfmt = yystpcpy (yyfmt, yyprefix);
               yyprefix = yyor;
             }
   
         yyf = YY_(yyformat);
         yysize1 = yysize + yystrlen (yyf);
         yysize_overflow |= (yysize1 < yysize);
         yysize = yysize1;
   
         if (yysize_overflow)
           return YYSIZE_MAXIMUM;
   
         if (yyresult)
           {
             /* Avoid sprintf, as that infringes on the user's name space.
                Don't have undefined behavior even if the translation
                produced a string with the wrong number of "%s"s.  */
             char *yyp = yyresult;
             int yyi = 0;
             while ((*yyp = *yyf) != '\0')
               {
                 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
                   {
                     yyp += yytnamerr (yyp, yyarg[yyi++]);
                     yyf += 2;
                   }
                 else
                   {
                     yyp++;
                     yyf++;
                   }
               }
           }
         return yysize;
     }      }
     if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 &&  }
             yyn <= YYTABLESIZE && yycheck[yyn] == yychar)  #endif /* YYERROR_VERBOSE */
   
   
   /*-----------------------------------------------.
   | Release the memory associated to this symbol.  |
   `-----------------------------------------------*/
   
   /*ARGSUSED*/
   #if (defined __STDC__ || defined __C99__FUNC__ \
        || defined __cplusplus || defined _MSC_VER)
   static void
   yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
   #else
   static void
   yydestruct (yymsg, yytype, yyvaluep)
       const char *yymsg;
       int yytype;
       YYSTYPE *yyvaluep;
   #endif
   {
     YYUSE (yyvaluep);
   
     if (!yymsg)
       yymsg = "Deleting";
     YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
   
     switch (yytype)
     {      {
         yyn = yytable[yyn];  
         goto yyreduce;        default:
           break;
     }      }
     if (yyerrflag) goto yyinrecovery;  }
 #if defined(lint) || defined(__GNUC__)  
     goto yynewerror;  /* Prevent warnings from -Wmissing-prototypes.  */
   #ifdef YYPARSE_PARAM
   #if defined __STDC__ || defined __cplusplus
   int yyparse (void *YYPARSE_PARAM);
   #else
   int yyparse ();
 #endif  #endif
 yynewerror:  #else /* ! YYPARSE_PARAM */
     yyerror("syntax error");  #if defined __STDC__ || defined __cplusplus
 #if defined(lint) || defined(__GNUC__)  int yyparse (void);
     goto yyerrlab;  #else
   int yyparse ();
 #endif  #endif
 yyerrlab:  #endif /* ! YYPARSE_PARAM */
     ++yynerrs;  
 yyinrecovery:  
     if (yyerrflag < 3)  /* The lookahead symbol.  */
     {  int yychar;
         yyerrflag = 3;  
         for (;;)  /* The semantic value of the lookahead symbol.  */
         {  YYSTYPE yylval;
             if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 &&  
                     yyn <= YYTABLESIZE && yycheck[yyn] == YYERRCODE)  /* Number of syntax errors so far.  */
             {  int yynerrs;
 #if YYDEBUG  
                 if (yydebug)  
                     printf("%sdebug: state %d, error recovery shifting\  
  to state %d\n", YYPREFIX, *yyssp, yytable[yyn]);  /*-------------------------.
   | yyparse or yypush_parse.  |
   `-------------------------*/
   
   #ifdef YYPARSE_PARAM
   #if (defined __STDC__ || defined __C99__FUNC__ \
        || defined __cplusplus || defined _MSC_VER)
   int
   yyparse (void *YYPARSE_PARAM)
   #else
   int
   yyparse (YYPARSE_PARAM)
       void *YYPARSE_PARAM;
 #endif  #endif
                 if (yyssp >= yysslim && yygrowstack())  #else /* ! YYPARSE_PARAM */
                 {  #if (defined __STDC__ || defined __C99__FUNC__ \
                     goto yyoverflow;       || defined __cplusplus || defined _MSC_VER)
                 }  int
                 *++yyssp = yystate = yytable[yyn];  yyparse (void)
                 *++yyvsp = yylval;  #else
                 goto yyloop;  int
             }  yyparse ()
             else  
             {  
 #if YYDEBUG  
                 if (yydebug)  
                     printf("%sdebug: error recovery discarding state %d\n",  
                             YYPREFIX, *yyssp);  
 #endif  #endif
                 if (yyssp <= yyss) goto yyabort;  #endif
                 --yyssp;  {
                 --yyvsp;  
             }  
         }      int yystate;
       /* Number of tokens to shift before error messages enabled.  */
       int yyerrstatus;
   
       /* The stacks and their tools:
          `yyss': related to states.
          `yyvs': related to semantic values.
   
          Refer to the stacks thru separate pointers, to allow yyoverflow
          to reallocate them elsewhere.  */
   
       /* The state stack.  */
       yytype_int16 yyssa[YYINITDEPTH];
       yytype_int16 *yyss;
       yytype_int16 *yyssp;
   
       /* The semantic value stack.  */
       YYSTYPE yyvsa[YYINITDEPTH];
       YYSTYPE *yyvs;
       YYSTYPE *yyvsp;
   
       YYSIZE_T yystacksize;
   
     int yyn;
     int yyresult;
     /* Lookahead token as an internal (translated) token number.  */
     int yytoken;
     /* The variables used to return semantic value and location from the
        action routines.  */
     YYSTYPE yyval;
   
   #if YYERROR_VERBOSE
     /* Buffer for error messages, and its allocated size.  */
     char yymsgbuf[128];
     char *yymsg = yymsgbuf;
     YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
   #endif
   
   #define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
   
     /* The number of symbols on the RHS of the reduced rule.
        Keep to zero when no symbol should be popped.  */
     int yylen = 0;
   
     yytoken = 0;
     yyss = yyssa;
     yyvs = yyvsa;
     yystacksize = YYINITDEPTH;
   
     YYDPRINTF ((stderr, "Starting parse\n"));
   
     yystate = 0;
     yyerrstatus = 0;
     yynerrs = 0;
     yychar = YYEMPTY; /* Cause a token to be read.  */
   
     /* Initialize stack pointers.
        Waste one element of value and location stack
        so that they stay on the same level as the state stack.
        The wasted elements are never initialized.  */
     yyssp = yyss;
     yyvsp = yyvs;
   
     goto yysetstate;
   
   /*------------------------------------------------------------.
   | yynewstate -- Push a new state, which is found in yystate.  |
   `------------------------------------------------------------*/
    yynewstate:
     /* In all cases, when you get here, the value and location stacks
        have just been pushed.  So pushing a state here evens the stacks.  */
     yyssp++;
   
    yysetstate:
     *yyssp = yystate;
   
     if (yyss + yystacksize - 1 <= yyssp)
       {
         /* Get the current used size of the three stacks, in elements.  */
         YYSIZE_T yysize = yyssp - yyss + 1;
   
   #ifdef yyoverflow
         {
           /* Give user a chance to reallocate the stack.  Use copies of
              these so that the &'s don't force the real ones into
              memory.  */
           YYSTYPE *yyvs1 = yyvs;
           yytype_int16 *yyss1 = yyss;
   
           /* Each stack pointer address is followed by the size of the
              data in use in that stack, in bytes.  This used to be a
              conditional around just the two extra args, but that might
              be undefined if yyoverflow is a macro.  */
           yyoverflow (YY_("memory exhausted"),
                       &yyss1, yysize * sizeof (*yyssp),
                       &yyvs1, yysize * sizeof (*yyvsp),
                       &yystacksize);
   
           yyss = yyss1;
           yyvs = yyvs1;
         }
   #else /* no yyoverflow */
   # ifndef YYSTACK_RELOCATE
         goto yyexhaustedlab;
   # else
         /* Extend the stack our own way.  */
         if (YYMAXDEPTH <= yystacksize)
           goto yyexhaustedlab;
         yystacksize *= 2;
         if (YYMAXDEPTH < yystacksize)
           yystacksize = YYMAXDEPTH;
   
         {
           yytype_int16 *yyss1 = yyss;
           union yyalloc *yyptr =
             (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
           if (! yyptr)
             goto yyexhaustedlab;
           YYSTACK_RELOCATE (yyss_alloc, yyss);
           YYSTACK_RELOCATE (yyvs_alloc, yyvs);
   #  undef YYSTACK_RELOCATE
           if (yyss1 != yyssa)
             YYSTACK_FREE (yyss1);
         }
   # endif
   #endif /* no yyoverflow */
   
         yyssp = yyss + yysize - 1;
         yyvsp = yyvs + yysize - 1;
   
         YYDPRINTF ((stderr, "Stack size increased to %lu\n",
                     (unsigned long int) yystacksize));
   
         if (yyss + yystacksize - 1 <= yyssp)
           YYABORT;
     }      }
     else  
     YYDPRINTF ((stderr, "Entering state %d\n", yystate));
   
     if (yystate == YYFINAL)
       YYACCEPT;
   
     goto yybackup;
   
   /*-----------.
   | yybackup.  |
   `-----------*/
   yybackup:
   
     /* Do appropriate processing given the current state.  Read a
        lookahead token if we need one and don't already have one.  */
   
     /* First try to decide what to do without reference to lookahead token.  */
     yyn = yypact[yystate];
     if (yyn == YYPACT_NINF)
       goto yydefault;
   
     /* Not known => get a lookahead token if don't already have one.  */
   
     /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol.  */
     if (yychar == YYEMPTY)
     {      {
         if (yychar == 0) goto yyabort;        YYDPRINTF ((stderr, "Reading a token: "));
 #if YYDEBUG        yychar = YYLEX;
         if (yydebug)  
         {  
             yys = 0;  
             if (yychar <= YYMAXTOKEN) yys = yyname[yychar];  
             if (!yys) yys = "illegal-symbol";  
             printf("%sdebug: state %d, error recovery discards token %d (%s)\n",  
                     YYPREFIX, yystate, yychar, yys);  
         }  
 #endif  
         yychar = (-1);  
         goto yyloop;  
     }      }
   
     if (yychar <= YYEOF)
       {
         yychar = yytoken = YYEOF;
         YYDPRINTF ((stderr, "Now at end of input.\n"));
       }
     else
       {
         yytoken = YYTRANSLATE (yychar);
         YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
       }
   
     /* If the proper action on seeing token YYTOKEN is to reduce or to
        detect an error, take that action.  */
     yyn += yytoken;
     if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
       goto yydefault;
     yyn = yytable[yyn];
     if (yyn <= 0)
       {
         if (yyn == 0 || yyn == YYTABLE_NINF)
           goto yyerrlab;
         yyn = -yyn;
         goto yyreduce;
       }
   
     /* Count tokens shifted since error; after three, turn off error
        status.  */
     if (yyerrstatus)
       yyerrstatus--;
   
     /* Shift the lookahead token.  */
     YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
   
     /* Discard the shifted token.  */
     yychar = YYEMPTY;
   
     yystate = yyn;
     *++yyvsp = yylval;
   
     goto yynewstate;
   
   
   /*-----------------------------------------------------------.
   | yydefault -- do the default action for the current state.  |
   `-----------------------------------------------------------*/
   yydefault:
     yyn = yydefact[yystate];
     if (yyn == 0)
       goto yyerrlab;
     goto yyreduce;
   
   
   /*-----------------------------.
   | yyreduce -- Do a reduction.  |
   `-----------------------------*/
 yyreduce:  yyreduce:
 #if YYDEBUG    /* yyn is the number of a rule to reduce with.  */
     if (yydebug)    yylen = yyr2[yyn];
         printf("%sdebug: state %d, reducing by rule %d (%s)\n",  
                 YYPREFIX, yystate, yyn, yyrule[yyn]);    /* If YYLEN is nonzero, implement the default value of the action:
 #endif       `$$ = $1'.
     yym = yylen[yyn];  
     yyval = yyvsp[1-yym];       Otherwise, the following line sets YYVAL to garbage.
     switch (yyn)       This behavior is undocumented and Bison
        users should not rely upon it.  Assigning to YYVAL
        unconditionally makes the parser a bit smaller, and it avoids a
        GCC warning that YYVAL may be used uninitialized.  */
     yyval = yyvsp[1-yylen];
   
   
     YY_REDUCE_PRINT (yyn);
     switch (yyn)
     {      {
 case 1:          case 2:
   
   /* Line 1455 of yacc.c  */
 #line 131 "parse.y"  #line 131 "parse.y"
 { parse_snode = yyvsp[0].s; YYACCEPT; }      {
 break;                                  parse_snode = (yyvsp[(1) - (1)].s);
 case 2:                                  if ( yychar >= 0 )
 #line 134 "parse.y"                                          fprintf(stderr,
 { yyval.s = 0; }                                                  "Warning: a token was wasted after an 'if' statement without 'else'.\n");
 break;                                  YYACCEPT;
 case 3:                          }
 #line 135 "parse.y"      break;
 { gdef=1; }  
 break;    case 3:
 case 4:  
 #line 135 "parse.y"  /* Line 1455 of yacc.c  */
 { gdef=0; }  
 break;  
 case 5:  
 #line 136 "parse.y"  
 { yyval.s = 0; NOPR; }  
 break;  
 case 6:  
 #line 137 "parse.y"  
 { mgdef=1; }  
 break;  
 case 7:  
 #line 137 "parse.y"  
 { mgdef=0; }  
 break;  
 case 8:  
 #line 138 "parse.y"  
 { yyval.s = 0; NOPR; }  
 break;  
 case 9:  
 #line 139 "parse.y"  
 { ldef=1; }  
 break;  
 case 10:  
 #line 139 "parse.y"  
 { ldef=0; }  
 break;  
 case 11:  
 #line 140 "parse.y"  #line 140 "parse.y"
 { yyval.s = 0; NOPR; }      { (yyval.s) = 0; }
 break;      break;
 case 12:  
     case 4:
   
   /* Line 1455 of yacc.c  */
   #line 141 "parse.y"
       { gdef=1; }
       break;
   
     case 5:
   
   /* Line 1455 of yacc.c  */
   #line 141 "parse.y"
       { gdef=0; }
       break;
   
     case 6:
   
   /* Line 1455 of yacc.c  */
 #line 142 "parse.y"  #line 142 "parse.y"
 { appenduflist(yyvsp[-1].n); yyval.s = 0; NOPR; }      { (yyval.s) = 0; NOPR; }
 break;      break;
 case 13:  
     case 7:
   
   /* Line 1455 of yacc.c  */
   #line 143 "parse.y"
       { mgdef=1; }
       break;
   
     case 8:
   
   /* Line 1455 of yacc.c  */
   #line 143 "parse.y"
       { mgdef=0; }
       break;
   
     case 9:
   
   /* Line 1455 of yacc.c  */
 #line 144 "parse.y"  #line 144 "parse.y"
 { structdef(yyvsp[-4].p,yyvsp[-2].n); yyval.s = 0; NOPR; }      { (yyval.s) = 0; NOPR; }
 break;      break;
 case 14:  
     case 10:
   
   /* Line 1455 of yacc.c  */
   #line 145 "parse.y"
       { ldef=1; }
       break;
   
     case 11:
   
   /* Line 1455 of yacc.c  */
   #line 145 "parse.y"
       { ldef=0; }
       break;
   
     case 12:
   
   /* Line 1455 of yacc.c  */
 #line 146 "parse.y"  #line 146 "parse.y"
 { yyval.s = mksnode(1,S_SINGLE,yyvsp[-1].f); }      { (yyval.s) = 0; NOPR; }
 break;      break;
 case 15:  
     case 13:
   
   /* Line 1455 of yacc.c  */
 #line 148 "parse.y"  #line 148 "parse.y"
 { yyval.s = yyvsp[0].s; }      { appenduflist((yyvsp[(2) - (3)].n)); (yyval.s) = 0; NOPR; }
 break;      break;
 case 16:  
     case 14:
   
   /* Line 1455 of yacc.c  */
 #line 150 "parse.y"  #line 150 "parse.y"
 { yyval.s = mksnode(0,S_BREAK); }      { structdef((yyvsp[(2) - (6)].p),(yyvsp[(4) - (6)].n)); (yyval.s) = 0; NOPR; }
 break;      break;
 case 17:  
     case 15:
   
   /* Line 1455 of yacc.c  */
 #line 152 "parse.y"  #line 152 "parse.y"
 { yyval.s = mksnode(0,S_CONTINUE); }      { (yyval.s) = mksnode(1,S_SINGLE,(yyvsp[(1) - (2)].f)); }
 break;      break;
 case 18:  
     case 16:
   
   /* Line 1455 of yacc.c  */
 #line 154 "parse.y"  #line 154 "parse.y"
 { yyval.s = mksnode(1,S_RETURN,0); }      { (yyval.s) = (yyvsp[(1) - (1)].s); }
 break;      break;
 case 19:  
     case 17:
   
   /* Line 1455 of yacc.c  */
 #line 156 "parse.y"  #line 156 "parse.y"
 { yyval.s = mksnode(1,S_RETURN,yyvsp[-1].f); }      { (yyval.s) = mksnode(0,S_BREAK); }
 break;      break;
 case 20:  
     case 18:
   
   /* Line 1455 of yacc.c  */
 #line 158 "parse.y"  #line 158 "parse.y"
 { yyval.s = mksnode(4,S_IFELSE,yyvsp[-4].i,yyvsp[-2].n,yyvsp[0].s,0); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }      { (yyval.s) = mksnode(0,S_CONTINUE); }
 break;      break;
 case 21:  
     case 19:
   
   /* Line 1455 of yacc.c  */
 #line 160 "parse.y"  #line 160 "parse.y"
 { yyval.s = mksnode(4,S_IFELSE,yyvsp[-6].i,yyvsp[-4].n,yyvsp[-2].s,yyvsp[0].s); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }      { (yyval.s) = mksnode(1,S_RETURN,NULLP); }
 break;      break;
 case 22:  
     case 20:
   
   /* Line 1455 of yacc.c  */
 #line 162 "parse.y"  #line 162 "parse.y"
 { yyval.s = mksnode(5,S_FOR,yyvsp[-8].i,yyvsp[-6].n,yyvsp[-4].n?yyvsp[-4].n:ONENODE,yyvsp[-2].n,yyvsp[0].s); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }      { (yyval.s) = mksnode(1,S_RETURN,(yyvsp[(2) - (3)].f)); }
 break;      break;
 case 23:  
     case 21:
   
   /* Line 1455 of yacc.c  */
 #line 164 "parse.y"  #line 164 "parse.y"
 { yyval.s = mksnode(5,S_FOR,yyvsp[-4].i,0,yyvsp[-2].n,0,yyvsp[0].s); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }      { (yyval.s) = mksnode(4,S_IFELSE,(yyvsp[(1) - (5)].i),(yyvsp[(3) - (5)].n),(yyvsp[(5) - (5)].s),NULLP); (yyvsp[(5) - (5)].s)?(yyval.s)->ln=(yyvsp[(5) - (5)].s)->ln:0; NOPR; }
 break;      break;
 case 24:  
     case 22:
   
   /* Line 1455 of yacc.c  */
 #line 166 "parse.y"  #line 166 "parse.y"
 { yyval.s = mksnode(3,S_DO,yyvsp[-6].i,yyvsp[-5].s,yyvsp[-2].n); }      { (yyval.s) = mksnode(4,S_IFELSE,(yyvsp[(1) - (7)].i),(yyvsp[(3) - (7)].n),(yyvsp[(5) - (7)].s),(yyvsp[(7) - (7)].s)); (yyvsp[(7) - (7)].s)?(yyval.s)->ln=(yyvsp[(7) - (7)].s)->ln:0; NOPR; }
 break;      break;
 case 25:  
     case 23:
   
   /* Line 1455 of yacc.c  */
 #line 168 "parse.y"  #line 168 "parse.y"
 { yyval.s = mksnode(3,S_PFDEF,yyvsp[-7].p,yyvsp[-5].n,yyvsp[-1].f); NOPR; }      { (yyval.s) = mksnode(5,S_FOR,(yyvsp[(1) - (9)].i),(yyvsp[(3) - (9)].n),(yyvsp[(5) - (9)].n)?(yyvsp[(5) - (9)].n):ONENODE,(yyvsp[(7) - (9)].n),(yyvsp[(9) - (9)].s)); (yyvsp[(9) - (9)].s)?(yyval.s)->ln=(yyvsp[(9) - (9)].s)->ln:0; NOPR; }
 break;      break;
 case 26:  
     case 24:
   
   /* Line 1455 of yacc.c  */
 #line 170 "parse.y"  #line 170 "parse.y"
 { yyval.s = mksnode(3,S_PFDEF,yyvsp[-4].p,yyvsp[-2].n,0); NOPR; }      { (yyval.s) = mksnode(5,S_FOR,(yyvsp[(1) - (5)].i),NULLP,(yyvsp[(3) - (5)].n),NULLP,(yyvsp[(5) - (5)].s)); (yyvsp[(5) - (5)].s)?(yyval.s)->ln=(yyvsp[(5) - (5)].s)->ln:0; NOPR; }
 break;      break;
 case 27:  
 #line 171 "parse.y"    case 25:
 { mkpvs(yyvsp[0].p); }  
 break;  /* Line 1455 of yacc.c  */
 case 28:  
 #line 171 "parse.y"  
 { ldef = 1; }  
 break;  
 case 29:  
 #line 171 "parse.y"  
 { ldef = -1; }  
 break;  
 case 30:  
 #line 172 "parse.y"  #line 172 "parse.y"
 {      { (yyval.s) = mksnode(3,S_DO,(yyvsp[(1) - (7)].i),(yyvsp[(2) - (7)].s),(yyvsp[(5) - (7)].n)); NOPR; }
                                 mkuf(yyvsp[-10].p,asir_infile->name,yyvsp[-6].n,      break;
                                         mksnode(1,S_CPLX,yyvsp[-1].n),yyvsp[-11].i,asir_infile->ln,yyvsp[-3].p,CUR_MODULE);  
                                 yyval.s = 0; NOPR;    case 26:
                         }  
 break;  /* Line 1455 of yacc.c  */
 case 31:  #line 174 "parse.y"
       { (yyval.s) = mksnode(3,S_PFDEF,(yyvsp[(1) - (8)].p),(yyvsp[(3) - (8)].n),(yyvsp[(7) - (8)].f)); NOPR; }
       break;
   
     case 27:
   
   /* Line 1455 of yacc.c  */
   #line 176 "parse.y"
       { (yyval.s) = mksnode(3,S_PFDEF,(yyvsp[(2) - (6)].p),(yyvsp[(4) - (6)].n),NULLP); NOPR; }
       break;
   
     case 28:
   
   /* Line 1455 of yacc.c  */
   #line 177 "parse.y"
       { mkpvs((yyvsp[(2) - (2)].p)); }
       break;
   
     case 29:
   
   /* Line 1455 of yacc.c  */
   #line 177 "parse.y"
       { ldef = 1; }
       break;
   
     case 30:
   
   /* Line 1455 of yacc.c  */
   #line 177 "parse.y"
       { ldef = -1; }
       break;
   
     case 31:
   
   /* Line 1455 of yacc.c  */
 #line 178 "parse.y"  #line 178 "parse.y"
 { CUR_MODULE = mkmodule(yyvsp[-1].p); MPVS = CUR_MODULE->pvs; yyval.s = 0; NOPR; }      {
 break;                                  mkuf((yyvsp[(2) - (12)].p),asir_infile->name,(yyvsp[(6) - (12)].n),
 case 32:                                          mksnode(1,S_CPLX,(yyvsp[(11) - (12)].n)),(yyvsp[(1) - (12)].i),asir_infile->ln,(yyvsp[(9) - (12)].p),CUR_MODULE);
 #line 180 "parse.y"                                  (yyval.s) = 0; NOPR;
 { CUR_MODULE = 0; MPVS = 0; yyval.s = 0; NOPR; }                          }
 break;      break;
 case 33:  
 #line 182 "parse.y"    case 32:
 { yyerrok; yyval.s = 0; }  
 break;  /* Line 1455 of yacc.c  */
 case 34:  #line 184 "parse.y"
 #line 185 "parse.y"      {
 { if ( main_parser ) prresult = 1; }                                  CUR_MODULE = mkmodule((yyvsp[(2) - (3)].p));
 break;                                  MPVS = CUR_MODULE->pvs;
 case 35:                                  (yyval.s) = mksnode(1,S_MODULE,CUR_MODULE); NOPR;
 #line 187 "parse.y"                          }
 { if ( main_parser ) prresult = 0; }      break;
 break;  
 case 36:    case 33:
   
   /* Line 1455 of yacc.c  */
 #line 190 "parse.y"  #line 190 "parse.y"
 { yyval.p = 0; }      { CUR_MODULE = 0; MPVS = 0; (yyval.s) = mksnode(1,S_MODULE,NULLP); NOPR; }
 break;      break;
 case 37:  
     case 34:
   
   /* Line 1455 of yacc.c  */
 #line 192 "parse.y"  #line 192 "parse.y"
 { yyval.p = yyvsp[0].p; }      { yyerrok; (yyval.s) = 0; }
 break;      break;
 case 38:  
     case 35:
   
   /* Line 1455 of yacc.c  */
 #line 195 "parse.y"  #line 195 "parse.y"
 { yyval.s = mksnode(1,S_CPLX,yyvsp[-1].n); }      { if ( main_parser ) prresult = 1; }
 break;      break;
 case 39:  
 #line 198 "parse.y"    case 36:
 { MKNODE(yyval.n,yyvsp[0].p,0); }  
 break;  /* Line 1455 of yacc.c  */
 case 40:  #line 197 "parse.y"
       { if ( main_parser ) prresult = 0; }
       break;
   
     case 37:
   
   /* Line 1455 of yacc.c  */
 #line 200 "parse.y"  #line 200 "parse.y"
 { appendtonode(yyvsp[-2].n,yyvsp[0].p,&yyval.n); }      { (yyval.p) = 0; }
 break;      break;
 case 41:  
 #line 203 "parse.y"    case 38:
 { MKNODE(yyval.n,yyvsp[0].p,0); }  
 break;  /* Line 1455 of yacc.c  */
 case 42:  #line 202 "parse.y"
       { (yyval.p) = (yyvsp[(1) - (1)].p); }
       break;
   
     case 39:
   
   /* Line 1455 of yacc.c  */
 #line 205 "parse.y"  #line 205 "parse.y"
 { appendtonode(yyvsp[-2].n,yyvsp[0].p,&yyval.n); }      { (yyval.s) = mksnode(1,S_CPLX,(yyvsp[(2) - (3)].n)); }
 break;      break;
 case 43:  
     case 40:
   
   /* Line 1455 of yacc.c  */
 #line 208 "parse.y"  #line 208 "parse.y"
 { val = (pointer)makepvar(yyvsp[0].p); MKNODE(yyval.n,val,0); }      { MKNODE((yyval.n),(yyvsp[(1) - (1)].p),0); }
 break;      break;
 case 44:  
     case 41:
   
   /* Line 1455 of yacc.c  */
 #line 210 "parse.y"  #line 210 "parse.y"
 { appendtonode(yyvsp[-2].n,(pointer)makepvar(yyvsp[0].p),&yyval.n); }      { appendtonode((yyvsp[(1) - (3)].n),(yyvsp[(3) - (3)].p),&(yyval.n)); }
 break;      break;
 case 45:  
     case 42:
   
   /* Line 1455 of yacc.c  */
 #line 213 "parse.y"  #line 213 "parse.y"
 { yyval.n = 0; }      { MKNODE((yyval.n),(yyvsp[(1) - (1)].p),0); }
 break;      break;
 case 46:  
     case 43:
   
   /* Line 1455 of yacc.c  */
 #line 215 "parse.y"  #line 215 "parse.y"
 { appendtonode(yyvsp[-1].n,(pointer)yyvsp[0].s,&yyval.n); }      { appendtonode((yyvsp[(1) - (3)].n),(yyvsp[(3) - (3)].p),&(yyval.n)); }
 break;      break;
 case 47:  
     case 44:
   
   /* Line 1455 of yacc.c  */
 #line 218 "parse.y"  #line 218 "parse.y"
 { yyval.n = 0; }      { val = (pointer)makepvar((yyvsp[(1) - (1)].p)); MKNODE((yyval.n),val,0); }
 break;      break;
 case 48:  
     case 45:
   
   /* Line 1455 of yacc.c  */
 #line 220 "parse.y"  #line 220 "parse.y"
 { yyval.n = yyvsp[0].n; }      { appendtonode((yyvsp[(1) - (3)].n),(pointer)makepvar((yyvsp[(3) - (3)].p)),&(yyval.n)); }
 break;      break;
 case 49:  
     case 46:
   
   /* Line 1455 of yacc.c  */
 #line 223 "parse.y"  #line 223 "parse.y"
 { MKNODE(yyval.n,yyvsp[0].f,0); }      { (yyval.n) = 0; }
 break;      break;
 case 50:  
     case 47:
   
   /* Line 1455 of yacc.c  */
 #line 225 "parse.y"  #line 225 "parse.y"
 { appendtonode(yyvsp[-2].n,(pointer)yyvsp[0].f,&yyval.n); }      { appendtonode((yyvsp[(1) - (2)].n),(pointer)(yyvsp[(2) - (2)].s),&(yyval.n)); }
 break;      break;
 case 51:  
     case 48:
   
   /* Line 1455 of yacc.c  */
 #line 228 "parse.y"  #line 228 "parse.y"
 { MKNODE(yyval.n,yyvsp[0].f,0); }      { (yyval.n) = 0; }
 break;      break;
 case 52:  
     case 49:
   
   /* Line 1455 of yacc.c  */
 #line 230 "parse.y"  #line 230 "parse.y"
 { appendtonode(yyvsp[-2].n,(pointer)yyvsp[0].f,&yyval.n); }      { (yyval.n) = (yyvsp[(1) - (1)].n); }
 break;      break;
 case 53:  
     case 50:
   
   /* Line 1455 of yacc.c  */
 #line 233 "parse.y"  #line 233 "parse.y"
 { yyval.p = yyvsp[0].p; }      { MKNODE((yyval.n),(yyvsp[(1) - (1)].f),0); }
 break;      break;
 case 54:  
     case 51:
   
   /* Line 1455 of yacc.c  */
 #line 235 "parse.y"  #line 235 "parse.y"
 { yyval.p = yyvsp[0].p; }      { appendtonode((yyvsp[(1) - (3)].n),(pointer)(yyvsp[(3) - (3)].f),&(yyval.n)); }
 break;      break;
 case 55:  
     case 52:
   
   /* Line 1455 of yacc.c  */
 #line 238 "parse.y"  #line 238 "parse.y"
 { yyval.f = mkfnode(2,I_OPT,yyvsp[-2].p,yyvsp[0].f); }      { MKNODE((yyval.n),(yyvsp[(1) - (1)].f),0); }
 break;      break;
 case 56:  
 #line 241 "parse.y"    case 53:
 { yyval.f = mkfnode(1,I_STR,yyvsp[0].p); }  
 break;  /* Line 1455 of yacc.c  */
 case 57:  #line 240 "parse.y"
       { appendtonode((yyvsp[(1) - (3)].n),(pointer)(yyvsp[(3) - (3)].f),&(yyval.n)); }
       break;
   
     case 54:
   
   /* Line 1455 of yacc.c  */
 #line 243 "parse.y"  #line 243 "parse.y"
 { yyval.f = mkfnode(1,I_FORMULA,yyvsp[0].p); }      { (yyval.p) = (yyvsp[(1) - (1)].p); }
 break;      break;
 case 58:  
     case 55:
   
   /* Line 1455 of yacc.c  */
 #line 245 "parse.y"  #line 245 "parse.y"
 { yyval.f = mkfnode(1,I_ANS,yyvsp[0].i); }      { (yyval.p) = (yyvsp[(1) - (1)].p); }
 break;      break;
 case 59:  
 #line 247 "parse.y"    case 56:
 { yyval.f = mkfnode(0,I_GF2NGEN); }  
 break;  /* Line 1455 of yacc.c  */
 case 60:  #line 248 "parse.y"
 #line 249 "parse.y"      { (yyval.f) = mkfnode(2,I_OPT,(yyvsp[(1) - (3)].p),(yyvsp[(3) - (3)].f)); }
 { yyval.f = mkfnode(0,I_GFPNGEN); }      break;
 break;  
 case 61:    case 57:
   
   /* Line 1455 of yacc.c  */
 #line 251 "parse.y"  #line 251 "parse.y"
 { yyval.f = mkfnode(0,I_GFSNGEN); }      { (yyval.f) = mkfnode(1,I_STR,(yyvsp[(1) - (1)].p)); }
 break;      break;
 case 62:  
     case 58:
   
   /* Line 1455 of yacc.c  */
 #line 253 "parse.y"  #line 253 "parse.y"
 {      { (yyval.f) = mkfnode(1,I_FORMULA,(yyvsp[(1) - (1)].p)); }
       break;
   
     case 59:
   
   /* Line 1455 of yacc.c  */
   #line 255 "parse.y"
       { (yyval.f) = mkfnode(1,I_ANS,(yyvsp[(1) - (1)].i)); }
       break;
   
     case 60:
   
   /* Line 1455 of yacc.c  */
   #line 257 "parse.y"
       { (yyval.f) = mkfnode(0,I_GF2NGEN); }
       break;
   
     case 61:
   
   /* Line 1455 of yacc.c  */
   #line 259 "parse.y"
       { (yyval.f) = mkfnode(0,I_GFPNGEN); }
       break;
   
     case 62:
   
   /* Line 1455 of yacc.c  */
   #line 261 "parse.y"
       { (yyval.f) = mkfnode(0,I_GFSNGEN); }
       break;
   
     case 63:
   
   /* Line 1455 of yacc.c  */
   #line 263 "parse.y"
       {
                                 FUNC f;                                  FUNC f;
   
                                 searchf(noargsysf,yyvsp[0].p,&f);                                  searchf(noargsysf,(yyvsp[(1) - (1)].p),&f);
                                 if ( f )                                  if ( f )
                                          yyval.f = mkfnode(2,I_FUNC,f,0);                                           (yyval.f) = mkfnode(2,I_FUNC,f,NULLP);
                                 else {                                  else {
                                         searchc(yyvsp[0].p,&f);                                          searchc((yyvsp[(1) - (1)].p),&f);
                                         if ( f )                                          if ( f )
                                                 yyval.f = mkfnode(2,I_FUNC,f,mkfnode(1,I_LIST,0));                                                  (yyval.f) = mkfnode(2,I_FUNC,f,mkfnode(1,I_LIST,NULLP));
                                         else {                                          else {
                                                 searchf(sysf,yyvsp[0].p,&f);                                                  gen_searchf_searchonly((yyvsp[(1) - (1)].p),(FUNC *)&f);
                                                 if ( !f )  
                                                         searchf(ubinf,yyvsp[0].p,&f);  
                                                 if ( !f )  
                                                         searchpf(yyvsp[0].p,&f);  
                                                 if ( !f )  
                                                         searchf(usrf,yyvsp[0].p,&f);  
                                                 if ( f )                                                  if ( f )
                                                         makesrvar(f,(P *)&val);                                                          makesrvar(f,(P *)&val);
                                                 else                                                  else
                                                         makevar(yyvsp[0].p,(P *)&val);                                                          makevar((yyvsp[(1) - (1)].p),(P *)&val);
                                                 yyval.f = mkfnode(1,I_FORMULA,val);                                                  (yyval.f) = mkfnode(1,I_FORMULA,val);
                                         }                                          }
                                 }                                  }
                         }                          }
 break;      break;
 case 63:  
 #line 280 "parse.y"    case 64:
 {  
                                 gen_searchf(yyvsp[-3].p,(FUNC *)&val);  /* Line 1455 of yacc.c  */
   #line 284 "parse.y"
       {
                                   gen_searchf((yyvsp[(1) - (4)].p),(FUNC *)&val);
                                 print_crossref(val);                                  print_crossref(val);
                                 yyval.f = mkfnode(2,I_FUNC,val,mkfnode(1,I_LIST,yyvsp[-1].n));                                  (yyval.f) = mkfnode(2,I_FUNC,val,mkfnode(1,I_LIST,(yyvsp[(3) - (4)].n)));
                         }                          }
 break;      break;
 case 64:  
 #line 287 "parse.y"    case 65:
 {  
                                 gen_searchf(yyvsp[-5].p,(FUNC *)&val);  /* Line 1455 of yacc.c  */
   #line 291 "parse.y"
       {
                                   gen_searchf((yyvsp[(1) - (6)].p),(FUNC *)&val);
                                 print_crossref(val);                                  print_crossref(val);
                                 yyval.f = mkfnode(3,I_FUNC_OPT,val,                                  (yyval.f) = mkfnode(3,I_FUNC_OPT,val,
                                         mkfnode(1,I_LIST,yyvsp[-3].n),mkfnode(1,I_LIST,yyvsp[-1].n));                                          mkfnode(1,I_LIST,(yyvsp[(3) - (6)].n)),mkfnode(1,I_LIST,(yyvsp[(5) - (6)].n)));
                         }                          }
 break;      break;
 case 65:  
 #line 294 "parse.y"    case 66:
 {  
                                 gen_searchf(yyvsp[-3].p,(FUNC *)&val);  /* Line 1455 of yacc.c  */
   #line 298 "parse.y"
       {
                                   gen_searchf((yyvsp[(3) - (6)].p),(FUNC *)&val);
                                 print_crossref(val);                                  print_crossref(val);
                                 yyval.f = mkfnode(2,I_MAP,val,mkfnode(1,I_LIST,yyvsp[-1].n));                                  (yyval.f) = mkfnode(2,I_MAP,val,mkfnode(1,I_LIST,(yyvsp[(5) - (6)].n)));
                         }                          }
 break;      break;
 case 66:  
 #line 300 "parse.y"    case 67:
 {  
                                 gen_searchf(yyvsp[-3].p,(FUNC *)&val);  /* Line 1455 of yacc.c  */
   #line 304 "parse.y"
       {
                                   gen_searchf((yyvsp[(3) - (6)].p),(FUNC *)&val);
                                 print_crossref(val);                                  print_crossref(val);
                                 yyval.f = mkfnode(2,I_RECMAP,val,mkfnode(1,I_LIST,yyvsp[-1].n));                                  (yyval.f) = mkfnode(2,I_RECMAP,val,mkfnode(1,I_LIST,(yyvsp[(5) - (6)].n)));
                         }                          }
 break;      break;
 case 67:  
 #line 306 "parse.y"    case 68:
 {  
                                 searchpf(yyvsp[-6].p,(FUNC *)&val);  /* Line 1455 of yacc.c  */
                                 yyval.f = mkfnode(2,I_PFDERIV,val,mkfnode(1,I_LIST,yyvsp[-1].n),mkfnode(1,I_LIST,yyvsp[-4].n));  #line 310 "parse.y"
       {
                                   searchpf((yyvsp[(1) - (7)].p),(FUNC *)&val);
                                   (yyval.f) = mkfnode(3,I_PFDERIV,val,mkfnode(1,I_LIST,(yyvsp[(6) - (7)].n)),mkfnode(1,I_LIST,(yyvsp[(3) - (7)].n)));
                         }                          }
 break;      break;
 case 68:  
 #line 311 "parse.y"    case 69:
 {  
                                 yyval.f = mkfnode(2,I_GETOPT,yyvsp[-1].p);  /* Line 1455 of yacc.c  */
                         }  
 break;  
 case 69:  
 #line 315 "parse.y"  #line 315 "parse.y"
 {      {
                                 yyval.f = mkfnode(2,I_GETOPT,0);                                  (yyval.f) = mkfnode(2,I_GETOPT,(yyvsp[(3) - (4)].p));
                         }                          }
 break;      break;
 case 70:  
     case 70:
   
   /* Line 1455 of yacc.c  */
 #line 319 "parse.y"  #line 319 "parse.y"
 {      {
                                 yyval.f = mkfnode(3,I_TIMER,yyvsp[-5].f,yyvsp[-3].f,yyvsp[-1].f);                                  (yyval.f) = mkfnode(2,I_GETOPT,NULLP);
                         }                          }
 break;      break;
 case 71:  
     case 71:
   
   /* Line 1455 of yacc.c  */
 #line 323 "parse.y"  #line 323 "parse.y"
 {      {
                                 searchf(parif,yyvsp[-1].p,(FUNC *)&val);                                  (yyval.f) = mkfnode(3,I_TIMER,(yyvsp[(3) - (8)].f),(yyvsp[(5) - (8)].f),(yyvsp[(7) - (8)].f));
                           }
       break;
   
     case 72:
   
   /* Line 1455 of yacc.c  */
   #line 327 "parse.y"
       {
                                   searchf(parif,(yyvsp[(3) - (4)].p),(FUNC *)&val);
                                 if ( !val )                                  if ( !val )
                                         mkparif(yyvsp[-1].p,(FUNC *)&val);                                          mkparif((yyvsp[(3) - (4)].p),(FUNC *)&val);
                                 yyval.f = mkfnode(2,I_FUNC,val,0);                                  (yyval.f) = mkfnode(2,I_FUNC,val,NULLP);
                         }                          }
 break;      break;
 case 72:  
 #line 330 "parse.y"    case 73:
 {  
                                 searchf(parif,yyvsp[-3].p,(FUNC *)&val);  /* Line 1455 of yacc.c  */
   #line 334 "parse.y"
       {
                                   searchf(parif,(yyvsp[(3) - (6)].p),(FUNC *)&val);
                                 if ( !val )                                  if ( !val )
                                         mkparif(yyvsp[-3].p,(FUNC *)&val);                                          mkparif((yyvsp[(3) - (6)].p),(FUNC *)&val);
                                 yyval.f = mkfnode(2,I_FUNC,val,mkfnode(1,I_LIST,yyvsp[-1].n));                                  (yyval.f) = mkfnode(2,I_FUNC,val,mkfnode(1,I_LIST,(yyvsp[(5) - (6)].n)));
                         }                          }
 break;      break;
 case 73:  
 #line 337 "parse.y"    case 74:
 {  
                                 yyval.f = mkfnode(2,I_IFUNC,yyvsp[-4].f,mkfnode(1,I_LIST,yyvsp[-1].n));  /* Line 1455 of yacc.c  */
                         }  
 break;  
 case 74:  
 #line 341 "parse.y"  #line 341 "parse.y"
 { yyval.f = mkfnode(1,I_CAR,yyvsp[-1].f); }      {
 break;                                  (yyval.f) = mkfnode(2,I_IFUNC,(yyvsp[(3) - (7)].f),mkfnode(1,I_LIST,(yyvsp[(6) - (7)].n)),NULLP);
 case 75:                          }
 #line 343 "parse.y"      break;
 { yyval.f = mkfnode(1,I_CDR,yyvsp[-1].f); }  
 break;    case 75:
 case 76:  
   /* Line 1455 of yacc.c  */
 #line 345 "parse.y"  #line 345 "parse.y"
 { yyval.f = mkfnode(1,I_PAREN,yyvsp[-1].f); }      {
 break;                                  (yyval.f) = mkfnode(3,I_IFUNC,(yyvsp[(3) - (9)].f),mkfnode(1,I_LIST,(yyvsp[(6) - (9)].n)),
 case 77:                                          mkfnode(1,I_LIST,(yyvsp[(8) - (9)].n)));
 #line 347 "parse.y"                          }
 {      break;
   
     case 76:
   
   /* Line 1455 of yacc.c  */
   #line 350 "parse.y"
       {
                                 if ( main_parser || allow_create_var )                                  if ( main_parser || allow_create_var )
                                         yyval.f = mkfnode(2,I_PVAR,makepvar(yyvsp[0].p),0);                                          t = mkfnode(2,I_PVAR,makepvar((yyvsp[(1) - (4)].p)),NULLP);
                                 else {                                  else {
                                         ind = searchpvar(yyvsp[0].p);                                          ind = searchpvar((yyvsp[(1) - (4)].p));
                                         if ( ind == -1 ) {                                          if ( ind == -1 ) {
                                                 fprintf(stderr,"%s : no such variable.\n",yyvsp[0].p);                                                  fprintf(stderr,"%s : no such variable.\n",(yyvsp[(1) - (4)].p));
                                                 YYABORT;                                                  YYABORT;
                                         } else                                          } else
                                                 yyval.f = mkfnode(2,I_PVAR,ind,0);                                                  t = mkfnode(2,I_PVAR,ind,NULLP);
                                 }                                  }
                                   (yyval.f) = mkfnode(2,I_IFUNC,t,mkfnode(1,I_LIST,(yyvsp[(3) - (4)].n)));
                         }                          }
 break;      break;
 case 78:  
 #line 360 "parse.y"    case 77:
 {  
                                 if ( yyvsp[-3].f->id == I_PVAR || yyvsp[-3].f->id == I_INDEX ) {  /* Line 1455 of yacc.c  */
                                         appendtonode((NODE)yyvsp[-3].f->arg[1],(pointer)yyvsp[-1].f,&a);  #line 364 "parse.y"
                                         yyvsp[-3].f->arg[1] = (pointer)a; yyval.f = yyvsp[-3].f;      { (yyval.f) = mkfnode(1,I_CAR,(yyvsp[(3) - (4)].f)); }
                                 } else {      break;
                                         MKNODE(a,yyvsp[-1].f,0);  
                                         yyval.f = mkfnode(2,I_INDEX,(pointer)yyvsp[-3].f,a);    case 78:
   
   /* Line 1455 of yacc.c  */
   #line 366 "parse.y"
       { (yyval.f) = mkfnode(1,I_CDR,(yyvsp[(3) - (4)].f)); }
       break;
   
     case 79:
   
   /* Line 1455 of yacc.c  */
   #line 368 "parse.y"
       { (yyval.f) = mkfnode(1,I_PAREN,(yyvsp[(2) - (3)].f)); }
       break;
   
     case 80:
   
   /* Line 1455 of yacc.c  */
   #line 370 "parse.y"
       {
                                   if ( main_parser || allow_create_var )
                                           (yyval.f) = mkfnode(2,I_PVAR,makepvar((yyvsp[(1) - (1)].p)),NULLP);
                                   else {
                                           ind = searchpvar((yyvsp[(1) - (1)].p));
                                           if ( ind == -1 ) {
                                                   fprintf(stderr,"%s : no such variable.\n",(yyvsp[(1) - (1)].p));
                                                   YYABORT;
                                           } else
                                                   (yyval.f) = mkfnode(2,I_PVAR,ind,NULLP);
                                 }                                  }
                         }                          }
 break;      break;
 case 79:  
 #line 370 "parse.y"    case 81:
 { yyval.f = mkfnode(2,I_POINT,yyvsp[-2].f,yyvsp[0].p); }  
 break;  /* Line 1455 of yacc.c  */
 case 80:  
 #line 373 "parse.y"  
 { yyval.f = yyvsp[0].f; }  
 break;  
 case 81:  
 #line 375 "parse.y"  
 { yyval.f = mkfnode(3,I_CAST,structtoindex(yyvsp[-2].p),yyvsp[0].f,0); }  
 break;  
 case 82:  
 #line 377 "parse.y"  
 { yyval.f = mkfnode(2,I_ASSPVAR,yyvsp[-2].f,yyvsp[0].f); }  
 break;  
 case 83:  
 #line 379 "parse.y"  
 { yyval.f = mkfnode(2,I_ASSPVAR,yyvsp[-2].f,mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f)); }  
 break;  
 case 84:  
 #line 381 "parse.y"  
 { yyval.f = mkfnode(2,I_POSTSELF,yyvsp[0].p,yyvsp[-1].f); }  
 break;  
 case 85:  
 #line 383 "parse.y"  #line 383 "parse.y"
 { yyval.f = mkfnode(2,I_PRESELF,yyvsp[-1].p,yyvsp[0].f); }      {
 break;                                  if ( (yyvsp[(1) - (4)].f)->id == I_PVAR || (yyvsp[(1) - (4)].f)->id == I_INDEX ) {
 case 86:                                          appendtonode((NODE)(yyvsp[(1) - (4)].f)->arg[1],(pointer)(yyvsp[(3) - (4)].f),&a);
 #line 385 "parse.y"                                          (yyvsp[(1) - (4)].f)->arg[1] = (pointer)a; (yyval.f) = (yyvsp[(1) - (4)].f);
 { yyval.f = mkfnode(1,I_LIST,yyvsp[-1].n); }                                  } else {
 break;                                          MKNODE(a,(yyvsp[(3) - (4)].f),0);
 case 87:                                          (yyval.f) = mkfnode(2,I_INDEX,(pointer)(yyvsp[(1) - (4)].f),a);
 #line 387 "parse.y"                                  }
 { yyval.f = yyvsp[0].f; }                          }
 break;      break;
 case 88:  
 #line 389 "parse.y"    case 82:
 { yyval.f = mkfnode(1,I_MINUS,yyvsp[0].f); }  
 break;  /* Line 1455 of yacc.c  */
 case 89:  
 #line 391 "parse.y"  
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }  
 break;  
 case 90:  
 #line 393 "parse.y"  #line 393 "parse.y"
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }      { (yyval.f) = mkfnode(2,I_POINT,(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].p)); }
 break;      break;
 case 91:  
 #line 395 "parse.y"    case 83:
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }  
 break;  /* Line 1455 of yacc.c  */
 case 92:  #line 396 "parse.y"
 #line 397 "parse.y"      { (yyval.f) = (yyvsp[(1) - (1)].f); }
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }      break;
 break;  
 case 93:    case 84:
 #line 399 "parse.y"  
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }  /* Line 1455 of yacc.c  */
 break;  #line 398 "parse.y"
 case 94:      { (yyval.f) = mkfnode(3,I_CAST,structtoindex((yyvsp[(3) - (5)].p)),(yyvsp[(5) - (5)].f),NULLP); }
 #line 401 "parse.y"      break;
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }  
 break;    case 85:
 case 95:  
 #line 403 "parse.y"  /* Line 1455 of yacc.c  */
 { yyval.f = mkfnode(3,I_COP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  #line 400 "parse.y"
 break;      { (yyval.f) = mkfnode(2,I_ASSPVAR,(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
 case 96:      break;
 #line 405 "parse.y"  
 { yyval.f = mkfnode(1,I_NOT,yyvsp[0].f); }    case 86:
 break;  
 case 97:  /* Line 1455 of yacc.c  */
 #line 407 "parse.y"  #line 402 "parse.y"
 { yyval.f = mkfnode(2,I_OR,yyvsp[-2].f,yyvsp[0].f); }      { (yyval.f) = mkfnode(2,I_ASSPVAR,(yyvsp[(1) - (3)].f),mkfnode(3,I_BOP,(yyvsp[(2) - (3)].p),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f))); }
 break;      break;
 case 98:  
 #line 409 "parse.y"    case 87:
 { yyval.f = mkfnode(2,I_AND,yyvsp[-2].f,yyvsp[0].f); }  
 break;  /* Line 1455 of yacc.c  */
 case 99:  #line 404 "parse.y"
 #line 411 "parse.y"      { (yyval.f) = mkfnode(2,I_POSTSELF,(yyvsp[(2) - (2)].p),(yyvsp[(1) - (2)].f)); }
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[0].f,0); }      break;
 break;  
 case 100:    case 88:
 #line 413 "parse.y"  
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  /* Line 1455 of yacc.c  */
 break;  #line 406 "parse.y"
 case 101:      { (yyval.f) = mkfnode(2,I_PRESELF,(yyvsp[(1) - (2)].p),(yyvsp[(2) - (2)].f)); }
 #line 415 "parse.y"      break;
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  
 break;    case 89:
 case 102:  
 #line 417 "parse.y"  /* Line 1455 of yacc.c  */
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  #line 408 "parse.y"
 break;      { (yyval.f) = mkfnode(1,I_LIST,(yyvsp[(2) - (3)].n)); }
 case 103:      break;
 #line 419 "parse.y"  
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }    case 90:
 break;  
 case 104:  /* Line 1455 of yacc.c  */
 #line 421 "parse.y"  #line 410 "parse.y"
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }      { (yyval.f) = (yyvsp[(2) - (2)].f); }
 break;      break;
 case 105:  
 #line 423 "parse.y"    case 91:
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  
 break;  /* Line 1455 of yacc.c  */
 case 106:  #line 412 "parse.y"
 #line 425 "parse.y"      { (yyval.f) = mkfnode(1,I_MINUS,(yyvsp[(2) - (2)].f)); }
 { yyval.f = mkfnode(3,I_CE,yyvsp[-4].f,yyvsp[-2].f,yyvsp[0].f); }      break;
 break;  
 case 107:    case 92:
 #line 427 "parse.y"  
 { yyval.f = mkfnode(1,I_EV,yyvsp[-1].n); }  /* Line 1455 of yacc.c  */
 break;  #line 414 "parse.y"
 case 108:      { (yyval.f) = mkfnode(3,I_BOP,(yyvsp[(2) - (3)].p),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
 #line 429 "parse.y"      break;
 { yyval.f = mkfnode(1,I_NEWCOMP,(int)structtoindex(yyvsp[-1].p)); }  
 break;    case 93:
 case 109:  
 #line 431 "parse.y"  /* Line 1455 of yacc.c  */
 { MKQUOTE(quote,yyvsp[-1].f); yyval.f = mkfnode(1,I_FORMULA,(pointer)quote); }  #line 416 "parse.y"
 break;      { (yyval.f) = mkfnode(3,I_BOP,(yyvsp[(2) - (3)].p),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
 case 110:      break;
 #line 433 "parse.y"  
 { MKQUOTE(quote,yyvsp[0].f); yyval.f = mkfnode(1,I_FORMULA,(pointer)quote); }    case 94:
 break;  
 #line 1695 "y.tab.c"  /* Line 1455 of yacc.c  */
   #line 418 "parse.y"
       { (yyval.f) = mkfnode(3,I_BOP,(yyvsp[(2) - (3)].p),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 95:
   
   /* Line 1455 of yacc.c  */
   #line 420 "parse.y"
       { (yyval.f) = mkfnode(3,I_BOP,(yyvsp[(2) - (3)].p),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 96:
   
   /* Line 1455 of yacc.c  */
   #line 422 "parse.y"
       { (yyval.f) = mkfnode(3,I_BOP,(yyvsp[(2) - (3)].p),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 97:
   
   /* Line 1455 of yacc.c  */
   #line 424 "parse.y"
       { (yyval.f) = mkfnode(3,I_BOP,(yyvsp[(2) - (3)].p),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 98:
   
   /* Line 1455 of yacc.c  */
   #line 426 "parse.y"
       { (yyval.f) = mkfnode(3,I_COP,(yyvsp[(2) - (3)].i),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 99:
   
   /* Line 1455 of yacc.c  */
   #line 428 "parse.y"
       { (yyval.f) = mkfnode(1,I_NOT,(yyvsp[(2) - (2)].f)); }
       break;
   
     case 100:
   
   /* Line 1455 of yacc.c  */
   #line 430 "parse.y"
       { (yyval.f) = mkfnode(2,I_OR,(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 101:
   
   /* Line 1455 of yacc.c  */
   #line 432 "parse.y"
       { (yyval.f) = mkfnode(2,I_AND,(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 102:
   
   /* Line 1455 of yacc.c  */
   #line 434 "parse.y"
       { (yyval.f) = mkfnode(3,I_LOP,(yyvsp[(1) - (2)].i),(yyvsp[(2) - (2)].f),NULLP); }
       break;
   
     case 103:
   
   /* Line 1455 of yacc.c  */
   #line 436 "parse.y"
       { (yyval.f) = mkfnode(3,I_LOP,(yyvsp[(2) - (3)].i),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 104:
   
   /* Line 1455 of yacc.c  */
   #line 438 "parse.y"
       { (yyval.f) = mkfnode(3,I_LOP,(yyvsp[(2) - (3)].i),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 105:
   
   /* Line 1455 of yacc.c  */
   #line 440 "parse.y"
       { (yyval.f) = mkfnode(3,I_LOP,(yyvsp[(2) - (3)].i),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 106:
   
   /* Line 1455 of yacc.c  */
   #line 442 "parse.y"
       { (yyval.f) = mkfnode(3,I_LOP,(yyvsp[(2) - (3)].i),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 107:
   
   /* Line 1455 of yacc.c  */
   #line 444 "parse.y"
       { (yyval.f) = mkfnode(3,I_LOP,(yyvsp[(2) - (3)].i),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 108:
   
   /* Line 1455 of yacc.c  */
   #line 446 "parse.y"
       { (yyval.f) = mkfnode(3,I_LOP,(yyvsp[(2) - (3)].i),(yyvsp[(1) - (3)].f),(yyvsp[(3) - (3)].f)); }
       break;
   
     case 109:
   
   /* Line 1455 of yacc.c  */
   #line 448 "parse.y"
       { (yyval.f) = mkfnode(3,I_CE,(yyvsp[(1) - (5)].f),(yyvsp[(3) - (5)].f),(yyvsp[(5) - (5)].f)); }
       break;
   
     case 110:
   
   /* Line 1455 of yacc.c  */
   #line 450 "parse.y"
       { (yyval.f) = mkfnode(1,I_EV,(yyvsp[(2) - (3)].n)); }
       break;
   
     case 111:
   
   /* Line 1455 of yacc.c  */
   #line 452 "parse.y"
       { (yyval.f) = mkfnode(1,I_NEWCOMP,(int)structtoindex((yyvsp[(3) - (4)].p))); }
       break;
   
     case 112:
   
   /* Line 1455 of yacc.c  */
   #line 454 "parse.y"
       { MKQUOTE(quote,(yyvsp[(3) - (4)].f)); (yyval.f) = mkfnode(1,I_FORMULA,(pointer)quote); }
       break;
   
     case 113:
   
   /* Line 1455 of yacc.c  */
   #line 456 "parse.y"
       { (yyval.f) = mkfnode(2,I_CONS,(yyvsp[(2) - (5)].n),(yyvsp[(4) - (5)].f)); }
       break;
   
     case 114:
   
   /* Line 1455 of yacc.c  */
   #line 458 "parse.y"
       { MKQUOTE(quote,(yyvsp[(2) - (2)].f)); (yyval.f) = mkfnode(1,I_FORMULA,(pointer)quote); }
       break;
   
   
   
   /* Line 1455 of yacc.c  */
   #line 2796 "y.tab.c"
         default: break;
     }      }
     yyssp -= yym;    YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
     yystate = *yyssp;  
     yyvsp -= yym;    YYPOPSTACK (yylen);
     yym = yylhs[yyn];    yylen = 0;
     if (yystate == 0 && yym == 0)    YY_STACK_PRINT (yyss, yyssp);
   
     *++yyvsp = yyval;
   
     /* Now `shift' the result of the reduction.  Determine what state
        that goes to, based on the state we popped back to and the rule
        number reduced by.  */
   
     yyn = yyr1[yyn];
   
     yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
     if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
       yystate = yytable[yystate];
     else
       yystate = yydefgoto[yyn - YYNTOKENS];
   
     goto yynewstate;
   
   
   /*------------------------------------.
   | yyerrlab -- here on detecting error |
   `------------------------------------*/
   yyerrlab:
     /* If not already recovering from an error, report this error.  */
     if (!yyerrstatus)
     {      {
 #if YYDEBUG        ++yynerrs;
         if (yydebug)  #if ! YYERROR_VERBOSE
             printf("%sdebug: after reduction, shifting from state 0 to\        yyerror (YY_("syntax error"));
  state %d\n", YYPREFIX, YYFINAL);  #else
         {
           YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
           if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
             {
               YYSIZE_T yyalloc = 2 * yysize;
               if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
                 yyalloc = YYSTACK_ALLOC_MAXIMUM;
               if (yymsg != yymsgbuf)
                 YYSTACK_FREE (yymsg);
               yymsg = (char *) YYSTACK_ALLOC (yyalloc);
               if (yymsg)
                 yymsg_alloc = yyalloc;
               else
                 {
                   yymsg = yymsgbuf;
                   yymsg_alloc = sizeof yymsgbuf;
                 }
             }
   
           if (0 < yysize && yysize <= yymsg_alloc)
             {
               (void) yysyntax_error (yymsg, yystate, yychar);
               yyerror (yymsg);
             }
           else
             {
               yyerror (YY_("syntax error"));
               if (yysize != 0)
                 goto yyexhaustedlab;
             }
         }
 #endif  #endif
         yystate = YYFINAL;  
         *++yyssp = YYFINAL;  
         *++yyvsp = yyval;  
         if (yychar < 0)  
         {  
             if ((yychar = yylex()) < 0) yychar = 0;  
 #if YYDEBUG  
             if (yydebug)  
             {  
                 yys = 0;  
                 if (yychar <= YYMAXTOKEN) yys = yyname[yychar];  
                 if (!yys) yys = "illegal-symbol";  
                 printf("%sdebug: state %d, reading %d (%s)\n",  
                         YYPREFIX, YYFINAL, yychar, yys);  
             }  
 #endif  
         }  
         if (yychar == 0) goto yyaccept;  
         goto yyloop;  
     }      }
     if ((yyn = yygindex[yym]) && (yyn += yystate) >= 0 &&  
             yyn <= YYTABLESIZE && yycheck[yyn] == yystate)  
         yystate = yytable[yyn];  
     else    if (yyerrstatus == 3)
         yystate = yydgoto[yym];      {
 #if YYDEBUG        /* If just tried and failed to reuse lookahead token after an
     if (yydebug)           error, discard it.  */
         printf("%sdebug: after reduction, shifting from state %d \  
 to state %d\n", YYPREFIX, *yyssp, yystate);        if (yychar <= YYEOF)
           {
             /* Return failure if at end of input.  */
             if (yychar == YYEOF)
               YYABORT;
           }
         else
           {
             yydestruct ("Error: discarding",
                         yytoken, &yylval);
             yychar = YYEMPTY;
           }
       }
   
     /* Else will try to reuse lookahead token after shifting the error
        token.  */
     goto yyerrlab1;
   
   
   /*---------------------------------------------------.
   | yyerrorlab -- error raised explicitly by YYERROR.  |
   `---------------------------------------------------*/
   yyerrorlab:
   
     /* Pacify compilers like GCC when the user code never invokes
        YYERROR and the label yyerrorlab therefore never appears in user
        code.  */
     if (/*CONSTCOND*/ 0)
        goto yyerrorlab;
   
     /* Do not reclaim the symbols of the rule which action triggered
        this YYERROR.  */
     YYPOPSTACK (yylen);
     yylen = 0;
     YY_STACK_PRINT (yyss, yyssp);
     yystate = *yyssp;
     goto yyerrlab1;
   
   
   /*-------------------------------------------------------------.
   | yyerrlab1 -- common code for both syntax error and YYERROR.  |
   `-------------------------------------------------------------*/
   yyerrlab1:
     yyerrstatus = 3;      /* Each real token shifted decrements this.  */
   
     for (;;)
       {
         yyn = yypact[yystate];
         if (yyn != YYPACT_NINF)
           {
             yyn += YYTERROR;
             if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
               {
                 yyn = yytable[yyn];
                 if (0 < yyn)
                   break;
               }
           }
   
         /* Pop the current state because it cannot handle the error token.  */
         if (yyssp == yyss)
           YYABORT;
   
   
         yydestruct ("Error: popping",
                     yystos[yystate], yyvsp);
         YYPOPSTACK (1);
         yystate = *yyssp;
         YY_STACK_PRINT (yyss, yyssp);
       }
   
     *++yyvsp = yylval;
   
   
     /* Shift the error token.  */
     YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
   
     yystate = yyn;
     goto yynewstate;
   
   
   /*-------------------------------------.
   | yyacceptlab -- YYACCEPT comes here.  |
   `-------------------------------------*/
   yyacceptlab:
     yyresult = 0;
     goto yyreturn;
   
   /*-----------------------------------.
   | yyabortlab -- YYABORT comes here.  |
   `-----------------------------------*/
   yyabortlab:
     yyresult = 1;
     goto yyreturn;
   
   #if !defined(yyoverflow) || YYERROR_VERBOSE
   /*-------------------------------------------------.
   | yyexhaustedlab -- memory exhaustion comes here.  |
   `-------------------------------------------------*/
   yyexhaustedlab:
     yyerror (YY_("memory exhausted"));
     yyresult = 2;
     /* Fall through.  */
 #endif  #endif
     if (yyssp >= yysslim && yygrowstack())  
   yyreturn:
     if (yychar != YYEMPTY)
        yydestruct ("Cleanup: discarding lookahead",
                    yytoken, &yylval);
     /* Do not reclaim the symbols of the rule which action triggered
        this YYABORT or YYACCEPT.  */
     YYPOPSTACK (yylen);
     YY_STACK_PRINT (yyss, yyssp);
     while (yyssp != yyss)
     {      {
         goto yyoverflow;        yydestruct ("Cleanup: popping",
                     yystos[*yyssp], yyvsp);
         YYPOPSTACK (1);
     }      }
     *++yyssp = yystate;  #ifndef yyoverflow
     *++yyvsp = yyval;    if (yyss != yyssa)
     goto yyloop;      YYSTACK_FREE (yyss);
 yyoverflow:  #endif
     yyerror("yacc stack overflow");  #if YYERROR_VERBOSE
 yyabort:    if (yymsg != yymsgbuf)
     return (1);      YYSTACK_FREE (yymsg);
 yyaccept:  #endif
     return (0);    /* Make sure YYID is used.  */
     return YYID (yyresult);
 }  }
   
   
   
   /* Line 1675 of yacc.c  */
   #line 460 "parse.y"
   
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.10

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>