summaryrefslogtreecommitdiff
path: root/src/compiler/parser.c
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-23 18:12:27 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-23 18:13:55 +0330
commit1d13c72fb9fb40e35c64713a9176d263ad5fe09d (patch)
treeb6f851f94274e079b035223df3e67963409aa98e /src/compiler/parser.c
parent8e5ac02b143588f598a058f5a5ae44181e493ef4 (diff)
clean up
Diffstat (limited to 'src/compiler/parser.c')
-rw-r--r--src/compiler/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/parser.c b/src/compiler/parser.c
index 2476e32..578d626 100644
--- a/src/compiler/parser.c
+++ b/src/compiler/parser.c
@@ -371,6 +371,7 @@ void parserNodePrint(const ParserNode *node, int indent) {
for (int i = 0; i < indent; ++i)
printf(" ");
}
+ goto RETURN_SUCCESS;
case PARSER_TOKEN_KEYWORD_WHILE: {
ParserNodeIfMetadata *metadata = node->metadata;
printf(",\n");