Skip to content

refactor: dict kind 拆分为 obj + map - #50

Merged
miaobyte merged 1 commit into
masterfrom
issue-49-dict-obj
Aug 20, 2026
Merged

miaobyte merged 1 commit into
masterfrom
issue-49-dict-obj

Conversation

@miaobyte

Copy link
Copy Markdown
Contributor

Closes #49

- layout/kvkind.rs、type_expr.rs、parser.rs、ast.rs:KIND_DICT → KIND_OBJ + KIND_MAP。
- runtime/builtin.c、type_expr.c、xvalue.c 同步。
- tutorial 05-dict 等用例同步。

Co-Authored-By: Claude <noreply@anthropic.com>
@miaobyte
miaobyte merged commit 23c31ed into master Aug 20, 2026
1 of 4 checks passed
@miaobyte
miaobyte deleted the issue-49-dict-obj branch August 25, 2026 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1-layout/dict kind 拆分为 obj + map

1 participant