add return

This commit is contained in:
2025-07-14 05:33:57 +01:00
parent 1bdc792705
commit f1e8ad1ac2
9 changed files with 114 additions and 5 deletions

View File

@@ -48,7 +48,8 @@ typedef enum {
AST_OPERATION,
AST_LIST,
AST_DICTIONARY,
AST_FUNCTION
AST_FUNCTION,
AST_RETURN
} ValueType;
extern const char *ValueTypeNames[];