-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfile.dot
More file actions
174 lines (170 loc) · 4.79 KB
/
file.dot
File metadata and controls
174 lines (170 loc) · 4.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
digraph {
ordering=out;
ranksep=.4;
bgcolor="lightgrey"; node [shape=box, fixedsize=false, fontsize=12, fontname="Helvetica-bold", fontcolor="blue"
width=.25, height=.25, color="black", fillcolor="white", style="filled, solid, bold"];
edge [arrowsize=.5, color="black", style="bold"]
n0 [label="LIST_FUNCTIONS"];
n1 [label="func"];
n1 [label="func"];
n2 [label="main"];
n3 [label="PARAMS"];
n4 [label="LIST_INSTR"];
n4 [label="LIST_INSTR"];
n5 [label="create"];
n5 [label="create"];
n6 [label="dos"];
n7 [label="circle"];
n8 [label="50"];
n9 [label="5"];
n10 [label="LIST_ATTR"];
n10 [label="LIST_ATTR"];
n11 [label="color"];
n11 [label="color"];
n12 [label="#129fa3"];
n13 [label="modify"];
n13 [label="modify"];
n14 [label="dos"];
n15 [label="LIST_ATTR"];
n15 [label="LIST_ATTR"];
n16 [label="color"];
n16 [label="color"];
n17 [label="black"];
n18 [label="movet"];
n18 [label="movet"];
n19 [label="dos"];
n20 [label="s"];
n20 [label="s"];
n21 [label="2"];
n22 [label="45"];
n23 [label="42"];
n24 [label="destroy"];
n24 [label="destroy"];
n25 [label="dos"];
n26 [label="create"];
n26 [label="create"];
n27 [label="tres"];
n28 [label="circle"];
n29 [label="10"];
n30 [label="10"];
n31 [label="create"];
n31 [label="create"];
n32 [label="cuatro"];
n33 [label="rectangle"];
n34 [label="20"];
n35 [label="20"];
n36 [label="parallel"];
n36 [label="parallel"];
n37 [label="s"];
n37 [label="s"];
n38 [label="20"];
n39 [label="LIST_INSTR"];
n39 [label="LIST_INSTR"];
n40 [label="modify"];
n40 [label="modify"];
n41 [label="tres"];
n42 [label="LIST_ATTR"];
n42 [label="LIST_ATTR"];
n43 [label="color"];
n43 [label="color"];
n44 [label="red"];
n45 [label="modify"];
n45 [label="modify"];
n46 [label="cuatro"];
n47 [label="LIST_ATTR"];
n47 [label="LIST_ATTR"];
n48 [label="color"];
n48 [label="color"];
n49 [label="blue"];
n50 [label="parallel"];
n50 [label="parallel"];
n51 [label="LIST_INSTR"];
n51 [label="LIST_INSTR"];
n52 [label="modifyt"];
n52 [label="modifyt"];
n53 [label="tres"];
n54 [label="s"];
n54 [label="s"];
n55 [label="3"];
n56 [label="LIST_ATTR"];
n56 [label="LIST_ATTR"];
n57 [label="x"];
n57 [label="x"];
n58 [label="100"];
n59 [label="modifyt"];
n59 [label="modifyt"];
n60 [label="cuatro"];
n61 [label="s"];
n61 [label="s"];
n62 [label="14"];
n63 [label="LIST_ATTR"];
n63 [label="LIST_ATTR"];
n64 [label="y"];
n64 [label="y"];
n65 [label="200"];
n0 -> n1 // "LIST_FUNCTIONS" -> "func"
n1 -> n2 // "func" -> "main"
n1 -> n3 // "func" -> "PARAMS"
n1 -> n4 // "func" -> "LIST_INSTR"
n4 -> n5 // "LIST_INSTR" -> "create"
n5 -> n6 // "create" -> "dos"
n5 -> n7 // "create" -> "circle"
n5 -> n8 // "create" -> "50"
n5 -> n9 // "create" -> "5"
n5 -> n10 // "create" -> "LIST_ATTR"
n10 -> n11 // "LIST_ATTR" -> "color"
n11 -> n12 // "color" -> "#129fa3"
n4 -> n13 // "LIST_INSTR" -> "modify"
n13 -> n14 // "modify" -> "dos"
n13 -> n15 // "modify" -> "LIST_ATTR"
n15 -> n16 // "LIST_ATTR" -> "color"
n16 -> n17 // "color" -> "black"
n4 -> n18 // "LIST_INSTR" -> "movet"
n18 -> n19 // "movet" -> "dos"
n18 -> n20 // "movet" -> "s"
n20 -> n21 // "s" -> "2"
n18 -> n22 // "movet" -> "45"
n18 -> n23 // "movet" -> "42"
n4 -> n24 // "LIST_INSTR" -> "destroy"
n24 -> n25 // "destroy" -> "dos"
n4 -> n26 // "LIST_INSTR" -> "create"
n26 -> n27 // "create" -> "tres"
n26 -> n28 // "create" -> "circle"
n26 -> n29 // "create" -> "10"
n26 -> n30 // "create" -> "10"
n4 -> n31 // "LIST_INSTR" -> "create"
n31 -> n32 // "create" -> "cuatro"
n31 -> n33 // "create" -> "rectangle"
n31 -> n34 // "create" -> "20"
n31 -> n35 // "create" -> "20"
n4 -> n36 // "LIST_INSTR" -> "parallel"
n36 -> n37 // "parallel" -> "s"
n37 -> n38 // "s" -> "20"
n36 -> n39 // "parallel" -> "LIST_INSTR"
n39 -> n40 // "LIST_INSTR" -> "modify"
n40 -> n41 // "modify" -> "tres"
n40 -> n42 // "modify" -> "LIST_ATTR"
n42 -> n43 // "LIST_ATTR" -> "color"
n43 -> n44 // "color" -> "red"
n39 -> n45 // "LIST_INSTR" -> "modify"
n45 -> n46 // "modify" -> "cuatro"
n45 -> n47 // "modify" -> "LIST_ATTR"
n47 -> n48 // "LIST_ATTR" -> "color"
n48 -> n49 // "color" -> "blue"
n4 -> n50 // "LIST_INSTR" -> "parallel"
n50 -> n51 // "parallel" -> "LIST_INSTR"
n51 -> n52 // "LIST_INSTR" -> "modifyt"
n52 -> n53 // "modifyt" -> "tres"
n52 -> n54 // "modifyt" -> "s"
n54 -> n55 // "s" -> "3"
n52 -> n56 // "modifyt" -> "LIST_ATTR"
n56 -> n57 // "LIST_ATTR" -> "x"
n57 -> n58 // "x" -> "100"
n51 -> n59 // "LIST_INSTR" -> "modifyt"
n59 -> n60 // "modifyt" -> "cuatro"
n59 -> n61 // "modifyt" -> "s"
n61 -> n62 // "s" -> "14"
n59 -> n63 // "modifyt" -> "LIST_ATTR"
n63 -> n64 // "LIST_ATTR" -> "y"
n64 -> n65 // "y" -> "200"
}