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:
Ryan Fleury
2025-04-07 17:46:21 -07:00
parent 9bfa4f87e3
commit 7c0a37fef3
6 changed files with 202 additions and 32 deletions
@@ -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;