diff options
| author | a2800276 <a2800276+github@gmail.com> | 2019-08-15 17:57:24 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-08-15 11:57:24 -0400 |
| commit | 16e134d8a88cfb7c51c92881e6e7292a6ec00f3b (patch) | |
| tree | 49d5cf27934c0d3c99b7d8e0d6dff57722847d04 /fmt/TODO | |
| parent | 917b202354120bdb63f7762552f056d3ff7f8964 (diff) | |
Add fmt modules (printf implementation) (denoland/deno_std#566)
Original: https://github.com/denoland/deno_std/commit/f7b511611ca5bc3801d6f210d82bddce9b0a61e4
Diffstat (limited to 'fmt/TODO')
| -rw-r--r-- | fmt/TODO | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fmt/TODO b/fmt/TODO new file mode 100644 index 000000000..bfc3efdd1 --- /dev/null +++ b/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. |
