diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-05-20 22:18:14 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-05-20 22:18:14 -0700 |
commit | 6f28e4b66bb12ced515b877f18d98896488d4902 (patch) | |
tree | d09e2e3a9892c28a86ee52e608ecd956258f9ccc /subx | |
parent | bbf65bfcf3bf48d36398ddff271192c381dcf90c (diff) | |
download | mu-6f28e4b66bb12ced515b877f18d98896488d4902.tar.gz |
5214 - update app code stats
Diffstat (limited to 'subx')
-rw-r--r-- | subx/stats.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/subx/stats.md b/subx/stats.md index 847c4b9a..a53d4963 100644 --- a/subx/stats.md +++ b/subx/stats.md @@ -1,16 +1,21 @@ Initial -tests/whitespace/comments ## Lines in source +standard library 7712 1814 apps/crenshaw2-1b.subx 798 176 apps/crenshaw2-1.subx 601 180 apps/factorial.subx 107 28 apps/handle.subx 361 58 -apps/hex.subx 1535 133 -apps/pack.subx 1667 241 +apps/hex.subx 1511 144 +apps/pack.subx 7348 1054 +apps/assort.subx 1318 284 +apps/dquotes.subx 2694 497 ## Bytes in executable crenshaw2-1 17612 4112 crenshaw2-1b 18171 4140 factorial 16530 3488 handle 17323 3582 -hex 20591 3866 -pack 20762 4054 +hex 22684 4909 +pack 37316 7825 +assort 22506 5342 +dquotes 27186 5849 |