#define Word 257
#define Identifier 258
typedef union 
{
  int integer;
  char *string;
} YYSTYPE;
extern YYSTYPE ut_lval;
