Introduction - If you have any usage issues, please Google them yourself
Recursive descent method to achieve Tiny+ syntax analysis, semantic analysis and three-address code generation. Syntax analysis can
Output generated syntax tree, semantic analysis to create a symbol table and variable type checking, code generation is to generate three
Address code. Requirements analysis process can give a certain error