fork download
  1. %%
  2. . ECHO;
  3. %%
  4. int yywrap(void) {
  5. return 1;
  6. }
  7. int main(void) {
  8. yylex();
  9. return 0;
  10. }
  11.  
Success #stdin #stdout #stderr 0.02s 6896KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
ERROR: /home/5RmmWZ/prog:2:1: Syntax error: Unexpected end of clause
ERROR: /home/5RmmWZ/prog:10:1: Syntax error: Unexpected end of file
ERROR: '$runtoplevel'/0: Undefined procedure: program/0
   Exception: (3) program ? EOF: exit