Implement the ft_parse function
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 20 Jun 2024 15:54:43 +0000 (17:54 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 20 Jun 2024 15:54:43 +0000 (17:54 +0200)
commit4f93f1751e8d36cafc02bf15267d804e5ca676b5
treeb10f42d2d77e188bfdfe88f760fe58ea6ff1329e
parentc37e30beca72f9e54b71e148682a54ce33a38cbe
Implement the ft_parse function

I did not yet try whether it actually functions (it probably does not).
Because managing ft_parse_inner.h was harder than I imagined
and I wanted to focus on the ft_parse function, I returned
almost everything to ft_parse.h.
ft_parse/ft_parse.c
ft_parse/ft_parse_inner.h
ft_parse/ft_parsing_table_load.c
inc/ft_parse.h