gurba-0.40/
gurba-0.40/bin/
gurba-0.40/lib/
gurba-0.40/lib/cmds/guild/fighter/
gurba-0.40/lib/cmds/monster/
gurba-0.40/lib/cmds/race/catfolk/
gurba-0.40/lib/cmds/race/dwarf/
gurba-0.40/lib/cmds/verb/
gurba-0.40/lib/daemons/data/
gurba-0.40/lib/data/boards/
gurba-0.40/lib/data/messages/
gurba-0.40/lib/data/players/
gurba-0.40/lib/design/
gurba-0.40/lib/domains/gurba/
gurba-0.40/lib/domains/gurba/guilds/fighter/
gurba-0.40/lib/domains/gurba/monsters/
gurba-0.40/lib/domains/gurba/objects/armor/
gurba-0.40/lib/domains/gurba/objects/clothing/
gurba-0.40/lib/domains/gurba/objects/weapons/
gurba-0.40/lib/domains/gurba/vendors/
gurba-0.40/lib/kernel/cmds/admin/
gurba-0.40/lib/kernel/daemons/
gurba-0.40/lib/kernel/include/
gurba-0.40/lib/kernel/lib/
gurba-0.40/lib/kernel/net/
gurba-0.40/lib/kernel/sys/
gurba-0.40/lib/logs/
gurba-0.40/lib/pub/
gurba-0.40/lib/std/modules/languages/
gurba-0.40/lib/std/races/
gurba-0.40/lib/std/races/monsters/
gurba-0.40/lib/wiz/fudge/
gurba-0.40/lib/wiz/spud/
gurba-0.40/src/host/beos/
gurba-0.40/src/host/pc/res/
gurba-0.40/src/kfun/
gurba-0.40/src/lpc/
gurba-0.40/src/parser/
gurba-0.40/tmp/
#define STRING 257
#define NOMASK 258
#define DO 259
#define BREAK 260
#define ELSE 261
#define CASE 262
#define OBJECT 263
#define DEFAULT 264
#define STATIC 265
#define CONTINUE 266
#define INT 267
#define RLIMITS 268
#define FLOAT 269
#define FOR 270
#define INHERIT 271
#define WHILE 272
#define IF 273
#define CATCH 274
#define SWITCH 275
#define MAPPING 276
#define PRIVATE 277
#define VOID 278
#define ATOMIC 279
#define RETURN 280
#define MIXED 281
#define VARARGS 282
#define ARROW 283
#define PLUS_PLUS 284
#define MIN_MIN 285
#define LSHIFT 286
#define RSHIFT 287
#define LE 288
#define GE 289
#define EQ 290
#define NE 291
#define LAND 292
#define LOR 293
#define PLUS_EQ 294
#define MIN_EQ 295
#define MULT_EQ 296
#define DIV_EQ 297
#define MOD_EQ 298
#define LSHIFT_EQ 299
#define RSHIFT_EQ 300
#define AND_EQ 301
#define XOR_EQ 302
#define OR_EQ 303
#define COLON_COLON 304
#define DOT_DOT 305
#define ELLIPSIS 306
#define STRING_CONST 307
#define IDENTIFIER 308
#define INT_CONST 309
#define FLOAT_CONST 310
#define MARK 311
#define HASH 312
#define HASH_HASH 313
#define INCL_CONST 314
#define NR_TOKENS 315
typedef union {
    Int number;			/* lex input */
    xfloat real;		/* lex input */
    unsigned short type;	/* internal */
    struct _node_ *node;	/* internal */
} YYSTYPE;
extern YYSTYPE yylval;