Function cyclang_parser::parse_cyclo_program

source ยท
pub fn parse_cyclo_program(
    input: &str,
) -> Result<Vec<Expression>, Box<Error<Rule>>>