about summary refs log tree commit diff stats
path: root/cpp/.traces/copy_multiple_locations
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/.traces/copy_multiple_locations')
-rw-r--r--cpp/.traces/copy_multiple_locations12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/.traces/copy_multiple_locations b/cpp/.traces/copy_multiple_locations
index 4ba0d565..f03d3573 100644
--- a/cpp/.traces/copy_multiple_locations
+++ b/cpp/.traces/copy_multiple_locations
@@ -1,12 +1,12 @@
 parse/0: instruction: 1
-parse/0:   ingredient: {name: "34", type: 0}
-parse/0:   product: {name: "1", type: 1}
+parse/0:   ingredient: {name: "34", value: 34, type: 0, properties: [34: literal]}
+parse/0:   product: {name: "1", value: 1, type: 1, properties: [1: integer]}
 parse/0: instruction: 1
-parse/0:   ingredient: {name: "35", type: 0}
-parse/0:   product: {name: "2", type: 1}
+parse/0:   ingredient: {name: "35", value: 35, type: 0, properties: [35: literal]}
+parse/0:   product: {name: "2", value: 2, type: 1, properties: [2: integer]}
 parse/0: instruction: 1
-parse/0:   ingredient: {name: "1", type: 4}
-parse/0:   product: {name: "3", type: 4}
+parse/0:   ingredient: {name: "1", value: 1, type: 4, properties: [1: point]}
+parse/0:   product: {name: "3", value: 3, type: 4, properties: [3: point]}
 run/0: instruction main/0
 run/0: ingredient 0 is 34
 mem/0: storing in location 1
0e079b6ce9f32deb'>d28930ea ^
57f9e435 ^

8e0d8d2a ^
aa26278a ^
e559c33d ^
291c6bc3 ^

c77a731c ^

ca26452a ^




c64484c6 ^
ca26452a ^



ce7cb3f4 ^
1479a5e1 ^
497b07c1 ^
1479a5e1 ^
497b07c1 ^


fc049c9e ^
373b3a2d ^
46583839 ^
40dc8e2c ^
ca26452a ^
79e9ab83 ^


ca26452a ^


b25b3f31 ^
ca26452a ^
eb0f0dd9 ^
b36fbe41 ^
7d90d218 ^
eb0f0dd9 ^
b36fbe41 ^
f099bf9a ^
441422dd ^
ca26452a ^
8c5866ff ^
069bdbc3 ^

2b0108e6 ^
60820007 ^
de9e621b ^
c3418a29 ^
3303376b ^
ddbb4872 ^

31c0f2ba ^


ca26452a ^

8dbe300d ^




6d5d41b3 ^
0a42be57 ^
6d5d41b3 ^
e0732ad0 ^

f9b4abe3 ^

46ee72f9 ^
3d6ebf48 ^

aa26278a ^
c71259c3 ^

866d87af ^
e559c33d ^
291c6bc3 ^
a114fe88 ^
921f026c ^

213ccc01 ^

13f73a30 ^

c71259c3 ^
1479a5e1 ^




5a625dd8 ^

5a625dd8 ^
6b697054 ^

e089ffb1 ^
8dbe300d ^




ca26452a ^
7982b8e4 ^
069bdbc3 ^
7344d3b8 ^
069bdbc3 ^
ca26452a ^
6d5d41b3 ^
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