mathic 0.2.0

A compiler with builtin support of symbolic operations, built with LLVM/MLIR
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
coverage:
    status:
        project:
            default:
                paths:
                    - "src"
                target: 80
                threshold: 80%
                base: auto

comment:
    behavior: default
    require_changes: false
    require_base: false
    require_head: true
    hide_project_coverage: false