Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 276 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 276 Bytes

C--_Compiler

This is a C-- compiler that implements stages such as lexical analysis, syntax analysis, semantic analysis, intermediate code generation, intermediate code optimization, and target code generation. Please refer to the report for each stage inside for details.