From: Michael D. Lowis Date: Wed, 15 Dec 2021 21:14:55 +0000 (-0500) Subject: updated todo list X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=9f4a5f47d4a630c6327b2c1bb066ecb427d87586;p=proto%2Faos.git updated todo list --- diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..a31403a --- /dev/null +++ b/TODO.md @@ -0,0 +1,19 @@ +# Doing + +* Finish option parsing logic (remove mallocs, handle positional args) + +# On Deck + +* Add support for complex binary targets +* Add tide-like text editor + +# Backlog + +* Add JSON parser/generator (binary and text) + * [UBJSON](https://en.wikipedia.org/wiki/UBJSON) +* Add ubus-like IPC daemon +* Add Icon-like language interpreter +* Combine libnet and liba +* Add MDL markup language processor +* Add INI parser to liba +* Add ANSI terminal support to liba