summary refs log tree commit diff stats
path: root/doc
ModeNameSize
-rw-r--r--advopt.txt4953log stats plain blame
-rw-r--r--apis.txt3786log stats plain blame
-rw-r--r--astspec.txt27238log stats plain blame
-rw-r--r--backends.txt18236log stats plain blame
-rw-r--r--basicopt.txt2042log stats plain blame
-rw-r--r--docgen.txt13187log stats plain blame
-rw-r--r--docgen_sample.nim205log stats plain blame
-rw-r--r--docs.txt1362log stats plain blame
-rw-r--r--effects.txt1233log stats plain blame
-rw-r--r--endb.txt6935log stats plain blame
-rw-r--r--estp.txt4907log stats plain blame
-rw-r--r--exception_hierarchy_fragment.txt1476log stats plain blame
-rw-r--r--filelist.txt2833log stats plain blame
-rw-r--r--filters.txt5103log stats plain blame
-rw-r--r--gc.txt4895log stats plain blame
-rw-r--r--grammar.txt8677log stats plain blame
-rw-r--r--idetools.txt19993log stats plain blame
-rw-r--r--intern.txt18618log stats plain blame
-rw-r--r--keywords.txt392log stats plain blame
-rw-r--r--koch.txt5349log stats plain blame
-rw-r--r--lib.txt16250log stats plain blame
-rw-r--r--manual.txt1112log stats plain blame
d---------manual956log stats plain
-rw-r--r--mytest.cfg408log stats plain blame
-rw-r--r--nep1.txt8117log stats plain blame
-rw-r--r--nimc.txt30422log stats plain blame
-rw-r--r--nimdoc.css6363log stats plain blame
-rw-r--r--nimfix.txt1640log stats plain blame
-rw-r--r--nimgrep.txt1715log stats plain blame
-rw-r--r--niminst.txt6780log stats plain blame
-rw-r--r--nimsuggest.txt6437log stats plain blame
-rw-r--r--overview.txt165log stats plain blame
-rw-r--r--pegdocs.txt10132log stats plain blame
-rw-r--r--readme.txt286log stats plain blame
-rw-r--r--regexprs.txt13796log stats plain blame
-rw-r--r--sets_fragment.txt2064log stats plain blame
-rw-r--r--spawn.txt3803log stats plain blame
-rw-r--r--subexes.txt2886log stats plain blame
-rw-r--r--tools.txt1094log stats plain blame
-rw-r--r--tut1.txt56028log stats plain blame
-rw-r--r--tut2.txt34099log stats plain blame
140'>225d65701 ^
351e89e70 ^

7edf6fc1d ^


2df9b442c ^
351e89e70 ^
e25474154 ^






569c1ce5e ^
e25474154 ^
2df9b442c ^
e25474154 ^



2df9b442c ^
7063670a2 ^
e25474154 ^

8dda362fa ^
2df9b442c ^
170573a87 ^

b5b5e6e76 ^

170573a87 ^
8dda362fa ^
78f4aacde ^



af7c92c00 ^















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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170