mun_codegen 0.3.0

LLVM IR code generation for Mun
1
2
3
4
5
6
---
source: crates/mun_codegen/src/test.rs
expression: "\n    pub fn main() {\n      let a = 3+3.0;\n      let b = 3.0+3;\n    }\n    "
---
mod.mun (2:13): error: mismatched type
mod.mun (3:15): error: mismatched type