the task of the compiler is to identify whether the words in the source program are wrong. The part of the compiler that implements this function is generally called a lexical analyzer. Usually the output of lexical analysis is a single word symbol. ...