style(doc): 统一 Lexer Parser 相关表述

This commit is contained in:
Lane0218
2026-03-12 15:37:27 +08:00
parent 020e2d772d
commit 4c2996027e
4 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ target_link_libraries(frontend PUBLIC
${ANTLR4_RUNTIME_TARGET}
)
# 自动纳入构建目录中的 ANTLR 生成源码(若存在)
# 自动纳入构建目录中的 Lexer/Parser 生成源码(若存在)
file(GLOB_RECURSE ANTLR4_GENERATED_SOURCES CONFIGURE_DEPENDS
"${ANTLR4_GENERATED_DIR}/*.cpp"
)