%class html_scanner include <scanner.h> static int delim(char c) { return (c=='\0'||c==' '||c=='\n'||c=='\t'); }