fork download
  1. %{
  2. #include<stdio.h>
  3. %}
  4. %%
  5. . {printf("vinayaka\n");}
  6. %%
  7. int main(){
  8. yylex();
  9. }
  10. int yywrap(){
  11. return 1;
  12. }
Success #stdin #stdout #stderr 0.02s 6952KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
ERROR: /home/LRqH3z/prog:2:3: Syntax error: Operator expected
ERROR: /home/LRqH3z/prog:12:2: Syntax error: Unexpected end of file
ERROR: '$runtoplevel'/0: Undefined procedure: program/0
   Exception: (3) program ? EOF: exit