Skip to main content

compile_from_program_with_options

Function compile_from_program_with_options 

Source
pub fn compile_from_program_with_options(
    program: &ANFProgram,
    opts: &CompileOptions,
) -> Result<RunarArtifact, String>
Expand description

Compile a parsed ANF program to a Rúnar artifact, with options.