parser: method call in expr

This commit is contained in:
2026-04-27 16:20:16 +02:00
parent ab1b9d7963
commit 146b524587
3 changed files with 59 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ typedef enum noomP_NodeType {
NOOMP_NODE_GETFIELD,
NOOMP_NODE_INDEX,
NOOMP_NODE_CALL,
NOOMP_NODE_METHODCALL,
NOOMP_NODE_FIELDNAME,