diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-11-02 23:32:11 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-11-02 23:32:11 +0000 |
commit | be3cebe211a16dae651f02193750d0b2572f8ddf (patch) | |
tree | 8732c5012679242a53708d5ef3ac9229c889f24a /README.org | |
parent | 85558c1ae2a67605666ccf3f21418e6062394d7c (diff) | |
download | ovm-be3cebe211a16dae651f02193750d0b2572f8ddf.tar.gz ovm-be3cebe211a16dae651f02193750d0b2572f8ddf.tar.bz2 ovm-be3cebe211a16dae651f02193750d0b2572f8ddf.zip |
Updated LOC in README
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 30 |
1 files changed, 16 insertions, 14 deletions
@@ -47,17 +47,19 @@ find -name '*.[ch]' -exec wc -l '{}' ';' #+end_src #+RESULTS: -| 216 | ./vm/runtime.h | -| 83 | ./vm/main.c | -| 718 | ./vm/runtime.c | -| 452 | ./lib/inst.c | -| 39 | ./lib/darr.h | -| 193 | ./lib/inst.h | -| 90 | ./lib/base.h | -| 39 | ./lib/base.c | -| 77 | ./lib/darr.c | -| 315 | ./asm/parser.c | -| 140 | ./asm/main.c | -| 68 | ./asm/lexer.h | -| 37 | ./asm/parser.h | -| 439 | ./asm/lexer.c | +| 301 | ./vm/runtime.h | +| 93 | ./vm/main.c | +| 1058 | ./vm/runtime.c | +| 435 | ./lib/inst.c | +| 39 | ./lib/darr.h | +| 243 | ./lib/inst.h | +| 42 | ./lib/heap.h | +| 90 | ./lib/base.h | +| 101 | ./lib/heap.c | +| 39 | ./lib/base.c | +| 77 | ./lib/darr.c | +| 601 | ./asm/parser.c | +| 143 | ./asm/main.c | +| 82 | ./asm/lexer.h | +| 54 | ./asm/parser.h | +| 541 | ./asm/lexer.c | |