aboutsummaryrefslogtreecommitdiff
path: root/include/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lexer.h')
-rw-r--r--include/lexer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lexer.h b/include/lexer.h
index 5886035..b0e7f65 100644
--- a/include/lexer.h
+++ b/include/lexer.h
@@ -44,5 +44,8 @@ t_token *token_new(enum e_token_tag tag, char *content);
void token_destroy(t_token *token);
void token_destroy_lst(t_ftlst *tokens);
void token_destroy_lst2(t_ftlst *tokens1, t_ftlst *tokens2);
+t_token *push_token_enum(t_token *lst_token);
+
+t_ftlst *lexe_trim_out(t_ftlst *lst);
#endif