编译原理大作业
Primary LanguageC++
由源文件生成三地址码的程序
make cfool ./cfool.exe test.txt
make cfool
./cfool.exe test.txt
由@MrWen33完成词法分析, @LGHigh完成三地址码生成