about summary refs log tree commit diff stats
path: root/stats.txt
diff options
context:
space:
mode:
Diffstat (limited to 'stats.txt')
-rw-r--r--stats.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/stats.txt b/stats.txt
index aaa8b8c5..2a15678f 100644
--- a/stats.txt
+++ b/stats.txt
@@ -12,7 +12,7 @@ apps/tests.subx             284      137
 apps/sigils.subx           4641      896
 apps/calls.subx            1785      448
 apps/braces.subx            360      121
-apps/mu.subx (incomplete) 34150    11953
+apps/mu.subx              36055    12688
 
 ## Total source lines needed including libraries
                           Initial   -whitespace/comments/tests/dead code
@@ -28,7 +28,7 @@ apps/tests.subx            8519     2214
 apps/sigils.subx          10578     3043
 apps/calls.subx            9242     2388
 apps/braces.subx           8545     2111
-apps/mu.subx (incomplete) 33682    14882
+apps/mu.subx              35010    15650
 
 ## executable size in KB
                           Initial   -tests/dead code
@@ -44,7 +44,7 @@ apps/tests                  41        5.8
 apps/sigils                 54        9.1
 apps/calls                  47        7.1
 apps/braces                 42        5.9
-apps/mu (incomplete)       530      119.0
+apps/mu                    554      129.0
 
 ## history of apps/mu.subx
                                                         date    commit  mu.subx   -tests/cmts  binary (KB excl. dead code)
@@ -68,5 +68,6 @@ more checks                                             Jul 25  6674    22067
 more checks                                             Aug 22  6723    23934        7851        69
 floating point                                          Sep 30  6917    26067        8595        74
 more checks                                             Nov 5   7187    34150       11953       119
+== mostly done                                          Nov 17  7263    36055       12688       129
 
 vim:nowrap:tw&
d'>e087f6d4
0654c702 ^

1d80538b ^


86b4d41a ^
1d80538b ^
d3f9d547 ^

d4a8ec3c ^
1d80538b ^

d3f9d547 ^
97d3287a ^




b6d1143c ^
97d3287a ^






57bfc74f ^











1d80538b ^





e087f6d4
1d80538b ^







e087f6d4


a4a7d3a3 ^
a735f5ad ^
5be99e2e ^



e087f6d4
c7bfda90 ^



e087f6d4






d3f9d547 ^
e087f6d4





c5fef0d4 ^


c7bfda90 ^
c5fef0d4 ^





c7bfda90 ^




















c5fef0d4 ^

0654c702 ^
c7bfda90 ^




e087f6d4





c7bfda90 ^





e087f6d4


2a256611 ^
e087f6d4













c7bfda90 ^



e087f6d4








c5fef0d4 ^
e087f6d4


c5fef0d4 ^




6d7ee048 ^

e087f6d4














97d3287a ^
e47cfd56 ^
6d7ee048 ^

a2e94617 ^

6d7ee048 ^

e087f6d4
c7bfda90 ^



















d3f9d547 ^

c7bfda90 ^
d3f9d547 ^



















79de4059 ^

1d80538b ^






c7bfda90 ^

1d80538b ^




8bccca15 ^

e087f6d4



c7bfda90 ^


e087f6d4
c7bfda90 ^
d3f9d547 ^
2a256611 ^


e087f6d4
2a256611 ^
c7bfda90 ^


e087f6d4




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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303