pub fn parse(input: &str, spec: CommandSpec) -> SyntaxNode
Expand description
Parse the input text with the given command specification and return the untyped syntax tree
The error nodes are attached to the tree
pub fn parse(input: &str, spec: CommandSpec) -> SyntaxNode
Parse the input text with the given command specification and return the untyped syntax tree
The error nodes are attached to the tree