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