mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
eliminate old short-circuit from leaf-numeric expr tree generation path
This commit is contained in:
@@ -1139,7 +1139,6 @@ e_parse_expr_from_text_tokens__prec(Arena *arena, String8 text, E_TokenArray tok
|
|||||||
try_u64_from_str8_c_rules(token_string, &val);
|
try_u64_from_str8_c_rules(token_string, &val);
|
||||||
atom = e_push_expr(arena, E_ExprKind_LeafU64, token_string.str);
|
atom = e_push_expr(arena, E_ExprKind_LeafU64, token_string.str);
|
||||||
atom->value.u64 = val;
|
atom->value.u64 = val;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// rjf: presence of . => double or float
|
// rjf: presence of . => double or float
|
||||||
|
|||||||
Reference in New Issue
Block a user