parser: parenthesized expressions

This commit is contained in:
2026-04-27 18:07:09 +02:00
parent 146b524587
commit 1346bf399f
3 changed files with 32 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ typedef enum noomP_NodeType {
NOOMP_NODE_FIELDNAME,
NOOMP_NODE_PARENTHESIZED,
NOOMP_NODE_NCOUNT,
} noomP_NodeType;