Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 264 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 264 Bytes

2019Compiler

1.2019秋USTCCompiler from Cheng 2.实验介绍在每个文件夹下,此实验针对语言是cminus。 3.在Ubuntu16.04下借助flex,bison工具下完成了cminus的词法分析,语法分析,语法制导翻译,中间代码生成工作。