mojoBrendan d8754af063 Allow %s as generic format specifier in printf (#453)
* Allow %s as generic format specifier in printf

Signed integers are formatted as %d
Unsigned integers are formatted as %u
Doubles are formatted as %f
Chars are formatted as %c
Void Pointers are formatted as %p

* Remove '%S' handling and use visitor for generic format strings

* Default for floating point is now "%g" rather than "%f"
2017-01-14 11:45:48 -08:00
..
2016-02-10 07:16:49 -08:00
2016-04-24 09:06:12 -07:00
2016-12-30 11:29:40 -08:00
2016-02-10 07:16:49 -08:00
2016-04-24 09:06:12 -07:00
2016-04-24 09:06:12 -07:00
2016-04-24 09:06:12 -07:00
2016-08-03 08:52:05 -07:00
2015-06-24 08:43:30 -07:00
2016-06-14 15:53:40 -07:00
2016-11-06 12:37:31 -08:00
2015-06-22 09:24:54 -07:00
2016-01-09 08:06:59 -08:00
2016-10-17 07:00:04 -07:00
2015-07-08 07:48:54 -07:00
2016-08-03 08:52:05 -07:00