This commit is contained in:
Arthur Barraux
2025-06-12 17:00:19 +02:00
parent 04464ec2e7
commit 5818a8ecfc
14 changed files with 977 additions and 232 deletions
+2
View File
@@ -2,6 +2,8 @@
#define LEXER_H_
#include "data.h"
#include <ctype.h>
#include <string.h>
token_t next_token(lexer_t *lexer);