搜索资源列表
abcd
- 这个非递归预测分析器可以自动分析一段代码,并且保存到文件里面!-The non-recursive prediction section of the analyzer can automatically analyze the code, and saved to a file inside!
LL1
- 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。它会自动计算first,follow,预测分析表的构造,但并不输出。-Input has to eliminate left recursion and extract the public left factor of LL (1) grammar, then input the corre
digui
- 编译原理非预测递归分析算法,成都理工大学编译原理课程实验(Non prediction recursive analysis algorithm for compiling principle)