the scanner -- html.flt


  
  include <scanner.h>
  
  int main() {
  
  scanner* html = new html_scanner();
  (*html)();
  return 0;
  
  }
  
  

slide: the scanner -- html.flt