Taking shape
Yesterday I made good progress on printf: I debugged and refactored a lot of stuff.
It’s pretty organized now, with isolated structs for each “module”: iterating the format, parsing the conversions and flgas, then printing it.
Today I’m gonna work some more on printf.