pub fn parse_expression_chumsky(input: &str) -> Result<Vec<Token>, String>
Parse a mathematical expression using chumsky