add return
This commit is contained in:
@@ -48,7 +48,8 @@ typedef enum {
|
||||
AST_OPERATION,
|
||||
AST_LIST,
|
||||
AST_DICTIONARY,
|
||||
AST_FUNCTION
|
||||
AST_FUNCTION,
|
||||
AST_RETURN
|
||||
} ValueType;
|
||||
|
||||
extern const char *ValueTypeNames[];
|
||||
|
||||
Reference in New Issue
Block a user