1 2 3 4 5 6 7 8
mod parse; mod segment; pub use parse::parse_script; const REGEX_MULTILINE: &str = "???"; const ESCAPED_MULTILINE: &str = "!!!"; const LITERAL_MULTILINE: &str = r#"""""#;