mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-17 23:01:25 -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:
@@ -492,10 +492,10 @@ e_append_strings_from_expr(Arena *arena, E_Expr *expr, String8List *out)
|
||||
sep_idx += 1;
|
||||
}
|
||||
str8_list_push(arena, out, seps[sep_idx]);
|
||||
if(sep_idx == 0)
|
||||
{
|
||||
sep_idx += 1;
|
||||
}
|
||||
}
|
||||
if(sep_idx == 0)
|
||||
{
|
||||
sep_idx += 1;
|
||||
}
|
||||
if(child == &e_expr_nil)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user