Add parsing table and rules to the source code
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 2 Aug 2024 12:33:51 +0000 (14:33 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 2 Aug 2024 12:37:35 +0000 (14:37 +0200)
commit309b1b86303bef93861aeebea3497f57e1d48b2c
tree8ef020f322dfe8404c381704637bccfcb06244bb
parentb51bef8fbae02a486c6f2be98b31c7ea67228e44
Add parsing table and rules to the source code

This is done so that minishell does not have to load them from files
preventing minishell from not being able to find the files when being
moved around.
inc/parsing_info.h [new file with mode: 0644]
src/parsing.c