summaryrefslogtreecommitdiff
path: root/std/fmt/TODO
blob: bfc3efdd17ca5e3c46d28b5f15d119384e40ba40 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.