diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-26 02:10:25 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-26 02:10:25 +0330 |
commit | b581b5918219a5f5169d59faca6f4dee20531482 (patch) | |
tree | ac25330ee8de7ac0d28813edbc4c2be892e2c9b4 /src/compiler/lexer.h | |
parent | 85bfc724dd2bdaa2259512c1b8ab21f7dfeca8f1 (diff) |
some small changes
Diffstat (limited to 'src/compiler/lexer.h')
-rw-r--r-- | src/compiler/lexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/lexer.h b/src/compiler/lexer.h index ca765d8..214d9f6 100644 --- a/src/compiler/lexer.h +++ b/src/compiler/lexer.h @@ -3,7 +3,7 @@ #include "utils/type.h" #include <stddef.h> -typedef enum LexerToken : u8 { +typedef enum LexerToken { LEXER_TOKEN_SYMBOL_CLOSE_CURLY_BRACKET, LEXER_TOKEN_ORDER0 = LEXER_TOKEN_SYMBOL_CLOSE_CURLY_BRACKET, |