From 9f4a5f47d4a630c6327b2c1bb066ecb427d87586 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 15 Dec 2021 16:14:55 -0500 Subject: [PATCH] updated todo list --- TODO.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 TODO.md 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 -- 2.52.0