alex


  %class alex
  
  include <iostream.h>
  include "ayacc.tab.h"
  include <alex.h>
  
  [a-z]+ { return token(A,yytext); }
  [A-Z]+ { return token(B,yytext); }
  

slide: alex