+1
-2
src/macros/insert.rs
+1
-2
src/macros/insert.rs
+9
-2
src/macros/mod.rs
+9
-2
src/macros/mod.rs
······
+27
-16
src/main.rs
+27
-16
src/main.rs
······-static DELIMITERS: [char; 12] = [' ', '\n', '\t', '(', ')', '{', '}', '[', ']', '\\', '\'', '\"'];·········
+1
-1
src/projectparse.rs
+1
-1
src/projectparse.rs
···
+11
-2
src/stringtools.rs
+11
-2
src/stringtools.rs
···+use std::{ascii::escape_default, error, fmt::Arguments, ops::Index, process::exit, thread::sleep};······