pub fn parse_ast(pattern: &str) -> Option<Ast>
Parse a pattern into an AST, discarding errors. Shared by pcre2_debug::build_offset_map and syntax_highlight::highlight.
pcre2_debug::build_offset_map
syntax_highlight::highlight