1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-09-11 12:05:25 +03:00

added ghc block diagram

This commit is contained in:
Stephen Diehl 2014-08-11 13:59:31 -05:00
parent 4a72c070a0
commit 2a2d830df4
2 changed files with 6 additions and 0 deletions

6
img/ghc.dot Normal file
View File

@ -0,0 +1,6 @@
digraph G {
rankdir=TD
node [shape=box]
Parse -> Rename -> Typecheck -> Desugar -> Simplify -> Stg -> Codegen -> Cmm -> "Native Code"
}

BIN
img/ghc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB