Updated includes, README and TODO

This commit is contained in:
2024-06-19 20:01:20 +01:00
parent e3aabff845
commit bdc6e15ae9
5 changed files with 78 additions and 71 deletions

View File

@@ -17,7 +17,12 @@
** TODO Specification
* TODO Introduce error handling in base library :LIB:
There is a large variety of TODOs about errors. Let's fix them!
8 TODOs currently present.
#+begin_src sh :exports results :results output verbatim replace
echo "$(find -type 'f' -regex ".*\.[ch]\(pp\)?" -exec grep -nH TODO "{}" ";" | wc -l) TODOs currently"
#+end_src
#+RESULTS:
: 8 TODOs currently
* TODO Standard library :VM:
I should start considering this and how a user may use it. Should it
be an option in the VM and/or assembler binaries (i.e. a flag) or