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.
pub fn compile_with_options(
source: &str,
filename: &str,
options: &CompileOptions,
) -> Result<String, Vec<Diagnostic>>Compile a single Trident source string to TASM with options.