summaryrefslogtreecommitdiff
path: root/src/compiler/parser.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-24 19:37:45 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-24 19:37:45 +0330
commitcaf6ecd9344b13c443435f94c3c5b8ccf717e853 (patch)
tree881708e5e0b49067fa8e43ee0c76df5a29431602 /src/compiler/parser.h
parentcfc289f11c09aad28482204255934742e0f3f87f (diff)
some clean ups
Diffstat (limited to 'src/compiler/parser.h')
-rw-r--r--src/compiler/parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/parser.h b/src/compiler/parser.h
index 25e9a21..0ee59a6 100644
--- a/src/compiler/parser.h
+++ b/src/compiler/parser.h
@@ -173,7 +173,9 @@ typedef struct ParserNodeBracketMetadata {
ParserNodeArray *params;
} ParserNodeBracketMetadata;
+#ifdef PRINT_COMPILE_TREE
void parserNodePrint(const ParserNode *node, int indent);
+#endif
void parserNodeDelete(ParserNode *node);
ParserNode *parserFromPath(const char *filePath);