Refactor dir structure and prog argument parsing
authorLukas Jiriste <ljiriste@student.42prague.com>
Tue, 6 Feb 2024 12:23:16 +0000 (13:23 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Tue, 6 Feb 2024 12:23:16 +0000 (13:23 +0100)
commit32006a38afd97be85400d86518d967f0f00d7bc1
tree7ba762ac525d39bde7c5c786641e5fcb103ec570
parent84afbdb87015a01bc7fbdca65810e3d5469bb89b
Refactor dir structure and prog argument parsing
Makefile
src/actions.c [moved from src_checker/actions.c with 100% similarity]
src/arg_parsing.c [new file with mode: 0644]
src/checker.c [moved from src_checker/checker.c with 73% similarity]
src/checker.h [moved from src_checker/checker.h with 78% similarity]
src/push.c [moved from src_push/push.c with 100% similarity]
src/stack_manipulation.c [moved from src_checker/stack_manipulation.c with 100% similarity]