mathic 0.2.0

A compiler with builtin support of symbolic operations, built with LLVM/MLIR
1
2
3
4
5
df main() i32 {
    let a: i32 = 5;
    let b: i32 = 10;
    return a + b;
}