diff options
| author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-30 02:43:55 +0330 |
|---|---|---|
| committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-30 02:43:55 +0330 |
| commit | 141e7fb5fe016bc754d600159b479f7e11b407d8 (patch) | |
| tree | f9cfe2a1ed519b84207148311f3fb3b8dc90693e /src/compiler/lexer.h | |
| parent | 3a4fa4b89280046885dc044ce4f9761f5eeaa9e1 (diff) | |
fixing some bugs in new way of operators and printing
Diffstat (limited to 'src/compiler/lexer.h')
| -rw-r--r-- | src/compiler/lexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/lexer.h b/src/compiler/lexer.h index e89c8bd..7f52eaf 100644 --- a/src/compiler/lexer.h +++ b/src/compiler/lexer.h @@ -2,6 +2,7 @@ #include "utils/type.h" #include <stddef.h> +#include <stdio.h> typedef enum LexerToken { LEXER_TOKEN_SYMBOL_CLOSE_CURLY_BRACKET, |