Advertisement
BorjaTarraso

lexer.l

Oct 16th, 2011
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. int fee_count = 0;
  2. int fie_count = 0;
  3. int foe_count = 0;
  4. int fum_count = 0;
  5. %%
  6. fee fee_count++;
  7. fie fie_count++;
  8. foe foe_count++;
  9. fum fum_count++;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement