# complier **Repository Path**: qicheng-white/complier ## Basic Information - **Project Name**: complier - **Description**: c++实现mips编译器 西工大试点班 - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-30 - **Last Updated**: 2023-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # compiler clion工具开发 lex 词法分析,生成token列表 grammar 语法分析,生成语法树 midcode 语义分析,生成中间代码 code 生成mips汇编 .... 使用方法: complier.exe filename ex: complier.exe test.c 在该文件列表下会生成一个test.asm汇编文件