Skip to main content

compile_with_options

Function compile_with_options 

Source
pub fn compile_with_options(
    source: &str,
    filename: &str,
    options: &CompileOptions,
) -> Result<String, Vec<Diagnostic>>
Expand description

Compile a single Trident source string to TASM with options.