Updated README LOC

This commit is contained in:
2023-11-01 18:50:41 +00:00
parent 6677424f12
commit d648344c2c

View File

@@ -47,7 +47,6 @@ find -name '*.[ch]' -exec wc -l '{}' ';'
#+end_src
#+RESULTS:
|------+------------------|
| 216 | ./vm/runtime.h |
| 83 | ./vm/main.c |
| 718 | ./vm/runtime.c |
@@ -62,8 +61,3 @@ find -name '*.[ch]' -exec wc -l '{}' ';'
| 68 | ./asm/lexer.h |
| 37 | ./asm/parser.h |
| 439 | ./asm/lexer.c |
| 80 | ./examples/fib.c |
|------+------------------|
| 2770 | all |
|------+------------------|
#+TBLFM: @>$1=vsum(@2$1..@>>$1)