chore(misc): 按目录结构设计初始化工程骨架
This commit is contained in:
5
src/utils/CLI.cpp
Normal file
5
src/utils/CLI.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
// 命令行参数解析:
|
||||
// - 解析输入/输出路径
|
||||
// - 解析输出类型(IR/MIR/ASM)与优化级别等选项
|
||||
// - 将参数传递给 main.cpp 的编译流水线驱动
|
||||
|
||||
4
src/utils/Log.cpp
Normal file
4
src/utils/Log.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
// 日志模块:
|
||||
// - 统一输出调试信息、阶段信息与错误信息
|
||||
// - 提供可配置的日志级别与输出位置(按需要实现)
|
||||
|
||||
Reference in New Issue
Block a user