summary refs log tree commit diff stats
path: root/lib/std/enumerate.nim
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-09-25 19:22:00 +0800
committerGitHub <noreply@github.com>2021-09-25 13:22:00 +0200
commit8bdb98539570fdf3c41ee5509d5b90913ac1803e (patch)
tree0373a2e6ee6d7099dcba5eb1e7dbc123af24d475 /lib/std/enumerate.nim
parent4adada0d8016016104d6259a1167a7f8b37f1611 (diff)
downloadNim-8bdb98539570fdf3c41ee5509d5b90913ac1803e.tar.gz
fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#18895)
* fix wrong module name

* rephrase more word
Diffstat (limited to 'lib/std/enumerate.nim')
0 files changed, 0 insertions, 0 deletions
t'>
 



                     
noreply@github.com>  2020-06-16 11:43:48 +0200

`addQuitProc` now works with closures, and c, js(node/browser) backend; fix some bugs in testament (#14342)' href='/ahoang/Nim/commit/lib/std/exitprocs.nim?h=devel&id=dfe51d10a1f204d0c3ab1a8be1e109029cc54f9b'>dfe51d10a ^





20d79c9fb ^
dfe51d10a ^
20d79c9fb ^
dfe51d10a ^
20d79c9fb ^
dfe51d10a ^
20d79c9fb ^
dfe51d10a ^










dd629c8f4 ^
dfe51d10a ^



















e07d661d1 ^
4d6be458a ^
e07d661d1 ^

20d79c9fb ^
e07d661d1 ^
20d79c9fb ^
e07d661d1 ^
4d6be458a ^
e07d661d1 ^

e07d661d1 ^
20d79c9fb ^
e07d661d1 ^
20d79c9fb ^
e07d661d1 ^
4d6be458a ^
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