/* A Bison parser, made by GNU Bison 1.875c. */
/* Skeleton parser for Yacc-like parsing with Bison,
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
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., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
This special exception was added by the Free Software Foundation
in version 1.24 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 {
LABEL = 258,
IDENTIFIER = 259,
CBLOCK = 260,
DEBUG_LINE = 261,
ENDC = 262,
ERRORLEVEL = 263,
FILL = 264,
LIST = 265,
NUMBER = 266,
PROCESSOR = 267,
STRING = 268,
INCLUDE = 269,
UPPER = 270,
HIGH = 271,
LOW = 272,
LSH = 273,
RSH = 274,
GREATER_EQUAL = 275,
LESS_EQUAL = 276,
EQUAL = 277,
NOT_EQUAL = 278,
LOGICAL_AND = 279,
LOGICAL_OR = 280,
ASSIGN_PLUS = 281,
ASSIGN_MINUS = 282,
ASSIGN_MULTIPLY = 283,
ASSIGN_DIVIDE = 284,
ASSIGN_MODULUS = 285,
ASSIGN_LSH = 286,
ASSIGN_RSH = 287,
ASSIGN_AND = 288,
ASSIGN_OR = 289,
ASSIGN_XOR = 290,
INCREMENT = 291,
DECREMENT = 292,
TBL_NO_CHANGE = 293,
TBL_POST_INC = 294,
TBL_POST_DEC = 295,
TBL_PRE_INC = 296,
CONCAT = 297,
VAR = 298,
VARLAB_BEGIN = 299,
VAR_BEGIN = 300,
VAR_END = 301
};
#endif
#define LABEL 258
#define IDENTIFIER 259
#define CBLOCK 260
#define DEBUG_LINE 261
#define ENDC 262
#define ERRORLEVEL 263
#define FILL 264
#define LIST 265
#define NUMBER 266
#define PROCESSOR 267
#define STRING 268
#define INCLUDE 269
#define UPPER 270
#define HIGH 271
#define LOW 272
#define LSH 273
#define RSH 274
#define GREATER_EQUAL 275
#define LESS_EQUAL 276
#define EQUAL 277
#define NOT_EQUAL 278
#define LOGICAL_AND 279
#define LOGICAL_OR 280
#define ASSIGN_PLUS 281
#define ASSIGN_MINUS 282
#define ASSIGN_MULTIPLY 283
#define ASSIGN_DIVIDE 284
#define ASSIGN_MODULUS 285
#define ASSIGN_LSH 286
#define ASSIGN_RSH 287
#define ASSIGN_AND 288
#define ASSIGN_OR 289
#define ASSIGN_XOR 290
#define INCREMENT 291
#define DECREMENT 292
#define TBL_NO_CHANGE 293
#define TBL_POST_INC 294
#define TBL_POST_DEC 295
#define TBL_PRE_INC 296
#define CONCAT 297
#define VAR 298
#define VARLAB_BEGIN 299
#define VAR_BEGIN 300
#define VAR_END 301
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#line 225 "parse.y"
typedef union YYSTYPE {
gpasmVal i;
char *s;
struct pnode *p;
} YYSTYPE;
/* Line 1275 of yacc.c. */
#line 135 "parse.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1
#endif
extern YYSTYPE yylval;
syntax highlighted by Code2HTML, v. 0.9.1