mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-02 16:11:48 -07:00
begin sketching out live cfg mutation code, as replacement for frontend entity tree formation/mutation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user