parser: returns

This commit is contained in:
2026-04-29 12:28:14 +02:00
parent 86973c92fa
commit 7ad81d55e2
3 changed files with 88 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ typedef enum noomP_NodeType {
NOOMP_NODE_FUNCTIONPARAMETERS,
NOOMP_NODE_FUNCTIONNAME,
NOOMP_NODE_RETURN,
NOOMP_NODE_FIELDNAME,
NOOMP_NODE_METHODNAME, // only used in function decl as of right now.