Code:
%{
%}
%%
[
\t\n]
{fprintf(yyout,”%s",yytext);};
%%
main()
{
yyin=fopen("l21ip.txt","r");
yyout=fopen("l21op.txt","w");
yylex();
return
0;
}
int
yywrap()
{
return
1;
}
It's time To increase blogging capability. To have a chance to contribute in digital world. Any Interested People who want to make t...
No comments:
Post a Comment