pub fn compile_file(
allocator: &mut Allocator,
file: Source,
options: CompilerOptions,
) -> Result<Compilation, Error>
pub fn compile_file(
allocator: &mut Allocator,
file: Source,
options: CompilerOptions,
) -> Result<Compilation, Error>