parser.h

Go to the documentation of this file.
00001 /* A Bison parser, made by GNU Bison 2.1.  */
00002 
00003 /* Skeleton parser for Yacc-like parsing with Bison,
00004    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 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., 51 Franklin Street, Fifth Floor,
00019    Boston, MA 02110-1301, 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      SCANNER_ERROR = 258,
00033      END_OF_FILE = 259,
00034      EMPTY = 260,
00035      LIST = 261,
00036      MAP = 262,
00037      STRUCT = 263,
00038      BLOCK = 264,
00039      DEFINE = 265,
00040      UNDEFINE = 266,
00041      I18N = 267,
00042      RETURN = 268,
00043      CONTINUE = 269,
00044      BREAK = 270,
00045      IF = 271,
00046      DO = 272,
00047      WHILE = 273,
00048      REPEAT = 274,
00049      UNTIL = 275,
00050      IS = 276,
00051      ISNIL = 277,
00052      SYMBOL = 278,
00053      DCSYMBOL = 279,
00054      DCQUOTED_BLOCK = 280,
00055      QUOTED_BLOCK = 281,
00056      QUOTED_EXPRESSION = 282,
00057      CLOSEBRACKET = 283,
00058      TYPEDEF = 284,
00059      MODULE = 285,
00060      IMPORT = 286,
00061      EXPORT = 287,
00062      MAPEXPR = 288,
00063      INCLUDE = 289,
00064      GLOBAL = 290,
00065      TEXTDOMAIN = 291,
00066      CONST = 292,
00067      FULLNAME = 293,
00068      STATIC = 294,
00069      EXTERN = 295,
00070      LOOKUP = 296,
00071      SELECT = 297,
00072      SWITCH = 298,
00073      CASE = 299,
00074      DEFAULT = 300,
00075      SYM_NAMESPACE = 301,
00076      IDENTIFIER = 302,
00077      STRING = 303,
00078      C_VOID = 304,
00079      C_BOOLEAN = 305,
00080      C_INTEGER = 306,
00081      C_FLOAT = 307,
00082      C_BYTEBLOCK = 308,
00083      C_PATH = 309,
00084      C_SYMBOL = 310,
00085      C_TYPE = 311,
00086      OR = 312,
00087      AND = 313,
00088      NEQ = 314,
00089      EQUALS = 315,
00090      GE = 316,
00091      LE = 317,
00092      RIGHT = 318,
00093      LEFT = 319,
00094      ELSE = 320,
00095      UMINUS = 321
00096    };
00097 #endif
00098 /* Tokens.  */
00099 #define SCANNER_ERROR 258
00100 #define END_OF_FILE 259
00101 #define EMPTY 260
00102 #define LIST 261
00103 #define MAP 262
00104 #define STRUCT 263
00105 #define BLOCK 264
00106 #define DEFINE 265
00107 #define UNDEFINE 266
00108 #define I18N 267
00109 #define RETURN 268
00110 #define CONTINUE 269
00111 #define BREAK 270
00112 #define IF 271
00113 #define DO 272
00114 #define WHILE 273
00115 #define REPEAT 274
00116 #define UNTIL 275
00117 #define IS 276
00118 #define ISNIL 277
00119 #define SYMBOL 278
00120 #define DCSYMBOL 279
00121 #define DCQUOTED_BLOCK 280
00122 #define QUOTED_BLOCK 281
00123 #define QUOTED_EXPRESSION 282
00124 #define CLOSEBRACKET 283
00125 #define TYPEDEF 284
00126 #define MODULE 285
00127 #define IMPORT 286
00128 #define EXPORT 287
00129 #define MAPEXPR 288
00130 #define INCLUDE 289
00131 #define GLOBAL 290
00132 #define TEXTDOMAIN 291
00133 #define CONST 292
00134 #define FULLNAME 293
00135 #define STATIC 294
00136 #define EXTERN 295
00137 #define LOOKUP 296
00138 #define SELECT 297
00139 #define SWITCH 298
00140 #define CASE 299
00141 #define DEFAULT 300
00142 #define SYM_NAMESPACE 301
00143 #define IDENTIFIER 302
00144 #define STRING 303
00145 #define C_VOID 304
00146 #define C_BOOLEAN 305
00147 #define C_INTEGER 306
00148 #define C_FLOAT 307
00149 #define C_BYTEBLOCK 308
00150 #define C_PATH 309
00151 #define C_SYMBOL 310
00152 #define C_TYPE 311
00153 #define OR 312
00154 #define AND 313
00155 #define NEQ 314
00156 #define EQUALS 315
00157 #define GE 316
00158 #define LE 317
00159 #define RIGHT 318
00160 #define LEFT 319
00161 #define ELSE 320
00162 #define UMINUS 321
00163 
00164 
00165 
00166 
00167 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00168 typedef int YYSTYPE;
00169 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00170 # define YYSTYPE_IS_DECLARED 1
00171 # define YYSTYPE_IS_TRIVIAL 1
00172 #endif
00173 
00174 
00175 
00176 
00177 

Generated on Fri Jun 16 18:07:45 2006 for yast2-core by  doxygen 1.4.6