]> git.mdlowis.com Git - proto/aos.git/commitdiff
updated todo list
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 15 Dec 2021 21:14:55 +0000 (16:14 -0500)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 15 Dec 2021 21:14:55 +0000 (16:14 -0500)
TODO.md [new file with mode: 0644]

diff --git a/TODO.md b/TODO.md
new file mode 100644 (file)
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