pub fn term( tokens: &mut PutBack<impl Iterator<Item = Token>>, pos: Pos, ) -> ParseResult<(Pos, Expr)>