Skip to content

Commit cd19b42

Browse files
Update compiler description some more
1 parent 815204e commit cd19b42

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/compiler/index.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ flowchart LR;
1616
end
1717
subgraph Backend
1818
MIR-->Interpreter
19+
LIR-. Future .->Interpreter
1920
LIR-. Future .->LLVM["LLVM IR"]
2021
end
2122
LLVM-.->Executable
@@ -81,15 +82,4 @@ be emitted.
8182

8283
:::warning
8384
LIR **MUST NOT** contain any errors.
84-
:::
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.
9585
:::

0 commit comments

Comments
 (0)