while loop parsing

This commit is contained in:
2026-04-16 12:08:01 +02:00
parent b260b49b62
commit 9d2293baa6
3 changed files with 33 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ typedef enum noomP_NodeType {
NOOMP_NODE_LOCALDECLARATION,
NOOMP_NODE_IFSTATEMENT,
NOOMP_NODE_WHILELOOP,
NOOMP_NODE_BLOCK,
NOOMP_NODE_VARIABLE,