add dicts

This commit is contained in:
suchmememanyskill
2021-07-12 18:04:52 +02:00
parent 0bef41c033
commit 8c6e70b63d
8 changed files with 97 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ typedef enum {
SolvedArrayReferenceClass,
SaveClass,
ElseClass,
ReferenceType,
} VariableType_t;
typedef enum {
@@ -176,6 +177,7 @@ typedef struct _Variable_t {
#ifndef WIN32
SaveClass_t *save;
#endif
struct _Variable_t* referenceType;
};
union {
struct {