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

3
src/antlr4/SysY.g4 Normal file
View File

@@ -0,0 +1,3 @@
// SysY 语法定义lexer + parser rules的占位文件。
// 注意ANTLR 生成的 C++ 源码/头文件不进入仓库,统一放在构建目录(例如 build/generated/antlr4/)。