begin sketching out live cfg mutation code, as replacement for frontend entity tree formation/mutation

This commit is contained in:
Ryan Fleury
2024-09-03 15:20:04 -07:00
parent 06a685221a
commit c8c9c7ea27
13 changed files with 859 additions and 655 deletions
+6
View File
@@ -336,6 +336,12 @@ internal String8 indented_from_string(Arena *arena, String8 string);
internal String8List wrapped_lines_from_string(Arena *arena, String8 string, U64 first_line_max_width, U64 max_width, U64 wrap_indent);
////////////////////////////////
//~ rjf: Text Escaping
internal String8 escaped_from_raw_string(Arena *arena, String8 string);
internal String8 raw_from_escaped_string(Arena *arena, String8 string);
////////////////////////////////
//~ rjf: String <-> Color