Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 354 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 354 Bytes

编译原理实验课设

Compiler文件夹中的三个文件内容依次是:

  • 求First集合
  • 求Follow集合
  • 三地址码转P-代码

LL1.c为判断是否为LL(1)文法的函数代码

P2Tmain.c为P代码转成三地址码的main文件,如果需要求解Pcode转成三地址码直接用这个文件替换原来的main.c文件