Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. %x comment
  2. %%
  3.  
  4. \/* BEGIN(comment);
  5. <comment>[^*]
  6. <comment>\*+[^*/]
  7. <comment>\*+\/ BEGIN(INITIAL);
  8.  
  9. ([a-zA-Z_]+)/([\t\r\n\v\f ]*\() printf("%s ", yytext);
  10.  
  11. \"([^"\n]|\\\")*\" ;
  12.  
  13. .|\n ;
  14.  
  15. %%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement