pub fn parse(source: &str) -> Result<Tree, ParseError>Expand description
Parse bash source into a tree-sitter CST. Useful when callers want to walk the
raw CST themselves; most consumers want parse_to_ast instead.
pub fn parse(source: &str) -> Result<Tree, ParseError>Parse bash source into a tree-sitter CST. Useful when callers want to walk the
raw CST themselves; most consumers want parse_to_ast instead.