/* A Bison parser, made by GNU Bison 2.3.  */

/* Skeleton interface for Bison's Yacc-like parsers in C

   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
   Free Software Foundation, Inc.

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

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

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 51 Franklin Street, Fifth Floor,
   Boston, MA 02110-1301, USA.  */

/* As a special exception, you may create a larger work that contains
   part or all of the Bison parser skeleton and distribute that work
   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.  */

/* Tokens.  */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
   /* Put the tokens into the symbol table, so that GDB and other debuggers
      know about them.  */
   enum yytokentype {
     ERROR = 258,
     VARNAME = 259,
     VARREF = 260,
     STRING = 261,
     SHOW = 262,
     APPENDPORT = 263,
     BUFFER = 264,
     BREAK = 265,
     CLOSEINPUT = 266,
     CLOSEOUTPUT = 267,
     CLOSEPORT = 268,
     CASE = 269,
     CLEARBUF = 270,
     DEFAULT = 271,
     DISPLAY = 272,
     DO = 273,
     DOWNCASE = 274,
     ELSE = 275,
     ELSEIF = 276,
     ENDCASE = 277,
     ENDIF = 278,
     ENDWHILE = 279,
     EXEC = 280,
     EXECPORT = 281,
     EXIT = 282,
     FIELDS = 283,
     GET = 284,
     GETENV = 285,
     IF = 286,
     INPUTPORT = 287,
     LANY = 288,
     LBREAK = 289,
     LSPAN = 290,
     MATCH = 291,
     NOOP = 292,
     NOT = 293,
     OUTPUTPORT = 294,
     PRINT = 295,
     PROTECT = 296,
     VERBATIM = 297,
     PUT = 298,
     RANY = 299,
     RBREAK = 300,
     RSPAN = 301,
     SET = 302,
     SUBSTITUTE = 303,
     THEN = 304,
     UPCASE = 305,
     WHILE = 306,
     ZVAR = 307,
     STYLESTRIP = 308,
     REGNEQ = 309,
     REGEQ = 310,
     NEQ = 311,
     EQ = 312
   };
#endif
/* Tokens.  */
#define ERROR 258
#define VARNAME 259
#define VARREF 260
#define STRING 261
#define SHOW 262
#define APPENDPORT 263
#define BUFFER 264
#define BREAK 265
#define CLOSEINPUT 266
#define CLOSEOUTPUT 267
#define CLOSEPORT 268
#define CASE 269
#define CLEARBUF 270
#define DEFAULT 271
#define DISPLAY 272
#define DO 273
#define DOWNCASE 274
#define ELSE 275
#define ELSEIF 276
#define ENDCASE 277
#define ENDIF 278
#define ENDWHILE 279
#define EXEC 280
#define EXECPORT 281
#define EXIT 282
#define FIELDS 283
#define GET 284
#define GETENV 285
#define IF 286
#define INPUTPORT 287
#define LANY 288
#define LBREAK 289
#define LSPAN 290
#define MATCH 291
#define NOOP 292
#define NOT 293
#define OUTPUTPORT 294
#define PRINT 295
#define PROTECT 296
#define VERBATIM 297
#define PUT 298
#define RANY 299
#define RBREAK 300
#define RSPAN 301
#define SET 302
#define SUBSTITUTE 303
#define THEN 304
#define UPCASE 305
#define WHILE 306
#define ZVAR 307
#define STYLESTRIP 308
#define REGNEQ 309
#define REGEQ 310
#define NEQ 311
#define EQ 312




#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
#line 45 "/mit/zdev/src/src/zephyr-2.1.20070719.SNAPSHOT/zwgc/parser.y"
{
    char *text;
    struct _Node *node;
}
/* Line 1489 of yacc.c.  */
#line 168 "y.tab.h"
	YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1
#endif

extern YYSTYPE yylval;

