fork download
  1. %option noyywrap
  2. %{
  3.  
  4. %}
  5. %%
  6.  
  7. ([a]([a-z]|[0-9])*[a]) {printf("Valid\n");}
  8. .* printf("Invalid");
  9.  
  10. %%
  11. main(){yylex();}
  12.  
  13.  
Success #stdin #stdout #stderr 0.03s 6272KB
stdin
abcdse
stdout
Standard output is empty
stderr
ERROR: /home/e9hFjM/prog:12:0: Syntax error: Unexpected end of file
ERROR: '$runtoplevel'/0: Undefined procedure: program/0
   Exception: (3) program ? EOF: exit