/% Lex Program to check whether % { int i; % } %% [0-9]+ {i = atoi(yytext); if(i%2==0) else }; %% int main() { yylex(); return 1; }
Standard input is empty
Standard output is empty
ERROR: /home/ndZtBk/prog:2:8: Syntax error: Operator expected ERROR: /home/ndZtBk/prog:24:0: Syntax error: Unexpected end of file ERROR: '$runtoplevel'/0: Undefined procedure: program/0 Exception: (3) program ? EOF: exit