Introduction - If you have any usage issues, please Google them yourself
The basic idea of prediction analysis method (LL (1)) is to start from the grammar start symbol S, and scan the source program from left to right. Every time we look at 1 characters forward, we choose the right generation to generate the middle derivation process and the left-hand inference of the sentence. The program can input the prediction analysis table to output the most left and middle process.