pub fn slashify(text: &str) -> String
Double every backslash so the text can be embedded as a Rust string literal (Perl slashify). Used by the compile-time codegen consumer.
slashify