[][src]Function kaiju_compiler_cli_core::compile_program_and_write_pst

pub fn compile_program_and_write_pst<V>(
    input: &str,
    output: &str,
    opsdesc: &OpsDescriptor,
    pretty: bool
) -> SimpleResult<()> where
    V: DeepValidator