pub fn parse_expression(source: &str) -> Result<Spanned<Expression>, Diagnostic>Expand description
Parse a single expression (useful for unit tests and REPL experiments).
ยงErrors
Returns an error if the source is not valid Amarok syntax for a single expression.