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

This reverts commit c8c9c7ea27.
This commit is contained in:
Ryan Fleury
2024-09-07 14:48:47 -07:00
parent 5ffab0439b
commit 3ed8f4af98
13 changed files with 655 additions and 859 deletions
-6
View File
@@ -336,12 +336,6 @@ 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