fixed bugs brought out by merging

This commit is contained in:
Lixuanwang
2025-05-30 02:13:17 +08:00
parent 969c83125d
commit df209f976e
3 changed files with 24 additions and 16 deletions

View File

@@ -3,6 +3,10 @@
// TODOsysy库函数处理
// TODO数组处理
// TODO对while、continue、break的测试
#include "IR.h"
#include <any>
#include <memory>
using namespace std;
#include "SysYIRGenerator.h"
namespace sysy {