%% [ ] ; /* whitespace ok */ "ding" return(DING); "dong" return(DONG); "dell" return(DELL); "\n" { extern int linenum; linenum++; } . return(OTHER); %%