parser: expressions with indexing, fields and basic calls

This commit is contained in:
2026-04-26 19:35:45 +02:00
parent 7a3cdff2d4
commit bab92a73ff
3 changed files with 122 additions and 1 deletions

View File

@@ -22,6 +22,12 @@ typedef enum noomP_NodeType {
NOOMP_NODE_UNARYOPERATOR,
NOOMP_NODE_BINARYOPERATOR,
NOOMP_NODE_GETFIELD,
NOOMP_NODE_INDEX,
NOOMP_NODE_CALL,
NOOMP_NODE_FIELDNAME,
NOOMP_NODE_NCOUNT,
} noomP_NodeType;