Introduction - If you have any usage issues, please Google them yourself
Prepared by direct analysis of a subset of C-language lexical analysis program. In the lexical analyzer module analyzes the custom C-language morphology. Custom language includes an array definition, function definition, the definition of the statement structure, operation symbols are mainly defined by the special symbol table various operators. Design brief to explain the construction of the lexical analyzer technology, the design of this method parser. Lexical analysis program main function is to read the source, the output word symbols. And provide error handling.