pub fn parse_when(input: &str) -> IResult<&str, (Condition, Box<Expr>)>
Parse a single WHEN condition THEN expression clause