%{
 (* TP4 exo 3 *)
%}
%%
[1]+	begin
         yylval.yyInteger:=yyleng;
	 return(ID)
	end;
" "   	;
.|\n	returnc(yytext[1]);
