another checkpoint in big df entity elimination pass

This commit is contained in:
Ryan Fleury
2024-09-04 15:50:59 -07:00
parent 9968c6e491
commit f8fd32e328
16 changed files with 3728 additions and 3105 deletions
+1
View File
@@ -245,6 +245,7 @@ internal String8 str8_from_s64(Arena *arena, S64 s64, U32 radix, U8 min_digits,
//~ rjf: String <=> Float Conversions
internal F64 f64_from_str8(String8 string);
#define f32_from_str8(string) (F32)f64_from_str8(string)
////////////////////////////////
//~ rjf: String List Construction Functions