pub fn compile_file(path: &Path) -> Result<String, CompileError>Expand description
Compile a LOGOS source file. For single-file compilation without dependencies.
pub fn compile_file(path: &Path) -> Result<String, CompileError>Compile a LOGOS source file. For single-file compilation without dependencies.