Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037 #ifndef YYTOKENTYPE
00038 # define YYTOKENTYPE
00039
00040
00041 enum yytokentype {
00042 INTEGER = 258,
00043 A_DUNGEON = 259,
00044 BRANCH = 260,
00045 CHBRANCH = 261,
00046 LEVEL = 262,
00047 RNDLEVEL = 263,
00048 CHLEVEL = 264,
00049 RNDCHLEVEL = 265,
00050 UP_OR_DOWN = 266,
00051 PROTOFILE = 267,
00052 DESCRIPTION = 268,
00053 DESCRIPTOR = 269,
00054 LEVELDESC = 270,
00055 ALIGNMENT = 271,
00056 LEVALIGN = 272,
00057 ENTRY = 273,
00058 STAIR = 274,
00059 NO_UP = 275,
00060 NO_DOWN = 276,
00061 PORTAL = 277,
00062 STRING = 278
00063 };
00064 #endif
00065
00066 #define INTEGER 258
00067 #define A_DUNGEON 259
00068 #define BRANCH 260
00069 #define CHBRANCH 261
00070 #define LEVEL 262
00071 #define RNDLEVEL 263
00072 #define CHLEVEL 264
00073 #define RNDCHLEVEL 265
00074 #define UP_OR_DOWN 266
00075 #define PROTOFILE 267
00076 #define DESCRIPTION 268
00077 #define DESCRIPTOR 269
00078 #define LEVELDESC 270
00079 #define ALIGNMENT 271
00080 #define LEVALIGN 272
00081 #define ENTRY 273
00082 #define STAIR 274
00083 #define NO_UP 275
00084 #define NO_DOWN 276
00085 #define PORTAL 277
00086 #define STRING 278
00087
00088
00089
00090
00091 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
00092 typedef union YYSTYPE
00093 {
00094
00095
00096 #line 67 "./dgn_comp.y"
00097
00098 int i;
00099 char* str;
00100
00101
00102
00103
00104 #line 105 "y.tab.h"
00105 } YYSTYPE;
00106 # define YYSTYPE_IS_TRIVIAL 1
00107 # define yystype YYSTYPE
00108 # define YYSTYPE_IS_DECLARED 1
00109 #endif
00110
00111 extern YYSTYPE yylval;
00112
00113