add dictionaries and add accessing with a value
This commit is contained in:
@@ -38,7 +38,8 @@ typedef enum {
|
||||
AST_BOOLEAN,
|
||||
AST_DOWRAP,
|
||||
AST_OPERATION,
|
||||
AST_LIST
|
||||
AST_LIST,
|
||||
AST_DICTIONARY
|
||||
} ValueType;
|
||||
|
||||
extern const char* ValueTypeNames[];
|
||||
|
||||
Reference in New Issue
Block a user