From cd19b421c5f06396c40e955ede9ba90e18848248 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Tue, 24 Dec 2024 12:27:21 +0100 Subject: [PATCH] Update compiler description some more --- docs/compiler/index.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/compiler/index.md b/docs/compiler/index.md index 2691044..74d8fad 100644 --- a/docs/compiler/index.md +++ b/docs/compiler/index.md @@ -16,6 +16,7 @@ flowchart LR; end subgraph Backend MIR-->Interpreter + LIR-. Future .->Interpreter LIR-. Future .->LLVM["LLVM IR"] end LLVM-.->Executable @@ -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. ::: \ No newline at end of file