📝 docs(tsl): clarify syntax constraints and enhance test infrastructure

- Add TSF file naming constraint to syntax/02_core_model.md
- Clarify semicolon rules: syntax facts vs style preferences
- Separate control flow end semicolon rules (syntax allows both)
- Add function body semicolon requirements to syntax/05_functions_and_calls.md
- Move style preferences to code_style.md (control flow end semicolons)
- Remove cross-references from syntax docs to maintain independence
- Enhance Gitea workflow emoji for better CI output readability
- Fix CI test path from tests/ to test/
- Organize agent test results under test/agent/result/ directory
- Add complete Chinese translation of test cases (test_cases_zh.md)
- Clean up .gitignore to use unified test/agent/result/ directory
- Remove obsolete agent test artifacts (REPORTS_LOCATION.md, old results)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
csh
2026-06-21 17:04:50 +08:00
co-authored by Claude Opus 4.6
parent 6026401907
commit 8b93311cae
138 changed files with 7018 additions and 1705 deletions
+4 -8
View File
@@ -24,11 +24,7 @@
| ---------------- | ------------------------------------------------------------ | ---------: |
| 数据类型函数 | [system/01_data_type.md](system/01_data_type.md) | 27 |
| 数据类型转换函数 | [system/02_type_conversion.md](system/02_type_conversion.md) | 13 |
| 复制函数 | [system/03_copy.md](system/03_copy.md) | 1 |
| 全局缓存函数 | [system/04_global_cache.md](system/04_global_cache.md) | 4 |
| 随机函数 | [system/05_random.md](system/05_random.md) | 3 |
| 条件选择函数 | [system/06_conditional.md](system/06_conditional.md) | 1 |
| 表达式相关函数 | [system/07_expression.md](system/07_expression.md) | 5 |
| 性能优化相关函数 | [system/08_profiler.md](system/08_profiler.md) | 2 |
| 函数库路径 | [system/09_tsl_lib_path.md](system/09_tsl_lib_path.md) | 3 |
| 错误与断言函数 | [system/10_error_assertion.md](system/10_error_assertion.md) | 1 |
| 全局缓存函数 | [system/03_global_cache.md](system/03_global_cache.md) | 4 |
| 随机函数 | [system/04_random.md](system/04_random.md) | 3 |
| 表达式相关函数 | [system/05_expression.md](system/05_expression.md) | 5 |
| 函数库路径 | [system/06_tsl_lib_path.md](system/06_tsl_lib_path.md) | 3 |