Skip to content

syntax: 删除 <- 记号(spec→实现→全库语料迁移) - #236

Merged
miaobyte merged 3 commits into
masterfrom
syntax-arrow-removal
Sep 7, 2026
Merged

miaobyte merged 3 commits into
masterfrom
syntax-arrow-removal

Conversation

@miaobyte

@miaobyte miaobyte commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

<-= 重复,删除。spec 先行(59a8112),本 PR:scanner/parser 去 <-、全库 .kv x <- ex = e、测试/高亮同步。

- layout/tests/issue116.rs:用例 `i <- i+1` → `i = i+1`。
- site highlight / extensions tmLanguage:token 去 `<-`。
所有 `x <- e` 赋值改 `x = e`(`<-` 删除实现)。spec 示例同步;README 措辞更新。
scanner 不再产出 `<-` Arrow(与 `=` 重复的写左记号);parser/ast/lower/symbol
去掉 `<-` 相关分支与文档,仅留 `=`(写左)/`->`(写右)。spec 先行(59a8112),
此为实现侧收尾。
@miaobyte
miaobyte merged commit 2456ed7 into master Sep 7, 2026
1 check passed
@miaobyte
miaobyte deleted the syntax-arrow-removal branch September 7, 2026 07:28
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 participant