Add generated dot files
This commit is contained in:
13
Project-02-03-04/cfgdots/while_2.dot
Normal file
13
Project-02-03-04/cfgdots/while_2.dot
Normal file
@@ -0,0 +1,13 @@
|
||||
digraph CFG {
|
||||
node [fontname="Helvetica"];
|
||||
n1027 [label="START", shape=ellipse, style=filled, color=gray];
|
||||
n1027 -> n1029;
|
||||
n1029 [label="True", shape=box];
|
||||
n1029 -> n1030;
|
||||
n1030 [label="<?>", shape=diamond];
|
||||
n1030 -> n1028 [label="T"];
|
||||
n1030 -> n1032 [label="F"];
|
||||
n1028 [label="END", shape=ellipse, style=filled, color=gray];
|
||||
n1032 [label="3", shape=box];
|
||||
n1032 -> n1027;
|
||||
}
|
||||
Reference in New Issue
Block a user