# SysyCompilerInJava **Repository Path**: JQKonatsu/sysy-compiler-in-java ## Basic Information - **Project Name**: SysyCompilerInJava - **Description**: BUAA2023秋 编译技术 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-29 - **Last Updated**: 2024-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2023编译技术 SysyCompiler 编译器 ## 如何测试中间代码正确性 `./lcc llvm_ir.txt` ## 好用的编译网站 `https://godbolt.org/` > mips clang 13.0.0 -S -emit-llvm 如此设置可以由`c`编译出`llvm`代码