Skip to main content

clitest_lib/parser/v0/
mod.rs

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