futuyuan 发表于 2023-1-31 10:51:30

# SUSTech-CS323-Compilers

Sustech 2022-2023 Spring Semester CS323 (Compilers)

There are 5 assignments and 4 projects in this course.



## Project

phase1: Generate tokens (lexical analysis) and print the syntax tree (syntax analysis)

phase2: Check semantic errors

phase3: Generate intermediate code

phase4: Generate assembly code based on mips32 instruction set



## Score Distribution

Quizzes: 10%

Written Assignments: 20%

Labs: 2%

Project Phase1: 6%

Project Phase2: 10%

Project Phase3: 12%

Project Phase4 (optional) : 7.5%

Research Report: 10%

Final Exam: 30%
本主题需向作者支付 3 金币 才能浏览 购买主题
页: [1]
查看完整版本: 南方科技大学2022秋季 编译原理 课程