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