summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/prebuilt/levcomp.tab.h
blob: a77766566c201e082c74f6a299b7f7018207160d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
typedef union
{
    int i;
    const char *text;
} YYSTYPE;
#define	BRANCHDEF	257
#define	BRANCH	258
#define	DESC	259
#define	DEFAULT	260
#define	DEFAULT_DEPTH	261
#define	SYMBOL	262
#define	TAGS	263
#define	NAME	264
#define	DEPTH	265
#define	ORIENT	266
#define	PLACE	267
#define	CHANCE	268
#define	FLAGS	269
#define	MONS	270
#define	ROOT_DEPTH	271
#define	ENTRY_MSG	272
#define	EXIT_MSG	273
#define	ROCK_COLOUR	274
#define	FLOOR_COLOUR	275
#define	ENCOMPASS	276
#define	FLOAT	277
#define	NORTH	278
#define	EAST	279
#define	SOUTH	280
#define	WEST	281
#define	NORTHEAST	282
#define	SOUTHEAST	283
#define	SOUTHWEST	284
#define	NORTHWEST	285
#define	LEVEL	286
#define	END	287
#define	PVAULT	288
#define	PMINIVAULT	289
#define	MONSTERS	290
#define	ENDMONSTERS	291
#define	CHARACTER	292
#define	NO_HMIRROR	293
#define	NO_VMIRROR	294
#define	NO_ROTATE	295
#define	PANDEMONIC	296
#define	DASH	297
#define	COMMA	298
#define	QUOTE	299
#define	OPAREN	300
#define	CPAREN	301
#define	INTEGER	302
#define	STRING	303
#define	MAP_LINE	304
#define	MONSTER_NAME	305
#define	IDENTIFIER	306


extern YYSTYPE yylval;