Skip to main content

parse_predicate

Function parse_predicate 

Source
pub fn parse_predicate(src: &str) -> Result<Expression, ParseError>
Expand description

Parse a predicate string into the IR. Public for tests + step-5b use.