summaryrefslogtreecommitdiff
path: root/src/compiler/lexer.c
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-13 17:42:22 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-13 17:42:22 +0330
commit0ff9508bb0ea7193b0101c3cd9b4ae594e44fd02 (patch)
treec2cd433d94399d3da5943397fb1b0f4a5ccd31a0 /src/compiler/lexer.c
parent162d143cbc17696b3fb10ea1da856ca746a4eb6c (diff)
some clean up
Diffstat (limited to 'src/compiler/lexer.c')
-rw-r--r--src/compiler/lexer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/lexer.c b/src/compiler/lexer.c
index 7ea8f43..2e3090b 100644
--- a/src/compiler/lexer.c
+++ b/src/compiler/lexer.c
@@ -215,6 +215,7 @@ void lexerPushClear(LexerNodeArray *array, size_t *array_size, char *iter,
}
}
// goto PUSH;
+ // fall through
PUSH:
case LEXER_TOKEN_KEYWORD_TYPE:
case LEXER_TOKEN_KEYWORD_VOID: