pub fn parse_binary_expression(
node: &Node<'_>,
source_code: &str,
root: &Node<'_>,
symbols_ptr: Option<SymbolTablePtr>,
errors: &mut Vec<RecoverableParseError>,
) -> Result<Expression, FatalParseError>pub fn parse_binary_expression(
node: &Node<'_>,
source_code: &str,
root: &Node<'_>,
symbols_ptr: Option<SymbolTablePtr>,
errors: &mut Vec<RecoverableParseError>,
) -> Result<Expression, FatalParseError>