%{
#include "y.tab.h"

%}



%%
[ \t]+    ;
.      {  return(yytext[0]);}
%%
