2-runtime: link 不隐式穿透 + 指针身份比较(v0.2.16) - #288
Merged
Merged
Conversation
Ptr 只支持 ==/!= 身份比较(target 串 strcmp,空指针 target="",另一方须 Ptr 或 char 哨兵);配套 layout/langtype/collection/kv builtins、kvlangbrief、 类型系统 16-ptr spec、inorder_traversal tutorial。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
layout code.rs/kvkind/langtype/parser + runtime builtin/kv/kvcpu 配合 后端 set/del 整键不穿透;spec 16-ptr/09-调用extindex/CABI 与 leetcode 链表、struct 链表 tutorial 同步。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Closes #287。
*掌控;指针仅支持 ==/!= 按 target 串身份比较(空指针 target="")。