Skip to content

Commit 106065e

Browse files
committed
移除「实现简版 Python」(不属于内建对象,且尚未编写)
1 parent 48eb16a commit 106065e

5 files changed

Lines changed: 1 addition & 6 deletions

File tree

.vitepress/config.mts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ export default defineConfig({
5353
{ text: 'Python 列表对象', link: '/objects/list-object/' },
5454
{ text: 'Python 元组对象', link: '/objects/tuple-object/' },
5555
{ text: 'Python 字典对象', link: '/objects/dict-object/' },
56-
{ text: 'Python 集合对象', link: '/objects/set-object/' },
57-
{ text: '实现简版 Python', link: '/objects/simple-interpreter/' }
56+
{ text: 'Python 集合对象', link: '/objects/set-object/' }
5857
]
5958
},
6059
{

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ npm run preview
6262
- [x] Python List 对象
6363
- [x] Python Dict 对象
6464
- [x] Python Set 对象
65-
- [ ] 实现简版 Python
6665
- [ ] Python 虚拟机
6766
- [ ] Python 编译结果
6867
- [ ] Python 虚拟机框架

SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
- [Python 元组对象](objects/tuple-object/index.md)
1818
- [Python Dict 对象](objects/dict-object/index.md)
1919
- [Python Set 对象](objects/set-object/index.md)
20-
- [实现简版 Python](objects/simple-interpreter/index.md)
2120

2221
## 第 3 部分:Python 虚拟机

index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
- [x] Python 元组对象
2424
- [x] Python 字典对象
2525
- [x] Python 集合对象
26-
- [ ] 实现简版 Python
2726
- [ ] Python 虚拟机
2827
- [ ] Python 编译结果
2928
- [ ] Python 虚拟机框架

objects/simple-interpreter/index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)