This software is a professional syntax analysis software can analyze any context-free grammar, and automatically generate parser source code
This software is a professional syntax analysis software can analyze any context-free grammar, and automatically generate parser source code. The main functions are as follows : 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 technolo
gy 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.
... moreless ...