-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta-interpreter.uxf
87 lines (87 loc) · 1.98 KB
/
meta-interpreter.uxf
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="13.3">
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>100</x>
<y>130</y>
<w>140</w>
<h>30</h>
</coordinates>
<panel_attributes>Meta-interpreter
bg=light_gray</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>160</x>
<y>50</y>
<w>210</w>
<h>100</h>
</coordinates>
<panel_attributes>lt=->>
m1=DynSem Specification AST</panel_attributes>
<additional_attributes>10.0;10.0;10.0;80.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>230</x>
<y>120</y>
<w>110</w>
<h>40</h>
</coordinates>
<panel_attributes>lt=<<<-
Output</panel_attributes>
<additional_attributes>90.0;20.0;10.0;20.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>320</x>
<y>130</y>
<w>120</w>
<h>30</h>
</coordinates>
<panel_attributes>Interpreter</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>370</x>
<y>50</y>
<w>120</w>
<h>100</h>
</coordinates>
<panel_attributes>lt=->>
m1=Program AST</panel_attributes>
<additional_attributes>10.0;10.0;10.0;80.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>520</x>
<y>130</y>
<w>100</w>
<h>30</h>
</coordinates>
<panel_attributes>lt=.
Value</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>430</x>
<y>120</y>
<w>110</w>
<h>40</h>
</coordinates>
<panel_attributes>lt=<<<-
Output</panel_attributes>
<additional_attributes>90.0;20.0;10.0;20.0</additional_attributes>
</element>
</diagram>