mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-25 13:05:00 -07:00
boil down expr/irtree/type -> lookup_rule mapping more - since lens arguments are now stored in type info, we no longer need other ways of smuggling through expression trees. also fill out new path of pointer eval single-line string generation.
This commit is contained in:
@@ -247,6 +247,7 @@ struct EV_StringParams
|
||||
EV_StringFlags flags;
|
||||
U32 radix;
|
||||
U32 min_digits;
|
||||
U8 digit_group_separator;
|
||||
};
|
||||
|
||||
typedef struct EV_StringIterTask EV_StringIterTask;
|
||||
@@ -256,6 +257,8 @@ struct EV_StringIterTask
|
||||
EV_StringParams params;
|
||||
E_Eval eval;
|
||||
U64 idx;
|
||||
S32 depth;
|
||||
void *user_data;
|
||||
};
|
||||
|
||||
typedef struct EV_StringIter EV_StringIter;
|
||||
|
||||
Reference in New Issue
Block a user