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
CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
# 工程构建入口:
# - 配置 C/C++ 编译器与标准、编译选项、输出目录等
# - 添加 src/ 子目录并链接生成最终可执行文件
# - 集成 ANTLR4 C++ runtime通过系统依赖或第三方源码并将构建目录下的 ANTLR 生成代码纳入编译