The question is self explanatory
Here is the code:
%{
%}
%%
t[a-z A-Z]+ printf("");
%%
main()
{
extern FILE *yyin;
yyin=fopen("new","r");
yylex();
}
Here is the code:
%{
%}
%%
t[a-z A-Z]+ printf("");
%%
main()
{
extern FILE *yyin;
yyin=fopen("new","r");
yylex();
}
No comments:
Post a Comment