parser: variable attributes

This commit is contained in:
2026-04-28 14:09:55 +02:00
parent c9ae8680b0
commit 1f17da04f6
3 changed files with 37 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ typedef enum noomP_NodeType {
NOOMP_NODE_WHILELOOP,
NOOMP_NODE_BLOCK,
NOOMP_NODE_ATTRIBUTE,
NOOMP_NODE_BREAK,
NOOMP_NODE_VARIABLE,