diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-22 22:57:51 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-22 22:57:51 -0700 |
commit | 3d0c48adf989ce9431986320ca76f565dc53ee5c (patch) | |
tree | 3302694c116783e06499a3d4c0bbc5c62ca82e83 | |
parent | 06b6e9d8138b1246a6e1bf72c9cda4d37e13ea84 (diff) | |
download | mu-3d0c48adf989ce9431986320ca76f565dc53ee5c.tar.gz |
6383
-rw-r--r-- | stats.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/stats.txt b/stats.txt index 6abac27d..6ba20213 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) 11592 4165 +apps/mu.subx (incomplete) 15014 5064 ## 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) 16250 6524 +apps/mu.subx (incomplete) 19820 7620 ## 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) 193 33.0 +apps/mu (incomplete) 230 39.0 ## history of apps/mu.subx date commit mu.subx -tests/cmts binary (KB excl. dead code) @@ -63,4 +63,6 @@ pointer dereferencing Feb 20 6040 9053 arrays, and indexing them with a non-literal user-defined types, and getting fields in them Mar 11 6135 11592 4165 33 +cleanup: switch to handles everywhere May 22 6382 15014 5064 39 + vim:nowrap:tw& |