Merge branch 'lab2-IRGen'

This commit is contained in:
Lixuanwang
2025-05-30 02:06:43 +08:00
3 changed files with 21 additions and 25 deletions

View File

@@ -1,7 +1,8 @@
#include "IR.h"
#include <any>
#include <memory>
using namespace std;
// SysYIRGenerator.cpp
// TODO类型转换及其检查
// TODOsysy库函数处理
// TODO数组处理
// TODO对while、continue、break的测试
#include "SysYIRGenerator.h"
namespace sysy {