Skip to main content

compile_ast_program

Function compile_ast_program 

Source
pub fn compile_ast_program(
    program: &Program,
    output_filename: &str,
    sources: &HashMap<String, String>,
    file_path: &Path,
    json_output: bool,
    target: &CompilerTarget,
) -> Result<(), String>