Function compile_program_and_write_bin

Source
pub fn compile_program_and_write_bin<V>(
    input: &str,
    output: &str,
    opsdesc: &OpsDescriptor,
) -> SimpleResult<()>
where V: DeepValidator,