fork download
  1. %{
  2. %}
  3. %%
  4. "Rama"|"Sita"|"Neha" printf("\n Noun");
  5. "Sings"|"Dances" printf("\n Verb");
  6. %%
  7. main()
  8. {
  9. yylex();
  10. }
  11. int yywrap()
  12. {
  13. return 1;
  14. }
Success #stdin #stdout #stderr 0.02s 6880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
ERROR: /home/LxbKOI/prog:14:0: Syntax error: Unexpected end of file
ERROR: '$runtoplevel'/0: Undefined procedure: program/0
   Exception: (3) program ? EOF: exit