From 151ce0266eb4de2c8fc600c81c192a5f791b6169 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 9 Oct 2019 17:10:09 -0400 Subject: Move everything into std subdir --- std/fmt/TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 std/fmt/TODO (limited to 'std/fmt/TODO') diff --git a/std/fmt/TODO b/std/fmt/TODO new file mode 100644 index 000000000..bfc3efdd1 --- /dev/null +++ b/std/fmt/TODO @@ -0,0 +1,12 @@ + +* "native" formatting, json, arrays, object/structs, functions ... +* %q %U +* Java has a %n flag to print the plattform native newline... in POSIX + that means "number of chars printed so far", though. +* use of Writer and Buffer internally in order to make FPrintf, Printf, etc. + easier and more elegant. +* see "Discussion" in README + +*scanf , pack,unpack, annotated hex +* error handling, consistantly +* probably rewrite, now that I konw how it's done. -- cgit v1.2.3