Extend the input possibilities for parsing table
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 2 Aug 2024 12:14:20 +0000 (14:14 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 2 Aug 2024 12:27:55 +0000 (14:27 +0200)
commit64082548cadd785df622fe83950b16cdfce31f68
treedf786add5a88c4cfd53ff788ccc9a5baebfac533
parentfa05d58ec52dd468509baecb6e2a5a0991beac7f
Extend the input possibilities for parsing table

This is done so that a parsing table may be included inside a source
file as a string.
Addition new (long) filename to Makefile lead to change of alignment
depth.
Makefile
ft_parse/ft_parse_inner.h
ft_parse/ft_parsing_table_load.c
ft_parse/ft_parsing_table_load_helpers.c [new file with mode: 0644]
ft_parse/load_rules.c
inc/ft_parse.h