From 9a256d9be1cc22d1efb537889471a2a348b1c569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Fri, 5 Jun 2026 19:39:12 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B5=8B=E8=AF=95=E8=AE=A1=E6=95=B0?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20145=E2=86=92158=20=E5=8D=95=E5=85=83=20+?= =?UTF-8?q?=2023=E2=86=9224=20=E9=9B=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/language-reference.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07b4432..da0fa03 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ mingw32-make -j4 # 构建 cd build && mingw32-make -j4 -# 运行全部测试 (145 单元 + 23 集成) +# 运行全部测试 (158 单元 + 24 集成) ./l_lang_lexer_test.exe # 词法分析 (41 tests) ./l_lang_test.exe # 语法分析 (15 tests) ./l_lang_sema_test.exe # 语义分析 (74 tests) diff --git a/docs/language-reference.md b/docs/language-reference.md index 7825a56..4e2dd99 100644 --- a/docs/language-reference.md +++ b/docs/language-reference.md @@ -1,6 +1,6 @@ # L Language 语言参考手册 -> 版本 v0.5 | 145 测试全部通过 | LLVM 后端编译型语言 +> 版本 v0.5 | 158 测试全部通过 | LLVM 后端编译型语言 ---