chore(spec): 术语清理——& 绝对地址运算符 / map 键侧 formatter - #306
Merged
Merged
Conversation
- & 统一为「绝对地址运算符」:产 ref=1 Ptr(body=绝对路径),非 C 式取址、 非路径串;改 01 词法 08/09、02 寻址、03 ptr、设计理由、附录 03/05/07 - map 键侧 memitemkey → 「键侧 formatter」:键只在路径系统、无 body, 形状 [N]T 不可作键;改 03 文法/map容器/成员访问、附录 03 - json.go: -lkvlang_layout → -lkvlanglayout(库名修正) Co-Authored-By: Claude Opus 4.8 <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.
清理内容(纯 spec 文档 + 一处库名修正)
&统一为「绝对地址运算符」:明确产 ref=1 Ptr(body=目标绝对路径),不再表述为 C 式取址或「返回路径串」;*p解引用、p·field经指针访问成员。涉及 01 词法 08/09、02 寻址与命名、03 ptr、设计理由、附录 03/05/07。[N]T不可作键(用元组键[int32,int32])。涉及 03 文法与合法性、map容器、成员访问、附录 03。-lkvlang_layout→-lkvlanglayout(库名修正)。纯文档 + 链接修正,无语义/行为变更。
🤖 Generated with Claude Code