From b5772e1c6961dd4b99b91b060b57584d4868aa2b Mon Sep 17 00:00:00 2001 From: A404M Date: Sat, 5 Apr 2025 15:09:23 +0330 Subject: working on access operator --- src/compiler/lexer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/lexer.h') diff --git a/src/compiler/lexer.h b/src/compiler/lexer.h index 6862c0d..4b59dff 100644 --- a/src/compiler/lexer.h +++ b/src/compiler/lexer.h @@ -65,6 +65,7 @@ typedef enum LexerToken { LEXER_TOKEN_SYMBOL_POINTER, LEXER_TOKEN_SYMBOL_ADDRESS, LEXER_TOKEN_SYMBOL_DEREFERENCE, + LEXER_TOKEN_SYMBOL_ACCESS, LEXER_TOKEN_NONE, } LexerToken; -- cgit v1.2.3