docs: 测试计数更新 145→158 单元 + 23→24 集成
This commit is contained in:
@@ -156,7 +156,7 @@ mingw32-make -j4
|
|||||||
# 构建
|
# 构建
|
||||||
cd build && mingw32-make -j4
|
cd build && mingw32-make -j4
|
||||||
|
|
||||||
# 运行全部测试 (145 单元 + 23 集成)
|
# 运行全部测试 (158 单元 + 24 集成)
|
||||||
./l_lang_lexer_test.exe # 词法分析 (41 tests)
|
./l_lang_lexer_test.exe # 词法分析 (41 tests)
|
||||||
./l_lang_test.exe # 语法分析 (15 tests)
|
./l_lang_test.exe # 语法分析 (15 tests)
|
||||||
./l_lang_sema_test.exe # 语义分析 (74 tests)
|
./l_lang_sema_test.exe # 语义分析 (74 tests)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# L Language 语言参考手册
|
# L Language 语言参考手册
|
||||||
|
|
||||||
> 版本 v0.5 | 145 测试全部通过 | LLVM 后端编译型语言
|
> 版本 v0.5 | 158 测试全部通过 | LLVM 后端编译型语言
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user