pub fn parse_to_ast(pattern: &str) -> Result<Ast, ResharpError>Expand description
Parse a pattern into the raw AST without converting to algebra nodes.
pub fn parse_to_ast(pattern: &str) -> Result<Ast, ResharpError>Parse a pattern into the raw AST without converting to algebra nodes.