Syntax APP
1.Syntax simplification ;
2.Determine the type of syntax ;
3.Find syntax conflict ;
4.FIRST / FOLLOW set computing ;
5.The action table calculation ;
6.GOTO table calculation ;
7.Sentence Generator derivation tree ;
8.Sentences matching ;
9.Generating parser source code.
The software uses the LALR syntax analysis technology to analyze .
This software mainly for training compiler theory courses for students and teachers , as well as syntax of interest to programmers and language researchers.