lexing refactoring

This commit is contained in:
LuckyLaszlo
2021-10-30 22:47:02 +02:00
parent ab2aa509df
commit c0ef57499a
6 changed files with 227 additions and 199 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/08 02:35:55 by lperrey #+# #+# */
/* Updated: 2021/10/08 03:01:43 by lperrey ### ########.fr */
/* Updated: 2021/10/30 22:32:48 by lperrey ### ########.fr */
/* */
/* ************************************************************************** */
@@ -18,4 +18,10 @@
# define PROMPT_CHEVRON "> "
# define PROMPT_EURO "\001€\002 \001\b\002"
enum e_lexer_return
{
CONTINUE_TOKEN = 1,
DELIMITE_TOKEN
};
#endif