From 61b09b0ef1da060bf10aeea1b7b0619efbe14a13 Mon Sep 17 00:00:00 2001 From: nass1pro Date: Fri, 18 Sep 2020 11:00:41 +0200 Subject: comment add --- src/lexer/lexer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lexer/lexer.c') diff --git a/src/lexer/lexer.c b/src/lexer/lexer.c index 4d5e3b1..5e0600d 100644 --- a/src/lexer/lexer.c +++ b/src/lexer/lexer.c @@ -6,7 +6,7 @@ /* By: nahaddac +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/07/16 08:18:25 by nahaddac #+# #+# */ -/* Updated: 2020/09/17 10:59:13 by charles ### ########.fr */ +/* Updated: 2020/09/17 13:19:40 by nahaddac ### ########.fr */ /* */ /* ************************************************************************** */ @@ -71,6 +71,7 @@ int tok_len(char *input) ** get the number of character for the current token ** create a token from a substring in input ** assign a tag to the token +** return all token */ t_tok_lst *create_token_list(char *input, t_tok_lst **lst) -- cgit