diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-09-30 23:55:01 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-09-30 23:55:01 -0700 |
commit | 11b4bd3e606a408b4cd76e891001967b37d5ed27 (patch) | |
tree | a21e406945dda339aee81be0ee8a45f3c9f57fe0 | |
parent | 7bb57da24effa3f130ba3696c4236b397f871849 (diff) | |
download | mu-11b4bd3e606a408b4cd76e891001967b37d5ed27.tar.gz |
6917
-rw-r--r-- | stats.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stats.txt b/stats.txt index 151e0f0a..10c62819 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) 25652 8251 +apps/mu.subx (incomplete) 26067 8595 ## 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) 29072 11144 +apps/mu.subx (incomplete) 29462 11188 ## 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) 405 73.0 +apps/mu (incomplete) 405 74.0 ## history of apps/mu.subx date commit mu.subx -tests/cmts binary (KB excl. dead code) @@ -66,6 +66,6 @@ user-defined types, and getting fields in them Mar 11 6135 11592 first round of prototyping and static checks Jun 21 6572 18722 6044 49 more checks Jul 25 6674 22067 7153 61 more checks Aug 22 6723 23934 7851 69 -floating point Sep 30 6909 25652 8251 73 +floating point Sep 30 6917 26067 8595 74 vim:nowrap:tw& |