Skip to main content

compile_code_with_errors

Function compile_code_with_errors 

Source
pub fn compile_code_with_errors(
    path: &PathBuf,
    environment: Environment,
) -> CompileResult
Expand description

Parse and type-check code, returning all errors collected

This is the main entry point for compiling TypR code with error collection.