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 815204e commit cd19b42Copy full SHA for cd19b42
docs/compiler/index.md
@@ -16,6 +16,7 @@ flowchart LR;
16
end
17
subgraph Backend
18
MIR-->Interpreter
19
+ LIR-. Future .->Interpreter
20
LIR-. Future .->LLVM["LLVM IR"]
21
22
LLVM-.->Executable
@@ -81,15 +82,4 @@ be emitted.
81
82
83
:::warning
84
LIR **MUST NOT** contain any errors.
-:::
85
-
86
-## 5. Emitting
87
88
-Finally, the LIR is transpiled into Mew bytecode which can be
89
-interpreted by the Mew interpreter.
90
91
-:::note
92
-There are plans in the future to create a LLVM IR emitter,
93
-but until the language settles a bit, the undertaking is
94
-a bit too much.
95
:::
0 commit comments