parser: assignment and function call statements

This commit is contained in:
2026-04-27 20:17:58 +02:00
parent 1346bf399f
commit c9ae8680b0
3 changed files with 98 additions and 9 deletions

View File

@@ -31,6 +31,9 @@ typedef enum noomP_NodeType {
NOOMP_NODE_PARENTHESIZED,
NOOMP_NODE_ASSIGNMENT,
NOOMP_NODE_ASSIGNPLACE,
NOOMP_NODE_NCOUNT,
} noomP_NodeType;