Introduction - If you have any usage issues, please Google them yourself
Lexical analysis of the main tasks are: to scan source code character by character from left to right, resulting in one word (Token), also check the source of lexical errors. Perform lexical analysis program called lexical analyzer or scanner (Scanner).