docs: README 重写——以 spec 为唯一真相源 - #313
Merged
Merged
Conversation
- 权威源从 deep-dive 改为 stdlib/kvlang/spec/(spec 与实现冲突时以 spec 为准) - 更新架构:kvspace 单一 PascalCase C ABI、layout=o0、runtime-c 核心、 runtime-rs myrwir host、三阶段(layout → 编译器扩展 → runtime) - 新增 myrwircaps / def rwir 路由、key 三态(X/name、X·name、X/‥name) - 徽章:tutorial 210 例、spec 84 章;Quick Start 改为 build/install 流程 - README_CN.md 同步 Closes #310 Co-Authored-By: Claude Code <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更
README.md / README_CN.md 全面重写(+459/-331)。
stdlib/kvlang/spec/:spec 与实现冲突时以 spec 为准,实现是缺陷;README 是教学衍生物。def rwir路由、key 三态(X/name结构 /X·name用户数据 /X/‥name系统变量)、跨进程 handoff 队列。make all+ 运行bin/kvlang的真实流程。纯文档。
Closes #310
🤖 Generated with Claude Code