aboutsummaryrefslogtreecommitdiff
path: root/src/lexer/lexer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer/lexer.c')
-rw-r--r--src/lexer/lexer.c3
1 files changed, 2 insertions, 1 deletions
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 <nahaddac@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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)