typedef union 
{
    struct { int label;
	     int jumpto;
	     int whilenum;} semtype;
} YYSTYPE;
#define	ASS	258
#define	WHILE	259
#define	COND	260
#define	DO	261
#define	GOTO	262


extern YYSTYPE yylval;
