pub fn compile_file_with_config(
source_path: &Path,
output_path: &Path,
keep_ir: bool,
config: &CompilerConfig,
) -> Result<(), String>Expand description
Compile a .seq source file to an executable with custom configuration
This allows external projects to extend the compiler with additional builtins and link against additional libraries.