Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Design and implementation of operator first analysis algorithm
no vote
According to the operator priority analysis method, the expression is syntactically analyzed, so that it can judge whether an expression is correct or not. Through the implementation of operator priority analysis method, we can deepen the understanding of bottom-up grammar analysis method.
夏末末
2018-06-24
0
1
Design and analysis of predictive analysis algorithm
no vote
Through the design and implementation of predictive analysis algorithm, we can deepen the understanding of top-down parsing methods, especially the understanding of top-down parsing conditions. Input grammar and input string to be analyzed, and output its prediction analysis process and results. &To judge the left recursion of grammar and convert the left recursion grammar into non left recursion grammar. The first set and follow set are obtained according to the grammar. Structure prediction analysis table.
夏末末
2018-06-22
0
1
No more~