We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3b5aa commit 3ee298eCopy full SHA for 3ee298e
kmir/kbuild.toml
@@ -9,16 +9,19 @@ main-file = "mir.md"
9
main-module = "MIR"
10
syntax-module = "MIR-SYNTAX"
11
gen-glr-bison-parser = "true"
12
+type-inference-mode = "simplesub"
13
14
[targets.llvmc]
15
backend = "llvm"
16
main-file = "mir.md"
17
18
19
llvm-kompile-type = "c"
20
21
22
[targets.haskell]
23
backend = "haskell"
24
25
main-module = "MIR-SYMBOLIC"
26
27
0 commit comments