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