2019-08-15 17:57:24 +02:00
|
|
|
|
|
|
|
* "native" formatting, json, arrays, object/structs, functions ...
|
|
|
|
* %q %U
|
2020-05-15 18:22:01 +05:30
|
|
|
* Java has a %n flag to print the platform native newline... in POSIX
|
2019-08-15 17:57:24 +02:00
|
|
|
that means "number of chars printed so far", though.
|
2020-05-15 18:22:01 +05:30
|
|
|
* Use of Writer and Buffer internally in order to make fprintf, printf, etc.
|
2019-08-15 17:57:24 +02:00
|
|
|
easier and more elegant.
|
2020-05-15 18:22:01 +05:30
|
|
|
|
|
|
|
* See "Discussion" in README
|
2019-08-15 17:57:24 +02:00
|
|
|
|
2020-05-15 18:22:01 +05:30
|
|
|
* scanf, pack, unpack, annotated hex
|
2020-05-14 08:58:48 +02:00
|
|
|
* Consistent error handling.
|
|
|
|
* Rewrite (probably), now that I know how it's done.
|