Introduction - If you have any usage issues, please Google them yourself
Simplified C compiler program example, the program has taken the simplest implementation, auxiliary lex & yacc tools to implement a C compiler framework, omitting intermediate code generation and code optimization, directly generate assembly code to achieve a while statements, such as the translation of the addition operator.