/* 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 {
PACKAGE = 258,
HAS = 259,
SUB = 260,
OUR = 261,
ENUM = 262,
MY = 263,
SELF = 264,
USE = 265,
DESCRIPTOR = 266,
CONST = 267,
IF = 268,
UNLESS = 269,
ELSIF = 270,
ELSE = 271,
FOR = 272,
WHILE = 273,
LAST = 274,
NEXT = 275,
SWITCH = 276,
CASE = 277,
DEFAULT = 278,
EVAL = 279,
NAME = 280,
VAR_NAME = 281,
CONSTANT = 282,
RETURN = 283,
WEAKEN = 284,
CROAK = 285,
NEW = 286,
UNDEF = 287,
VOID = 288,
BYTE = 289,
SHORT = 290,
INT = 291,
LONG = 292,
FLOAT = 293,
DOUBLE = 294,
STRING = 295,
OBJECT = 296,
AMPERSAND = 297,
SPECIAL_ASSIGN = 298,
ASSIGN = 299,
OR = 300,
AND = 301,
BIT_XOR = 302,
BIT_OR = 303,
BIT_AND = 304,
REL = 305,
SHIFT = 306,
REMAINDER = 307,
DIVIDE = 308,
MULTIPLY = 309,
ISA = 310,
DEREF = 311,
REF = 312,
UMINUS = 313,
SCALAR = 314,
NOT = 315,
DEC = 316,
INC = 317,
ARROW = 318
};
#endif
/* Tokens. */
#define PACKAGE 258
#define HAS 259
#define SUB 260
#define OUR 261
#define ENUM 262
#define MY 263
#define SELF 264
#define USE 265
#define DESCRIPTOR 266
#define CONST 267
#define IF 268
#define UNLESS 269
#define ELSIF 270
#define ELSE 271
#define FOR 272
#define WHILE 273
#define LAST 274
#define NEXT 275
#define SWITCH 276
#define CASE 277
#define DEFAULT 278
#define EVAL 279
#define NAME 280
#define VAR_NAME 281
#define CONSTANT 282
#define RETURN 283
#define WEAKEN 284
#define CROAK 285
#define NEW 286
#define UNDEF 287
#define VOID 288
#define BYTE 289
#define SHORT 290
#define INT 291
#define LONG 292
#define FLOAT 293
#define DOUBLE 294
#define STRING 295
#define OBJECT 296
#define AMPERSAND 297
#define SPECIAL_ASSIGN 298
#define ASSIGN 299
#define OR 300
#define AND 301
#define BIT_XOR 302
#define BIT_OR 303
#define BIT_AND 304
#define REL 305
#define SHIFT 306
#define REMAINDER 307
#define DIVIDE 308
#define MULTIPLY 309
#define ISA 310
#define DEREF 311
#define REF 312
#define UMINUS 313
#define SCALAR 314
#define NOT 315
#define DEC 316
#define INC 317
#define ARROW 318
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef int YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1
#endif