mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-17 09:32:22 -07: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);
|
||||
atom = e_push_expr(arena, E_ExprKind_LeafU64, token_string.str);
|
||||
atom->value.u64 = val;
|
||||
break;
|
||||
}
|
||||
|
||||
// rjf: presence of . => double or float
|
||||
|
||||
Reference in New Issue
Block a user