[−][src]Function jcompilerlib::compiler::compile_to_module
pub fn compile_to_module(
module_name: &str,
target_triple: Option<String>,
do_report_mem_usage: bool,
ast: &[AstNode]
) -> Module
pub fn compile_to_module(
module_name: &str,
target_triple: Option<String>,
do_report_mem_usage: bool,
ast: &[AstNode]
) -> Module