Update to not use the small parse table map
This commit is contained in:
parent
531134f575
commit
544711e05c
1022 changed files with 45894 additions and 90152 deletions
140
parser/static/parse_table/parse_table_242.c
Normal file
140
parser/static/parse_table/parse_table_242.c
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* parse_table_242.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "./parse_table.h"
|
||||
|
||||
void parse_table_1210(t_parse_table_array *v)
|
||||
{
|
||||
v->a[942][anon_sym_SEMI_SEMI] = actions(816);
|
||||
v->a[942][anon_sym_AMP_AMP] = actions(816);
|
||||
v->a[942][anon_sym_PIPE_PIPE] = actions(816);
|
||||
v->a[942][anon_sym_LT] = actions(816);
|
||||
v->a[942][anon_sym_GT] = actions(816);
|
||||
v->a[942][anon_sym_GT_GT] = actions(816);
|
||||
v->a[942][anon_sym_LT_LT] = actions(816);
|
||||
v->a[942][aux_sym_heredoc_redirect_token1] = actions(827);
|
||||
v->a[942][sym_comment] = actions(3);
|
||||
v->a[942][anon_sym_SEMI] = actions(816);
|
||||
v->a[943][sym_file_redirect] = state(1040);
|
||||
v->a[943][sym_heredoc_redirect] = state(1040);
|
||||
v->a[943][sym_terminator] = state(383);
|
||||
v->a[943][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[943][anon_sym_PIPE] = actions(580);
|
||||
v->a[943][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[943][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[943][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[943][anon_sym_LT] = actions(1924);
|
||||
v->a[943][anon_sym_GT] = actions(1924);
|
||||
return (parse_table_1211(v));
|
||||
}
|
||||
|
||||
void parse_table_1211(t_parse_table_array *v)
|
||||
{
|
||||
v->a[943][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[943][anon_sym_LT_LT] = actions(597);
|
||||
v->a[943][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[943][sym_comment] = actions(3);
|
||||
v->a[943][anon_sym_SEMI] = actions(593);
|
||||
v->a[944][sym_file_redirect] = state(1040);
|
||||
v->a[944][sym_heredoc_redirect] = state(1040);
|
||||
v->a[944][sym_terminator] = state(382);
|
||||
v->a[944][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[944][anon_sym_PIPE] = actions(580);
|
||||
v->a[944][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[944][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[944][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[944][anon_sym_LT] = actions(1924);
|
||||
v->a[944][anon_sym_GT] = actions(1924);
|
||||
v->a[944][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[944][anon_sym_LT_LT] = actions(597);
|
||||
v->a[944][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[944][sym_comment] = actions(3);
|
||||
v->a[944][anon_sym_SEMI] = actions(593);
|
||||
return (parse_table_1212(v));
|
||||
}
|
||||
|
||||
void parse_table_1212(t_parse_table_array *v)
|
||||
{
|
||||
v->a[945][sym_file_redirect] = state(1040);
|
||||
v->a[945][sym_heredoc_redirect] = state(1040);
|
||||
v->a[945][sym_terminator] = state(380);
|
||||
v->a[945][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[945][anon_sym_PIPE] = actions(580);
|
||||
v->a[945][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[945][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[945][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[945][anon_sym_LT] = actions(1924);
|
||||
v->a[945][anon_sym_GT] = actions(1924);
|
||||
v->a[945][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[945][anon_sym_LT_LT] = actions(597);
|
||||
v->a[945][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[945][sym_comment] = actions(3);
|
||||
v->a[945][anon_sym_SEMI] = actions(593);
|
||||
v->a[946][sym_file_redirect] = state(1040);
|
||||
v->a[946][sym_heredoc_redirect] = state(1040);
|
||||
v->a[946][sym_terminator] = state(379);
|
||||
v->a[946][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[946][anon_sym_PIPE] = actions(580);
|
||||
return (parse_table_1213(v));
|
||||
}
|
||||
|
||||
void parse_table_1213(t_parse_table_array *v)
|
||||
{
|
||||
v->a[946][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[946][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[946][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[946][anon_sym_LT] = actions(1924);
|
||||
v->a[946][anon_sym_GT] = actions(1924);
|
||||
v->a[946][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[946][anon_sym_LT_LT] = actions(597);
|
||||
v->a[946][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[946][sym_comment] = actions(3);
|
||||
v->a[946][anon_sym_SEMI] = actions(593);
|
||||
v->a[947][sym_file_redirect] = state(1040);
|
||||
v->a[947][sym_heredoc_redirect] = state(1040);
|
||||
v->a[947][sym_terminator] = state(377);
|
||||
v->a[947][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[947][anon_sym_PIPE] = actions(580);
|
||||
v->a[947][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[947][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[947][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[947][anon_sym_LT] = actions(1924);
|
||||
v->a[947][anon_sym_GT] = actions(1924);
|
||||
return (parse_table_1214(v));
|
||||
}
|
||||
|
||||
void parse_table_1214(t_parse_table_array *v)
|
||||
{
|
||||
v->a[947][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[947][anon_sym_LT_LT] = actions(597);
|
||||
v->a[947][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[947][sym_comment] = actions(3);
|
||||
v->a[947][anon_sym_SEMI] = actions(593);
|
||||
v->a[948][sym_file_redirect] = state(1040);
|
||||
v->a[948][sym_heredoc_redirect] = state(1040);
|
||||
v->a[948][sym_terminator] = state(372);
|
||||
v->a[948][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[948][anon_sym_PIPE] = actions(580);
|
||||
v->a[948][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[948][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[948][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[948][anon_sym_LT] = actions(1924);
|
||||
v->a[948][anon_sym_GT] = actions(1924);
|
||||
v->a[948][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[948][anon_sym_LT_LT] = actions(597);
|
||||
v->a[948][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[948][sym_comment] = actions(3);
|
||||
v->a[948][anon_sym_SEMI] = actions(593);
|
||||
return (parse_table_1215(v));
|
||||
}
|
||||
|
||||
/* EOF parse_table_242.c */
|
||||
Loading…
Add table
Add a link
Reference in a new issue