forked from NeoFlock/noom
parser: expressions with indexing, fields and basic calls
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user