aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-11-01 18:50:41 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-11-01 18:56:07 +0000
commitd648344c2c5827fe46ad3097c84aa9349954895d (patch)
tree50659feadb5a1a230ce2e5e7759a109e10421757 /README.org
parent6677424f12a7d2c399725c07430b6e566abe648f (diff)
downloadovm-d648344c2c5827fe46ad3097c84aa9349954895d.tar.gz
ovm-d648344c2c5827fe46ad3097c84aa9349954895d.tar.bz2
ovm-d648344c2c5827fe46ad3097c84aa9349954895d.zip
Updated README LOC
Diffstat (limited to 'README.org')
-rw-r--r--README.org34
1 files changed, 14 insertions, 20 deletions
diff --git a/README.org b/README.org
index f1f20e0..ba5b67f 100644
--- a/README.org
+++ b/README.org
@@ -47,23 +47,17 @@ 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 |
-| 80 | ./examples/fib.c |
-|------+------------------|
-| 2770 | all |
-|------+------------------|
-#+TBLFM: @>$1=vsum(@2$1..@>>$1)
+| 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 |