Files
tsl-devkit/docs/tsl/syntax/coverage_map.md
T
csh 3d83740f88 Squashed 'docs/standards/playbook/' changes from c3f8137..25d895d
25d895d 🐛 fix(gitea_workflow): clean up temp repos after job steps
2bc3b11 🐛 fix(gitea_workflow): clean up temporary repo dirs in workflows
98c3f30 📝 docs(agent_rules): allow plan execution on current branch
16c7230 📝 docs(prompts): define custom verify layering
8efc4dd 🐛 fix(skills): quote commit-message description
bc8498f 🐛 fix(ci): install tomli for gitea tests
55cda3b 🐛 fix(tests): report missing toml parser clearly
c0729c7 🐛 fix(playbook): import Optional for cli compatibility
63e24bf 📦 deps(skills): sync thirdparty skills
d2f9356 🐛 fix(ci): isolate gitea workflow repos
588b81d 🐛 fix(ci): inline gitea workflow bootstrap
e0b1c3a ♻️ refactor(skills): standardize first-party skill contracts
2c5050d ♻️ refactor(skills): rename repo skills source dir
f049dfb 📦 deps(skills): drop duplicate first-party superpowers skills
234b335  feat(workflow): add superpowers planning and execution state tracking
c1702a6 📝 docs(markdown): format tracked markdown and drop stale templates
2325409 📝 docs(markdown): clarify optional markdownlint usage
214c44e 🔧 chore(markdown): add markdownlint baseline and lint fixes
a22b324 📝 docs(templates): add execution and memory-bank prompt templates
223a797 📝 docs(templates): update README for Claude Code and current features
4ac8672 📝 docs: simplify README + platform-agnostic tools + auto-create local rules
2431c9d 📝 docs: add claude_md config and use cross-platform paths
d64b248 📝 docs: fix README.md inaccuracies and add Claude Code info
c8d6bf2 🐛 fix(playbook): use relative paths in CLAUDE.md when not at project root
6518f0f  feat(playbook): auto-create CLAUDE.md with path discovery
6ec9a45  feat(skills): add skill_link symlink support + platform-agnostic prompt
9f8b6b5 📝 docs: update README and config example for Claude Code support
79cff6c 📝 docs(skills): add Claude Code platform support
452c6f5  feat(playbook): auto-inject AGENTS.md into CLAUDE.md
e1dbf3c 🐛 fix(skills): remove dual-path from commit-message skill
f3a7259 🔧 chore(ci): use prepare_repo.sh in both workflows
da08212 🔧 chore(ci): extract prepare_repo.sh and clean up workflows
7ade85e 🗑️ remove(tsl): drop syntax_book/, data/ source and build script
f94dba0 ♻️ refactor(skills): update playbook.py and tests for thirdparty/ layout
b3df412 ♻️ refactor(skills): separate thirdparty skills into thirdparty/ subdirectory
64950e7 📦 deps(skills): sync thirdparty skills
a2e3cb0  feat(playbook): add no_backup deploy controls
8609d59 🐛 fix(docs): repair reference catalog source links
956da11 🐛 fix(playbook): publish hidden ci test fixes
3f67754 📦 deps(skills): sync thirdparty skills
08ca87b 📦 deps(skills): add karpathy thirdparty sync
96b705b 📝 docs(tsl): rebuild canonical syntax and routing manual
3ed5052 📦 deps(skills): sync thirdparty skills
60108dd 📦 deps(skills): sync thirdparty skills
da85d4e 🐛 fix(thirdparty): prune nested project snapshots
a2a697e 📦 deps(skills): sync thirdparty skills
9df610a 🐛 fix(thirdparty): exclude duplicated superpowers skills
33dd5bb 🐛 fix(thirdparty): preserve optional manifest fields
91b0ea7 🐛 fix(thirdparty): preserve manifest during snapshot update
2e26f98 🔧 chore(thirdparty): generalize skills sync pipeline
5b9c1e3 📦 deps(skills): sync superpowers
2f2d34a 📝 docs(readme): normalize subtree command spacing
62db7db 🐛 fix(ci): serialize superpowers update and sync
3463223 🐛 fix(ci): use literal superpowers sync paths
48f6de8 📦 deps(skills): sync superpowers
4b23529 🔧 chore(ci): merge superpowers update and sync workflow
a56d75b 📦 deps(skills): sync superpowers
84bcefa 🔧 chore(ci): use ci[bot] commit author name
00a07e5 📦 deps(skills): sync superpowers
7b84daf 🐛 fix(templates): enforce main loop progress tracking
51373d7 🔧 chore(ci): automate superpowers sync workflow
eaaa39c 🐛 fix(ci): prevent stale superpowers sync from restoring skills block
79755c6 📦 deps(skills): sync superpowers
836d878 📦 deps(skills): sync superpowers
8216c9f 📦 deps(skills): sync superpowers
9439505 🐛 fix(playbook): address reported repo issues

git-subtree-dir: docs/standards/playbook
git-subtree-split: 25d895d8b3f56624ccfe99ad7289e9eb49e0f316
2026-05-24 13:04:14 +08:00

8.5 KiB

Coverage Map

文档类型:检索页 是否可直接用于生成代码:否 是否含已验证可执行示例:否 是否含已验证反例:否 遇到不确定时跳转到:index.md(优先)、02_quickstart.md12_pitfalls.md

这一页只回答一个问题:旧 8 章语法手册里的语言章节,现在在新的正式语法手册里分别落到哪里。

怎么使用这页

  • 想系统读手册,先按 0116 主线走。
  • 想补齐深水专题,再按需进入 1832
  • 想知道旧书某一章今天应该拆到哪里看,直接查下面的映射表。

8 章吸收总表

旧章节 主线页 专题页 说明
01_language_basics.md 01_introduction.md, 03_core_model.md, 04_values_and_literals.md, 05_variables_and_constants.md, 07_expressions_and_operators.md, 11_runtime_context_and_with.md, 13_matrix_and_collections.md 18_lexical_structure_and_compile_options.md, 19_types_and_conversions.md, 20_strings_and_text.md 语言基础主干在主线,词法 / 类型 / 字符串边界放进深水专题
02_control_flow.md 08_control_flow.md 16_debug_and_profiler.md 控制流在主线,调试与 profiler 单列专题
03_functions.md 06_functions_and_calls.md 21_external_calls_and_threads.md 普通函数在主线,external / 动态库 / 线程放进专题
04_modules_and_namespace.md 10_units_and_scope.md 22_namespace_libpath_and_unit_runtime.md unit / uses 在主线,运行时查找路径与 Libpath 放进专题
05_object_model.md 09_objects_and_classes.md 23_object_runtime_and_introspection.md, 24_builtin_runtime_objects.md, 32_object_overloads_and_iteration.md 类基础语法在主线,运行时 / 内置对象 / 重载能力拆到专题
06_extended_syntax.md 13_matrix_and_collections.md, 14_resultset_and_filters.md, 15_ts_sql.md 25_set_operations.md, 26_matrix_deep_dive.md, 27_fmarray.md, 28_ts_sql_core.md, 29_ts_sql_advanced.md 主线先建立数组 / 结果集 / TS-SQL 入口,集合 / 矩阵 / FMArray / TS-SQL 深水内容进入专题
07_debug_and_profiler.md 16_debug_and_profiler.md 30_runtime_services_and_global_cache.md 调试入口在主线,运行时服务与全局缓存单列专题
08_new_generation.md 07_expressions_and_operators.md, 09_objects_and_classes.md 31_complex_and_weakref.md, 32_object_overloads_and_iteration.md 较新语法相关内容已分散吸收到表达式 / 对象主线,复数 / 弱引用 / 对象重载保留在专题

读取原则

  • 新 session 不需要再回旧 8 章语法手册建立语言主干。
  • 0116 负责从介绍到进阶的顺序阅读。
  • 1832 负责把旧 8 章里剩余的深水内容补齐。
  • 当前正式手册没有 17_xxx.md;主线是 01-16,深水专题是 18-32

跳转