We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24569e5 commit 00d92a7Copy full SHA for 00d92a7
docs/compiler/index.md
@@ -15,6 +15,7 @@ flowchart LR;
15
MIR-->LIR
16
end
17
subgraph Backend
18
+ LIR-->Interpreter
19
LIR-->C#
20
C#-->CIL
21
LIR-. Future .->CIL
0 commit comments