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_243.c
Normal file
140
parser/static/parse_table/parse_table_243.c
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* parse_table_243.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_1215(t_parse_table_array *v)
|
||||
{
|
||||
v->a[949][sym_file_redirect] = state(1040);
|
||||
v->a[949][sym_heredoc_redirect] = state(1040);
|
||||
v->a[949][sym_terminator] = state(416);
|
||||
v->a[949][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[949][anon_sym_PIPE] = actions(580);
|
||||
v->a[949][anon_sym_SEMI_SEMI] = actions(593);
|
||||
v->a[949][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[949][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[949][anon_sym_LT] = actions(1924);
|
||||
v->a[949][anon_sym_GT] = actions(1924);
|
||||
v->a[949][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[949][anon_sym_LT_LT] = actions(597);
|
||||
v->a[949][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[949][sym_comment] = actions(3);
|
||||
v->a[949][anon_sym_SEMI] = actions(593);
|
||||
v->a[950][ts_builtin_sym_end] = actions(917);
|
||||
v->a[950][anon_sym_PIPE] = actions(919);
|
||||
v->a[950][anon_sym_RPAREN] = actions(919);
|
||||
v->a[950][anon_sym_SEMI_SEMI] = actions(919);
|
||||
v->a[950][anon_sym_AMP_AMP] = actions(919);
|
||||
return (parse_table_1216(v));
|
||||
}
|
||||
|
||||
void parse_table_1216(t_parse_table_array *v)
|
||||
{
|
||||
v->a[950][anon_sym_PIPE_PIPE] = actions(919);
|
||||
v->a[950][anon_sym_LT] = actions(919);
|
||||
v->a[950][anon_sym_GT] = actions(919);
|
||||
v->a[950][anon_sym_GT_GT] = actions(919);
|
||||
v->a[950][anon_sym_LT_LT] = actions(919);
|
||||
v->a[950][aux_sym_heredoc_redirect_token1] = actions(917);
|
||||
v->a[950][anon_sym_BQUOTE] = actions(919);
|
||||
v->a[950][sym_comment] = actions(3);
|
||||
v->a[950][anon_sym_SEMI] = actions(919);
|
||||
v->a[950][sym_variable_name] = actions(917);
|
||||
v->a[951][sym_file_redirect] = state(1040);
|
||||
v->a[951][sym_heredoc_redirect] = state(1040);
|
||||
v->a[951][sym_terminator] = state(369);
|
||||
v->a[951][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[951][anon_sym_PIPE] = actions(580);
|
||||
v->a[951][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[951][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[951][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[951][anon_sym_LT] = actions(1924);
|
||||
v->a[951][anon_sym_GT] = actions(1924);
|
||||
return (parse_table_1217(v));
|
||||
}
|
||||
|
||||
void parse_table_1217(t_parse_table_array *v)
|
||||
{
|
||||
v->a[951][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[951][anon_sym_LT_LT] = actions(597);
|
||||
v->a[951][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[951][sym_comment] = actions(3);
|
||||
v->a[951][anon_sym_SEMI] = actions(593);
|
||||
v->a[952][sym_file_redirect] = state(1040);
|
||||
v->a[952][sym_heredoc_redirect] = state(1040);
|
||||
v->a[952][sym_terminator] = state(367);
|
||||
v->a[952][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[952][anon_sym_PIPE] = actions(580);
|
||||
v->a[952][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[952][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[952][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[952][anon_sym_LT] = actions(1924);
|
||||
v->a[952][anon_sym_GT] = actions(1924);
|
||||
v->a[952][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[952][anon_sym_LT_LT] = actions(597);
|
||||
v->a[952][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[952][sym_comment] = actions(3);
|
||||
v->a[952][anon_sym_SEMI] = actions(593);
|
||||
return (parse_table_1218(v));
|
||||
}
|
||||
|
||||
void parse_table_1218(t_parse_table_array *v)
|
||||
{
|
||||
v->a[953][aux_sym_pipeline_repeat1] = state(1385);
|
||||
v->a[953][ts_builtin_sym_end] = actions(1974);
|
||||
v->a[953][anon_sym_PIPE] = actions(1976);
|
||||
v->a[953][anon_sym_RPAREN] = actions(1979);
|
||||
v->a[953][anon_sym_SEMI_SEMI] = actions(1979);
|
||||
v->a[953][anon_sym_AMP_AMP] = actions(1979);
|
||||
v->a[953][anon_sym_PIPE_PIPE] = actions(1979);
|
||||
v->a[953][anon_sym_LT] = actions(1979);
|
||||
v->a[953][anon_sym_GT] = actions(1979);
|
||||
v->a[953][anon_sym_GT_GT] = actions(1979);
|
||||
v->a[953][anon_sym_LT_LT] = actions(1979);
|
||||
v->a[953][aux_sym_heredoc_redirect_token1] = actions(1974);
|
||||
v->a[953][anon_sym_BQUOTE] = actions(1979);
|
||||
v->a[953][sym_comment] = actions(3);
|
||||
v->a[953][anon_sym_SEMI] = actions(1979);
|
||||
v->a[954][sym_file_redirect] = state(1040);
|
||||
v->a[954][sym_heredoc_redirect] = state(1040);
|
||||
v->a[954][sym_terminator] = state(357);
|
||||
v->a[954][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[954][anon_sym_PIPE] = actions(580);
|
||||
return (parse_table_1219(v));
|
||||
}
|
||||
|
||||
void parse_table_1219(t_parse_table_array *v)
|
||||
{
|
||||
v->a[954][anon_sym_SEMI_SEMI] = actions(591);
|
||||
v->a[954][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[954][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[954][anon_sym_LT] = actions(1924);
|
||||
v->a[954][anon_sym_GT] = actions(1924);
|
||||
v->a[954][anon_sym_GT_GT] = actions(1924);
|
||||
v->a[954][anon_sym_LT_LT] = actions(597);
|
||||
v->a[954][aux_sym_heredoc_redirect_token1] = actions(1870);
|
||||
v->a[954][sym_comment] = actions(3);
|
||||
v->a[954][anon_sym_SEMI] = actions(593);
|
||||
v->a[955][sym_file_redirect] = state(1040);
|
||||
v->a[955][sym_heredoc_redirect] = state(1040);
|
||||
v->a[955][sym_terminator] = state(438);
|
||||
v->a[955][aux_sym_redirected_statement_repeat1] = state(1040);
|
||||
v->a[955][anon_sym_PIPE] = actions(580);
|
||||
v->a[955][anon_sym_SEMI_SEMI] = actions(767);
|
||||
v->a[955][anon_sym_AMP_AMP] = actions(769);
|
||||
v->a[955][anon_sym_PIPE_PIPE] = actions(769);
|
||||
v->a[955][anon_sym_LT] = actions(1924);
|
||||
v->a[955][anon_sym_GT] = actions(1924);
|
||||
return (parse_table_1220(v));
|
||||
}
|
||||
|
||||
/* EOF parse_table_243.c */
|
||||
Loading…
Add table
Add a link
Reference in a new issue