pub fn parse_exprs( src: &str, symbol_table: &SymbolTable, ) -> Result<Vec<Expression>, EssenceParseError>