Introduction - If you have any usage issues, please Google them yourself
The main task of lexical analysis: one by one character to scan from left to right source to generate a one word (Token), also check the source of lexical errors. Implementation of the lexical analysis process is called lexical analysis or scanning process procedures (Scanner).