fn end_symbol( ch: Option<&Result<Cow<'static, str>>>, read_table_term: &HashMap<&'static str, Value>, ) -> Result<bool, ReadError>
Peek the next char and return Ok(true) if it signals an end symbol.