From 20ff73d84b85db77aecb2171ce4d0e13253cccfd Mon Sep 17 00:00:00 2001 From: A404M Date: Wed, 7 May 2025 14:32:53 +0330 Subject: add lazy to variables --- 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 921b76a..0634e3e 100644 --- a/src/compiler/lexer.h +++ b/src/compiler/lexer.h @@ -126,6 +126,7 @@ typedef enum LexerToken { LEXER_TOKEN_SYMBOL_OPEN_PARENTHESIS, LEXER_TOKEN_SYMBOL_OPEN_BRACKET, LEXER_TOKEN_SYMBOL_OPEN_CURLY_BRACKET, + LEXER_TOKEN_KEYWORD_LAZY, LEXER_TOKEN_NONE, } LexerToken; -- cgit v1.2.3