%{ #include<stdio.h> %} %% [A-Z]+[\t\n ] { printf("%s",yytext); } . ; %% Int yywrap(){} int main( ) { printf("Enter the input string:\n"); yylex(); }
Standard input is empty
Standard output is empty
ERROR: /home/TCvRK8/prog:2:9: Syntax error: Operator expected ERROR: /home/TCvRK8/prog:14:1: Syntax error: Unexpected end of file ERROR: '$runtoplevel'/0: Undefined procedure: program/0 Exception: (3) program ? EOF: exit