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_241.c
Normal file
140
parser/static/parse_table/parse_table_241.c
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* parse_table_241.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_1205(t_parse_table_array *v)
|
||||
{
|
||||
v->a[935][anon_sym_GT_GT] = actions(1968);
|
||||
v->a[935][anon_sym_LT_LT] = actions(1971);
|
||||
v->a[935][aux_sym_heredoc_redirect_token1] = actions(1948);
|
||||
v->a[935][sym_comment] = actions(3);
|
||||
v->a[935][anon_sym_SEMI] = actions(1940);
|
||||
v->a[936][sym_file_redirect] = state(971);
|
||||
v->a[936][sym_heredoc_redirect] = state(971);
|
||||
v->a[936][aux_sym_redirected_statement_repeat1] = state(971);
|
||||
v->a[936][anon_sym_esac] = actions(816);
|
||||
v->a[936][anon_sym_PIPE] = actions(816);
|
||||
v->a[936][anon_sym_SEMI_SEMI] = actions(816);
|
||||
v->a[936][anon_sym_AMP_AMP] = actions(816);
|
||||
v->a[936][anon_sym_PIPE_PIPE] = actions(816);
|
||||
v->a[936][anon_sym_LT] = actions(816);
|
||||
v->a[936][anon_sym_GT] = actions(816);
|
||||
v->a[936][anon_sym_GT_GT] = actions(816);
|
||||
v->a[936][anon_sym_LT_LT] = actions(816);
|
||||
v->a[936][aux_sym_heredoc_redirect_token1] = actions(827);
|
||||
v->a[936][sym_comment] = actions(3);
|
||||
v->a[936][anon_sym_SEMI] = actions(816);
|
||||
return (parse_table_1206(v));
|
||||
}
|
||||
|
||||
void parse_table_1206(t_parse_table_array *v)
|
||||
{
|
||||
v->a[937][sym_file_redirect] = state(916);
|
||||
v->a[937][sym_heredoc_redirect] = state(916);
|
||||
v->a[937][sym_terminator] = state(428);
|
||||
v->a[937][aux_sym_redirected_statement_repeat1] = state(916);
|
||||
v->a[937][anon_sym_RPAREN] = actions(578);
|
||||
v->a[937][anon_sym_SEMI_SEMI] = actions(593);
|
||||
v->a[937][anon_sym_AMP_AMP] = actions(595);
|
||||
v->a[937][anon_sym_PIPE_PIPE] = actions(595);
|
||||
v->a[937][anon_sym_LT] = actions(1868);
|
||||
v->a[937][anon_sym_GT] = actions(1868);
|
||||
v->a[937][anon_sym_GT_GT] = actions(1868);
|
||||
v->a[937][anon_sym_LT_LT] = actions(597);
|
||||
v->a[937][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[937][sym_comment] = actions(3);
|
||||
v->a[937][anon_sym_SEMI] = actions(593);
|
||||
v->a[938][sym_file_redirect] = state(1040);
|
||||
v->a[938][sym_heredoc_redirect] = state(1040);
|
||||
v->a[938][sym_terminator] = state(388);
|
||||
v->a[938][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[938][anon_sym_PIPE] = actions(580);
|
||||
return (parse_table_1207(v));
|
||||
}
|
||||
|
||||
void parse_table_1207(t_parse_table_array *v)
|
||||
{
|
||||
v->a[938][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[938][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[938][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[938][anon_sym_LT] = actions(1924);
|
||||
v->a[938][anon_sym_GT] = actions(1924);
|
||||
v->a[938][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[938][anon_sym_LT_LT] = actions(597);
|
||||
v->a[938][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[938][sym_comment] = actions(3);
|
||||
v->a[938][anon_sym_SEMI] = actions(593);
|
||||
v->a[939][sym_file_redirect] = state(1040);
|
||||
v->a[939][sym_heredoc_redirect] = state(1040);
|
||||
v->a[939][sym_terminator] = state(386);
|
||||
v->a[939][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[939][anon_sym_PIPE] = actions(580);
|
||||
v->a[939][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[939][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[939][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[939][anon_sym_LT] = actions(1924);
|
||||
v->a[939][anon_sym_GT] = actions(1924);
|
||||
return (parse_table_1208(v));
|
||||
}
|
||||
|
||||
void parse_table_1208(t_parse_table_array *v)
|
||||
{
|
||||
v->a[939][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[939][anon_sym_LT_LT] = actions(597);
|
||||
v->a[939][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[939][sym_comment] = actions(3);
|
||||
v->a[939][anon_sym_SEMI] = actions(593);
|
||||
v->a[940][sym_file_redirect] = state(922);
|
||||
v->a[940][sym_heredoc_redirect] = state(922);
|
||||
v->a[940][sym_terminator] = state(467);
|
||||
v->a[940][aux_sym_redirected_statement_repeat1] = state(922);
|
||||
v->a[940][ts_builtin_sym_end] = actions(716);
|
||||
v->a[940][anon_sym_SEMI_SEMI] = actions(693);
|
||||
v->a[940][anon_sym_AMP_AMP] = actions(695);
|
||||
v->a[940][anon_sym_PIPE_PIPE] = actions(695);
|
||||
v->a[940][anon_sym_LT] = actions(1872);
|
||||
v->a[940][anon_sym_GT] = actions(1872);
|
||||
v->a[940][anon_sym_GT_GT] = actions(1872);
|
||||
v->a[940][anon_sym_LT_LT] = actions(597);
|
||||
v->a[940][aux_sym_heredoc_redirect_token1] = actions(1874);
|
||||
v->a[940][sym_comment] = actions(3);
|
||||
v->a[940][anon_sym_SEMI] = actions(693);
|
||||
return (parse_table_1209(v));
|
||||
}
|
||||
|
||||
void parse_table_1209(t_parse_table_array *v)
|
||||
{
|
||||
v->a[941][sym_file_redirect] = state(1040);
|
||||
v->a[941][sym_heredoc_redirect] = state(1040);
|
||||
v->a[941][sym_terminator] = state(384);
|
||||
v->a[941][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[941][anon_sym_PIPE] = actions(580);
|
||||
v->a[941][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[941][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[941][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[941][anon_sym_LT] = actions(1924);
|
||||
v->a[941][anon_sym_GT] = actions(1924);
|
||||
v->a[941][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[941][anon_sym_LT_LT] = actions(597);
|
||||
v->a[941][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[941][sym_comment] = actions(3);
|
||||
v->a[941][anon_sym_SEMI] = actions(593);
|
||||
v->a[942][sym_file_redirect] = state(971);
|
||||
v->a[942][sym_heredoc_redirect] = state(971);
|
||||
v->a[942][aux_sym_redirected_statement_repeat1] = state(971);
|
||||
v->a[942][anon_sym_esac] = actions(816);
|
||||
v->a[942][anon_sym_PIPE] = actions(580);
|
||||
return (parse_table_1210(v));
|
||||
}
|
||||
|
||||
/* EOF parse_table_241.c */
|
||||
Loading…
Add table
Add a link
Reference in a new issue