pub fn parse_term(source: &str) -> Result<Term>
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.
Term
parse