| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-15 | Parsing rewrite | Charles | |
| - 4 extraction functions which parse some format attributes and remove them. - Not handling wildcard yet | |||
| 2019-10-14 | WIP: format parsing arguments extraction | Charles | |
| Changed pformat struct, everything is broken | |||
| 2019-10-13 | Added precision and min field width wildcard | Charles | |
| 2019-10-13 | Added precision | Charles | |
| For integral numbers, min width For strings, max len | |||
| 2019-10-13 | Min width, zero filled, left adjusted | Charles | |
| Conversion of arg in a string, the padding is computed based on the length of the string. | |||
| 2019-10-12 | WIP parsing flags, happy path | Charles | |
| 2019-10-12 | Basic conversion parsing | Charles | |
| Using a list to store each format conversion informations. | |||
