pub fn parse_expression(
node: Node<'_>,
source_code: &str,
root: &Node<'_>,
symbols_ptr: Option<SymbolTablePtr>,
errors: &mut Vec<RecoverableParseError>,
) -> Result<Expression, FatalParseError>Expand description
Parse an Essence expression into its Conjure AST representation.