Makefile for compiling with cosmocc
Makefile for compiling with cosmocc
Impl. necessary data structures
Will be doing off-stream since I don't think creating data structures seems entertaining enough for a development stream.
Impl. necessary data structures
Implement arg parse
parse.c
is about done, but handling the parser input is required. For example, removing ./
from the beginning of path names, ensuring every given path is a valid filename or directory, etc.
Fix bug in parser.c where more than two positional args crash due to invalid free
Fix bug in parser.c where more than two positional args crash due to invalid free
Resolved by 21752fb504
c1b914cb8e
Remove unnecessary prints,
clang-format
21752fb504
Fix invalid memory usage bug causing invalid free