typedef union 
{
       char *y_str;
       int y_num;
}
YYSTYPE;

