compile

Function compile 

Source
pub fn compile(
    program_name: Option<String>,
    src: &[Statement],
) -> Result<Vec<Statement>, String>