Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
array2d
/
kvlang
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
4
Code
Issues
46
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
struct + spec: 类型系统/词法规范收敛 + struct 一等类型(v0.2.8)
- #233
#233
Merged
miaobyte
merged 18 commits into
master
array2d/kvlang:master
from
199-struct
array2d/kvlang:199-struct
Copy head branch name to clipboard
Sep 7, 2026
Conversation
Commits
18
(18)
Checks
Files changed
Merged
struct + spec: 类型系统/词法规范收敛 + struct 一等类型(v0.2.8)
#233
miaobyte
merged 18 commits into
master
array2d/kvlang:master
from
199-struct
array2d/kvlang:199-struct
Copy head branch name to clipboard
Commits
Commits on Sep 5, 2026
layout: struct 声明语法 + kindexpr structref(#199,WIP 落盘)
Show description for adcdd9e
miaobyte
committed
adcdd9e
View commit details
Copy full SHA for adcdd9e
Browse repository at this point
runtime: struct·new 内建 + cpTree 造实例(#199 依赖 #200,WIP 落盘)
Show description for 058e25b
miaobyte
committed
058e25b
View commit details
Copy full SHA for 058e25b
Browse repository at this point
tutorial: 12-struct 重写为 struct 教程 00-07 + README 措辞(#199,WIP 落盘)
Show description for 4709a9f
miaobyte
committed
4709a9f
View commit details
Copy full SHA for 4709a9f
Browse repository at this point
fix: 12-struct 教程语法迁移 #→//(rebase 后对齐 master #219 语法)
Show description for ae4ebe8
miaobyte
committed
ae4ebe8
View commit details
Copy full SHA for ae4ebe8
Browse repository at this point
struct: 实例复制 cpdir/cpTree 深拷 → cplist/CpList 浅拷(#199)
Show description for cfb44ed
miaobyte
committed
cfb44ed
View commit details
Copy full SHA for cfb44ed
Browse repository at this point
Commits on Sep 6, 2026
mkindex: 加 capacity 参数(kv·mkindex(path,cap))+ 新教程 kv_mkindex_cap
Show description for 94dea4d
miaobyte
committed
94dea4d
View commit details
Copy full SHA for 94dea4d
Browse repository at this point
docs: 生态架构图迁入 + stdlib/kvlang 增 reference(五语言)与 spec(kvlang 规范)
Show description for e142dbe
miaobyte
committed
e142dbe
View commit details
Copy full SHA for e142dbe
Browse repository at this point
chore: reference 材料不入库(gitignore,本地查阅用)
Show description for 4a9e141
miaobyte
committed
4a9e141
View commit details
Copy full SHA for 4a9e141
Browse repository at this point
Commits on Sep 7, 2026
layout/runtime: spec 驱动修正——ndim==1 判定、null 非合法字面量等
Show description for 02569d6
miaobyte
committed
02569d6
View commit details
Copy full SHA for 02569d6
Browse repository at this point
stdlib: deepdive → spec 迁移(deepdive 删,spec 卷扩写为唯一规范事实源)
Show description for 2dc73a0
miaobyte
committed
2dc73a0
View commit details
Copy full SHA for 2dc73a0
Browse repository at this point
spec: 卷结构重组(合并小章、重构目录层级)
Show description for fe61c1e
miaobyte
committed
fe61c1e
View commit details
Copy full SHA for fe61c1e
Browse repository at this point
spec(类型系统): 新增「字符串编码」章——存储默认 utf8 / 用户代码 utf32 / string 包定宽
Show description for fde2376
miaobyte
committed
fde2376
View commit details
Copy full SHA for fde2376
Browse repository at this point
spec: 删除 `<-` 赋值记号——`=` 与 `->` 双记号(`<-` 与 `=` 重复)
Show description for 59a8112
miaobyte
committed
59a8112
View commit details
Copy full SHA for 59a8112
Browse repository at this point
spec: 字符串编码章归位编号(→ 26-字符串编码)
Show description for 37bc03c
miaobyte
committed
37bc03c
View commit details
Copy full SHA for 37bc03c
Browse repository at this point
test: error_cases 目录从 tutorial/ 迁至仓库根
Show description for cdece1a
miaobyte
committed
cdece1a
View commit details
Copy full SHA for cdece1a
Browse repository at this point
cleanup: defrwfunc 关键词移除(highlight/教程)+ 陈旧 agent_eval/benchmark.csv 清理
Show description for d2d95e5
miaobyte
committed
d2d95e5
View commit details
Copy full SHA for d2d95e5
Browse repository at this point
cleanup: 删陈旧 tutorial/questions(Q&A 习题)、error_test.py、issue116_exp.py
Show description for 54b510c
miaobyte
committed
54b510c
View commit details
Copy full SHA for 54b510c
Browse repository at this point
runtime: 条件取值去 AsBool,改 AsInt64 != 0(bool 即 0/1 整数)
Show description for 296ce28
miaobyte
committed
296ce28
View commit details
Copy full SHA for 296ce28
Browse repository at this point
You can’t perform that action at this time.