compile_to_ir

Function compile_to_ir 

Source
pub fn compile_to_ir(source: &str) -> Result<String, String>
Expand description

Compile source string to LLVM IR string (for testing)