diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-10-18 08:46:44 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-10-18 08:46:44 +0000 |
| commit | 7dea021ece06ad44a78760cb331a8145adbb81be (patch) | |
| tree | 0b21b4ca2c28e362bea45c2220ae93c96aeef46e /doc/gf-compiler.dot | |
| parent | cbedfd152abe0cee19e0434747424c8a9c68a579 (diff) | |
started compiling-gf
Diffstat (limited to 'doc/gf-compiler.dot')
| -rw-r--r-- | doc/gf-compiler.dot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gf-compiler.dot b/doc/gf-compiler.dot index 69916c695..f8ce1aaae 100644 --- a/doc/gf-compiler.dot +++ b/doc/gf-compiler.dot @@ -43,6 +43,9 @@ gfc -> gf11 [label = " PrintGFC", style = "solid"]; gf11 [label = "file.gfc", style = "solid", shape = "ellipse"]; + gfcc [label = "file.gfcc", style = "solid", shape = "ellipse"]; + gfc -> gfcc [label = " CanonToGFCC", style = "solid"]; + mcfg [label = "file.gfcm", style = "dashed", shape = "ellipse"]; gfc -> mcfg [label = " PrintGFC", style = "dashed"]; |
