%{ %} %% "Rama" | "Sita" printf("\n Noun"); "Eats" | "Sings" printf("\n Verb"); %% main() { yylex(); } int yywrap() { return 1; }
Rama
Standard output is empty
ERROR: /home/dYg4de/prog:16:0: Syntax error: Unexpected end of file ERROR: '$runtoplevel'/0: Undefined procedure: program/0 Exception: (3) program ? EOF: exit