Skip to content

Commit 453913c

Browse files
committed
feat: 完成 1334 The Basics
1 parent 8fe1658 commit 453913c

File tree

2 files changed

+606
-870
lines changed

2 files changed

+606
-870
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,15 @@ We extend our heartfelt thanks to all our contributors. You can find the [list o
115115
| control transfer statement | 控制传递语句 |
116116
| convenience initializer | 便利构造器 |
117117
| convention | 约定 |
118+
| decompose | 分解 |
118119
| deinitialization | 析构过程 |
119120
| deinitializer | 析构器 |
120121
| designated initializer | 指定构造器 |
121122
| dictionary | 字典 |
122123
| enumeration | 枚举 |
123124
| expression | 表达式 |
124125
| extension | 扩展 |
126+
| fallback (value) | 后备值 ?? 回退值 |
125127
| fallthrough | 贯穿 |
126128
| first-class | 一等 |
127129
| function | 函数 |
@@ -134,10 +136,11 @@ We extend our heartfelt thanks to all our contributors. You can find the [list o
134136
| iterate | 迭代 |
135137
| labeled statement | 具名语句 |
136138
| list | 列表 |
137-
| literal value | 字面量 |
139+
| literal (value) | 字面量 |
138140
| metatype type | 元类型 |
139141
| method | 方法 |
140142
| nest | 嵌套 |
143+
| nil-coalescing | 不译 |
141144
| note | 注意 |
142145
| opaque type | 不透明类型 |
143146
| operator | 运算符 |
@@ -156,13 +159,16 @@ We extend our heartfelt thanks to all our contributors. You can find the [list o
156159
| range | 区间 |
157160
| raw value | 原始值 |
158161
| runtime | 运行时 |
162+
| scope | 作用域 |
159163
| setter | 不翻译 |
160164
| statement | 语句 |
161165
| stored property | 存储属性 |
166+
| string interpolation | 字符串插值 |
162167
| structure | 结构体 |
163168
| subscript | 下标 |
164169
| ternary operator | 三元运算符 |
165170
| tuple | 元组 |
171+
| type alias | 类型别名 |
166172
| type annotation | 类型注解 |
167173
| type identifier | 类型标识符 |
168174
| type property | 类型属性 |

0 commit comments

Comments
 (0)