ast bigest fix + norm
This commit is contained in:
@@ -19,6 +19,8 @@ typedef struct s_msh t_msh;
|
||||
|
||||
t_ast_n *parser(char *input, t_msh *msh);
|
||||
|
||||
void interpret_cmd(char **input, t_msh *msh);
|
||||
|
||||
int unexpected_token(t_node *node);
|
||||
int is_aop_operator(t_node *node);
|
||||
int is_redir(t_node *cpy);
|
||||
@@ -27,8 +29,7 @@ int syntax_err_mess(char *token_base, int selected);
|
||||
int check_unclosed(char *c, t_node *node);
|
||||
int check_unclosed_quote(char *c, t_node *node);
|
||||
|
||||
void interpret_cmd(char **input, t_msh *msh);
|
||||
void end_heredoc(char *buf, t_msh *msh, t_node *lst, char *limiter);
|
||||
void exit_heredoc(char *limiter, t_msh *msh, t_node *lst);
|
||||
int last_tok_redir(t_node *lst);
|
||||
int last_tok_subsh(t_node *lst);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user