Skip to main content

parse_term

Function parse_term 

Source
pub fn parse_term(source: &str) -> Result<Term>
Expand description

Parse a single term from source text and return a Term. Accepts the same tokenisation rules as parse but expects a single term and no trailing dot.