chore(misc): 按目录结构设计初始化工程骨架

This commit is contained in:
Lane0218
2025-12-27 14:37:52 +08:00
parent b30c963eb7
commit cf2e6e0b46
46 changed files with 195 additions and 0 deletions

5
src/main.cpp Normal file
View File

@@ -0,0 +1,5 @@
// 编译器入口:
// - 解析命令行参数(输入源文件、输出路径、输出类型、优化级别等)
// - 驱动完整流水线Frontend -> Middle-end -> Backend
// - 统一管理阶段产物输出(例如 .ll/.s 的输出开关)