c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Generalise CSV writing to table dumping #134

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

Quite often, whenever we dump a table as CSV, we also want to be able to view it in a human-readable format, and vice versa. It should be fairly trivial to make a general table dumper that can receive headers and rows, and format them either in CSV or tabwriter depending on configuration.