文件名称:LL1文法实验.rar
文件大小:13KB
文件格式:RAR
更新时间:2024-03-12 11:48:28
LL1文法 C++ FIRST FOLLOW 实验
C++实现LL1文法: 1)在def.ll1中填写文法规则; 2)在test.free中填写识别字符串(会转换为token序列); 3)会打印出FIRST、FOLLOW和预测表; 4)会检测出错位置; 5)文法不能出现左递归和二义性;
【文件预览】:
LL1文法实验
----main.cpp(1KB)
----grammar.h(1KB)
----test.free(11B)
----error.cpp(687B)
----freedef.h(68B)
----def.ll1(1KB)
----DefLL1.h(383B)
----scanner.h(391B)
----DefLL1.cpp(3KB)
----Token.cpp(665B)
----Free.vcxproj.filters(2KB)
----dfa.cpp(4KB)
----LL1.cpp(9KB)
----dfa.h(965B)
----Token.h(965B)
----LL1.h(2KB)
----scanner.cpp(944B)
----Free.vcxproj(8KB)
----error.h(375B)
----grammar.cpp(2KB)