summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 12 insertions, 5 deletions
diff --git a/TODO b/TODO
index 3011831..a9017da 100644
--- a/TODO
+++ b/TODO
@@ -7,17 +7,24 @@ To-Do
- Memory pool
- Memory stack
- Bump
+- Data formats
+ - UTF-8.
+ - XML
+ - JSON
+ - unival
- System
+ - Better atomics support.
+ - System call
- Terminal
- File and memory mapping
- Inter-process transfer
+ - Sockets tests.
- Graphics boilerplate
- X11 (Linux)
- Win32 (Windows)
- Cocoa (macOS)
- Emscripten (WebAssembly)
-- String builder.
-- UTF-8.
-- Sockets tests.
-- HTTP 1 client.
-- Better atomics support.
+ - Parsing OpenGL interface
+- Utils
+ - String builder.
+ - HTTP 1 client.