Skip to content

Commit

Permalink
Update compiler description some more
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Dec 24, 2024
1 parent 815204e commit cd19b42
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/compiler/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ flowchart LR;
end
subgraph Backend
MIR-->Interpreter
LIR-. Future .->Interpreter
LIR-. Future .->LLVM["LLVM IR"]
end
LLVM-.->Executable
Expand Down Expand Up @@ -81,15 +82,4 @@ be emitted.

:::warning
LIR **MUST NOT** contain any errors.
:::

## 5. Emitting

Finally, the LIR is transpiled into Mew bytecode which can be
interpreted by the Mew interpreter.

:::note
There are plans in the future to create a LLVM IR emitter,
but until the language settles a bit, the undertaking is
a bit too much.
:::

0 comments on commit cd19b42

Please sign in to comment.