Introduction - If you have any usage issues, please Google them yourself
Write semantic analysis procedures, to achieve the type checking and arithmetic expressions are evaluated. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+T | ET | T T-> T* F | T/F | F F-> id | (E) | num