c1b914cb8e
Remove unnecessary prints,
clang-format
21752fb504
Fix invalid memory usage bug causing invalid free
Fix bug in parser.c where more than two positional args crash due to invalid free
Decide on file format
Figure out per-file compression/decompression
Implement file extracting as well as file creating
Implement header parsing for extracting from simple archive files.
MinimumViableProduct: create archive file from files
Decide on file format