Change the file structure of the project
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 21 Jun 2024 15:02:05 +0000 (17:02 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 21 Jun 2024 15:02:05 +0000 (17:02 +0200)
commit42ece06fd235b133b090bc90fe07ce4aaa0ed72c
tree64b50ff719ad1188986628616d8f595cc49c5d8c
parent882984022643668e648f42b0018f7a9404421b2b
Change the file structure of the project

Because the parsing was implemented inside libft the parsingh was not
needed here. The informative contents were moved to about_grammar.

The variable expansion and tokenization were given their own files.
Makefile
about_grammar [moved from inc/parsing.h with 55% similarity]
inc/minishell.h
src/execution.c
src/expansion.c [moved from src/tree.c with 61% similarity]
src/helpers.c [new file with mode: 0644]
src/input_handling.c
src/parsing.c
src/tokenization.c [new file with mode: 0644]