Skip to content

Commit 00d92a7

Browse files
Add interpreter to compiler diagram
1 parent 24569e5 commit 00d92a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/compiler/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ flowchart LR;
1515
MIR-->LIR
1616
end
1717
subgraph Backend
18+
LIR-->Interpreter
1819
LIR-->C#
1920
C#-->CIL
2021
LIR-. Future .->CIL

0 commit comments

Comments
 (0)