-
Notifications
You must be signed in to change notification settings - Fork 99
/
chinese.tr
154 lines (154 loc) · 1.86 KB
/
chinese.tr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
examples
例子
-----
documentation
文档
-----
modules
模块
-----
faq
常见问题
-----
built_in_v
用V构建的作品
-----
the_v_lang
V编程语言
-----
v_slogan
简洁、快速、安全的编译型语言,用于开发易维护的软件
-----
includes_binaries
包括3种操作系统的二进制文件
-----
install_source
或者从源码安装 V
-----
couple_seconds
这将花费几秒钟
-----
wip_info
V 正处于被积极开发的早期阶段,仍在开发过程中的特性都会被标记为 $wip。<br>
本页面及文档中的其他未被标记的描述,都已被实现并且开源。
<p>
V 1.0 计划于2019年12月发布,届时将不会遗留任何 $wip 标记。
-----
forum
论坛
-----
blog
博客
-----
fast_compilation
快速编译
-----
safety
安全
-----
performance
性能
-----
simple_language_for_maintainable_programs
用于构建可维护程序的简洁语言
-----
zero_deps
编译器仅 400 KB 且零依赖
-----
c_translation
C/C++ 转写
-----
introduction
介绍
-----
comments
注释
-----
functions
函数
-----
variables
变量
-----
basic_types
基本类型
-----
strings
字符串
-----
arrays
数组
-----
maps
集合
-----
if
If 语句
-----
in_op
In 运算符
-----
for_loop
For 循环
-----
switch
Switch 语句
-----
structs
结构体
-----
access_mod
访问修饰符
-----
methods
方法
-----
pure_fns
纯函数
-----
high_fns
高阶函数
-----
constants
常量
-----
modules
模块
-----
interfaces
接口
-----
enums
枚举
-----
optionals_and_errors
Option 类型 & 错误处理
-----
generics
泛型
-----
concurrency
并发
-----
decoding_json
JSON 解析
-----
testing
测试
-----
memory_management
内存管理
-----
fast_comp1
V每个CPU内核每秒可编译≈100万至120万行代码
-----
fast_comp2
V自行编译在0.15-0.6秒以内
-----
fast_comp3
-----
fast_comp4
-----
no_null
非空
-----