Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages | Examples

archc.parser.h

00001 /* A Bison parser, made by GNU Bison 1.875.  */
00002 
00003 /* Skeleton parser for Yacc-like parsing with Bison,
00004    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
00005 
00006    This program is free software; you can redistribute it and/or modify
00007    it under the terms of the GNU General Public License as published by
00008    the Free Software Foundation; either version 2, or (at your option)
00009    any later version.
00010 
00011    This program is distributed in the hope that it will be useful,
00012    but WITHOUT ANY WARRANTY; without even the implied warranty of
00013    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014    GNU General Public License for more details.
00015 
00016    You should have received a copy of the GNU General Public License
00017    along with this program; if not, write to the Free Software
00018    Foundation, Inc., 59 Temple Place - Suite 330,
00019    Boston, MA 02111-1307, USA.  */
00020 
00021 /* As a special exception, when this file is copied by Bison into a
00022    Bison output file, you may use that output file without restriction.
00023    This special exception was added by the Free Software Foundation
00024    in version 1.24 of Bison.  */
00025 
00026 /* Tokens.  */
00027 #ifndef YYTOKENTYPE
00028 # define YYTOKENTYPE
00029    /* Put the tokens into the symbol table, so that GDB and other debuggers
00030       know about them.  */
00031    enum yytokentype {
00032      INT = 258,
00033      STR = 259,
00034      DOT = 260,
00035      COMMA = 261,
00036      SEMICOLON = 262,
00037      COLON = 263,
00038      LT = 264,
00039      GT = 265,
00040      EQ = 266,
00041      RPAREN = 267,
00042      LPAREN = 268,
00043      LBRACK = 269,
00044      RBRACK = 270,
00045      LBRACE = 271,
00046      RBRACE = 272,
00047      SET_DECODER = 273,
00048      SET_ASM = 274,
00049      SET_CYCLES = 275,
00050      ID = 276,
00051      AC_ISA_UPPER = 277,
00052      ISA_CTOR = 278,
00053      AC_FORMAT = 279,
00054      AC_INSTR = 280,
00055      CYCLE_RANGE = 281,
00056      AC_ARCH = 282,
00057      AC_CACHE = 283,
00058      AC_ICACHE = 284,
00059      AC_DCACHE = 285,
00060      AC_MEM = 286,
00061      AC_PC = 287,
00062      AC_REGBANK = 288,
00063      AC_REG = 289,
00064      AC_STAGE = 290,
00065      AC_PIPE = 291,
00066      ARCH_CTOR = 292,
00067      AC_ISA = 293,
00068      AC_WORDSIZE = 294,
00069      AC_FETCHSIZE = 295,
00070      SET_ENDIAN = 296,
00071      BIND_TO = 297
00072    };
00073 #endif
00074 #define INT 258
00075 #define STR 259
00076 #define DOT 260
00077 #define COMMA 261
00078 #define SEMICOLON 262
00079 #define COLON 263
00080 #define LT 264
00081 #define GT 265
00082 #define EQ 266
00083 #define RPAREN 267
00084 #define LPAREN 268
00085 #define LBRACK 269
00086 #define RBRACK 270
00087 #define LBRACE 271
00088 #define RBRACE 272
00089 #define SET_DECODER 273
00090 #define SET_ASM 274
00091 #define SET_CYCLES 275
00092 #define ID 276
00093 #define AC_ISA_UPPER 277
00094 #define ISA_CTOR 278
00095 #define AC_FORMAT 279
00096 #define AC_INSTR 280
00097 #define CYCLE_RANGE 281
00098 #define AC_ARCH 282
00099 #define AC_CACHE 283
00100 #define AC_ICACHE 284
00101 #define AC_DCACHE 285
00102 #define AC_MEM 286
00103 #define AC_PC 287
00104 #define AC_REGBANK 288
00105 #define AC_REG 289
00106 #define AC_STAGE 290
00107 #define AC_PIPE 291
00108 #define ARCH_CTOR 292
00109 #define AC_ISA 293
00110 #define AC_WORDSIZE 294
00111 #define AC_FETCHSIZE 295
00112 #define SET_ENDIAN 296
00113 #define BIND_TO 297
00114 
00115 
00116 
00117 
00118 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00119 #line 578 "src/acpp/archc.bison"
00120 typedef union YYSTYPE {
00121   char* text;
00122   int value;
00123 } YYSTYPE;
00124 /* Line 1240 of yacc.c.  */
00125 #line 125 "./src/acpp/archc.parser.h"
00126 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00127 # define YYSTYPE_IS_DECLARED 1
00128 # define YYSTYPE_IS_TRIVIAL 1
00129 #endif
00130 
00131 extern YYSTYPE yylval;
00132 
00133 
00134 

Generated on Thu Jun 24 08:30:05 2004 for ArchC by doxygen 1.3.4