Introduction - If you have any usage issues, please Google them yourself
Experiment: optional the LL1 analysis method, the operator precedence analysis, LR analysis, one of the following expression grammar parser: (1) E → E+T | ET | T (2) T → T* F | T/F, F (3) F → P ^ F | P (4) P → (E) | i