Skip to main content

parse

Function parse 

Source
pub fn parse(input: &str) -> Result<SelExpr, String>
Expand description

Parse a selection expression. Errors carry the offending position’s remainder — enough for a CLI message.