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