Refactor ft_parsing_table_generate.c
authorLukáš Jiřiště <jiriste@icpf.cas.cz>
Wed, 27 Nov 2024 10:33:23 +0000 (11:33 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 28 Nov 2024 10:01:46 +0000 (11:01 +0100)
commitf18e3ca3e27e38d767722c370d0d5935a5651d16
tree918463873d7ef91a170580acbed38425b4874457
parent1a0d979105a1a4f5d6070e8dbd259a24205eee6d
Refactor ft_parsing_table_generate.c
18 files changed:
Makefile
ft_parse/ft_parse_inner.h
ft_parse/ft_parsing_table_generate.c [deleted file]
ft_parse/parsing_table_constructor/categorize_helpers.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/categorize_tokens.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/conversion_helpers.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/conversion_subhelpers.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/conversion_to_table.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/fill_closure.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/ft_parsing_table_generate.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/helpers_cmp.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/helpers_free.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/init_new_row.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/lookahead.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/lookahead2.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/prepare_table.c [new file with mode: 0644]
ft_parse/parsing_table_constructor/pt_constructor.h [new file with mode: 0644]
ft_parse/parsing_table_constructor/solve_gotos.c [new file with mode: 0644]