Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Examples

parser.h

Go to the documentation of this file.
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      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      SYM_NAMESPACE = 297,
00072      IDENTIFIER = 298,
00073      STRING = 299,
00074      C_VOID = 300,
00075      C_BOOLEAN = 301,
00076      C_INTEGER = 302,
00077      C_FLOAT = 303,
00078      C_BYTEBLOCK = 304,
00079      C_PATH = 305,
00080      C_SYMBOL = 306,
00081      C_TYPE = 307,
00082      OR = 308,
00083      AND = 309,
00084      NEQ = 310,
00085      EQUALS = 311,
00086      GE = 312,
00087      LE = 313,
00088      RIGHT = 314,
00089      LEFT = 315,
00090      ELSE = 316,
00091      UMINUS = 317
00092    };
00093 #endif
00094 #define SCANNER_ERROR 258
00095 #define END_OF_FILE 259
00096 #define EMPTY 260
00097 #define LIST 261
00098 #define MAP 262
00099 #define STRUCT 263
00100 #define BLOCK 264
00101 #define DEFINE 265
00102 #define UNDEFINE 266
00103 #define I18N 267
00104 #define RETURN 268
00105 #define CONTINUE 269
00106 #define BREAK 270
00107 #define IF 271
00108 #define DO 272
00109 #define WHILE 273
00110 #define REPEAT 274
00111 #define UNTIL 275
00112 #define IS 276
00113 #define ISNIL 277
00114 #define SYMBOL 278
00115 #define DCSYMBOL 279
00116 #define DCQUOTED_BLOCK 280
00117 #define QUOTED_BLOCK 281
00118 #define QUOTED_EXPRESSION 282
00119 #define CLOSEBRACKET 283
00120 #define TYPEDEF 284
00121 #define MODULE 285
00122 #define IMPORT 286
00123 #define EXPORT 287
00124 #define MAPEXPR 288
00125 #define INCLUDE 289
00126 #define GLOBAL 290
00127 #define TEXTDOMAIN 291
00128 #define CONST 292
00129 #define FULLNAME 293
00130 #define STATIC 294
00131 #define EXTERN 295
00132 #define LOOKUP 296
00133 #define SYM_NAMESPACE 297
00134 #define IDENTIFIER 298
00135 #define STRING 299
00136 #define C_VOID 300
00137 #define C_BOOLEAN 301
00138 #define C_INTEGER 302
00139 #define C_FLOAT 303
00140 #define C_BYTEBLOCK 304
00141 #define C_PATH 305
00142 #define C_SYMBOL 306
00143 #define C_TYPE 307
00144 #define OR 308
00145 #define AND 309
00146 #define NEQ 310
00147 #define EQUALS 311
00148 #define GE 312
00149 #define LE 313
00150 #define RIGHT 314
00151 #define LEFT 315
00152 #define ELSE 316
00153 #define UMINUS 317
00154 
00155 
00156 
00157 
00158 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00159 typedef int YYSTYPE;
00160 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00161 # define YYSTYPE_IS_DECLARED 1
00162 # define YYSTYPE_IS_TRIVIAL 1
00163 #endif
00164 
00165 
00166 
00167 
00168 

Generated on Fri Nov 9 18:15:22 2007 for yast2-core by doxygen 1.3.6